icaribe
24th December 2002, 02:59
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??
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??