Okay, I realized what/where the problem was.
The problem was in generating a control number using a 12 byte version code.
I am using the service wm.b2b.editn.batch:getControlNumber ( before generating the GS envelope ) to generate the control numbers and this service cannot take in a 12 byte value. The solution is to use the first 6 bytes for the parameter “version” for the above mentioned service.
Also, I made a mistake in reporting the error message earlier. It actually was “java.sql.SQLException: [wm-cjdbc34-0046][Oracle JDBC Driver][Oracle]ORA-01401: inserted value too large for column”.
Apologize if that sent anybody thinking on a different track.
#Integration-Server-and-ESB#edi#webMethods