Author |
Message
|
dbaltazar |
Posted: Wed Sep 09, 2009 6:08 am Post subject: IBM MQSeries AMI (Application Message Interface) |
|
|
Newbie
Joined: 09 Mar 2009 Posts: 7
|
hi,
i have a question. When i install MQSeries AMI with same folder with Websphere MQ, no problems.
But when i try install in other folder i receive the message:
*** Error -- while loading library amt.dll.
Please ensure that AMI is installed
enable_MQFunctions Failed
The system variable are:
AMT_DATA_PATH : C:\IBM\MQSeries AMI\amt
DB2INSTANCE : DB2
DB2INSTHOME : C:\IBM\
DB2PATH : C:\IBM\SQLLIB\
DB2TEMPDIR : C:\IBM\SQLLIB\
Path : %ATM_DATA_PATH%
anyone know how can i fix this?!
Best regards |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Sep 09, 2009 6:11 am Post subject: Re: IBM MQSeries AMI (Application Message Interface) |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
dbaltazar wrote: |
Path : %ATM_DATA_PATH% |
|
|
Back to top |
|
 |
dbaltazar |
Posted: Wed Sep 09, 2009 9:27 am Post subject: Re: IBM MQSeries AMI (Application Message Interface) |
|
|
Newbie
Joined: 09 Mar 2009 Posts: 7
|
mqjeff wrote: |
dbaltazar wrote: |
Path : %ATM_DATA_PATH% |
|
typed wrong, but i did the test using the path instead of a variable and received same error. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Sep 09, 2009 9:42 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
How do you expect the AMI libraries to load their dependant MQ libraries if those MQ libraries are not on the PATH? |
|
Back to top |
|
 |
dbaltazar |
Posted: Wed Sep 09, 2009 10:22 am Post subject: |
|
|
Newbie
Joined: 09 Mar 2009 Posts: 7
|
mqjeff wrote: |
How do you expect the AMI libraries to load their dependant MQ libraries if those MQ libraries are not on the PATH? |
Sorry, I'm not using the same machine where is installed the MQSeries AMI, so I did not write the environment variables completely.
Below:
AMT_DATA_PATH =
C:\IBM\MQSeries AMI\amt
Path =
C:\Program Files\PC Connectivity Solution\;
D:\oraclexe\app\oracle\product\10.2.0\server\bin;
C:\IBM\WebSphere MQ\Java\lib;C:\WINDOWS\system32;
C:\WINDOWS;
C:\WINDOWS\System32\Wbem;
C:\Program Files\Common Files\Roxio Shared\DLLShared\;
C:\Program Files\Common Files\Roxio Shared\10.0\DLLShared\;
C:\IBM\WebSphere MQ\bin;
C:\IBM\WebSphere MQ\tools\c\samples\bin;
C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;
C:\Program Files\Microsoft SQL Server\100\DTS\Binn\;
C:\Program Files\contact admin\mqcx\bin;
C:\IBM\SQLLIB\BIN;
C:\IBM\SQLLIB\FUNCTION;
C:\IBM\SQLLIB\SAMPLES\REPL;
C:\IBM\WebSphere MQ\gskit\ibm\gsk7\bin;
C:\IBM\WebSphere MQ\gskit\ibm\gsk7\lib;
d:\IBM\ITM\bin;
d:\IBM\ITM\bin\dll;
d:\IBM\ITM\InstallITM;
d:\IBM\ITM\TMAITM6;
%AMT_DATA_PATH%
DB2INSTHOME =
C:\IBM\
DB2PATH =
C:\IBM\SQLLIB\
DB2TEMPDIR =
C:\IBM\SQLLIB\
CLASSPATH =
C:\IBM\WebSphere MQ\Java\lib\providerutil.jar;
C:\IBM\WebSphere MQ\Java\lib\com.ibm.mqjms.jar;
C:\IBM\WebSphere MQ\Java\lib\ldap.jar;
C:\IBM\WebSphere MQ\Java\lib\jta.jar;
C:\IBM\WebSphere MQ\Java\lib\jndi.jar;
C:\IBM\WebSphere MQ\Java\lib\jms.jar;
C:\IBM\WebSphere MQ\Java\lib\connector.jar;
C:\IBM\WebSphere MQ\Java\lib\fscontext.jar;
C:\IBM\WebSphere MQ\Java\lib\com.ibm.mq.jar;.;
C:\Program Files\Java\jdk1.6.0\bin;
C:\IBM\SQLLIB\java\db2java.zip;
C:\IBM\SQLLIB\java\db2jcc.jar;
C:\IBM\SQLLIB\java\db2jcc_license_cu.jar;
C:\IBM\SQLLIB\bin;
C:\IBM\SQLLIB\java\common.jar;
C:\Program Files\IBM\Java142\jre\bin;
C:\IBM\MQSeries AMI\java\lib\com.ibm.mq.amt.jar;
C:\IBM\MQSeries AMI\amt\samples\java\bin\com.ibm.mq.amt.samples.jar;
C:\IBM\WebSphere MQ\java\lib\com.ibm.mq.amt.jar;
C:\IBM\WebSphere MQ\amt\samples\java\bin\com.ibm.mq.amt.samples.jar;
C:\IBM\MQSeries AMI\bin; |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Sep 09, 2009 7:35 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
And here I thought AMI was antiquated and you were asked to replace it with JMS. Am I confused here or did I miss something??  _________________ MQ & Broker admin |
|
Back to top |
|
 |
mqjeff |
Posted: Thu Sep 10, 2009 3:01 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
fjb_saper wrote: |
And here I thought AMI was antiquated and you were asked to replace it with JMS. Am I confused here or did I miss something??  |
DB2 still uses AMI at some levels.
I've never played with it, so other than the usual "check the log, check the error messages, open a PMR"... |
|
Back to top |
|
 |
dbaltazar |
Posted: Thu Sep 10, 2009 4:51 am Post subject: |
|
|
Newbie
Joined: 09 Mar 2009 Posts: 7
|
mqjeff wrote: |
fjb_saper wrote: |
And here I thought AMI was antiquated and you were asked to replace it with JMS. Am I confused here or did I miss something??  |
DB2 still uses AMI at some levels.
I've never played with it, so other than the usual "check the log, check the error messages, open a PMR"... |
thanks everyone, this is only one doubt, but the product works normally when installed in same directory that Websphere MQ. |
|
Back to top |
|
 |
|