Author |
Message |
Topic: MQ Client SSL from app running under IIS |
DFranke
Replies: 5 Views: 4679
|
Forum: General IBM MQ Support Posted: Thu Jan 13, 2011 11:29 am Subject: MQ Client SSL from app running under IIS |
Just as a follow up for those that may be doing the same thing.
I tried using "Network Service" for the userid for the client certificate and that failed.
I then tried the IUSR_xxxxxx ... |
Topic: MQ Client SSL from app running under IIS |
DFranke
Replies: 5 Views: 4679
|
Forum: General IBM MQ Support Posted: Wed Jan 12, 2011 2:15 pm Subject: MQ Client SSL from app running under IIS |
Thanks for the reply
The webservices running under IIS allow anonymous access using the IUSR_xxxxx account.
Each Service also has an application pool assigned to it that is currently running ... |
Topic: MQ Client SSL from app running under IIS |
DFranke
Replies: 5 Views: 4679
|
Forum: General IBM MQ Support Posted: Wed Jan 12, 2011 11:51 am Subject: MQ Client SSL from app running under IIS |
Hopefully a quick question.
We are in the process of adding SSL to our Client Connection Channels.
Our application is a .NET Web Service that runs under IIS.
The application currently connects fr ... |
Topic: Windows 7 64 bit with MQ 6.0 |
DFranke
Replies: 10 Views: 12148
|
Forum: General Discussion Posted: Fri Aug 20, 2010 12:47 pm Subject: Windows 7 64 bit with MQ 6.0 |
Ok - got past the unable to load the amqxcs2.dll problem.
Apparently the path varibable was being truncated inside of Visual Studio.
By moving the path to the IBM bin directory to the front of the l ... |
Topic: Windows 7 64 bit with MQ 6.0 |
DFranke
Replies: 10 Views: 12148
|
Forum: General Discussion Posted: Fri Aug 20, 2010 11:08 am Subject: Windows 7 64 bit with MQ 6.0 |
Understand that it is not support - just hoping from my results that I could get it working.
So - going forward with this - I uninstalled MQ 6.0.1.1 Client and installed the MQ 7.0.1.2 client. - re ... |
Topic: Windows 7 64 bit with MQ 6.0 |
DFranke
Replies: 10 Views: 12148
|
Forum: General Discussion Posted: Fri Aug 20, 2010 6:34 am Subject: Windows 7 64 bit with MQ 6.0 |
I'm not sure I follow.
At the moment we are in the testing phase with Windows 7.
All of our production systems use MQ Server 6.0.1.1 and MQ Client 6.0.1.1.
We are trying to test the implementat ... |
Topic: Windows 7 64 bit with MQ 6.0 |
DFranke
Replies: 10 Views: 12148
|
Forum: General Discussion Posted: Thu Aug 19, 2010 11:06 am Subject: Windows 7 64 bit with MQ 6.0 |
Hoping someone has conquered this already and might be able give me a direction to look.
We are currently running an asp.net application using the MQ 6 Client Libraries to connect to the server. O ... |
Topic: MQ6 Trigger Monitor as a Service Object??? |
DFranke
Replies: 14 Views: 16902
|
Forum: General IBM MQ Support Posted: Wed Mar 15, 2006 5:13 pm Subject: MQ6 Trigger Monitor as a Service Object??? |
Lights Come on - I misinterpreted your previous email about the '+' sign.
I did not have it in my definition - the doco was incorrect.
Once I added it everything worked great.
Both with SERVTYPE( ... |
Topic: MQ6 Trigger Monitor as a Service Object??? |
DFranke
Replies: 14 Views: 16902
|
Forum: General IBM MQ Support Posted: Wed Mar 15, 2006 2:59 pm Subject: MQ6 Trigger Monitor as a Service Object??? |
The slashes in the definition do not appear to make a difference. The STARTCMD that I use has the slashes as '/' and the Trigger Monitor starts correctly.
The additional '+' in my STOPARG was a ty ... |
Topic: MQ6 Trigger Monitor as a Service Object??? |
DFranke
Replies: 14 Views: 16902
|
Forum: General IBM MQ Support Posted: Wed Mar 15, 2006 2:40 pm Subject: MQ6 Trigger Monitor as a Service Object??? |
I currrently have it setup to use the amqsstop.
Here are the commands that I am using:
STOPCMD('+MQ_INSTALL_PATH+/bin/amqsstop') +
STOPARG('-m +QMNAME+ -p +MQ_SERVER_PID')
When ... |
Topic: MQ6 Trigger Monitor as a Service Object??? |
DFranke
Replies: 14 Views: 16902
|
Forum: General IBM MQ Support Posted: Wed Mar 15, 2006 1:58 pm Subject: MQ6 Trigger Monitor as a Service Object??? |
Has anyone setup a Trigger Monitor as a Service Object in MQ6.0 on a Windows 2000/2003 platform?
I followed the example in the System Admin Guide.
I can get the service started just fine and the t ... |
Topic: .NET How to translate ReasonCode to MQRC Name??? |
DFranke
Replies: 2 Views: 2178
|
Forum: General IBM MQ Support Posted: Thu Dec 25, 2003 11:50 am Subject: Further Information |
I am using the IBM.WMQ and not the WMQAX interface. |
Topic: .NET How to translate ReasonCode to MQRC Name??? |
DFranke
Replies: 2 Views: 2178
|
Forum: General IBM MQ Support Posted: Thu Dec 25, 2003 11:48 am Subject: .NET How to translate ReasonCode to MQRC Name??? |
Using the old MQAX200 COM Interface you could translate the reasoncode to the reasoncodename using the Session. ex. 2033 = "MQRC_NO_MSG_AVAILABLE".
Is there a way to do this using the new .NET in ... |