Logic App-Failure to process Large files-Getting ServiceBus limit error

Chandran, Vinitha 40 Reputation points
2024-01-11T21:02:10.0233333+00:00

Logic app is failing to process some flat file and getting below error. Basically i am getting Flat files from MQ and inserting to Oracle. Already to handle large size files i am using Chunck.Still for some files getting failure. It will be helpfull if providing solution for this issue. inner exception: Without compression algorithm, the uncompressed data size in a packet exceeds the max ServiceBus limit: Request packet size of 10009136 exceeded limit of 8500000" "message": "Unexpected Exception : [0]Microsoft.PowerBI.DataMovement.Pipeline.Diagnostics.UncompressedDataSizeForPacketExceeded: Without compression algorithm, the uncompressed data size in a packet exceeds the max ServiceBus limit: Request packet size of 10009136 exceeded limit of 8500000\r\n\r\nGatewayPipelineErrorCode=DM_GWPipeline_Gateway_UncompressedDataSizeForPacketExceededError\r\nGatewayVersion=\r\nReason=Request packet size of 10009136 exceeded limit of 8500000\r\n ([0]Microsoft.PowerBI.DataMovement.Pipeline.Diagnostics.UncompressedDataSizeForPacketExceeded.StackTrace:)\r\n at Microsoft.PowerBI.DataMovement.Pipeline.GatewayClient.GatewayClientSerializer.LogAndValidatePacketSize(RelayPacket packet, String requestName)\r\n at Microsoft.PowerBI.DataMovement.Pipeline.GatewayClient.GatewayClientSerializer.<>c__DisplayClass10_0`1.

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
587 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,980 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Clément JAOUANI 1 Reputation point
    2024-06-11T15:01:39.8433333+00:00

    Is there any update about this issue ? I get the same error

                "message": "Without compression algorithm, the uncompressed data size in a packet exceeds the max ServiceBus limit: Request packet size of 17466978 exceeded limit of 8500000\r\nclientRequestId: d91a1734-faa8-474e-9a46-963ffc18bd1b\r\nserviceRequestId: 259f31a1-ae53-3033-c28d-23fd0f451c08;259f31a1-7e5b-3033-c28d-2f17606e56ed",
    
    0 comments No comments