Author |
Message |
Topic: MQ Access FRom SQL Server Stored Procedure |
MillsPerry
Replies: 25 Views: 28684
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Jul 08, 2005 7:32 am Subject: MQ Access FRom SQL Server Stored Procedure |
Jeff,
We are uncertain where to look for this. Are you refering to an environment variable, a registry setting, or what?
Also, since the MQ API we are using is a properly registered ActiveX obj ... |
Topic: MQ Access FRom SQL Server Stored Procedure |
MillsPerry
Replies: 25 Views: 28684
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Jul 08, 2005 5:03 am Subject: MQ Access FRom SQL Server Stored Procedure |
Hi Stefan,
Yes, it is on the path.
We did a standard MQ client install and rebooted the server for good measure. Also, the same MQAX200 classes work fine when tested from a VBScript. The pro ... |
Topic: MQ Access FRom SQL Server Stored Procedure |
MillsPerry
Replies: 25 Views: 28684
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jul 07, 2005 8:00 am Subject: MQ Access FRom SQL Server Stored Procedure |
I have verified SQL Server Service user rights and SQL Server Service user has administartive rights on the box. |
Topic: MQ Access FRom SQL Server Stored Procedure |
MillsPerry
Replies: 25 Views: 28684
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jul 07, 2005 7:44 am Subject: MQ Access FRom SQL Server Stored Procedure |
Problem: We are trying to put messages on a queue from a stored procedure (MS SQL Server 2000) using the ActiveX API (MQAX200). The procedure works when I run it from an MSDE database on my workstati ... |
Topic: MQRC_LIBRARY_LOAD_ERROR |
MillsPerry
Replies: 0 Views: 3552
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jul 06, 2005 2:10 pm Subject: MQRC_LIBRARY_LOAD_ERROR |
SCENARIO: I have installed the MQ client (v5.3) on a database server (SQL Server 2000, Windows 2000 Server) and am trying to get a database trigger to put a message on a queue when certain tables are ... |
Topic: Any Problems Doing Request/Reply on a Citrix Server? |
MillsPerry
Replies: 1 Views: 2464
|
Forum: General IBM MQ Support Posted: Tue May 17, 2005 8:52 am Subject: Any Problems Doing Request/Reply on a Citrix Server? |
We have just added an MQ request/reply component to a client server application running on a Citrix server. We are noticing that when users make requests at the same time (within a fraction of a seco ... |
Topic: Proper namespace for classes inherited from .Net? |
MillsPerry
Replies: 2 Views: 3024
|
Forum: IBM MQ API Support Posted: Tue Mar 02, 2004 12:45 pm Subject: Proper namespace for classes inherited from .Net? |
That makes sense. I was concerned about appearing plagaristic by putting classes derived from IBM's in a separate namespace. |
Topic: Proper namespace for classes inherited from .Net? |
MillsPerry
Replies: 2 Views: 3024
|
Forum: IBM MQ API Support Posted: Mon Mar 01, 2004 2:01 pm Subject: Proper namespace for classes inherited from .Net? |
This is for the IBMers and/or copyright experts.
If I wish to create new .Net classes that inherit from the IBM .Net classes, What namespace should I put them in?
IBM.WMQ.MyStuff or MyStuff.WMQ
... |
Topic: MQSeries 5.3 CSD05 Doesn't automatically restart on Win2k |
MillsPerry
Replies: 8 Views: 13673
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jan 08, 2004 1:02 pm Subject: MQSeries 5.3 CSD05 Doesn't automatically restart on Win2k |
We have upgraded several queue managers to v5.3 CSD05. Once we did this we discovered that they no longer auto restart when the server is restarted.
In the Windows Services window, we set the IBM ... |
Topic: .Net: Does the IBM.WMQAX namespace use managed code? |
MillsPerry
Replies: 1 Views: 3557
|
Forum: IBM MQ API Support Posted: Wed Jan 07, 2004 2:04 pm Subject: .Net: Does the IBM.WMQAX namespace use managed code? |
Hi,
I understand that the IBM.WMQAX namespace is a wrapper for the MQAX200 COM classes. I would like to know more about it. Specifically, whether it calls COM objects under the covers or if it is ... |
Topic: Trying to use MQAX200 in ASP.NET |
MillsPerry
Replies: 0 Views: 2972
|
Forum: IBM MQ API Support Posted: Wed Aug 13, 2003 8:05 am Subject: Trying to use MQAX200 in ASP.NET |
I have created VB.Net console apps the use MQAX200 without a problem. However, when I past the exact same code into an ASP.Net web application, it gives me a 2058 - MQRC_Q_MGR_NAME_ERROR when I try t ... |
Topic: How Call MQ (API) from VB.NET |
MillsPerry
Replies: 2 Views: 4160
|
Forum: IBM MQ API Support Posted: Wed Aug 13, 2003 7:49 am Subject: How Call MQ (API) from VB.NET |
If you have similar code in VB6, you might find the best luck by running it through the upgrade wizard.
I tried pasting the IBM supplied API declarations into a .Net program, but they didn't work b ... |
Topic: Possible Subscription Glitch??? |
MillsPerry
Replies: 2 Views: 5023
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 07, 2003 7:20 am Subject: Possible Subscription Glitch??? |
I think I have it figured out. It was kicking out a 3151 reason code which, according to the documentation, happens when your subscription matches somebody else's.
The problem with that message is ... |
Topic: Using MQ API calls in VB.NET |
MillsPerry
Replies: 1 Views: 3338
|
Forum: IBM MQ API Support Posted: Thu Aug 07, 2003 7:07 am Subject: Using MQ API calls in VB.NET |
Solved the problem by running a working VB6 program through the upgrade wizard. |
Topic: Possible Subscription Glitch??? |
MillsPerry
Replies: 2 Views: 5023
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 06, 2003 7:36 am Subject: Possible Subscription Glitch??? |
While trying to subscribe to a topic this week, I ran into some strange behavior from WMQI that I would like an explanation for. This is purely for my own peace of mind since I would prefer not to be ... |