service application

jschiappa

Member
I have an application using DOA with ASTA, and we're getting some strange behavior when running it as a service. Running as a regular app it connects to the database fine, but as a service when attempting session logon, it will not connect and gives no error message.
Of course, this only happens to one customer and the service works fine on my development machine. Without any error messages, what events should I monitor to debug this problem? Has anyone had problems connecting to Oracle in a service application?

Thanks for your help.
 
If you connect a session and it fails, there must be an exception, and therefore an error message. Is a connection exception handled properly in your service?

------------------
Marco Kalter
Allround Automations
 
Back
Top