aspnet_wp and IBM Websphere MQ
-
Problem: I am not able to put message into Queue If I am accessing the application from an URL instead of running the application from IDE. ---------------------------------------------------- General Information 1. Visual Studio 2005, Framework 2.0 2. WMQ 5.3 trial version When we run our application from dot net IDE then we are able to put message into Queue, but if we access the application from an URL then we are not able to put the message to Queue. The information fromt the event viewer is -------------------------------------------- Entity 'aspnet' has insufficient authority to access object 'T2RQM'. The specified entity is not authorized to access the required object. The following requested permissions are unauthorized: connect Ensure that the correct level of authority has been set for this entity against the required object, or ensure that the entity is a member of a privileged group. ------------------------------ I added the aspnet account to both Administrator and MQM groups, still its not working. One thing which I noticed is that it is working fine in system where Visual Studio 2005 is not installed
-
Problem: I am not able to put message into Queue If I am accessing the application from an URL instead of running the application from IDE. ---------------------------------------------------- General Information 1. Visual Studio 2005, Framework 2.0 2. WMQ 5.3 trial version When we run our application from dot net IDE then we are able to put message into Queue, but if we access the application from an URL then we are not able to put the message to Queue. The information fromt the event viewer is -------------------------------------------- Entity 'aspnet' has insufficient authority to access object 'T2RQM'. The specified entity is not authorized to access the required object. The following requested permissions are unauthorized: connect Ensure that the correct level of authority has been set for this entity against the required object, or ensure that the entity is a member of a privileged group. ------------------------------ I added the aspnet account to both Administrator and MQM groups, still its not working. One thing which I noticed is that it is working fine in system where Visual Studio 2005 is not installed