Author |
Message |
Topic: question about Contructor of MQQueueManager |
weixiazero
Replies: 2 Views: 3549
|
Forum: IBM MQ API Support Posted: Sat Dec 16, 2006 5:45 am Subject: question about Contructor of MQQueueManager |
Perhaps this:
env.put(MQC.PORT_PROPERTY,String.valueOf(port)); ??
Thank you wschutz.
I was so careless that have not pay attention to this.
After changing String.valueOf(port) to new Integer(po ... |
Topic: question about Contructor of MQQueueManager |
weixiazero
Replies: 2 Views: 3549
|
Forum: IBM MQ API Support Posted: Fri Dec 15, 2006 11:55 pm Subject: question about Contructor of MQQueueManager |
I have a piece of source code like following:
MQEnvironment.hostname = hostname;
MQEnvironment.channel = channel;
MQEnvironment.port = port;
MQEnvironment.userID = userID;
MQEnviro ... |
Topic: MQ Workflow SupportPac WA0C apply |
weixiazero
Replies: 4 Views: 3736
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Mon Jul 31, 2006 2:42 am Subject: MQ Workflow SupportPac WA0C apply |
Hi,fos.
I am sorry that I forgot to post MQ Return Code here, the RC is 2035,which means MQRC_NOT_AUTHORIZED.
We have MQ workflow installed on AIX 1, also we are using fmcojagt.jar with MQ_SERVER ... |
Topic: MQ Workflow SupportPac WA0C apply |
weixiazero
Replies: 4 Views: 3736
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sun Jul 30, 2006 9:01 pm Subject: MQ Workflow SupportPac WA0C apply |
Hi,hos, thank you for replying to my question.
Now I am trying to put WA0C into practise on the following environment:
AIX 1: WebSphere & MQ,MQ workflow
AIX 2: MQ workflow server & DB serve ... |
Topic: question about MQEnvironment.CCSID field |
weixiazero
Replies: 4 Views: 6754
|
Forum: IBM MQ API Support Posted: Wed Jul 26, 2006 11:57 pm Subject: question about MQEnvironment.CCSID field |
Hi,msukup.
Yes, I have met a problem I thought it was cause due to value of MQEnvironment.CCSID.
I have a test environment shows as follows:
1.Web Application running on WAS
2.QM MQM0711H which ... |
Topic: question about MQEnvironment.CCSID field |
weixiazero
Replies: 4 Views: 6754
|
Forum: IBM MQ API Support Posted: Tue Jul 25, 2006 4:43 pm Subject: MQMessage.characterSet field |
hi,msukup, thank you for you reply.
Still confused by this question as you know,In both Binding & Client Mode,MQMessage.characterSet can be used, I thought it is used to specified character set f ... |
Topic: question about MQEnvironment.CCSID field |
weixiazero
Replies: 4 Views: 6754
|
Forum: IBM MQ API Support Posted: Mon Jul 24, 2006 6:18 pm Subject: question about MQEnvironment.CCSID field |
When coding your MQ Java API in Client Mode,value of MQEnvironment.CCSID will affect Queue Manager you connect to translates some information in MQMD of your message.
(in fact, two as I known: applic ... |
Topic: MQ Workflow SupportPac WA0C apply |
weixiazero
Replies: 4 Views: 3736
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sun Jul 23, 2006 6:15 am Subject: MQ Workflow SupportPac WA0C apply |
Our application used Workflow 3.5 and connected using LOC_LOCATOR Policy. We are trying to eliminate JNI calls in our application and hence we are going to apply supportPac (WA0C) to use the Pure Java ... |
Topic: fmcibie with DB connection error(SQLCODE:-30082 RSCODE:24) |
weixiazero
Replies: 1 Views: 2273
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sun Apr 23, 2006 8:59 pm Subject: found the cause for this error |
it does have some error with my username/password which used to connect to the Runtime DB,the password has been changed in by one of our members but we haven't been noticed about the change.
Now afte ... |
Topic: fmcibie with DB connection error(SQLCODE:-30082 RSCODE:24) |
weixiazero
Replies: 1 Views: 2273
|
Forum: Workflow Engines - IBM MQ Workflow & Business Process Choreographer Posted: Sun Apr 23, 2006 8:29 pm Subject: fmcibie with DB connection error(SQLCODE:-30082 RSCODE:24) |
When I want to use fmcibie to export some data from my Runtime DB,I got DB connection error with SQLCODE:-30082 and RSCODE:24 saying that my username(ADMIN) or password(password) is wrong.
but within ... |