cancel
Showing results for 
Search instead for 
Did you mean: 

SAP BS 7.0 SR1 : sapinst not working with '-nogui' option

Former Member
0 Kudos

Hello all,

I'm installing SAP BW (BS 7.0 SR1)

I have a big problem with the new sapinst

When i try to lunch ./sapinst -nogui i have an error.. and sapinst exit

If i try to lunch ./sapinst without option, it work great !

System Os: RHEL5.2 x86_64

RDBMS : Oracle

    • Variable environment **

export PATH=/opt/IBMJava2-amd64-142/bin:$PATH

export JAVA_HOME=/opt/IBMJava2-amd64-142

export JCE_POLICY_ZIP=path_to/jce.zip

      • Error with sapinst -nogui execution ***

root@luqn2 IM_LINUX_X86_64# ./sapinst -nogui SAPINST_USE_HOSTNAME=ciBWQ-vip

[==============================] \ extracting... done!

inflated: US_export_policy.jar

inflated: local_policy.jar

inflated: Readme.txt

ERROR 2009-11-13 13:18:10.662 syxxcfsmgt.cpp:206

CSyFileSystemMgtImpl::getNode(const CSyPath &/tmp/sapinst_exe.2332.1258114688/jre/bin/../jce) const

FSL-02015 Node /tmp/sapinst_exe.2332.1258114688/jre/bin/../jce does not exist.

Opened sylib701_1.so

exe dir is /tmp/sapinst_exe.2332.1258114688

MessageLib initialized successfully.

Working directory changed to /tmp/sapinst_exe.2332.1258114688.

Opened /tmp/sapinst_exe.2332.1258114688/iaguieng701_1.so

Working directory changed to /mnt/SAPCD/SP_BW/InstMst_7.01_SR1__NW_ERP_CRM_SRM_ SCM/IM_LINUX_X86_64.

getspnam() returned NULL.

checking existence of account user="root" uid="0" succeeded with true.

inserted account (root, 0, USER) into the accountcache.

receiving and sending on port 21200

Environment variable SAPINST_JRE_HOME set to value '/tmp/sapinst_exe.2332.1258114688/jre'.

We need to support remote functionality .

The needed policy files are not present in the used JVM (/tmp/sapinst_exe.2332.1258114688/jre/bin)

JCE_POLICY_ZIP points to a file, assumeing that we have a jar archive.

Try to extract it with a jar call ....

A child process has been started. Pid = 2343

Node /tmp/sapinst_exe.2332.1258114688/jre/bin/../jce does not exist.

Unable to init; unknown execption was thrown .... SAPInst will terminate now...

Very strange error, and nothing on the web explain that problem

I had read a lot of sapnote but nothing to help me

Thank a lot for your answer

Best regards

Benoit.

Edited by: SYLVAIN DUSSART on Nov 14, 2009 12:56 PM

Edited by: SYLVAIN DUSSART on Nov 14, 2009 12:59 PM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Here the solution:

Be careful, is very important to have a good policy zip file from Sun's web site

If the zip do not contain exactly

1 folder jce

All other files in the folder jce

That will not work !

For example, if you zip contain all file directly in the zip, without the jce folder, you sapinst will not start.

In fact, my jce zip folder was not like jce the zip folder on Sun's web site..

Best regards,

Benoît.