Author |
Message |
Topic: Weird behavior when running my mq client app as NT Service |
Ravee
Replies: 9 Views: 3853
|
Forum: IBM MQ API Support Posted: Wed Sep 08, 2004 9:08 am Subject: Problem Solved... Many Thanks |
Jason,
You were right on the money as to the path variable. The s/w were installed long ago, but some recent installations have added much to the system path variable. My guess is it must have execee ... |
Topic: Weird behavior when running my mq client app as NT Service |
Ravee
Replies: 9 Views: 3853
|
Forum: IBM MQ API Support Posted: Wed Sep 08, 2004 8:40 am Subject: Weird behavior when running my mq client app as NT Service |
Jason,
The FileMon was a great Idea... Thanks a ton. Even though the MQ\Bin is in the SYSTEM PATH variable, it is not getting looked up in that folder. I think I might have to make sure of that and ... |
Topic: Weird behavior when running my mq client app as NT Service |
Ravee
Replies: 9 Views: 3853
|
Forum: IBM MQ API Support Posted: Wed Sep 08, 2004 7:47 am Subject: Weird behavior when running my mq client app as NT Service |
Jason,
I have tried the Trace, and the control didn't even hit the main. The app bummed out while loading all the dependants.
Let me try the Regmon and FileMon and will post my findings.
As far ... |
Topic: Weird behavior when running my mq client app as NT Service |
Ravee
Replies: 9 Views: 3853
|
Forum: IBM MQ API Support Posted: Wed Sep 08, 2004 7:24 am Subject: Weird behavior when running my mq client app as NT Service |
Hi Jason,
The MQSeries Bin is in the SYSTEM PATH and not in the USER PATH.
Ravee. |
Topic: Weird behavior when running my mq client app as NT Service |
Ravee
Replies: 9 Views: 3853
|
Forum: IBM MQ API Support Posted: Wed Sep 08, 2004 1:46 am Subject: Weird behavior when running my mq client app as NT Service |
Hi Jeff,
Sorry I forgot to mention those. The service is running in the local system account context. I tried it without and with the "Desktop Interactive" setting enabled, still got the same beha ... |
Topic: Weird behavior when running my mq client app as NT Service |
Ravee
Replies: 9 Views: 3853
|
Forum: IBM MQ API Support Posted: Tue Sep 07, 2004 12:28 pm Subject: Weird behavior when running my mq client app as NT Service |
Hi,
I am in the process of converting an existing legacy system which is running as an DOS application (VC++ 6.0 and MQ 5.1 client libraries) connecting to the queue on the mainframe, into a NT Based ... |
Topic: Need Help!... |
Ravee
Replies: 5 Views: 3472
|
Forum: IBM MQ API Support Posted: Wed Oct 30, 2002 7:10 am Subject: Need Help!... |
Hi,
Finally cracked it . Brandon, nimconsult & TonyD thanks for your input. The problem was with the way the message id was being converted to a binary string. I was setting it with '\0' a ... |
Topic: Need Help!... |
Ravee
Replies: 5 Views: 3472
|
Forum: IBM MQ API Support Posted: Tue Oct 29, 2002 5:21 am Subject: Urgent, Need Help! |
Brandon,
1. No I cannot change the architecture at this stage, I am just putting in some frills to a version in production.
2. Yes, it seems to be working fine in prod. It started recently in test ... |
Topic: Need Help!... |
Ravee
Replies: 5 Views: 3472
|
Forum: IBM MQ API Support Posted: Mon Oct 28, 2002 11:05 am Subject: Need Help!... |
I have a very weird situation and need help. I recently inherited some code . Following is a brief description of the current implementation and the problem.
The Scenario:
=========
ProcA does ... |