cancel
Showing results for 
Search instead for 
Did you mean: 

ERROR DURING UNINSTALLATION

Former Member
0 Kudos

Hi,

OS : AIX

DB : oracle

we are trying to uninstall the SAP from Sandbox server,while doing so, we got stuck up with the below error.

System call failed. Error 3 (No such process) in execution of system call 'getpwent' with parameter (), line (141) in file (syuxcgroup.cpp).

ERROR 2009-06-02 17:32:11.842 [syuxcuser.cpp:2145]

CSyUserImpl_setOsInfos(ILogBook *m_logBook, iastring sName, iastring sID, tSyUserInfo& msUserNewinfo)

FSL-05014 Command '/usr/bin/chuser' with parameters 'groups="dba,oper,sapsys,sapinst" euaadm' failed with return code 1: 3004-692 Error changing "groups" to "dba,oper,sapsys,sapinst" : You do not have permission.

.

ERROR 2009-06-02 17:32:11.843 [syuxcuser.cpp:2154]

CSyUserImpl_setOsInfos(ILogBook *m_logBook, iastring sName, iastring sID, tSyUserInfo& msUserNewinfo)

FSL-01003 Unable to modify account user="SIDadm" uid="3221".

ERROR 2009-06-02 17:32:11.847

CJSlibModule::writeError_impl()

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

ERROR 2009-06-02 17:32:12.205 [sixxcstepexecute.cpp:960]

FCO-00011 The step checkForExistingDatabase with step key |NW_Uninstall|ind|ind|ind|ind|0|0|NW_System_Uninstall|ind|ind|ind|ind|3|0|NW_uninstallDB|ind|ind|ind|ind|1|0|NW_OraDBCheck|ind|ind|ind|ind|2|0|checkForExistingDatabase was executed with status ERROR ( Last error reported by the step :Caught ESyException in Modulecall: ESAPinstException: error text undefined.).

Thanks in Advance,

Satish

Accepted Solutions (1)

Accepted Solutions (1)

former_member204746
Active Contributor
0 Kudos

you must install with user root, which is probably not the case here. read the installation guide.

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

> OS : AIX

> DB : oracle

>

>

> we are trying to uninstall the SAP from Sandbox server,while doing so, we got stuck up with the below error.

>

> System call failed. Error 3 (No such process) in execution of system call 'getpwent' with parameter (), line (141) in file (syuxcgroup.cpp).

sapinst tries to remove a group that is no more existing. Was the uninstallation executed before?

Markus