cancel
Showing results for 
Search instead for 
Did you mean: 

Dialog Installation Error "Unable to set owner /tmp/sapinst_instdir/NW04S"

Former Member
0 Kudos

Hi Friends,

During installation of my Dialog Instance, i am getting the below error at Step 2:Install common system files.

I tryed all the possible Authorization Access to the directory, but still i am getting this same error.

Please give me the good solution.

atINFO 2008-05-15 20:05:54 [iaxxbfile.cpp:534]

CIaOsFile::chmod_impl(0755)

Authorizations set for /tmp/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAP/DI/sapinit.

ERROR 2008-05-15 20:05:54 [iaxxbfile.cpp:645]

CIaOsFile::chgrp_impl(0)

FSL-02003 Unable to set owner /tmp/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAP/DI/sapinit for 0.

ERROR 2008-05-15 20:05:54

CJSlibModule::writeError_impl()

FSL-02003 Unable to set owner /tmp/sapinst_instdir/NW04S/SYSTEM/ORA/HA/ABAP/DI/sapinit for 0.

ERROR 2008-05-15 20:05:54 [iaxxgenimp.cpp:731]

showDialog()

FCO-00011 The step installSAPInit with step key |NW_DI|ind|ind|ind|ind|0|0|NW_System|ind|ind|ind|ind|6|0|installSAPInit was executed with status ERROR .

Thanks in advance.

Regards

kannan.k

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

It's OS Level permission issue forthe file system & its directory... OS Admin team fixed the issue..

Former Member
0 Kudos

Had to make sure we exported/shared mount directory properly on HPUX using:

share -F nfs -o anon=0 /oracle/upgrade/export

kenneth_murphy2
Explorer
0 Kudos

I know this was an old thread but figured I would add some comments.

We are doing the export prep of a system copy (for a unicode conversion) on a NW7.0 with EHP system. I ran into this same error while running the sapinst as root (using sudo) on Solaris 10.

To resolve the issue our OS Admin made a change to vfstab and unmounted/remounted that file system. If the dir in question is NFS mounted you may try this as a fix. I'm not sure of what exactly was changed in the vfstab but I assume it is granting root some type of privs on the mount point.

Former Member
0 Kudos

Hello,

Did you set umask when you began your installation.

Make sure that umask is set to 022 before you begin your installation.

Thanks & Regards,

Vijith

Former Member
0 Kudos

I got the same eror while installing DI for EP7.0 on Solaris and Oracle separate host from CI. Executing sapinst with sidadm and has 777 permissions. Any solution for this?

**************************************************************************

INFO 2008-06-05 10:55:31.858 [sixxcstepexecute.cpp:781]

Execute step installSAPInit of component |NW_DI|ind|ind|ind|ind|0|0|NW_System|ind|ind|ind|ind|6|0

INFO 2008-06-05 10:55:32.145 [syuxcfile.cpp:574]

CSyFileImpl::copy(const CSyPath & ., ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const

Copied file '/var/tmp/Downloads/BS_2005_SR3_SAP_Installation_Master/IM_SOLARIS_SPARC/COMMON/INSTALL/installsapinit.sh' to '.'.

INFO 2008-06-05 10:55:32.163 [syuxcfile.cpp:574]

CSyFileImpl::copy(const CSyPath & ., ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const

Copied file '/var/tmp/Downloads/BS_2005_SR3_SAP_Installation_Master/IM_SOLARIS_SPARC/COMMON/INSTALL/sapinit' to '.'.

INFO 2008-06-05 10:55:32.177 [iaxxbfile.cpp:534]

CIaOsFile::chmod_impl(0755)

Authorizations set for /tmp/sapinst_instdir/NW04S/SYSTEM/ORA/HA/JAVA/DI/installsapinit.sh.

INFO 2008-06-05 10:55:32.190 [iaxxbfile.cpp:534]

CIaOsFile::chmod_impl(0755)

Authorizations set for /tmp/sapinst_instdir/NW04S/SYSTEM/ORA/HA/JAVA/DI/sapinit.

WARNING[E] 2008-06-05 10:55:32.193 [iaxxbfile.cpp:645]

CIaOsFile::chgrp_impl(0)

FSL-02003 Unable to set owner /tmp/sapinst_instdir/NW04S/SYSTEM/ORA/HA/JAVA/DI/sapinit for 0.

WARNING[E] 2008-06-05 10:55:32.197

CJSlibModule::writeError_impl()

FSL-02003 Unable to set owner /tmp/sapinst_instdir/NW04S/SYSTEM/ORA/HA/JAVA/DI/sapinit for 0.

ERROR 2008-06-05 10:55:32.440 [sixxcstepexecute.cpp:951]

FCO-00011 The step installSAPInit with step key |NW_DI|ind|ind|ind|ind|0|0|NW_System|ind|ind|ind|ind|6|0|installSAPInit was executed with status ERROR .

*******************************************************

I appreciate any responses.

Sri.

Former Member
0 Kudos

Hi

Logon to OS level

Goto /tmp/sapinst_instdir/NW04S/SYSTEM/ORA/HA/JAVA/DI/

Change ownership of the sapinit to <sid>adm.

Restart installation.

regards

Rahul

Edited by: Rahul Deo on Jun 5, 2008 11:12 AM

Former Member
0 Kudos

Hi

What OS you are on..??

If you are Unix, try changing owner to <sid>adm.

Regards

Rahul