Author |
Message |
Topic: Need to compile mirrorq for MQ 6.0.2 |
gogo
Replies: 9 Views: 16326
|
Forum: IBM MQ API Support Posted: Wed Nov 05, 2008 5:16 am Subject: Need to compile mirrorq for MQ 6.0.2 |
Do you know utilities similar to mirrorq ready for use with MQ 6 on AIX? |
Topic: Need to compile mirrorq for MQ 6.0.2 |
gogo
Replies: 9 Views: 16326
|
Forum: IBM MQ API Support Posted: Tue Nov 04, 2008 9:30 am Subject: Need to compile mirrorq for MQ 6.0.2 |
Without paths and switchs:
# gcc mirrorq.c
ld: 0711-317 ERROR: Undefined symbol: .main
ld: 0711-345 Use the -bloadmap or -bnoquiet option to obtain more information.
collect2: ld returned 8 exit ... |
Topic: Need to compile mirrorq for MQ 6.0.2 |
gogo
Replies: 9 Views: 16326
|
Forum: IBM MQ API Support Posted: Tue Nov 04, 2008 8:36 am Subject: Need to compile mirrorq for MQ 6.0.2 |
You are right there is a work "path" from the end of command when you read downhill. Why is it?
I used another options with another errors:
gcc -maix64 -shared -fPIC -o mirrorq mirrorq.c ... |
Topic: Need to compile mirrorq for MQ 6.0.2 |
gogo
Replies: 9 Views: 16326
|
Forum: IBM MQ API Support Posted: Tue Nov 04, 2008 5:57 am Subject: Need to compile mirrorq for MQ 6.0.2 |
I am trying to compile mirrorq for MQ 6.0.2 on AIX 5.3 TL7 but have an errors. Is something missed?
gcc -maix64 -shared -fPIC -o mirrorq mirrorq.c -I/usr/mqm/inc -L/usr/mqm/lib64 -Wl,-rpath=/usr/mqm/ ... |
Topic: MQ reason code 2537 |
gogo
Replies: 5 Views: 35440
|
Forum: General Discussion Posted: Fri Aug 01, 2008 3:17 am Subject: MQ reason code 2537 |
MQ v7.0 Messages manual says:
2537 (09E9) (RC2537): MQRC_CHANNEL_NOT_AVAILABLE
Explanation An MQCONN call was issued from a client to connect to a queue manager but the channel is not currently ava ... |
Topic: MQ reason code 2537 |
gogo
Replies: 5 Views: 35440
|
Forum: General Discussion Posted: Wed Jul 30, 2008 6:52 pm Subject: MQ reason code 2537 |
I am working with MQ queue manager. Connecting to it I have a success, but validating of messages produces the error Unable to connect queue manager ... using host ... channel 1 .. port... reason code ... |
Topic: Windows to AIX MQ queue manager access problem |
gogo
Replies: 18 Views: 25597
|
Forum: General Discussion Posted: Wed Jul 30, 2008 6:45 pm Subject: Windows to AIX MQ queue manager access problem |
Just restart the channel and see if it works
CHANEL1!
The case was with MQ installation done by admin in vacation. The config was not finished I see.
I have tried dft first but it didn't work. A ... |
Topic: Windows to AIX MQ queue manager access problem |
gogo
Replies: 18 Views: 25597
|
Forum: General Discussion Posted: Mon Jul 28, 2008 2:33 pm Subject: Windows to AIX MQ queue manager access problem |
http://www-1.ibm.com/support/docview.wss?doc=aimwmq&rs=171&uid=swg21110505
This might be of some help.
It is curious!
In my case p111 is a loptop with Windows. |
Topic: Windows to AIX MQ queue manager access problem |
gogo
Replies: 18 Views: 25597
|
Forum: General Discussion Posted: Mon Jul 28, 2008 12:33 pm Subject: Windows to AIX MQ queue manager access problem |
Setting the MCAUSER to mqm will do nothing other than make the whole queue manager unsecure.
It certainly won't do anything to solve your network connectivity problem.
I have quecked acl for mqm d ... |
Topic: Windows to AIX MQ queue manager access problem |
gogo
Replies: 18 Views: 25597
|
Forum: General Discussion Posted: Mon Jul 28, 2008 12:18 pm Subject: Windows to AIX MQ queue manager access problem |
You should ask the admin of that server to run the command on the SVRCONN channel CHANNEL1.
I am able to work in runmqsc as mqm via telnet. Do you mind any example of the command to try? |
Topic: Windows to AIX MQ queue manager access problem |
gogo
Replies: 18 Views: 25597
|
Forum: General Discussion Posted: Mon Jul 28, 2008 11:16 am Subject: Windows to AIX MQ queue manager access problem |
I have an error for Windows client to MQ on AIX server.
Process(3884.1) User(mqm) Program(amqcrsta_nd)
AMQ9209: Connection to host 'P111 (......)' closed.
EXPLANATION:
An error occurred receiv ... |