Author |
Message |
Topic: Native JNI library error. |
klr
Replies: 19 Views: 22996
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 22, 2011 2:20 am Subject: Native JNI library error. |
Thanks a lot for spending your valuable time for me and helping me out of this problem. It is working fine now. I learnt MQ from net . Only when we work out and face practical difficulties and get in ... |
Topic: Native JNI library error. |
klr
Replies: 19 Views: 22996
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 20, 2011 9:43 pm Subject: Native JNI library error. |
The error "MQException: com.ibm.mq.jmqi.JmqiException: CC=2;RC=2495;AMQ8568: The native JNI
library 'mqjbnd' was not found. [3=mqjbnd] is thrown."
is appearing in MQFM and not while conne ... |
Topic: Native JNI library error. |
klr
Replies: 19 Views: 22996
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 20, 2011 2:24 am Subject: Native JNI library error. |
I copied mqjbnd.dll file into the path C:\Program Files\IBM\WebSphere MQ\java\lib as this file was missing in this path.
I issued this command also.
C:\Capitalware\MQFM>set MQSERVER=SYSTEM.AD ... |
Topic: Native JNI library error. |
klr
Replies: 19 Views: 22996
|
Forum: IBM MQ Java / JMS Posted: Tue Sep 20, 2011 12:46 am Subject: Native JNI library error. |
It is still not working. I have posted that to get comments on it so that I can confirm whether the code and procedure is right or wrong. |
Topic: Native JNI library error. |
klr
Replies: 19 Views: 22996
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 19, 2011 11:23 pm Subject: Native JNI library error. |
I have given the code with qmgrname , channel,host,port , username
in mq.xml file in the path C:\Capitalware\MQFM\mq .
And I executed sample1.xml which has the code
<?xml version="1.0&qu ... |
Topic: Native JNI library error. |
klr
Replies: 19 Views: 22996
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 19, 2011 10:04 pm Subject: Native JNI library error. |
Sorry Roger I overlooked that question of yours . It is Remote queue manager only. It exists on a remote MQ server . We are having MQ client and MQFM installed in one PC which has to connect to that r ... |
Topic: Native JNI library error. |
klr
Replies: 19 Views: 22996
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 19, 2011 5:37 am Subject: Native JNI library error. |
Generally in which path in MQ client , JNI dll files can be found?
"You have to configure the connection to use a CLIENT binding rather than a SERVER binding - "
Can you please share u ... |
Topic: Native JNI library error. |
klr
Replies: 19 Views: 22996
|
Forum: IBM MQ Java / JMS Posted: Mon Sep 19, 2011 2:13 am Subject: Native JNI library error. |
Yes we got MQ Client v 7 installed on a PC with Java Components . MQ Server with queue manager EWSSAPI1.BAW is available with version 6 . But later when I tried with another queue manager on another M ... |
Topic: Native JNI library error. |
klr
Replies: 19 Views: 22996
|
Forum: IBM MQ Java / JMS Posted: Fri Sep 16, 2011 4:58 am Subject: Native JNI library error. |
Hi Experts,
I have installed WMQ v 7 , java v 6 and MQFM v 3.2.1.1 . I get the following error on executing a sample file.
C:\Capitalware\MQFM>mqfm.bat sample1.xml
------------------------- ... |
Topic: Link for r3 password |
klr
Replies: 0 Views: 3055
|
Forum: IBM MQ Java / JMS Posted: Tue Jul 05, 2011 5:10 am Subject: Link for r3 password |
Hi experts,
I have link for r3 between MQ and SAP . In the unix code of all inbound instances we have username and password mentioned to connect to SAP. This password must match wi ... |
Topic: MQFM (MQ File Mover) error |
klr
Replies: 12 Views: 14297
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 30, 2011 10:02 pm Subject: MQFM (MQ File Mover) error |
I need MQFM as a windows service thats why i tried that method.
If I reinstall MQ software along with Java, Will it disturb the existing test and Live MQ systems? |
Topic: MQFM (MQ File Mover) error |
klr
Replies: 12 Views: 14297
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 30, 2011 5:03 am Subject: MQFM (MQ File Mover) error |
Since the two jar files namely com.ibm.mq.jar and connector.jar were not available in C:\Program Files\IBM\WebSphere MQ\Java\lib I copied them manually from another system which has same MQ version. I ... |
Topic: MQFM (MQ File Mover) error |
klr
Replies: 12 Views: 14297
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 28, 2011 4:06 am Subject: MQFM (MQ File Mover) error |
Yes MQ has been installed on this machine only and within java/lib directory of mq i have thses files mqjbdf02.dll , mqjbnd05.dll , MQXAi02.dll, jdbc(folder). |
Topic: MQFM (MQ File Mover) error |
klr
Replies: 12 Views: 14297
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 28, 2011 3:42 am Subject: MQFM (MQ File Mover) error |
i knew that we have to set classpath in environment settings for java But i misunderstood as classpath settings for MQFM also. Thats why asked that query.. Consider com.ibm.mq is there in class path. ... |
Topic: MQFM (MQ File Mover) error |
klr
Replies: 12 Views: 14297
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 28, 2011 1:26 am Subject: MQFM (MQ File Mover) error |
In MQFM where should I set the classpath? Where should I check the classpath? |