Author |
Message
|
rheydenr |
Posted: Mon Feb 14, 2005 6:56 am Post subject: Error 2122 and AMQ7604 |
|
|
Newbie
Joined: 14 Feb 2005 Posts: 2
|
Hi all,
I'm using an Informix database and Websphere MQ. If I try to start a transaction (MQBEGIN), I get the error code 2122 (MQRC_PARTICIPANT_NOT_AVAILABLE). With MQOPEN it works fine. I've just tested the XA capability with the loadxa tool (from IBM). This tool says that all things are ok.
The AMQERR01.LOG says while starting "AMQ7604: The XA resource manager 'Informix' was not available...". The database is located on an another server, but I can access it via Perl or other tools.
My qm.ini file looks like follows:
Code: |
Log:
LogPrimaryFiles=3
LogSecondaryFiles=2
LogFilePages=1024
LogType=CIRCULAR
LogBufferPages=0
LogPath=/var/mqm/log/RHEMGR/
LogWriteIntegrity=TripleWrite
Service:
Name=AuthorizationService
EntryPoints=10
ServiceComponent:
Service=AuthorizationService
Name=MQSeries.UNIX.auth.service
Module=/opt/mqm/lib/amqzfu
ComponentDataSize=0
XAResourceManager:
Name=Informix
SwitchFile=/export/home/mqm/informixswit
XAOpenString=dbuser
|
The informixswit file is also newly compiled. I don't know where to look for further reasons for this error. If you have some hints, please let me know.
TIA,
Ralf. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Feb 14, 2005 7:01 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Are there more errors in AMQERR log file? What about in the system log?
What about on the Informix database server? Are there errors there? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
rheydenr |
Posted: Mon Feb 14, 2005 7:19 am Post subject: |
|
|
Newbie
Joined: 14 Feb 2005 Posts: 2
|
Quote: |
Are there more errors in AMQERR log file? |
No, there are no more errors. Logfile looks like follows:
Code: |
AMQ7604: The XA resource manager 'Informix' was not available [...]
AMQ8003: WebSphere MQ queue manager 'RHEMGR' started.
AMQ9410: Repository manager started
AMQ8024: WebSphere MQ channel initiator started.
|
Quote: |
What about in the system log? |
The @SYSTEM directory has only empty subdirectories.
Quote: |
What about on the Informix database server? Are there errors there? |
That's it! Server said:
Code: |
listener-thread: err = -956: oserr = 2... |
Thanks for your help,
Ralf. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Feb 14, 2005 7:21 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
rheydenr wrote: |
Quote: |
What about in the system log? |
The @SYSTEM directory has only empty subdirectories.
|
I actually meant /var/log/messages, for example. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
csmith28 |
Posted: Mon Feb 14, 2005 5:46 pm Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
I thought it was /var/adm/messages
Code: |
find /var -name messages 2 > /dev/null |
_________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
|