Payload Size Exceeds the Limit
Content
Hi Team,
I am trying to create a scheduled orchestration for populating a Business Object in VBCS through database adapter. However, I am getting the following error:
oracle.tip.adapter.sa.api.JCABindingException: Size Overflow Exception. The payload being built into an XML exceeded a maximum size. The column bank_name was of size 54 bytes. If it had been processed that would have exceeded the payloadSizeThreshold of 10,000,000, making a total of 10,000,025 bytes. The composite or MBean property payloadSizeThreshold was exceeded. Some suggestions are to 1) increase that propertys value, 2) Consider unmapping/not selecting the column 3) in case of a select returning too many rows specify MaxRows or provide a more selective where clause. :Application Error