OO4O ASP Error [message #123913] |
Wed, 15 June 2005 09:16 |
spthomas
Messages: 6 Registered: March 2005 Location: London, ON
|
Junior Member |
|
|
I seem to be having a rather weird on and off error with my classic ASP code, and just wondering if anyone has seen this or if there was something that could be done to fix this.
The exact error message is:
Active Server Pages error 'ASP 0115'
Unexpected error
/dir/dir/dir/myasppage.asp
A trappable error (C0000005) occurred in an external object. The script cannot continue running.
And the line it's happening on is:
Set oOracleDB = oOracleSession.OpenDatabase("myoracle", "user/password", CInt(0))
I've tried a few things with the tnsnames, premissions, etc., but no luck. This is also happening on another box, the only other Oracle-related thing installed on both of these boxes is OIC.
Cheers!
|
|
|