JDBNet (Failed to load Driver)

whocairz

Member
Has anyone see this error while using JDBNet? If so do you have any idea on how to correct the problem?

23390 Wed Nov 19 10:35:31 2003 runbatch.c378
INITIALIZING RUNBATCH job: 21481

23390 Wed Nov 19 10:35:31 2003 ipcpub.c2903
process 23390 <runbatch> registered in entry 16

23390 Wed Nov 19 10:35:31 2003 runbatch.c618
Startup for User=JOE, Env=DV7333, Job#=21481

23390 Wed Nov 19 10:35:32 2003 runbatch.c1066
RUNBATCH: Remote CP=1252, Remote OS=5, Local CP=1252, ConvertToASCII=0

23390 Wed Nov 19 10:35:33 2003 jdb_drvm.c372
JDB9900160 - Failed to load driver library JDBNET
 
Has this just started happening....check the dll in your DEF 2 make sure the correct one is there. Is this only happening to 1 user or all users.

[JDENET_KERNEL_DEF2]
krnlName=UBE KERNEL
dispatchDLLName=libjdeknet.so
dispatchDLLFunction=JDEK_DispatchUBEMessage
maxNumberOfProcesses=14
numberOfAutoStartProcesses=1
 
The JDBNet library is "JDBNET.DLL" - but are you quite sure you want to be using this ? I have an article I wrote on implementing JDBNet - but I really would not recommend you do this unless you are sure this is going to help you with an issue.

I think you probably have the wrong defined libary in your datasource definitions if you are not wanting to run JDBNet.
 
We intend to use this process for transmitting data from a Unix/Oracle platform to an AS/400. In doing so we deliberately set up JDBNet for this particular datasource. The process must run off a scheduler as to avoid the need to have a user run the process locally via a client access datasource.

Also, JDE said to use JDBNET not JDBNet.dll.

Also, I read your article....that is where I got the idea to do this!
 
Back
Top