Author |
Message |
Topic: issue with messageId call |
sarath
Replies: 8 Views: 4834
|
Forum: General IBM MQ Support Posted: Mon Sep 26, 2005 6:26 am Subject: issue with messageId call |
yep...Reinstalled again and tryed. But struck at the same place. |
Topic: issue with messageId call |
sarath
Replies: 8 Views: 4834
|
Forum: General IBM MQ Support Posted: Wed Sep 21, 2005 3:10 am Subject: issue with messageId call |
Thanks alot.
tryed alot further ......
here i am giving the dbx traces...
t@8 (l@ stopped in TQMgr::readFromQueue at line 1242 in file "MQObj.C"
1242 if (queue->get(*msg, *p_option ... |
Topic: issue with messageId call |
sarath
Replies: 8 Views: 4834
|
Forum: General IBM MQ Support Posted: Thu Sep 15, 2005 6:07 am Subject: issue with messageId call |
Yep, I did all those things.... |
Topic: issue with messageId call |
sarath
Replies: 8 Views: 4834
|
Forum: General IBM MQ Support Posted: Thu Sep 15, 2005 4:24 am Subject: issue with messageId call |
Hi All,
I am upgrading my application from solaris 2.6 to solaris 2.9 and the compiler from 4.2 to forte 6.2.
Also i am upgrading the MQSeries 5.0 to MQSeries 5.3.
After doing the upgradation i a ... |
Topic: Accessing Q's Problem |
sarath
Replies: 2 Views: 2712
|
Forum: General IBM MQ Support Posted: Mon Aug 29, 2005 7:56 am Subject: Accessing Q's Problem |
Hi All,
Could any one please help me out.
Is it possible for me to access the queues which were created in solaris 2.6 with MQSeries 5, from the application which built on solaris 2.9 with MQSer ... |
Topic: Queue Problem: OPEN QMGR failed not authorized |
sarath
Replies: 22 Views: 12349
|
Forum: General IBM MQ Support Posted: Wed Aug 10, 2005 5:00 am Subject: Queue Problem: OPEN QMGR failed not authorized |
The output of dmpmqaut -m NMPS.QM -t qmgr is (before setmqaut):
rapier% dmpmqaut -m NMPS.QM -t qmgr
profile: self
object type: qmgr
entity: mqm
entity type: principal
authority: all ... |
Topic: Queue Problem: OPEN QMGR failed not authorized |
sarath
Replies: 22 Views: 12349
|
Forum: General IBM MQ Support Posted: Wed Aug 10, 2005 3:58 am Subject: Queue Problem: OPEN QMGR failed not authorized |
Well, connect also behaved in the same way. |
Topic: Queue Problem: OPEN QMGR failed not authorized |
sarath
Replies: 22 Views: 12349
|
Forum: General IBM MQ Support Posted: Wed Aug 10, 2005 3:12 am Subject: Queue Problem: OPEN QMGR failed not authorized |
Hi All,
Made one small Sample Application to check this problem:
#include <stdio.h>
#include <imqi.hpp>
int main(int argc, char *argv[])
{
printf("Start\n");
ImqChannel ch ... |
Topic: Queue Problem: OPEN QMGR failed not authorized |
sarath
Replies: 22 Views: 12349
|
Forum: General IBM MQ Support Posted: Tue Aug 09, 2005 5:59 am Subject: Queue Problem: OPEN QMGR failed not authorized |
Hi All,
I don't think its a program logic error coz, in that case with mqm also i should face the same problem, right? But with mqm my application is going fine. Getting errors with other accounts. ... |
Topic: Queue Problem: OPEN QMGR failed not authorized |
sarath
Replies: 22 Views: 12349
|
Forum: General IBM MQ Support Posted: Fri Aug 05, 2005 1:12 am Subject: Queue Problem: OPEN QMGR failed not authorized |
Thanks Alot.
When the user tryed to access the queues the error is :
2005-08-05 07:54:35|NMPSRequestScheduler|000000|Software|0000|3|EEK! THREAD UNEXPECTEDLY TERMINATED: EXCEPTION: QOpFifo.C
... |
Topic: Queue Problem: OPEN QMGR failed not authorized |
sarath
Replies: 22 Views: 12349
|
Forum: General IBM MQ Support Posted: Thu Aug 04, 2005 6:52 am Subject: Queue Problem: OPEN QMGR failed not authorized |
Here i am giving the details of created queue structure in mqm login.
rapier% ls
@SYSTEM NMPS!QM SATURN!QUEUE!MANAGER
rapier% cd NMPS*
rapier% ls
@ipcc amq ... |
Topic: Queue Problem: OPEN QMGR failed not authorized |
sarath
Replies: 22 Views: 12349
|
Forum: General IBM MQ Support Posted: Thu Aug 04, 2005 5:32 am Subject: Queue Problem: OPEN QMGR failed not authorized |
Thanks alot for the quick reply...
Environment is : solaris 2.9 & MQSeries Version is 5.3
We executed the below two commands (Queue Manager is : NMPS3.QM and the Group is admin)
setmqaut ... |
Topic: Queue Problem: OPEN QMGR failed not authorized |
sarath
Replies: 22 Views: 12349
|
Forum: General IBM MQ Support Posted: Thu Aug 04, 2005 1:44 am Subject: Queue Problem: OPEN QMGR failed not authorized |
Hi All,
When i am trying to communicate with the queue manager(/var/mqm/qmgrs) created my mqm user with regular login(i mean different user).
It is throwing below error.
QOpFifo.C: line 106: QOpF ... |
Topic: Undefined Symbols for MQSeries |
sarath
Replies: 5 Views: 4240
|
Forum: General IBM MQ Support Posted: Fri Jun 10, 2005 9:51 am Subject: Undefined Symbols for MQSeries |
Thanks alot....
At the same time is it required for me to update/upgrade the patches for MQSeries, so that it will work for sun forte 6.2?
Regards,
Sarath. |
Topic: Undefined Symbols for MQSeries |
sarath
Replies: 5 Views: 4240
|
Forum: General IBM MQ Support Posted: Fri Jun 10, 2005 7:28 am Subject: Undefined Symbols for MQSeries |
Here is the Command :
CC -g0 -I. -I/opt/mqm/inc -I/opt/SUNWspro/include/CC -D_REENTRANT -library=rwtools7,iostream -o conn_t conn_t.o -Bstatic -lrwtool -Bstatic -lucb -Bdynamic -lgen -mt ... |