Author |
Message |
Topic: MQ Access FRom SQL Server Stored Procedure |
sam05
Replies: 25 Views: 30757
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Sep 06, 2005 1:29 am Subject: MQ Access FRom SQL Server Stored Procedure |
Someone has an idea?
Please help.
Regards. |
Topic: MQ Access FRom SQL Server Stored Procedure |
sam05
Replies: 25 Views: 30757
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Sep 06, 2005 12:48 am Subject: MQ Access FRom SQL Server Stored Procedure |
We are experiencing network problems and our connection to the internet is very slow. So you do not know whether the message has been posted or not because the internet just hangs. Then you try again ... |
Topic: MQ Access FRom SQL Server Stored Procedure |
sam05
Replies: 25 Views: 30757
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Sep 06, 2005 12:39 am Subject: MQ Access FRom SQL Server Stored Procedure |
Everything else work.
The only problem is the stored procedure.
Is the problem not MQAX200.dll?
The reason I say this is because if I want to put a message on queue defined on local machine, I use ... |
Topic: MQ Access FRom SQL Server Stored Procedure |
sam05
Replies: 25 Views: 30757
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Sep 06, 2005 12:29 am Subject: MQ Access FRom SQL Server Stored Procedure |
Everything else work.
The only problem is the stored procedure.
Is the problem not MQAX200.dll?
The reason I say this is because if I want to put a message on queue defined on local machine, I use ... |
Topic: MQ Access FRom SQL Server Stored Procedure |
sam05
Replies: 25 Views: 30757
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Sep 06, 2005 12:09 am Subject: MQ Access FRom SQL Server Stored Procedure |
Everything else work.
The only problem is the stored procedure.
Is the problem not MQAX200.dll?
The reason I say this is because if I want to put a message on queue defined on local machine, I use ... |
Topic: MQ Access FRom SQL Server Stored Procedure |
sam05
Replies: 25 Views: 30757
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Sep 05, 2005 10:50 pm Subject: MQ Access FRom SQL Server Stored Procedure |
My MQSERVER environment Variable has been set. I have tested this on another application that i wrote and it works fine. i.e I ran the app on same machine on which sql server and mqclient are installe ... |
Topic: MQ Access FRom SQL Server Stored Procedure |
sam05
Replies: 25 Views: 30757
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Sep 05, 2005 10:45 pm Subject: MQ Access FRom SQL Server Stored Procedure |
My MQSERVER environment Variable has been set. I have tested this on another application that i wrote and it works fine. i.e I ran the app on same machine on which sql server and mqclient are installe ... |
Topic: MQ Access FRom SQL Server Stored Procedure |
sam05
Replies: 25 Views: 30757
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Sep 05, 2005 6:02 am Subject: MQ Access FRom SQL Server Stored Procedure |
Hi
I can put a message on local Queue where Mq server is installed using the code that I found on the net like so using a stored procedure
EXEC @rc = sp_OACreate 'MQAX200.MQSession', @objSessio ... |
Topic: MQ Access FRom SQL Server Stored Procedure |
sam05
Replies: 25 Views: 30757
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Sep 05, 2005 5:58 am Subject: MQ Access FRom SQL Server Stored Procedure |
Hi
I can put a message on local Queue where Mq server is installed using the code that I found on the net like so using a stored procedure
EXEC @rc = sp_OACreate 'MQAX200.MQSession', @objSessio ... |
Topic: MQDISC causing my application to crush |
sam05
Replies: 8 Views: 5895
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jul 21, 2005 12:34 am Subject: MQDISC causing my application to crush |
Hi
This piece of code works:
MQCLOSE gHcon, gHobj, C_options, CompCode, Reason
what is wrong with this piece of code?
If gHcon Then
MQDISC gHcon, CompCode, Reason
End If
as soon ... |
Topic: MQDISC causing my application to crush |
sam05
Replies: 8 Views: 5895
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jul 20, 2005 11:54 pm Subject: MQDISC causing my application to crush |
Hi Brandon
This piece of code works:
MQCLOSE gHcon, gHobj, C_options, CompCode, Reason
what is wrong with this piece of code?
If gHcon Then
MQDISC gHcon, CompCode, Reason
End If
as ... |
Topic: MQDISC causing my application to crush |
sam05
Replies: 8 Views: 5895
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jul 20, 2005 10:36 pm Subject: MQDISC causes application to crash! |
Hi
It crashes on MQDISC not after it.
My version is 5.3
It does not generate any fdc file.
All I get is Application error:The memory could not be written. |
Topic: MQDISC causing my application to crush |
sam05
Replies: 8 Views: 5895
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jul 20, 2005 10:35 pm Subject: MQDISC causes application to crash! |
Hi
It crashes on MQDISC not after it.
My version is 5.3
It does not generate any fdc file.
All I get is Application error:The memory could not be written. |
Topic: MQDISC causing my application to crush |
sam05
Replies: 8 Views: 5895
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jul 20, 2005 5:50 am Subject: MQDISC causing my application to crush |
Hi
I installed MQClient on my NT PC and I connect to Queue on a remote machine to get messages (MQGETX). After getting a message I want to close queue (MQCLOSE) and disconnect from Qmanager (MQDISC ... |
Topic: MQDISC causing my application to crush |
sam05
Replies: 2 Views: 2535
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jul 20, 2005 5:46 am Subject: MQDISC causing my application to crush |
Hi
I installed MQClient on my NT PC and I connect to Queue on a remote machine to get messages (MQGETX). After getting a message I want to close queue (MQCLOSE) and disconnect from Qmanager (MQDISC ... |