Author |
Message
|
skycoolers |
Posted: Tue Apr 11, 2006 7:05 am Post subject: MQClient Installtion on Solaris |
|
|
 Apprentice
Joined: 22 Dec 2005 Posts: 35
|
Hi,
I extracted "MQ Client 5.3 for Solaris - macy_withSSL.tar[1]" file and executed the script "mqlicense.sh" from root id.
For SSL what package name in need to specify in the following command?
pkgadd -d packagename
But I didn't find any package when I tried the following command?
pkginfo -d .
Where can I find the 5.3 installation document?
Regards,
Siva |
|
Back to top |
|
 |
sandiksk |
Posted: Tue Apr 11, 2006 7:19 am Post subject: |
|
|
Centurion
Joined: 08 Jun 2005 Posts: 133
|
did you look at the Quick Beginings guide for your platform |
|
Back to top |
|
 |
mvic |
Posted: Tue Apr 11, 2006 7:27 am Post subject: Re: MQClient Installtion on Solaris |
|
|
 Jedi
Joined: 09 Mar 2004 Posts: 2080
|
sivakannang wrote: |
But I didn't find any package when I tried the following command?
pkginfo -d . |
Does this work?
Code: |
cd MQClientwithSSL
pkgadd -d mqs530.img |
|
|
Back to top |
|
 |
skycoolers |
Posted: Tue Apr 11, 2006 9:43 am Post subject: |
|
|
 Apprentice
Joined: 22 Dec 2005 Posts: 35
|
Thanks. I installed the application.
I am getting 2012 error while publishing messaage to MQ server(/opt/mqm/samp/bin/amqsputc Q_ACC_HOLD_REQ TIBTEST)
MQCONN ended with reason code 2012
MQ Server Environment : Windows
MQ Client Environment : Solaris
Version : 5.3 |
|
Back to top |
|
 |
kevinf2349 |
Posted: Wed Apr 12, 2006 6:19 am Post subject: |
|
|
 Grand Master
Joined: 28 Feb 2003 Posts: 1311 Location: USA
|
2012 is an environment error...clearly documented in the manuals by the way. For Windows it states
Quote: |
* On Compaq OpenVMS Alpha, OS/2, OS/400, Compaq NonStop Kernel, UNIX systems, and Windows, one of the following applies: -- The application is linked to the wrong libraries (threaded or nonthreaded). -- An MQBEGIN, MQCMIT, or MQBACK call was issued, but an external unit-of-work manager is in use. For example, this reason code occurs on Windows when an MTS object is running as a DTC transaction. This reason code also occurs if the queue manager does not support units of work. -- The MQBEGIN call was issued in a WebSphere MQ client environment. -- An MQXCLWLN call was issued, but the call did not originate from a cluster workload exit. |
 |
|
Back to top |
|
 |
skycoolers |
Posted: Wed Apr 12, 2006 9:49 am Post subject: |
|
|
 Apprentice
Joined: 22 Dec 2005 Posts: 35
|
Thanks and pleae excuse for the silly questions
I gone the error description in technical document before also. But I wanted to know how to fix the error.
We have MQClient on two seperate solaris environment, one of the environment is working fine i.e. I'm able to publish message using amqsputc to the WindowsMQServer.
But in the other environment I am getting 2012 error. How to find out which library path is set to MQclient? |
|
Back to top |
|
 |
wschutz |
Posted: Wed Apr 12, 2006 9:57 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Well... some things to check:
(1) is MQ server installed on the machine
(2) was a MQ client or server previously installed
(3) what does "ldd /opt/mqm/samp/bin/amqsputc" show?
(4) is PATH and LD_LIBRARY_PATH the same on both machines? _________________ -wayne |
|
Back to top |
|
 |
skycoolers |
Posted: Wed Apr 12, 2006 10:51 am Post subject: |
|
|
 Apprentice
Joined: 22 Dec 2005 Posts: 35
|
[quote](1) is MQ server installed on the machine[/quote]
MQServer is running under Window environment and installed MQClient on the solaris environment
[quote](2) was a MQ client or server previously installed[/quote]
My solaris environment is a fresh one. We never tried mq server/client on this machine before
[quote](3) what does "ldd /opt/mqm/samp/bin/amqsputc" show?[/quote]
libmqic.so => /opt/mqm/lib/libmqic.so
libmqmcs.so => /opt/mqm/lib/libmqmcs.so
libthread.so.1 => /usr/lib/libthread.so.1
libsocket.so.1 => /usr/lib/libsocket.so.1
libc.so.1 => /usr/lib/libc.so.1
libnsl.so.1 => /usr/lib/libnsl.so.1
libdl.so.1 => /usr/lib/libdl.so.1
librt.so.1 => /usr/lib/librt.so.1
libmqiz.so => /opt/mqm/lib/libmqiz.so
libmp.so.2 => /usr/lib/libmp.so.2
libaio.so.1 => /usr/lib/libaio.so.1
libmd5.so.1 => /usr/lib/libmd5.so.1
libm.so.1 => /usr/lib/libm.so.1
/usr/platform/SUNW,Sun-Fire-480R/lib/libc_psr.so.1
/usr/platform/SUNW,Sun-Fire-480R/lib/libmd5_psr.so.1
Please let me know what configuration do I need to change? |
|
Back to top |
|
 |
wschutz |
Posted: Wed Apr 12, 2006 11:02 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
what about Q4? _________________ -wayne |
|
Back to top |
|
 |
skycoolers |
Posted: Wed Apr 12, 2006 11:26 am Post subject: |
|
|
 Apprentice
Joined: 22 Dec 2005 Posts: 35
|
Both the environments PATH and LD_LIBRARY_PATH are same
LD_LIBRARY_PATH=/export/home/db2inst1/sqllib/lib |
|
Back to top |
|
 |
wschutz |
Posted: Wed Apr 12, 2006 3:54 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Well, to state the obvious, something has to be different between the system that works and the one that doesn't. If you can't determine what that is, I gues you'll have to open a problem report with IBM service.
Sorry I can't be of more help. _________________ -wayne |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Apr 12, 2006 8:00 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
sivakannang wrote: |
Both the environments PATH and LD_LIBRARY_PATH are same
LD_LIBRARY_PATH=/export/home/db2inst1/sqllib/lib |
Can you add
LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/opt/mqm/java/lib
export LD_LIBRARY_PATH
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
skycoolers |
Posted: Thu Apr 13, 2006 6:18 am Post subject: |
|
|
 Apprentice
Joined: 22 Dec 2005 Posts: 35
|
I tried the same, it's not working.
Hope amqsputc is a C application.
Any other suggestions please.......... |
|
Back to top |
|
 |
skycoolers |
Posted: Fri Apr 14, 2006 11:21 am Post subject: |
|
|
 Apprentice
Joined: 22 Dec 2005 Posts: 35
|
Guys, I really need your help
Please update on 2012 error.................
Even I tried uninstalling and reinstalling the MQClient. I am using
MQ Client 5.3 for Solaris - macy_withSSL.tar[1].Z
MQ Client Fix Pack 10 (CSD10) for Solaris - U800393.gskit.tar[1]
Do I need to change any system kernel primaries?
Regards,
Siva |
|
Back to top |
|
 |
wschutz |
Posted: Fri Apr 14, 2006 11:42 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
wschutz wrote: |
I guess you'll have to open a problem report with IBM service. |
_________________ -wayne |
|
Back to top |
|
 |
|