icaribe
23rd December 2002, 07:46
I should install Baan Openworld 2.3 for BaanERP 5c (sp3-sp9) on AS400.
The openworld 2.3 should install BCLM1.1 to active it license.
There are two ways to install BCLM1.1
1. in a windows system install the BCLM, select remote install, then set the AS400's information (HOST name, IP, User ID),then install the BCLM.
But I met a problem, after the install program successfully vailed the AS400 with the user ID and password, it display 'unknow platform'. And the install failed.
2. It is also can manual to install the system.
the step is:
a. copy the tar file to as400
pax -C 819 -v -r -f bclm_server_as400.tar
b. create a save file
crtsavf file(bclm/rstbclmobj)
c. rstobj obj(*all) savlib(qtemp) dev(*savf) objtype(*all) savf(bclm/rstbclmobj) rstlib(bclm)
d. call rstbclmobj
call pgm(bclm/rstbclmobj) parm('server' '/usr/baan/shared' 'bclm' 'bclm' bclm')

but I still failed install it. when I execute the call rstbclmobj, it is abnormal end.

how can i install it on AS400??

icaribe
27th December 2002, 09:42
FYI
Baan JP return a soluation about solved 'unknow platform'

please used command
setup.exe --bsi-platformtype=OS400

I test it, it can go on, even so I met another problm. But I think the soluation is fine.

icaribe
27th December 2002, 09:50
FYI
for manual install the BCLM
please first to create a user named 'bclm' with correctly right.
I install the client, the 'call...' could be executed, but some minutes later, it is still abnormal end. but it is better than before, in before, it is immedtily to abnormal end.
later, i check the files which be installed, and compare them with the manual guide, I found there are some file losted( all files are link file). so it is easy to create them by using:
ln -s /../../... /../.../..
please see the guide for detail.

if i correctly to setup it, I will give you the detail information.

Please attention it, the new baan gl is using the BCLM for the license manage.