|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
WMQ as XA transaction manager & Oracle 9i |
« View previous topic :: View next topic » |
Author |
Message
|
RudiClaes |
Posted: Tue Mar 07, 2006 8:01 am Post subject: WMQ as XA transaction manager & Oracle 9i |
|
|
Newbie
Joined: 07 Mar 2006 Posts: 1 Location: Belgium
|
Hi all,
After configuring the XA Resource Manager settings in the queue manager's Resources tab, I got the following error:
-------------
AMQ6174: The library C:\Program Files\IBM\WebSphere
MQ\Java\lib\jdbc\jdbcora9.dll was not found. The queue manager will continue
without this module.
EXPLANATION:
The dynamically loadable file C:\Program Files\IBM\WebSphere
MQ\Java\lib\jdbc\jdbcora9.dll was not found.
ACTION:
Check that the file exists and is either fully qualified or is in the
appropriate directory.
--------------
Env:
Windows XP Pro
WMQ 5.3 CSD07
Oracle 9i
The DLL is fully qualified and in the appropriate directory. In another post I read that the problem was related to access control. But promoting the user under which WMQ services runs to Local admin does'nt solve the problem. Any ideas on this one? |
|
Back to top |
|
 |
ktg |
Posted: Tue Mar 28, 2006 8:58 pm Post subject: |
|
|
Centurion
Joined: 09 Jan 2006 Posts: 138 Location: India
|
Hi All,
I am also getting similar error for send exit library on Win 2000. I have the dll at proper path. But don't know why it is giving error like this.
Code: |
----- amqrmrsa.c : 467 --------------------------------------------------------
03/29/2006 10:36:34
AMQ6174: The library E:\mqmdata\exits\XYZ.dll was not found. The queue
manager will continue without this module.
EXPLANATION:
The dynamically loadable file E:\mqmdata\exits\XYZ.dll was not found.
ACTION:
Check that the file exists and is either fully qualified or is in the
appropriate directory.
-------------------------------------------------------------------------------
03/29/2006 10:36:34
AMQ9535: User exit not valid.
EXPLANATION:
Channel program 'TEST.SVRCONN' ended because user exit 'XYZ(embemitter)'
is not valid.
ACTION:
Ensure that the user exit is specified correctly in the channel definition, and
that the user exit program is correct and available.
----- amqrexta.c : 4424 -------------------------------------------------------
03/29/2006 10:36:34
AMQ9999: Channel program ended abnormally.
EXPLANATION:
Channel program 'TEST.SVRCONN' ended abnormally.
ACTION:
Look at previous error messages for channel program 'TEST.SVRCONN' in the error
files to determine the cause of the failure.
----- amqrmrsa.c : 467 --------------------------------------------------------
|
Please, Could any one help me...
Thanks in advance,
hvk |
|
Back to top |
|
 |
mvic |
Posted: Tue Mar 28, 2006 11:49 pm Post subject: Re: WMQ as XA transaction manager & Oracle 9i |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
RudiClaes wrote: |
The library C:\Program Files\IBM\WebSphere
MQ\Java\lib\jdbc\jdbcora9.dll was not found. |
You're running old code, but I think AMQ6174 is possible if (a) the file is missing (Win32 error codes ERROR_FILE_NOT_FOUND or ERROR_MOD_NOT_FOUND) or (b) an expected symbol is missing from the DLL.
In order to find out, please re-create the error condition while MQ trace is running ("strmqtrc -t all -t detail" / make error happen / "endmqtrc"), go to <mqdir>\errors, and run
Code: |
findstr xcsQueryProcAddr * |
Quote: |
Env:
Windows XP Pro
WMQ 5.3 CSD07
Oracle 9i |
Also, it will make life much simpler if you can install the most recent CSD. (CSD07 is nearly 2 years old now). We've been at 12 now for a few weeks, and it's looking good. |
|
Back to top |
|
 |
mvic |
Posted: Tue Mar 28, 2006 11:54 pm Post subject: |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
alpan wrote: |
AMQ6174: The library E:\mqmdata\exits\XYZ.dll was not found. |
If the DLL is definitely present and correct, you might like to try the same step I recommended for RudiClaes. And it makes sense to talk about this in a separate thread, I would say. |
|
Back to top |
|
 |
ktg |
Posted: Mon Apr 03, 2006 4:54 am Post subject: |
|
|
Centurion
Joined: 09 Jan 2006 Posts: 138 Location: India
|
Sorry, for the delayed response...
That day, when I turned trace on, the application starts crashing. At that time I didn't had time to debug the code so left it there.... and tested on other machine. Today, I tried to run the same program and it is working fine (with the old system!). I really didn't do any changes with Queue manager configuration. But, have shutdown the system for 2 days(does anyone laugh at me ? )...Don't know How and Why...
Thanks for the help
-hvk |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|