Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Webservice always tries BEQ protocol first

Re: Webservice always tries BEQ protocol first

From: Telemachus <telemachus_at_ulysseswillreturn.net>
Date: Wed, 9 Apr 2003 09:11:32 +0100
Message-ID: <UAQka.7653$pK2.8197@news.indigo.ie>


The problem is probably in TNSNAMES.ORA on the client if you are using that to resolve names.

please post the SQLNET.ORA and TNSNAMES.ORA from the client... "Lothar Armbrüster" <l.armbruester_at_vertriebsunion.de> wrote in message news:35559896.0304082336.e2a875f_at_posting.google.com...
> Hello out there,
>
> ich have a webservice that runs on MSIIS/W2k and connects to an Oracle
> 9.0.1.3 Database on another W2k server via an Oracle 8.1.7 client.
> Whenever the webservice connects, it generates a sqlnet.log saying a
> connection using the bequeath protocol failed:
>
> ***********************************************************************
> Fatal NI connect error 12560, connecting to:
>

(DESCRIPTION=(ADDRESS=(PROTOCOL=BEQ)(PROGRAM=oracle)(ARGV0=oracleORCL)(ARGS= '(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))(CONNECT_DATA=(SID=ORCL )(CID=(PROGRAM=c:\inetpub\scripts\vuwebservice.exe)(HOST=VU2K10)(USER=IUSR_V U2K10))))
>
> VERSION INFORMATION:
> TNS for 32-bit Windows: Version 8.1.7.0.0 - Production
> Oracle Bequeath NT Protocol Adapter for 32-bit Windows: Version
> 8.1.7.0.0 - Production
> Time: 09-APR-2003 09:04:40
> Tracing to file: c:\inetpub\scripts\cli.trc
> Tns error struct:
> nr err code: 0
> ns main err code: 12560
> TNS-12560: TNS: Protokolladapterfehler
> ns secondary err code: 0
> nt main err code: 530
> TNS-00530: Protokolladapter-Fehler
> nt secondary err code: 126
> nt OS err code: 0
>
> After that the connection succeeds and the webservice delivers correct
> results.
> I set tracing on but the trace file did not give any further insights.
> Amazingly, only the failed attempt to connect locally is traced. The
> successfull connection does not appear in the tracefile.
>
> Now the question is:
>
> How can I prevent the webservice from first trying a local connection
> using the bequeath protocol?
Received on Wed Apr 09 2003 - 03:11:32 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US