Author |
Message |
Topic: Mqseries queuemanager Name error(Reason code 2058) |
dhungu
Replies: 12 Views: 13201
|
Forum: IBM MQ API Support Posted: Mon Mar 26, 2012 7:46 pm Subject: Mqseries queuemanager Name error(Reason code 2058) |
Hi Team,
Finally i have succeed to connect to MQ through Perl,in Solaris5.10 64 bit environment by using CPAN mq series pm file.
Thanks,
Santosh |
Topic: Mqseries queuemanager Name error(Reason code 2058) |
dhungu
Replies: 12 Views: 13201
|
Forum: IBM MQ API Support Posted: Fri Mar 23, 2012 8:31 am Subject: Mqseries queuemanager Name error(Reason code 2058) |
Hi Mqjev,
That issue is now resolved.Now i am able to connect to queue manager but now facing another problem,it is saying queue object not found.
Thanks,
Dhungu |
Topic: Mqseries queuemanager Name error(Reason code 2058) |
dhungu
Replies: 12 Views: 13201
|
Forum: IBM MQ API Support Posted: Thu Mar 22, 2012 7:40 pm Subject: Mqseries queuemanager Name error(Reason code 2058) |
Following is the output of my cpanmq installation-
Checking if your kit is complete...
Looks good
Warning: prerequisite Params::Validate 0.77.1 not found.
Warning: prerequisite Test::Simple 0.62 ... |
Topic: Mqseries queuemanager Name error(Reason code 2058) |
dhungu
Replies: 12 Views: 13201
|
Forum: IBM MQ API Support Posted: Thu Mar 22, 2012 8:17 am Subject: Mqseries queuemanager Name error(Reason code 2058) |
Hi Mqjef,
I got some warning when the command make Install finished.I will send you detail tommrow about that warning,as i dont have that output right now.
I am running my script in same shell,w ... |
Topic: Mqseries queuemanager Name error(Reason code 2058) |
dhungu
Replies: 12 Views: 13201
|
Forum: IBM MQ API Support Posted: Thu Mar 22, 2012 7:45 am Subject: Mqseries queuemanager Name error(Reason code 2058) |
Hi Sir,
Thanks for your reply.After cretating the queuemanager,i have started the quemanager then i have executed runmqsc command and create my queue.
Could you please let me know from where i c ... |
Topic: Mqseries queuemanager Name error(Reason code 2058) |
dhungu
Replies: 12 Views: 13201
|
Forum: IBM MQ API Support Posted: Thu Mar 22, 2012 6:56 am Subject: Mqseries queuemanager Name error(Reason code 2058) |
Hi Team,
I have fixed the garbage value issue,which i posted earliear to you.Now i am getting proper reson code and completion code after that fix.I did not got any error at the time of cpan mqseri ... |
Topic: Mqseries queuemanager Name error(Reason code 2058) |
dhungu
Replies: 12 Views: 13201
|
Forum: IBM MQ API Support Posted: Thu Mar 22, 2012 2:09 am Subject: Mqseries queuemanager Name error(Reason code 2058) |
Hi Team,
I am trying to connect to my local queue by using cpan mqseries lib through perl script, in solaris environment.When i am executing my script it is giving Reson code as 2058.which means Qu ... |
Topic: MqseriesResoncode and Compcode issue |
dhungu
Replies: 12 Views: 6927
|
Forum: General IBM MQ Support Posted: Tue Feb 21, 2012 10:16 am Subject: MqseriesResoncode and Compcode issue |
Hi mqjeff,
I have checked in the below link,for sun solaris 5.10(which is my solaris os),CPAN didnt build their mqseris module.
Pease let me know,if you have any information whether it is suppor ... |
Topic: MqseriesResoncode and Compcode issue |
dhungu
Replies: 12 Views: 6927
|
Forum: General IBM MQ Support Posted: Tue Feb 21, 2012 9:06 am Subject: MqseriesResoncode and Compcode issue |
Hi mqjeff,
The module was installed already .How to check the module is installed properly or not.
If i need to install again then,is it require root acces ? or i can install in my home director ... |
Topic: MqseriesResoncode and Compcode issue |
dhungu
Replies: 12 Views: 6927
|
Forum: General IBM MQ Support Posted: Tue Feb 21, 2012 5:21 am Subject: MqseriesResoncode and Compcode issue |
Hi Mqjeff,
As per your suggestion i have change my script and executed, now i am not getting any error.However i am not able to connect to my local queue manager.
I am getting the compltion code ... |
Topic: MqseriesResoncode and Compcode issue |
dhungu
Replies: 12 Views: 6927
|
Forum: General IBM MQ Support Posted: Mon Feb 20, 2012 8:13 am Subject: MqseriesResoncode and Compcode issue |
Hi Mqjeff,
Thanks for your reply and help.
I will disable strict and try again tommrow.
If i will disable stric or comment strict,will it not create any problem in my program.
Actualy i am ... |
Topic: MqseriesResoncode and Compcode issue |
dhungu
Replies: 12 Views: 6927
|
Forum: General IBM MQ Support Posted: Mon Feb 20, 2012 12:11 am Subject: Re: MqseriesResoncode and Compcode issue |
Hi Mqjeff,
Follwing is my platform information.
SunOS 5.10 Generic_144488-09 sun4v sparc SUNW,SPARC-Enterprise-T5220
I have tried to write the code as you specified above.When i have execu ... |
Topic: MqseriesResoncode and Compcode issue |
dhungu
Replies: 12 Views: 6927
|
Forum: General IBM MQ Support Posted: Fri Feb 17, 2012 10:50 am Subject: Re: MqseriesResoncode and Compcode issue |
Hi Mqjeff,
Many Thanks for your quick reply.
Sorry for such a big below mail.I am writing this mail,as you can understand my problem clearly ,which would help me to resolve the issue.
1)Mqser ... |
Topic: MqseriesResoncode and Compcode issue |
dhungu
Replies: 12 Views: 6927
|
Forum: General IBM MQ Support Posted: Fri Feb 17, 2012 4:32 am Subject: MqseriesResoncode and Compcode issue |
Hi Team,
I am new to Mqseries and new to perl scripting.
I am writing one perl script to insert message into my local queue by using following Api.
1)MQCONN
2)MQPUT
3)MQOPEN
4)MQGET
Whe ... |