ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » MQClient Installtion on Solaris

Post new topic  Reply to topic Goto page 1, 2  Next
 MQClient Installtion on Solaris « View previous topic :: View next topic » 
Author Message
skycoolers
PostPosted: Tue Apr 11, 2006 7:05 am    Post subject: MQClient Installtion on Solaris Reply with quote

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
View user's profile Send private message Send e-mail
sandiksk
PostPosted: Tue Apr 11, 2006 7:19 am    Post subject: Reply with quote

Centurion

Joined: 08 Jun 2005
Posts: 133

did you look at the Quick Beginings guide for your platform
Back to top
View user's profile Send private message
mvic
PostPosted: Tue Apr 11, 2006 7:27 am    Post subject: Re: MQClient Installtion on Solaris Reply with quote

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
View user's profile Send private message
skycoolers
PostPosted: Tue Apr 11, 2006 9:43 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
kevinf2349
PostPosted: Wed Apr 12, 2006 6:19 am    Post subject: Reply with quote

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
View user's profile Send private message
skycoolers
PostPosted: Wed Apr 12, 2006 9:49 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
wschutz
PostPosted: Wed Apr 12, 2006 9:57 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail AIM Address
skycoolers
PostPosted: Wed Apr 12, 2006 10:51 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
wschutz
PostPosted: Wed Apr 12, 2006 11:02 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

what about Q4?
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
skycoolers
PostPosted: Wed Apr 12, 2006 11:26 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
wschutz
PostPosted: Wed Apr 12, 2006 3:54 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail AIM Address
fjb_saper
PostPosted: Wed Apr 12, 2006 8:00 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
skycoolers
PostPosted: Thu Apr 13, 2006 6:18 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
skycoolers
PostPosted: Fri Apr 14, 2006 11:21 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
wschutz
PostPosted: Fri Apr 14, 2006 11:42 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail AIM Address
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » MQClient Installtion on Solaris
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.