Inforiver
On-Prem Inforiver Writeback Matrix
On-Prem Inforiver Writeback Matrix
  • 👋Inforiver Writeback Matrix On-Prem
  • Before You Start
    • đŸĒ„Basic Requirements
    • đŸĨŒEntra ID App
    • 📧SMTP Service
    • đŸ•šī¸Inforiver Credentials
    • đŸ“ŗVirtual Network (Optional)
  • Deployment
    • Microsoft Azure
      • Basics
      • Networking
      • SQL Database
      • Inforiver Workspace
      • SMTP
      • Final Deployment
    • Custom Visual Generation
    • Azure AD App Post Configuration
  • Architecture Concepts
    • Overview
    • O365 Permissions
    • External Connections
    • Azure Cost
  • Upgrade
    • Overview
    • Integrate Infobridge with Inforiver (for 2.x users)
    • Integrate EDITable with Inforiver (for 2.x users)
    • Update Inforiver Container Instances (for 3.x users)
    • Update EDITable Container Instance (for 3.x users)
    • Update Inforiver EDITable Container Instances (for 3.x users)
    • Update Inforiver EDITable Container Instances (for 4.x users)
  • How To Guides
    • Overview
    • Register Inforiver App with Certificate
    • Key Vault Integration
    • Custom Domain and SSL
    • Application Gateway Integration
    • Private App Service
    • Diagnostic Settings
    • Configuring Office 365 SMTP
    • Scaling Up Azure Database
    • Creation and Deletion of Database
    • Enabling App Service Logs
    • Scaling Up the App Service Plan
    • Scaling Redis Cache
    • Update Inforiver License
    • Update Azure AD Client & Other Environment Variables
  • Troubleshooting Steps
    • Overview
    • Fix for SQL Bulk Load issue
Powered by GitBook
On this page
  1. Troubleshooting Steps

Fix for SQL Bulk Load issue

PreviousOverview

Last updated 5 hours ago

This section describes the steps to potentially resolve the SQL bulk load issue.

Error category - SQL Bulk Load, 502 Bad Gateway

  1. Open the Front Door Manager by selecting Front Door manager under the 'Settings' menu.

  1. From the list of endpoints configured in the front door manager, select the 'Route' that has been configured for the Inforiver application.

  1. Click on the '...' menu and then choose Edit route.

  1. Disable the 'Caching' and 'Compression' options for this endpoint.

  1. Once these checkboxes are unchecked, click Update to save the configuration.

Reason

Azure Front Door is primarily a CDN service with features like Application Gateway and firewall capabilities. Like a typical CDN, Azure Front Door accelerates the content delivery by caching and compressing files. However, for larger files from Blob Storage, compression can alter the content length, causing issues with proper handling by certain services. So, it is recommended to disable compression and caching.

Front Door Manager
Select the route
Edit route
Disable the selected options
Click 'Update' to save