Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for Database | - |
Not Applicable | - |
Resolution:
Description:
============
Our BW project published a message which size is >25M. The ADB adapter could not consume it and froze, the adapter could not process any messages.
We use RVCM and we can see the message is in ledger file, how can we resolve it?
Environment:
===========
All
Cause:
=====
By default, the adapter should be able to process a record of a size no more than 64MB. In some environments the adapter may not be able to publish or consume a huge message(>25M) due to resource limitation.
Resolution:
==========
To resolve this issue turn off verbose and set debug level to 0.
In tra file, setthe following:
adb.verbose off
adb.debug 0
Restart the adapter. The messages should be able to be processed.