The following error is received when using the JIL 'insert_glob' command and the associated 'blob_file' attribute:
CAUAJM_E_10687 The specified binary object is too large.
CAUAJM_E_10302 Database Change WAS NOT successful.
CAUAJM_E_50198 Exit Code = 1
The BLOB file specified in the 'blob_file' attribute exceeds the maximum allowed size limit (Default 1MB).
You can configure the maximum allowed size for a BLOB by setting the "MaxBinaryTransferSize" parameter in the $AUTOUSER/config.$AUTOSERV file.
The value for the "MaxBinaryTransferSize" parameter is in MB and the default is 1024.
The parameter is not present in the config file by default. If it is not already present, you can add it.
It is used by the Application Server only, so it should be set on all Application Server machines present in the AE instance.
Example:
MaxBinaryTransferSize=2048
Restart the Application Server for the change to take effect.