baanspider
21st March 2008, 11:07
Hi
can anyone tell me why am i getting this error
thx n regards,
NPRao
9th June 2008, 22:13
Refer to the Porting Set Release Notes:
[Unix/Linux] Shared memory allocation changed
With porting set 8.3a.01, the allocation of a shared memory segment changed; the memory segments are allocated dynamically instead of based on the predefined addresses in $BSE/lib/shm_param with a default fixed size.
Use previous shared memory manager behavior
It is also possible to fall back to the previous shared memory behavior by using the parameter file $BSE/lib/shm_param.
The binary shm_values6.2 is removed, so you can no longer generate a new shm_param file. To fall back to the previous shared memory behavior you can change $BSE/lib/defaults/all by adding the following line:
shm_compat_mode:1
On AIX, this can give a problem with default start 30000000 value because of the link option maxdata=20000000 ->
Start value might need to go to e0000000.