cancel
Showing results for 
Search instead for 
Did you mean: 

Error sapinst / EP NW 7.3

Former Member
0 Kudos

Hi, try install Ep NW 7.3 but show error in the phase "Unpack Files". Attach the message error.

<html> <head> </head> <body> <p> An error occurred while processing option <i>SAP NetWeaver 7.3 > SAP Systems > Application Server Java > Standard Sys

tem > Standard System( Last error reported by the step: System call failed. Error 13 (Permission denied) in execution of system call 'openU' with para

meter (/root/Instaladores_portal/51041560/DATA_UNITS/NW730_IM_LINUX_X86_64_ADA/COMMON/INSTALL/JDBCCONNECT.JAR, O_RDONLY), line (355) in file (syuxcfil

e.cpp), stack trace: iaxxejsctl.cpp: 146: EJS_ControllerImpl::executeScript()

iaxxejsbas.hpp: 461: EJS_Base::dispatchFunctionCall()

iaxxejsexp.cpp: 178: EJS_Installer::invokeModuleCall()

iaxxbfile.cpp: 498: CIaOsFile::copyFromPath_impl()

syuxcfile.cpp: 310: CSyFileImpl::copy(const CSyPath & /usr/sap/EPP/SYS/exe/uc/linuxx86_64/jdbcconnect.jar, ISyNode::CopyMoveMode_t 0x3, ISyProgressObs

erver*) const

Note: The medias files have permissions 777 and installation user is Root.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Three things you may verify -

1. sapinst_instdir is all 777 (i.e. /tmp, if sapinst_instdir is here)

2. ULIMITS for root user are OK or not

3. /usr/sap/EPP/SYS/exe/uc/linuxx86_64/ is accessible or not.

4. However, as you mentioned, media files are all 777, but still if you can verify if /INSTALL/JDBCCONNECT.JAR is accessible or not. (both DIR and FILE)

Thanks

Former Member
0 Kudos

Hi, yes the sapinst_dir all 777

2: Ulimits

ntxi386xp090:/usr/sap/EPP/SYS/exe/uc/linuxx86_64 # ulimit -a

core file size (blocks, -c) 0

data seg size (kbytes, -d) unlimited

file size (blocks, -f) unlimited

pending signals (-i) 32840

max locked memory (kbytes, -l) 32

max memory size (kbytes, -m) unlimited

open files (-n) 1024

pipe size (512 bytes, -p) 8

POSIX message queues (bytes, -q) 819200

stack size (kbytes, -s) 8192

cpu time (seconds, -t) unlimited

max user processes (-u) 32840

virtual memory (kbytes, -v) unlimited

file locks (-x) unlimited

3- yes, the directory is accesible

drwxr-xr-x 5 eppadm sapsys 5064 Oct 3 11:06 linuxx86_64

ntxi386xp090:/usr/sap/EPP/SYS/exe/uc #

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Please make sure that file system should be read and writeable.

Thanks

Sunny

Answers (1)

Answers (1)

Former Member
0 Kudos

We had the same problem during the installation via mounting the installation DVD from the network. We could solve it by copying the full DVD Content on the filesystem of the targetserver and installing it directly from there.

Edited by: chatturgah on Oct 12, 2011 1:08 PM