mostrightfuture
30th May 2005, 16:47
Hi friends,

I have a sever problem, I am not able to connect to Baan "Shared Memory maanger" thorugh the Baan NT maanger. Getting error message as follows:

Event Type: Error
Event Source: Baan
Event Category: Shmman
Event ID: 1000
Date: 30.05.2005
Time: 15:48:09
User: SERVER\baan
Computer: SERVER
Description:
Env SERVER-Baan (e:\Baan)
Prog shmman file \general\lib\al_1\AL_SHM.C # 1614
Keyword shared memory
Username root type S language 2
Process 0x5d8
ProcessSet baan@server:1496
Lasterror 2 (The system cannot find the file specified.)
Errno 22 (Invalid argument)
bdberrno 0
Message OpenMutex( 'e:_baan_lib_shm_param.0' ) failed (error 2)
I will appreciate all suggestions to resolve this problem.

Thanks in advance
MRF

dave_23
30th May 2005, 17:14
Try creating an empty file called $BSE/lib/shm_param

it's not used on NT - but it looks like baan is looking for it.

Dave

mostrightfuture
30th May 2005, 17:49
HI,

How I should fix this problem?

Thanks in advance
MRF

dave_23
30th May 2005, 17:58
If there is a problem - it's in the porting set.

creating that file will most likely allow you to continue.

or go to the latest porting set.

Dave

mostrightfuture
30th May 2005, 18:11
HI,

I have created file "shm_param" in lib folder, but its not work.

Thanks
MRF

dave_23
30th May 2005, 19:10
What error do you get now?

are you sure that the file isn't shm_param.txt?

Dave

mostrightfuture
30th May 2005, 19:28
HI dave_23,

Yes, the file is "shm_param.txt". I am still getting the same error message.

Thanks
MRF

dave_23
30th May 2005, 19:47
Right the file should not be shm_param.txt it should be shm_param

Dave

jfportal
30th May 2005, 20:50
Beware that you're not connected to your Baan server through a Windows Terminal Server session: shmmanager.exe (and also other programs of the porting set) does not support it.

Make a try directly at the server's console, or through pcAnywhere (or VNC) : it should work.

JF

mostrightfuture
15th June 2005, 18:53
HI friends,

jfportal: Thanks, through VNC I am able to start the sahre memory manager.

Thanks
MRF