Products | Versions |
---|---|
TIBCO Adapter for Files IBM i | - |
Not Applicable | - |
Resolution:
Description:
===========
Transferring large numbers of records to an IBM i system may result in a failure condition if the system space default on the target system is exceeded.
Environment:
===========
Software: TIBCO Adapter for Files (IBM i) 4.7.0
System: IBM i formerly i5/OS
Symptoms:
========
Typical failures will include an error message such as:
CPA5305 Record not added. Member xx is full. (C I 9999)
Cause:
=====
The size of the target file has exceeded the system limit and the limit has not been overridden by the system operator.
Resolution:
==========
Defect incident AFI-86 has been opened to describe this problem. Customers experiencing this problem should open a service request with TIBCO Support and ask to track defect AFI-86 for a resolution.
Workaround:
==========
Customers may limit their file sizes being received by the subscriber on IBM i so as not to exceed the system limit on file size.
Alternatively, the customer may implement the following workaround:
- - - - - - - - - - - - - - - - - - - - - - - -
Please add the following entry to the System Reply List to control the way the inquiry message, "CPA5305 Record not added. Member xx is full. (C I 9999)", is handled when issued:
ADDRPYLE SEQNBR(222) MSGID(CPA5305) RPY(9999)
"222" can be any sequence number that is not utilized. To see if the sequence number is utilized, you can issue the following command:
WRKRPYLE
Additionally, when you submit your subscriber job to batch, you have to include the following parameter:
SBMJOB….. INQMSGRPY(*SYSRPYL)
This parameter will make your subscriber job eligible to use the System Reply List as specified above.
- - - - - - - - - - - - - - - - - - - - - - - -
References:
==========
1) TIBCO Adapter™ for Files i5/OS User’s Guide
2) IBM Information Center: http://as400bks.rochester.ibm.com/iseries/v5r1/ic2924/index.htm?info/cl/addrpyle.htm
and http://as400bks.rochester.ibm.com/iseries/v5r1/ic2924/index.htm?info/cl/sbmjob.htm