Ajesh
28th May 2009, 18:46
We have recently Migrated Baan Application from Informix Database to Oracle Database. The underlying OS is HP AIX now.

While compilation of any Program Script/Report following error comes

${BSE_REM}!${BSE}/include6.1/bic_bshell: No such file or directory
bic_bshell: Fatal Error: Can't open input file '${BSE_REM}!${BSE}/include6.1/bic_bshell'


I tried to move "bic_bshell" from one of the instance to the current instance but now it gives the following error

bic_bshell( 1): Error: 'ðëm5' not expected.
bic_bshell( 1): Fatal Error: Missing Prototype of built in function 'exit'

This error is common while compiling all the scripts.

Meanwhile, in the source Server there is no "bic_bshell" in BSE/include6.1 directory and still it gets compiled.

Anybody with an insight?

MarioS
29th May 2009, 10:44
The bic_bshell file must match with the installed portingset. The new portingsets are always delivered with the corresponding bic_bshell file. So you should unzip/-tar the portingset installation file again and check if there is a folder "include6.1" with the file.
If you use an older version of the portingset, you have to download the include6.1 files from the Infor365.com.

mario

Ajesh
29th May 2009, 17:51
Thanks a lot Mario, it has worked.