cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to delete node /sapmnt/SID/global/SDT/config/SDT-ES.dtd with type file: Permission denied

former_member196171
Participant
0 Kudos

I am trying to install App server , but getting following error , is it safe to delete these SDT_ES.dtd file and restart the installation  ?

CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)
           lib=syslib module=syslib
FSL-02040  Unable to delete node /sapmnt/SID/global/SDT/config/SDT-ES.dtd with type file: Permission denied

INFO       2013-11-27 01:03:14.911 [syuxctask.cpp:1130]
           CSyTaskImpl::cancel() lib=syslib module=syslib
Cancelled task 14.

INFO       2013-11-27 01:03:14.929 [syuxccuren.cpp:302]
           CSyCurrentProcessEnvironmentImpl::setEffectiveGroup(PSyGroupInt)
           lib=syslib module=syslib
Effective group id set to 1204.

ERROR      2013-11-27 01:03:14.932
           CJSlibModule::writeError_impl()
MUT-03025  Caught ESyException in module call: At line 261 file syuxcfile.cpp
Call stack:
iaxxejsctl.cpp: 146: EJS_ControllerImpl::executeScript()
iaxxejsbas.hpp: 461: EJS_Base::dispatchFunctionCall()
iaxxejsexp.cpp: 178: EJS_Installer::invokeModuleCall()
iaxxbfile.cpp: 507: CIaOsFile::moveFromPath_impl()
syxxcnode.cpp: 404: CSyNodeImpl::move(const CSyPath & /usr/sap/SID/SYS/global/SDT/config/SDT-ES.dtd, ISyNode::CopyMoveMode_t 0x621)
syxxcnode.cpp: 1091: CSyNodeImpl::prepareMove(/sapmnt/SID/global/SDT/config/SDT-ES.dtd)
syxxcnode.cpp: 822: CSyNodeImpl::remove()
syuxcfile.cpp: 234: CSyFileImpl::removeEx(ISyFSErrorHandler * pErrorHandler)

Unable to delete node /sapmnt/SID/global/SDT/config/SDT-ES.dtd with type file: Permission denied
.

ERROR      2013-11-27 01:03:15.493 [sixxcstepexecute.cpp:937]
FCO-00011  The step unpack with step key |NW_DI|ind|ind|ind|ind|0|0|NW_Unpack2|ind|ind|ind|ind|unpack|0|unpack was executed with status ERROR ( Last error reported by the step: Unable to delete node /sapmnt/SID/global/SDT/config/SDT-ES.dtd with type file: Permission denied).

INFO       2013-11-27 01:03:16.49 [syuxcpath.cpp:471]
           CSyPath::createFile() lib=syslib module=syslib
Creating file /usr/sap/TEMP/__instana_tmp.xml.

WARNING    2013-11-27 01:03:19.458 [iaxxejshlp.cpp:150]
Could not get property IDs of the JavaScript object.

ERROR      2013-11-27 01:03:19.458 [iaxxejsctl.cpp:367]
FJS-00010  Could not get value for property

Accepted Solutions (0)

Answers (3)

Answers (3)

Sriram2009
Active Contributor
0 Kudos

Hi

Shutdown the system, and continue with the installation by choosing "Retry" in the error dialog box

Regards

SS

ashish_vikas
Active Contributor
0 Kudos

please try with following steps:

- Make sure you are running SWPM installation with root user.

- from the CI host, with root user run :

chmod -R a+rwx /sapmnt/SID

- make sure that <sid>adm user has same guid and uuid on both CI server and this new application server host.

- Make sure /sapmnt/SID has been exported and mounted with write permission. Try to remount on app. server wirh something liks :

mount -o remount,rw <source> <target>

best regards

ashish

Former Member
0 Kudos

Hi,

It looks to be that the /sapmnt/SID is not shared properly. So please the permission

Unable to delete node /sapmnt/SID/global/SDT/config/SDT-ES.dtd

Can you please try to touch a file in this directory /sapmnt/SID/global/SDT/config/.

If you have proper access then this means that some application is using this file and that is the reason that SWPM cant access it. So try to stop application . start it back and then try to resume SWPM.


Thanks

RishI abrol