Folks:
Any help would be appreciated. I am writing a project in ASP.NET that communicates with MQseries using the ActiveX COM MQAX object. We are getting an error on the Queue manager server to the affect of
AMQ8075: Cannot find the sid for userid 'ASPNET'.
Apparently since I am connecting through a .NET web app, it tries to connect to MQSeries through this userid instead of the domain account we had prviously set up in the mqm group.
I saw on another fourm that someone suggested to add the aspnet account to the mqm group on the server. However, our server doe snot have that account! It does not have the .net framework installed. Does it need to? Is there another way?
Also, if I just add the local aspnet account on the server, is it going to work? Isn't that a different account than the one I am using to authenticate.
Anyone who has had this issue, I could really use some help here!
Thanks,
JG
Any help would be appreciated. I am writing a project in ASP.NET that communicates with MQseries using the ActiveX COM MQAX object. We are getting an error on the Queue manager server to the affect of
AMQ8075: Cannot find the sid for userid 'ASPNET'.
Apparently since I am connecting through a .NET web app, it tries to connect to MQSeries through this userid instead of the domain account we had prviously set up in the mqm group.
I saw on another fourm that someone suggested to add the aspnet account to the mqm group on the server. However, our server doe snot have that account! It does not have the .net framework installed. Does it need to? Is there another way?
Also, if I just add the local aspnet account on the server, is it going to work? Isn't that a different account than the one I am using to authenticate.
Anyone who has had this issue, I could really use some help here!
Thanks,
JG