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 -> pro-c via OAS 4.07 with WDBC API

pro-c via OAS 4.07 with WDBC API

From: <natir_at_my-deja.com>
Date: Thu, 21 Oct 1999 09:00:44 GMT
Message-ID: <7umkno$lpl$1@nnrp1.deja.com>


Hello,
I tried to write c-programm which prints "Hello world" and call to some pl/sql procedure in db.
For connection with database the procedure uses WDBC API: getting dad session, call to pl/sql procedure ...

I created this programm in VC5 and add to link line libwdbcapi.lib.

The result of running this programm by Netscape and Windows Explorer is

error "Can not service this request, please try again later". In wrb.log I found the follow errors:

10-20-1999 09:10:06 0          server           `Cartridge Server`
	1127       7          0x400fff   `OWS-10907: Logger
initialization successfully  `
10-20-1999 09:10:06 0          server           `Auth Module`
	1127       7          0x80002    `OWS-06710: Basic scheme has
been initialized.  `
10-20-1999 09:10:06 0          server           `Auth Module`
	1127       4          0x80004    `OWS-06709: Digest scheme
config section not found.  `
10-20-1999 09:10:06 0          server           `Auth Module`
	1127       4          0x80008    `OWS-06709: IP scheme config
section not found.  `
10-20-1999 09:10:06 0          server           `Auth Module`
	1127       4          0x80010    `OWS-06709: Domain scheme
config section not found.  `
10-20-1999 09:10:06 0          server           `Cartridge Server`
	1127       1          0x400fff   `OWS-10833: Cartridge
applicationName/cart1 init runtime callback did not return WRB_DONE  `
10-20-1999 09:10:06 0          server           `Cartridge Server`
	1127       1          0x400fff   `OWS-10803: Cartridge instance
factory for applicationName/cart1 not intialized  `
10-20-1999 09:10:07 0          server           `Broker`
	804        1          0x10fff    `OWS-04764: Unable to bring up
cartridge server, type applicationName, at server.  `
10-20-1999 09:10:07 0          server           `Cartridge Server`
	1127       1          0x400fff   `OWS-10821: Application
applicationName failed to deregister with the name server  `
10-20-1999 09:10:07 0          server           `Cartridge Server`
	1127       1          0x400fff   `OWS-10850: Cartridge Server
applicaitonName received exception
IDL:oracle/OAS/Cartridge/InitFailed:1.0 while deregistering `
10-20-1999 09:10:06 0          server           `Auth Module`
	1127       7          0x80001    `OWS-06702: Engine has been
initialized.  `
10-20-1999 09:10:06 0          server           `Auth Module`
	1127       7          0x80001    `OWS-06700: Client interface
has been initialized.  `
10-20-1999 09:10:06 0          server           `Cartridge Server`
	1127       7          0x400fff   `OWS-10912: Auth Server
initialized successfully  `
10-20-1999 09:10:06 0          server           `Cartridge Server`
	1127       7          0x400fff   `OWS-10913: Virtual Path
Manager initialized successfully  `
10-20-1999 09:10:06 0          server           `Auth Module`
	1127       7          0x80002    `OWS-06710: Basic scheme has
been initialized.  `
10-20-1999 09:10:06 0          server           `Auth Module`
	1127       4          0x80004    `OWS-06709: Digest scheme
config section not found.  `
10-20-1999 09:10:06 0          server           `Auth Module`
	1127       4          0x80008    `OWS-06709: IP scheme config
section not found.  `
10-20-1999 09:10:06 0          server           `Auth Module`
	1127       4          0x80010    `OWS-06709: Domain scheme
config section not found.  `
10-20-1999 09:10:06 0          server           `Auth Module`
	1127       7          0x80001    `OWS-06702: Engine has been
initialized.  `
10-20-1999 09:10:06 0          server           `Auth Module`
	1127       7          0x80001    `OWS-06700: Client interface
has been initialized. `

If I remove all db calls from my program and remove the wdbc lib file the programm works excellent.

Thank you for assistents.

Sent via Deja.com http://www.deja.com/
Before you buy. Received on Thu Oct 21 1999 - 04:00:44 CDT

Original text of this message

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