Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have web application that is developed using ASP.NET. The application calls IBM queue for message based communication. When i run the application locally it works perfect, but when i run it remotely (after it is deployed on IIS) the application returns error just at the point it calls the IBM queue. Thanks in advance for your decisive support.

[Modification moved from non-solution]
The IBM queue is being used for another application in the same network environmnt, so I can say it is not an issue of port.
[End of Modification]
Posted
Updated 17-Sep-12 6:12am
v2
Comments
[no name] 17-Sep-12 11:26am    
Do you really think that "returns error" gives us any idea what your problem is or even could be?
Manfred Rudolf Bihy 17-Sep-12 12:13pm    
What exactly do you mean by "same network environment"?
Not clear!

1 solution

Maybe you have access (port, firewall, access rights) to the IBM message queue installation from your local system, but that access is lacking from your server installation where you're trying to run your application.
Logon to your remote server and try a telnet to the server / port where your IBM message server is running at and see if it will connect.

Regards,

— Manfred
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900