Author |
Message |
Topic: Esql Select Transformation |
RADHAPAVAN
Replies: 17 Views: 16535
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 15, 2017 11:37 pm Subject: Try using this |
CREATE FIELD OutputRoot.XMLNSC.Order;
DECLARE outreford REFERENCE TO OutputRoot.XMLNSC.Order;
CREATE FIELD outreford.LineItem;
DECLARE strfcount,count INTEGER 1;
SET strfcount = CARDINAL ... |
Topic: Parsing Error |
RADHAPAVAN
Replies: 3 Views: 3116
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 31, 2017 11:12 pm Subject: Parsing Error |
we have a db call , if we go one by one message then there we need to call everytime db so becuase of that we need to take the entire file and at a time we will call the db. |
Topic: Parsing Error |
RADHAPAVAN
Replies: 3 Views: 3116
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 31, 2017 2:54 am Subject: Parsing Error |
hi ,
i am trying to take the messages as whole file but i am getting parser error.can anyone please help on this.
10S050154000170050154050125 0006002099400000000000010N201504132015041520150 ... |
Topic: Executing Unix commands remotely in Java program |
RadhamaniRamadoss
Replies: 10 Views: 11266
|
Forum: IBM MQ Java / JMS Posted: Sun Jul 07, 2013 9:40 pm Subject: Executing Unix commands remotely in Java program |
This is the complete error message,
com.jcraft.jsch.JSchException: connection is closed by foreign host
at com.jcraft.jsch.Session.connect(Session.java:248)
at com.jcraft.jsch.Session.connect(Ses ... |
Topic: Executing Unix commands remotely in Java program |
RadhamaniRamadoss
Replies: 10 Views: 11266
|
Forum: IBM MQ Java / JMS Posted: Sun Jul 07, 2013 9:28 pm Subject: Executing Unix commands remotely in Java program |
Thank you so much...
The requirement to me is ,I need to perform health check of Unix servers (df -k ,netstat) for their filesystem and the TCP connectivity to other clients automatically.So,I hav ... |
Topic: Executing Unix commands remotely in Java program |
RadhamaniRamadoss
Replies: 10 Views: 11266
|
Forum: IBM MQ Java / JMS Posted: Sun Jul 07, 2013 12:42 am Subject: Executing Unix commands remotely in Java program |
I have tried various options..But still no luck...
I tried jsch.But I am getting 'Foriegn host closed connection error' while executing below code,
Session session=jsch.getSession(user, host, ... |
Topic: Executing Unix commands remotely in Java program |
RadhamaniRamadoss
Replies: 10 Views: 11266
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 03, 2013 6:33 am Subject: Executing Unix commands remotely in Java program |
Ok..I will try on some more options and come back... |
Topic: Executing Unix commands remotely in Java program |
RadhamaniRamadoss
Replies: 10 Views: 11266
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 03, 2013 6:11 am Subject: Executing Unix commands remotely in Java program |
Thanks Jeff for your response...
I am new to Java coding...I browsed a lot to find out an option.But could not get one.
As you have given some hint,could you please explain more so that I could try. ... |
Topic: Executing Unix commands remotely in Java program |
RadhamaniRamadoss
Replies: 10 Views: 11266
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 02, 2013 10:11 pm Subject: Executing Unix commands remotely in Java program |
I want to execute unix commands remotely from Java program.
I am using below code,
String cmd = "rexec <IP address given> -l <QM name ... |
Topic: JDBC JMETER - No suitable driver error |
RadhamaniRamadoss
Replies: 3 Views: 7492
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jun 29, 2013 10:27 pm Subject: JDBC JMETER - No suitable driver error |
Ya..That worked for me !
I now used mysql-connector-java-5.1.25.jar instead of mysql-connector-java-5.0.8.jar.
But my doubt is both the jars are platform independent and there is no specific ... |
Topic: JDBC JMETER - No suitable driver error |
RadhamaniRamadoss
Replies: 3 Views: 7492
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jun 29, 2013 12:56 am Subject: JDBC JMETER - No suitable driver error |
I am doing a performance testing for Mysql database using jmeter jdbc configuration.
Plese find below configuration,
JDBC url :jdbc:mysql://DBDHUB01:3306/DD
JDBC Driver class name :com.mysql.jd ... |
Topic: mqreply node throws mqmd error |
RadhamaniRamadoss
Replies: 11 Views: 15427
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 18, 2013 1:40 am Subject: mqreply node throws mqmd error |
It works....HURRAY !!!!
I fixed created MQMD header and then MQRFH2.
It works...
Thanks for all the experts who helped me on this...
 |
Topic: mqreply node throws mqmd error |
RadhamaniRamadoss
Replies: 11 Views: 15427
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 18, 2013 12:51 am Subject: mqreply node throws mqmd error |
Ok..Let me check that and reply how it comes out...
Thanks much.. |
Topic: mqreply node throws mqmd error |
RadhamaniRamadoss
Replies: 11 Views: 15427
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 18, 2013 12:16 am Subject: mqreply node throws mqmd error |
I have used as below,
OutputRoot.MQMD.ReplyToQ
OutputRoot.MQMD.ReplyToQMgr
It was a typo before..
And when I took the user trace it says,
<----------------------------------------------- ... |
Topic: mqreply node throws mqmd error |
RadhamaniRamadoss
Replies: 11 Views: 15427
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 17, 2013 1:37 pm Subject: mqreply node throws mqmd error |
I have even added correlid .still not working.please help |