Author |
Message
|
Le_Quang_Hoa |
Posted: Wed May 25, 2005 7:02 am Post subject: ASP. NET Connect Queue Manager throw MQRC_SECURITY_ERROR |
|
|
 Apprentice
Joined: 14 May 2005 Posts: 29 Location: Viet nam
|
Dear all
I using a page ASP.NET to connect with Queue Manager
but it return error MQRC_SECURITY_ERROR = (2063)
I don't understand what it is??
I how i can do??
I used MQServer 5.3 Fix pack 9
All I installed on Win 2003 server
Thanks _________________ Le Quang Hoa (Mr)
Email :hoa.lequang@gmail.com
YM: hoalq98
Ha noi City - Viet Nam |
|
Back to top |
|
 |
PeterPotkay |
Posted: Wed May 25, 2005 7:11 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Le_Quang_Ho,
Search for ASP and 2035. This has been discussed lots of times.
Let us know if you still got questions after reading those posts. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
Le_Quang_Hoa |
Posted: Thu May 26, 2005 3:28 am Post subject: |
|
|
 Apprentice
Joined: 14 May 2005 Posts: 29 Location: Viet nam
|
Thanks for reply
I read all topic , but I am a new bee in MQ so I can understand it so much
I do some advices but it can not resolve my problem
Anyone can help me??
Thanks _________________ Le Quang Hoa (Mr)
Email :hoa.lequang@gmail.com
YM: hoalq98
Ha noi City - Viet Nam |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu May 26, 2005 3:30 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Your web applications are running as different users. Those users do not have permissions on the queue/queue manager the applications are trying to access.
What user and how to fix this depends on how you have configured your IIS server. But start with the user that the IIS Services are running as - give that user only the permissions it needs. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Le_Quang_Hoa |
Posted: Tue May 31, 2005 1:03 am Post subject: |
|
|
 Apprentice
Joined: 14 May 2005 Posts: 29 Location: Viet nam
|
Thanks
My problem was fixed
I don't more understand. But when I add user ASPNET to MQM group
then in Web.config i added
<identity impersonate="true" userName="ASPNET" password="12345"/>
it run ok
thanks for all _________________ Le Quang Hoa (Mr)
Email :hoa.lequang@gmail.com
YM: hoalq98
Ha noi City - Viet Nam |
|
Back to top |
|
 |
EddieA |
Posted: Tue May 31, 2005 8:19 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Quote: |
But when I add user ASPNET to MQM group |
You have now made ASPNET an MQ SuperUser. That ID now has the ability to do ANYTHING with MQ, including deleting the QM.
Read, and then understand by reading the manuals, what Jeff said:
Quote: |
give that user only the permissions it needs. |
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|