Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Using Delimited Flat File as Associated Source with MQ Series

Status
Not open for further replies.

sam93

Programmer
Jul 19, 2002
65
CA
I have got source data in MQ series message queue. The data is delimited by pipe (|). When I run the session, I get the following error:
READER_1_1_1> FR_3016 Record length [1026] is longer than line sequential buffer length [1024] for MQ Series queue..

Do I need to put a newline character after each message in the queue?

Thanks.
 
Have you specified delimiter at session level? If not specify the delimiter and check. If you still face problem let me know.
 
I've defined it in the source associated flat file as well as in the session. I solved the problem however by adding a newline chracter at the end of each message.

Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top