Author |
Message |
Topic: LineFeed issue |
jr_martin
Replies: 6 Views: 4142
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 08, 2010 11:57 am Subject: LineFeed issue |
Thank you.
The messageflow reads from database and posts messages to queues for downstream processing (this requires no linebreak).
We created a MQ java program for operations to dequeue the me ... |
Topic: LineFeed issue |
jr_martin
Replies: 6 Views: 4142
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 08, 2010 9:30 am Subject: LineFeed issue |
Thanks for the reply.
Operations wants this line break, so that they can find (grep) the required message (grep "BOSTON" abc.xml) in the file system (unix) with less difficulty and post t ... |
Topic: LineFeed issue |
jr_martin
Replies: 6 Views: 4142
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 08, 2010 9:02 am Subject: LineFeed issue |
Hi,
How do I achieve the following expected output? I want to add the linebreak to whole xml tag, not just the value.
SET CR = CAST(x'0A' AS CHARACTER CCSID InputRoot.Properties.CodedCharSetId ... |
Topic: [ODBC Oracle Wire Protocol driver]String data, right truncat |
jr_martin
Replies: 1 Views: 5555
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 10, 2009 4:05 pm Subject: [ODBC Oracle Wire Protocol driver]String data, right truncat |
Resolved. Just checked the tabel DDL. column size < insert field length. Corrected input msg to fix the issue. |
Topic: [ODBC Oracle Wire Protocol driver]String data, right truncat |
jr_martin
Replies: 1 Views: 5555
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun May 10, 2009 2:51 pm Subject: [ODBC Oracle Wire Protocol driver]String data, right truncat |
Environment: WMB6103@solaris
Hi,
When I try to populate oracle(10.2.0.2) table from compute node, I get the exception - "[IBM][ODBC Oracle Wire Protocol driver]String data, right truncated. ... |
Topic: pipe delimited file to xml |
jr_martin
Replies: 6 Views: 6220
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 29, 2009 10:50 am Subject: pipe delimited file to xml |
Thanks, I used two complex types, it worked. |
Topic: pipe delimited file to xml |
jr_martin
Replies: 6 Views: 6220
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 29, 2009 6:52 am Subject: pipe delimited file to xml |
CSV sample worked ok.I made the following modifications to that sample to process delimited file.
Messaging standard = Userdefined Text
dataElementSeparation = AllElementsDelimited
delimiter = | ... |
Topic: pipe delimited file to xml |
jr_martin
Replies: 6 Views: 6220
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 29, 2009 3:45 am Subject: pipe delimited file to xml |
Actually, I started with CSV sample. In CSV example, <CR><LF> is not enforced for for record separation. Can you tell me which attribute is causing the issue?
Thanks. |
Topic: pipe delimited file to xml |
jr_martin
Replies: 6 Views: 6220
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 28, 2009 7:12 pm Subject: pipe delimited file to xml |
Hi,
I am using following options to create an XML file from a delimited flat file. Based on actual output file, it looks like, I need to enforce line feed along with delimiter for record seperation. ... |
Topic: Invoking a jar file from Flow |
jr_martin
Replies: 8 Views: 6581
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 16, 2009 6:25 pm Subject: Invoking a jar file from Flow |
I had the same issue...
I placed the jar file in some other directory and referenced it in mqsiprofile's CLASSPATH variable, bounced broker, then it was working ok. |
Topic: Connection to Oracle DB |
jr_martin
Replies: 8 Views: 9970
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 02, 2008 3:35 pm Subject: Connection to Oracle DB |
1.you need to set the parameters for - ABC in odbc.ini.(also make sure that correct odbc.ini file is pointed in mqsiprofile)
My mistake, For windows you need to do this by odbc tool. What I said w ... |
Topic: Connection to Oracle DB |
jr_martin
Replies: 8 Views: 9970
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 02, 2008 3:28 pm Subject: Connection to Oracle DB |
Check odbc.ini file, tnsnames.ora on your windows machine.
If your DSN name is ABC:
1.you need to set the parameters for - ABC in odbc.ini.(also make sure that correct odbc.ini file is pointed in ... |
Topic: Java Compute Node |
jr_martin
Replies: 1 Views: 2546
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 02, 2008 3:18 pm Subject: Java Compute Node |
out.propagate(new MbMessageAssembly(incomingAssembly,message)); |
Topic: WMB v6.1.0.2 - Which flows are running? |
jr_martin
Replies: 4 Views: 3848
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 02, 2008 1:16 pm Subject: WMB v6.1.0.2 - Which flows are running? |
You can use this class from CMP:
C:\Program Files\IBM\MQSI\6.\sample\ConfigManagerProxy\cmp\DomainInfo.java |
Topic: Issue with setting correlId in jcn |
jr_martin
Replies: 5 Views: 5202
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 25, 2008 6:58 am Subject: Issue with setting correlId in jcn |
Some wise guy already wrote the code:
String cid_hex_str = "444F574E4C4F4144574F524B554E49540000000000000000";
byte[] cid_bytes = new byte[24];
for (int i = 0; i < ... |