pcolombo
15th July 2008, 22:09
Hello everyone.

We were trying to install LN on Suse SLES 10.

1) SLES has REXEC and ftp working ok. We created group bsp (id 125) and user. Untill here no problem.

2) We installed oracle 10G, the instance was created in SLES and is working ok.

3) From remote machine (win 2000) where started installation, we can "see" oracle´s instance.

4) We have a Licence server up and running on the network.

5) We made the staging (to start.. only the porting set (infor es porting set linux intel 2.6 8.4b).

6) Started the installation wizard. It worked perfect until the database server is required. We select Oracle, then an error appears.

log.bshell6.2:

2008-07-15[13:53:21(UTC+00:00)]:E:bsp: ******* S T A R T of Error message *******
2008-07-15[13:53:21(UTC+00:00)]:E:bsp: Log message called from /BAAN/view/port.8.4b/vobs/tt/lib/al_1/al_sli.c: #1236 keyword: shl
2008-07-15[13:53:21(UTC+00:00)]:E:bsp: Pid 17814 Uid 1001 Euid 1001 Gid 100 Egid 100 Pset bsp@linuxBox:17814
2008-07-15[13:53:21(UTC+00:00)]:E:bsp: user_type S language 2 user_name bsp tty locale /
2008-07-15[13:53:21(UTC+00:00)]:E:bsp: Errno 2 (No such file or directory) bdb_errno 0
2008-07-15[13:53:21(UTC+00:00)]:E:bsp: Log_mesg: Load of shared library failed 'TssConvert','-';
2008-07-15[13:53:21(UTC+00:00)]:E:bsp: libTssConvert.a: cannot open shared object file: No such file or directory
2008-07-15[13:53:21(UTC+00:00)]:E:bsp: ******* E N D of Error message *******
2008-07-15[13:53:21(UTC+00:00)]:E:bsp:
2008-07-15[13:53:21(UTC+00:00)]:E:bsp: ******* S T A R T of Error message *******
2008-07-15[13:53:21(UTC+00:00)]:E:bsp: Log message called from /BAAN/view/port.8.4b/vobs/tt/lib/mb/TssConvert.c: #1120 keyword: TssConvert
2008-07-15[13:53:21(UTC+00:00)]:E:bsp: Pid 17814 Uid 1001 Euid 1001 Gid 100 Egid 100 Pset bsp@linuxBox:17814
2008-07-15[13:53:21(UTC+00:00)]:E:bsp: user_type S language 2 user_name bsp tty locale /
2008-07-15[13:53:21(UTC+00:00)]:E:bsp: Errno 2 (No such file or directory) bdb_errno 0
2008-07-15[13:53:21(UTC+00:00)]:E:bsp: Log_mesg: Fatal error: TssConvertInitialize failed.
2008-07-15[13:53:21(UTC+00:00)]:E:bsp: ******* E N D of Error message *******

Install Log

15/07/2008[10:35:47(UTC+03:00)]:I:user: INFO - ttbsi.000103: Remote execution failed (empty error file)
15/07/2008[10:35:47(UTC+03:00)]:E:user: ERROR - ttbsi.000112: Error running sub process /opt/infor/bse/lib/install/vm/bin/bshell6.2 -bse /opt/infor/bse/lib/install/vm -install -server ottiexbsi DbaStartAction "ora80/opt/infor/bse/lib/install/ora8_adm.xmllinx" "/opt/infor/bse/lib/install/vm/tmp/Rexec.out" "/opt/infor/bse/lib/install/vm/tmp/Rexec.err".
15/07/2008[10:35:47(UTC+03:00)]:E:user: ERROR - ttbsi.001300: An error occurred during the database configuration. BsiDbaStartAction
15/07/2008[10:39:25(UTC+03:00)]:I:user: INFO - An error occurred during the database configuration. You may retry after solving the problem. Do you want to retry? No
15/07/2008[10:39:25(UTC+03:00)]:I:user: logfile C:\Archivos de programa\Infor\StagingArea\Logging Files\linx\BaanERPServer.log closed



We had the same problem trying to install with Mysql, but we changed the DB thinking maybe mysql was the problem.


We couldnt find libTssConvert.a on the system, but found libTssConvert.so...

Hope we explain our problem correctly.

Regards!

GeraintJones
16th July 2008, 02:49
make sure the user bsp can access the libTssConvert.so that you found. or try ln -s libTssConvert.so libTssConvert.a

pcolombo
16th July 2008, 22:53
We tried that you suggested but didn´t work . Actually bsp can access libTsconvert.so

dave_23
16th July 2008, 23:33
looks like either a bug in the installer (the installer is delivering that library) or else you may need to re-read the install guide to see if you're supposed to set some binary / library compatibility flags before installing.

Also, is SuSE 10 supported? I thought only SuSE 9 was.

Dave

Mario
30th July 2010, 13:45
shore it's all ready solved, but i just saw the exact same message on erpln windows (fp6). ERPLN is running OK, but starting any ERPLN binary from the command promt on the ERPLN server gives you the the exact same error message as written before on Linux.

It seems I forgot to set the BSE and BSE_TMP var's on the server. After logoff / logon my scripts will also work..