Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> pro-c via OAS 4.07 with WDBC API
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 ServerapplicaitonName received exception
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 interfacehas 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
![]() |
![]() |