Fix for SQL Bulk Load issue

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.

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

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

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

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

Click 'Update' to save

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.

Last updated