|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
AMQ9496: Channel ended by a remote exit |
« View previous topic :: View next topic » |
Author |
Message
|
bruce2359 |
Posted: Thu Oct 22, 2009 2:48 pm Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
The supplier telling you that others are successfully accessing their qmgr; so ask the supplier exactly how those others are doing so. With security exit in place, they must tell you how to supply credentials (whatever they are) to pass the exits requirements. _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
Stalin |
Posted: Thu Oct 22, 2009 9:46 pm Post subject: |
|
|
Novice
Joined: 21 Oct 2009 Posts: 19
|
Our Suppliers are telling that, you are not supplying the user name and password given by us.
You are trying to access by using the user name NETWORK SERVICE which is not given by us.
So please pass the user name given by us. This is the answer from supplier.
As like supplier words, in our windows client user name in the error log is NETWORK SERVICE like below,
----- amqrfpta.c : 340 --------------------------------------------------------
10/22/2009 08:37:21 - Process(3848.2) User(NETWORK SERVICE) Program(w3wp.exe)
AMQ9496: Channel ended by a remote exit.
EXPLANATION:
Channel program 'SYSTEM.DEF.SVRCONN' was ended because the channel exit at the
remote end requested it.
ACTION:
Examine the error logs at the remote end of the channel to see the reason why
the remote exit ended the channel.
----- amqrfpta.c : 340 --------------------------------------------------------
Since my ASP.NET application is hitting the supplier system,
Do i need to run my ASP.NET code under the account as same as suppliers one in my system?
Thanks & Regards,
Stalin |
|
Back to top |
|
 |
Mr Butcher |
Posted: Fri Oct 23, 2009 12:02 am Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
the userid you specified in the properties should overwrite that NETWORK SERVICe userid. however, i do not know .net, but in samples i goggled the properties hashtable is created like this
Code: |
Hashtable properties = new Hashtable(); |
which differs from the way you did it. maybe give that one a try ?!? _________________ Regards, Butcher |
|
Back to top |
|
 |
RogerLacroix |
Posted: Sun Oct 25, 2009 1:22 pm Post subject: |
|
|
 Jedi Knight
Joined: 15 May 2001 Posts: 3264 Location: London, ON Canada
|
|
Back to top |
|
 |
Stalin |
Posted: Thu Nov 12, 2009 4:44 am Post subject: |
|
|
Novice
Joined: 21 Oct 2009 Posts: 19
|
Sorry for the Late Response.
Thanks For all your time on this thread and suggestions.
Finally the Problem has been solved by my friend.
Solution:
---------
It has been achieved by creating the user account as same as the one given by the suppliers
and forced my ASP.NET application to run under the newly created account.
So my ASP.NET application is trying to access the supplier system's MQ server using the same user
name given by the supplier.
Previously it was trying to access using the User Name "NETWORK SERVICE" which was linked with my ASP.NET application.
Thanks & Regards,
Stalin |
|
Back to top |
|
 |
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|