Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: SQL*Net tracing error number
Peter
From a dos prompt:
C:\>net helpmsg 517
517 is not a valid Windows NT network message number.
More help is available by typing NET HELPMSG 3871.
C:\>net helpmsg 54
The network is busy.
From a unix prompt:
$oerr tns 517
00517, 00000, "Lost contact"
// *Cause: Partner has unexpectedly gone away.
// *Action: Investigate partner application for abnormal termination.
HTH. Pete
Peter Kretz wrote:
> To find out why I can't get a connection I set "TRACE_LEVEL_CLIENT" to
> "ADMIN". I received the following :
> ...
> -<ERROR>- error from nricall
> -<ERROR>- nt err code : 12206
> -<ERROR>- ns main err code : 12547
> -<ERROR>- ns (2) err code : 12560
> -<ERROR>- nt main err code: 517
> -<ERROR>-- nt (2) err code : 54
> -<ERROR>- nt OS err code : 0
> ...
> So, one look into the documentation, TNS-12560, "protocol adapter error".
> OK.
> But can someone tell me sources (documentational, books, human) for the nt
> error codes (517 and 54).
>
> thanks in advance
>
> peter
--
Regards
Pete
Received on Thu Jun 24 1999 - 15:25:15 CDT
![]() |
![]() |