Author |
Message |
Topic: Parsing Err in TDS of CSV msg in AIX,But in Windows working |
Ranodip Basu
Replies: 14 Views: 11529
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 27, 2011 9:39 am Subject: Parsing Err in TDS of CSV msg in AIX,But in Windows working |
Hi mqjeff,
Thanks for your input. The input message in AIX has HEX representation ofine feeder as 0A which is correct. One more thing I have found that if the fields are not encapsulated with " ... |
Topic: Parsing Err in TDS of CSV msg in AIX,But in Windows working |
Ranodip Basu
Replies: 14 Views: 11529
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 27, 2011 8:49 am Subject: Parsing Err in TDS of CSV msg in AIX,But in Windows working |
Hi Khudania,
I have checked the radio button for "Quote Character" in Character Data Setting section and not the "Escape Character". However both cases the error message is same ... |
Topic: Parsing Err in TDS of CSV msg in AIX,But in Windows working |
Ranodip Basu
Replies: 14 Views: 11529
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 27, 2011 7:11 am Subject: Parsing Err in TDS of CSV msg in AIX,But in Windows working |
Hi Khudania,
Thanks for your reply. However using """ it is not working as because I have got the error message that the escape character (here quote character) should be of leng ... |
Topic: Parsing Err in TDS of CSV msg in AIX,But in Windows working |
Ranodip Basu
Replies: 14 Views: 11529
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 27, 2011 5:26 am Subject: Parsing Err in TDS of CSV msg in AIX,But in Windows working |
Hi All,
I am using MQInput node to read a message which has multiple records with line feeder. The first record is header and 2nd record onwards are the body i.e. business records. All the fields i ... |
Topic: Configuring Decimal separator in WMB v7 |
Ranodip Basu
Replies: 3 Views: 3140
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 22, 2011 5:52 am Subject: Configuring Decimal separator in WMB v7 |
Just to add - in MsgSet level we can configure the decimal separator for TDS message format the decimal separator can be configured Physical Properties -> Tagged/Delimited String Format Details -&g ... |
Topic: Configuring Decimal separator in WMB v7 |
Ranodip Basu
Replies: 3 Views: 3140
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 22, 2011 5:30 am Subject: Configuring Decimal separator in WMB v7 |
Dear All,
We are using WMB v7 with us-english option. Since the decimal separator in US verison is dot (".") , then passing a comma(",") as decimal separator causing a problem. ... |
Topic: How to code Java Compute Node to strip HTTResponseHeader? |
Ranodip Basu
Replies: 3 Views: 3339
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 17, 2007 12:14 pm Subject: How to code Java Compute Node to strip HTTResponseHeader? |
Hi Simon,
The Java code will be like this :
outMessage.getRootElement().getFirstElementByPath.("HTTPResponseHeader").detach();
Thanks & Regards,
Ranodip |
Topic: How to Create MQMD Header Part Using JavaCompute Node ? |
Ranodip Basu
Replies: 8 Views: 28604
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 05, 2007 12:09 pm Subject: How to Create MQMD Header Part Using JavaCompute Node ? |
Hi Marcin,
The problem got splved now. Yes the problem root was with Message Context property of MQOutput node. By default it comes as Pass all which I changed to Set All. So after changing it is w ... |
Topic: How to Create MQMD Header Part Using JavaCompute Node ? |
Ranodip Basu
Replies: 8 Views: 28604
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 05, 2007 9:48 am Subject: How to Create MQMD Header Part Using JavaCompute Node ? |
Hi,
Using ESQL I am able to create a MQMd header from scratch and put the message in queue. The code is as below:
CREATE NEXTSIBLING OF OutputRoot.Properties DOMAIN 'MQMD';
SET OutputRoot.MQ ... |
Topic: How to Create MQMD Header Part Using JavaCompute Node ? |
Ranodip Basu
Replies: 8 Views: 28604
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 05, 2007 9:45 am Subject: How to Create MQMD Header Part Using JavaCompute Node ? |
Hi Marcin,
While I am using MbElement mqmd = outRoot.getFirstChild().createElementAfter("MQMD");
mqmd.createElementAsFirstChild(MbElement.TYPE_NAME_VALUE,"Format","MQSTR& ... |
Topic: How to Create MQMD Header Part Using JavaCompute Node ? |
Ranodip Basu
Replies: 8 Views: 28604
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 04, 2007 1:14 pm Subject: How to Create MQMD Header Part Using JavaCompute Node ? |
Hi All,
I am using WMB 6.0 and MQ 5.3. In one of our MsgFlow we are getting messages from HTTPInput node and need to put them it in a MQQueue.So to put a queue we need to add a MQMD header in outpu ... |
Topic: How to Get Msg By MQGet Node when InputRoot Missing MQMD ? |
Ranodip Basu
Replies: 2 Views: 4176
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 02, 2007 1:24 pm Subject: How to Get Msg By MQGet Node when InputRoot Missing MQMD ? |
Hi jefflowrey,
So are talking to add one Compute node just between the MQOutput and MQGet node and execute the command,
SET OutputRoot.MQMD.msgId = InputRoot.LoalEnironmnet.WrittnDestination.MQ. ... |
Topic: How to Get Msg By MQGet Node when InputRoot Missing MQMD ? |
Ranodip Basu
Replies: 2 Views: 4176
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 02, 2007 1:17 pm Subject: How to Get Msg By MQGet Node when InputRoot Missing MQMD ? |
Hi All,
We are using WMB 6.0. Now we have developed a message flow which getting message thru HTTPInput node, attaching required MQMD header part on it to put in a particular queue. Now there is an ... |
Topic: Excellent Opportunity for EAI Professionals in IBM |
Ranodip Basu
Replies: 31 Views: 46205
|
Forum: Job Postings Posted: Tue Jan 16, 2007 12:25 am Subject: Excellent Opportunity for EAI Professionals in IBM |
Hi all,
IBM India Pvt. Ltd is desperately hiring EAI (Enterprise application integration) Professionals.
If you are interested then please send your resume to me at any one id.
You just need to ... |
Topic: Need Suggestion on File Handling & FTP Thru JavaComputeN |
Ranodip Basu
Replies: 4 Views: 4186
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 06, 2006 10:06 pm Subject: Need Suggestion on File Handling & FTP Thru JavaComputeN |
Hi Jefflowrey,
One can do file/DataStream FTP in JavaCompute node using Java package
sun.net.ftp.FtpClient which comes with JDK 1.4.2 i.e. on which the JavaCompute node is based. So, to use this f ... |