Hello.
I have a stored procedure which I call with a URL.In this URL it is defined which user that should run the stored procedure, and also the pass for this user (of course crypted).
The funny thing is that when I run this URL on the server where the stored procedure is, there is no problems. The stored procedure does what it has to do.
But when I run it in another client from the web. Nope. There is a timeout.
The portnumber that I use is opened on the firewall, so it isn't the firewall settings. Is there another permission problem on the URL and the stored procedure?
Can anybody help?
Best regards
HuGOB