bstecche
20th April 2006, 16:34
I have a cluster system with oracle 9.2 and BaanV up to latest weekly for tools, on windows 2003 server sp1
I have just update my portingset to 7.1.d.11 after that the sessione create table and delete table doesn't work.
When i run it i recive the message ' Connection with server lost.Recoonect?'
Can someone have the same problem?
Thanks
Barbara
Han Brinkman
20th April 2006, 17:33
What does your eventlog tell you?
If you have a test environment you could try 7.1d.12 which is out since last week.
My W2003/Oracle9.2 (without clustering) is working fine.
Another thing slipped into my mind: try bounce shared memory, I have had problems with it lately during bdbpre/bdbpost on W2000/Oracle8.1.7 with similair errors. Bouncing shared memory (make sure no one is connected!) does normally solve it.
Regards,
Han
bstecche
20th April 2006, 18:45
Unfortunately i don't have a test environment.
My event viewer said :
Env BAANSG (P:\BAANSG)
Prog dbserver_dll file \general\lib\al_1\al_wutil.c # 607
Keyword Stack trace
Username baan type S language 6
Process 0x358
ProcessSet baan@sgerp01:856
Lasterror 2 (The system cannot find the file specified.)
Errno 0
bdberrno 110 (End of file reached)
Message Exception C0000005 (Access violation)
print_lib_version+10185 (1:00061b05)
driver_main_loop+17EE0 (1:00018190)
driver_main_loop+31A2 (1:00003452)
driver_main_loop+3131 (1:000033e1)
driver_main_loop+30CD (1:0000337d)
driver_main_loop+2E8 (1:00000598)
driver_main_loop+B2 (1:00000362)
driver_main_loop+12 (1:000002c2)
1:00006f81
1:00006e0b
1:0000b650
1:0000b3c8
1:000b8dc0
1:000b90ee
1:0009e496
1:00000d12
1:0010f56b
IsProcessorFeaturePresent+9E (1:000113cd)
Env BAANV (c:\baan)
Prog BW file W:\ui\bw\bw\sockdata.cpp # 1025
Keyword SocketData::processError(int )
Username baan type S language 2
Process 0x1fc
ProcessSet baan@SGERP01:508
Lasterror 0
Errno 0
bdberrno 0
Message Windows Sockets error 10053
Han Brinkman
21st April 2006, 19:20
Did you already tried to stop shared memory, check if it's really gone, start it again? Than try rerun create tables.
Han