Author |
Message
|
vijkid |
Posted: Fri Oct 10, 2003 12:27 am Post subject: MQ Series for asp.net |
|
|
Novice
Joined: 09 Oct 2003 Posts: 13
|
Dear All,
I am trying to make a asp page where i need to put the data on MQ Queue . I tried using MQ Classes given by IBM but its not workign where as it is working fine on console application and windows forms . Is it possible to do that on web applications. Please advise.
Thanks in advance
Vijay
vijay_sharma@keaneindia.com |
|
Back to top |
|
 |
mrlinux |
Posted: Fri Oct 10, 2003 6:31 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
It is possible to do it on web applications, we are currently doing both
JAVA/PERL MQ Webstuff _________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
vijkid |
Posted: Mon Oct 13, 2003 3:23 am Post subject: |
|
|
Novice
Joined: 09 Oct 2003 Posts: 13
|
I need to do the same in asp.net is gives security error can anybody help me with this .
mrlinux wrote: |
It is possible to do it on web applications, we are currently doing both
JAVA/PERL MQ Webstuff |
|
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Oct 13, 2003 4:30 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
This is the wrong forum for asking questions.
Have you tried entering the 'Reason Code' you are getting back from your program into the search engine here? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
jerryc2028 |
Posted: Mon Oct 13, 2003 11:21 pm Post subject: security error when accessing mqseries from an asp |
|
|
Newbie
Joined: 13 Oct 2003 Posts: 1
|
If you are attempting to access mqseries 5.3 from an asp on a stand-alone Windows server (not a member of a domain) there is a known problem where you may get a x'2063' reason code (an authentication error). This error does not occur from a Windows program. IBM coded a patch last year for Windows 2000. This patch, U200ga53, replaces the program amqxssvn.exe. IBM coded a patch for Windows 2003 last week (Oct 2003). This patch (un-named as of now) replaces program amqzfuf1.dll. |
|
Back to top |
|
 |
|