cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Solution Manager 7.2 installation fails: icm_filter_rules.txt does not exist

christoph_volkert
Participant
0 Kudos

I try to install SAP Solution Manager 7.2 as a new system on a Linux VM.

The installation of the ABAP part is already done, when installing the JAVA part, it brakes at 68% with the following sapinst-ERROR:

------------------------

ERROR      2018-11-08 17:03:57.599 (root/sapinst) (startInstallation) [iaxxbjsmod.cpp:83] id=syslib.filesystem.nodeDoesNotExist errno=FSL-02015
Node /home/XXX/SWPM24/COMMON/INSTALL/icm_filter_rules.txt does not exist.

ERROR      2018-11-08 17:03:58.156 (root/sapinst) (startInstallation) [CSiStepExecute.cpp:1102] id=controller.stepExecuted errno=FCO-00011 CSiStepExecute::execute()
The step copyIcmFilterRulesFile with step key |NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|onehost|0|NW_CI_Instance|ind|ind|ind|ind|ci|0|copyIcmFilterRulesFile was executed with status ERROR (Last error reported by the step: Node /home/XXX/SWPM24/COMMON/INSTALL/icm_filter_rules.txt does not exist).

-------------------------------

the file "icm_filter_rules.txt" does exist

------------------------------------

[root@iteasap24 INSTALL]# ls -la  icm_filter_rules.txt
-rwxr-xr-x 1 XXX XXX 243 Mar 14  2016 icm_filter_rules.txt


[root@iteasap24 INSTALL]# cat  icm_filter_rules.txt
# ICM Rewrite Rules for NWA (restrict access to local host)
if %{REMOTE_ADDR} !stricmp 127.0.0.1 [AND]
if %{REMOTE_ADDR} !stricmp ::1
RegIRedirectUrl ^/webdynpro/resources/sap.com/tc~lm~itsam~ui~mainframe~wd/.*$ /nwa/remote_access_error [QSA]

---------------------------------------

I have tried the Installation from a remote Browser and also from a local browser.

Accepted Solutions (1)

Accepted Solutions (1)

christoph_volkert
Participant
0 Kudos

I have solved the problem by just copying the installation archives from my (Windows) NAS to the Linux Server itself and unpack them on the server itself instead of unpacking on the NAS and then copying to the Server.

It seems that there are problems with big archives (JAVA DUmp) which are copied over the network.

Hower, even if i had never problems with installing directly from network drives, this seems not true if there are large Dump-files included. This was the second time that i had crazy errors when trying this.

Answers (1)

Answers (1)

BJarkowski
Active Contributor
0 Kudos

Can you please check the following SAP Note?

2589600 - Error 13 (0x0000000d) (Permission denied) in execution of system call

Try to change the file permissions to 775.