cancel
Showing results for 
Search instead for 
Did you mean: 

Installation stuck on error

Former Member
0 Kudos

Hi,

In the installation of NW04s at the unpack SAP archives section, it got stuck with:

syslib::printOSError(const iastring &, int, DWORD, const iastring &, CMessage::eLogMessage)

FSL-00001 System call failed. Error 13 (Permission denied) in execution of system call 'openU' with parameter (/root/stage/inst/IM_LINUX_X86_64/COMMON/INSTALL/JDBCCONNECT.JAR, O_RDONLY), line (368) in file (syuxcfile.cpp).

ERROR 2007-04-12 13:26:52 [syxxsyshlp.cpp:78]

syslib::printOSError(const iastring &, int, DWORD, const iastring &, CMessage::eLogMessage)

FSL-00001 System call failed. Error 13 (Permission denied) in execution of system call 'openU' with parameter (/root/stage/inst/IM_LINUX_X86_64/COMMON/INSTALL/JDBCCONNECT.JAR, O_RDONLY), line (368) in file (syuxcfile.cpp).

WARNING 2007-04-12 13:26:52 [syxxsyshlp.cpp:78]

syslib::printOSError(const iastring &, int, DWORD, const iastring &, CMessage::eLogMessage)

System call failed. Error 13 (Permission denied) in execution of system call 'lstat' with parameter (/root/stage/inst/IM_LINUX_X86_64/COMMON/INSTALL/JDBCCONNECT.JAR), line (535) in file (syuxcpath.cpp).

WARNING 2007-04-12 13:26:52 [syxxsyshlp.cpp:78]

syslib::printOSError(const iastring &, int, DWORD, const iastring &, CMessage::eLogMessage)

System call failed. Error 13 (Permission denied) in execution of system call 'lstat' with parameter (/root/stage/inst/IM_LINUX_X86_64/COMMON/INSTALL/JDBCCONNECT.JAR), line (535) in file (syuxcpath.cpp).

ERROR 2007-04-12 13:26:52 [syuxcfile.cpp:382]

CSyFileImpl::copy(const CSyPath & /usr/sap/X00/SYS/exe/run/jdbcconnect.jar, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const

FSL-02015 Node /root/stage/inst/IM_LINUX_X86_64/COMMON/INSTALL/JDBCCONNECT.JAR does not exist.

ERROR 2007-04-12 13:26:52 [syuxcfile.cpp:382]

CSyFileImpl::copy(const CSyPath & /usr/sap/X00/SYS/exe/run/jdbcconnect.jar, ISyNode::CopyMoveMode_t 0x3, ISyProgressObserver*) const

FSL-02015 Node /root/stage/inst/IM_LINUX_X86_64/COMMON/INSTALL/JDBCCONNECT.JAR does not exist.

ERROR 2007-04-12 13:26:52

CJSlibModule::writeError_impl()

MUT-03025 Caught ESyException in Modulecall: ESAPinstException: error text undefined.

ERROR 2007-04-12 13:26:52

CJSlibModule::writeError_impl()

MUT-03025 Caught ESyException in Modulecall: ESAPinstException: error text undefined.

ERROR 2007-04-12 13:26:52

FCO-00011 The step copyScripts with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_Unpack|ind|ind|ind|ind|8|0|copyScripts was executed with status ERROR .

ERROR 2007-04-12 13:26:52

FCO-00011 The step copyScripts with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_Unpack|ind|ind|ind|ind|8|0|copyScripts was executed with status ERROR .

It doesn't matter if I install from the Master DVD or from the cpied DVD to a stage dir.

Anyone encountered this? And knows the solution?

Regards,

Bob Gulien

Accepted Solutions (1)

Accepted Solutions (1)

TomCenens
Active Contributor
0 Kudos

Hi Bob

Check "localhost" entry in file /etc/hosts

If it does not exist add it to that file

127.0.0.1 localhost loopback

If this does not fix the problem, make sure your /etc/hosts file does not have any hidden characters like line feeds or such in it.

If it is not the above which is causing it, search on os level, its a "permission denied" which is causing the installation not to find the files needed. It might be a user authorisation problem (not enough rights, a connection to the system which is denied).

Reward point if helpful.

Kind regards

Tom

Former Member
0 Kudos

Tom,

You're the man. This was very helpfull 10 points

Former Member
0 Kudos

Pls let me know the exact Directory to which permission should be granted

Former Member
0 Kudos

hi,

login with SIDADM user .then u try installation.

regards

ajai

Former Member
0 Kudos

Hi there,

What was exactly done to resolve this issue?

thanks,

Clinton

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi

Solution worked for me thanks

on installation folder chown -R sidadm:sapsys *

retry the step

Thks

Deena

Former Member
0 Kudos

Hi ,

I tried following command & found that installation is moved ahed.

Command is,

  1. chmod 777 /tmp

Kind rgds,

Ashwin

Former Member
0 Kudos

Hi, I am facing something like only.

I have windows 2008 Server 64 Bit/Oracle 11g 64 bit and trying to install SAP BI 7.0.

Please have a look at the log below:

WARNING[E] 2013-06-26 20:10:20.152

FSL-06002  Error 1722 (The RPC server is unavailable.

) in execution of a 'OpenSCManager' function, line (130), with parameter (ServicesActive).

WARNING[E] 2013-06-26 20:10:20.152

MUT-03025  Caught ESyException in Modulecall: ESAPinstException: error text undefined.

ERROR 2013-06-26 20:10:20.152

FCO-00011  The step setDefaults with step key |NW_Onehost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_GetSidNoProfiles|ind|ind|ind|ind|2|0|NW_getDBInfo|ind|ind|ind|ind|2|0|NW_getDBInfoGeneric|ind|ind|ind|ind|2|0|setDefaults was executed with status ERROR .

Former Member
0 Kudos

Can somebody please tell which filesystem/directories that are to be modified to change the permissions. I have changed all the permissions /sapmnt/SID/exe and the folders containing the DVDs also to 777. But it didnot solve the issue.

Former Member
0 Kudos

I have solve this problem,just change the installation filesystem grant to <sid>adm.Wish it helpful