Author |
Message |
Topic: reasoncode 2035 |
bath
Replies: 3 Views: 6523
|
Forum: General Discussion Posted: Mon Jan 31, 2005 9:30 am Subject: reasoncode 2035 |
Hello All,
I have the following problem : When trying to run my program on client machine I can not connect to Queue Manager and I received the error 2035.
On server computer I am connected as ... |
Topic: MultiThread Application: Error code 2018 |
bath
Replies: 2 Views: 3614
|
Forum: General IBM MQ Support Posted: Fri Jan 14, 2005 8:16 am Subject: MultiThread Application: Error code 2018 |
thanks for your answer. i'm on windows 2000 platform. |
Topic: MultiThread Application: Error code 2018 |
bath
Replies: 2 Views: 3614
|
Forum: General IBM MQ Support Posted: Mon Jan 10, 2005 6:10 am Subject: MultiThread Application: Error code 2018 |
Hello All,
Please can you help me on this:
When i try to get message from a queue in a mutithread application i got the error code 2018.
how can i solve this?
any help will be greatly appre ... |
Topic: Unable to load APPC communication program with the code erro |
bath
Replies: 15 Views: 13706
|
Forum: General IBM MQ Support Posted: Fri Jan 07, 2005 1:50 am Subject: Unable to load APPC communication program with the code erro |
When running the same code in a user interface i can connect to my queue manager.
so I think the name of my queue manager is correct.
I also run the service as administrator I faced the same pr ... |
Topic: Unable to load APPC communication program with the code erro |
bath
Replies: 15 Views: 13706
|
Forum: General IBM MQ Support Posted: Thu Jan 06, 2005 10:18 am Subject: Unable to load APPC communication program with the code erro |
how have you solve this?
the reason code is 2058 . I think this is a security problem.
My service is running in the same computer as my MQserver and i'm logged as administrator.
any issue to solve ... |
Topic: Unable to load APPC communication program with the code erro |
bath
Replies: 15 Views: 13706
|
Forum: General IBM MQ Support Posted: Thu Jan 06, 2005 7:36 am Subject: Unable to load APPC communication program with the code erro |
thank,
is anyway to solve this security issue?
in the properties of my service process install
the account is LocalSystem and modifiers is public?
any idea will be greatly appreciated
thanks |
Topic: Unable to load APPC communication program with the code erro |
bath
Replies: 15 Views: 13706
|
Forum: General IBM MQ Support Posted: Thu Jan 06, 2005 7:11 am Subject: Unable to load APPC communication program with the code erro |
thank you,
this is the code I use in my service.
#pragma once
using namespace System;
using namespace System::Collections;
using namespace System::ServiceProcess;
using namespace System: ... |
Topic: Unable to load APPC communication program with the code erro |
bath
Replies: 15 Views: 13706
|
Forum: General IBM MQ Support Posted: Thu Jan 06, 2005 5:52 am Subject: Unable to load APPC communication program with the code erro |
thank you jefflowrey,
I will like to take this opportunity to ask another question.
i link my program with all these libraries:
imqb23in.Lib
imqb23vn.Lib
imqs23vn.Lib
imqc23in.Lib
imqc23vn. ... |
Topic: Unable to load APPC communication program with the code erro |
bath
Replies: 15 Views: 13706
|
Forum: General IBM MQ Support Posted: Thu Jan 06, 2005 5:33 am Subject: Unable to load APPC communication program with the code erro |
how can i test the SNA connection?
How do i know if my program use such connection?
thanks |
Topic: Unable to load APPC communication program with the code erro |
bath
Replies: 15 Views: 13706
|
Forum: General IBM MQ Support Posted: Thu Jan 06, 2005 3:44 am Subject: Unable to load APPC communication program with the code erro |
thanks,
i'm on windows 2000 platform. My program executes in the server machine.
when I start my service , I can not connect to the Queue manager
and the error I received in the Event Viewer is
... |
Topic: Unable to load APPC communication program with the code erro |
bath
Replies: 15 Views: 13706
|
Forum: General IBM MQ Support Posted: Wed Jan 05, 2005 8:57 am Subject: Unable to load APPC communication program with the code erro |
Hello All,
please could someone help me?
I write a small c++ service that must connect to a queue manager
and put messages in the queue.
But when i start my service i receive the message
" U ... |
Topic: general question |
bath
Replies: 6 Views: 5253
|
Forum: General Discussion Posted: Thu Dec 30, 2004 8:40 am Subject: general question |
many thanks |
Topic: general question |
bath
Replies: 6 Views: 5253
|
Forum: General Discussion Posted: Thu Dec 30, 2004 8:33 am Subject: general question |
thanks again,
messages are unrelated but notifiacation can be send for good reception of messages
thanks |
Topic: general question |
bath
Replies: 6 Views: 5253
|
Forum: General Discussion Posted: Thu Dec 30, 2004 8:06 am Subject: general question |
thanks ,
what I did until now :
-I created one queue manager, one queue, and one sever connection
channel and one server connection channel.
- i also write two c++ programs. I ... |
Topic: general question |
bath
Replies: 6 Views: 5253
|
Forum: General Discussion Posted: Thu Dec 30, 2004 7:50 am Subject: general question |
Hello All,
I read the manual "Application programming guide" but much of things remained fuzzy.
could you give me explanations on this?
what I need is to write two applications which can send ... |