Attached is a file with the Create Table SQL as well as some data ready to be inserted. There’s a lot of other fields there, but you asked for it. 
My adapter selects all fields where RAW_MTL_STATUS = ‘N’ and RAW_MTL_INV_ID IS NOT NULL.
The Output Field Type for all fields is String, and the field we care about is MIX_ITEM_ID_ACTUAL (7th from the bottom). Value should be C200. Getting C200----, where dashes are boxes, in Debug mode. Running the adapter alone gives C200.
My DBA says the value should always be in that format and length, so the trim() is probably a good work-around for now. The same boxes-issue is happening for me in another select, and in that case I need to check the length to choose what to do next.
batch_records_example.txt (43.9 KB)
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services