cancel
Showing results for 
Search instead for 
Did you mean: 

Java Add-in Installation error during SCS of NW 7.0

Former Member
0 Kudos

Hi Gurus,

while installing Java as ADd-in after PIT recovery of my BI system of NW 7.0 during SCS installaiton, if got the below error at User creation step, which is first step.

                                                                                                              • Erro log *******************************************************************************

WARNING[E] 2009-10-02 07:24:25.574

FSL-05014 Command '/usr/sbin/usermod' with parameters '-c "SAP System Administrator" z21adm' failed with return code 8: Login z21adm is currently in use

.

WARNING[E] 2009-10-02 07:24:25.574

FSL-01003 Unable to modify account user="z21adm" uid="13111".

WARNING[E] 2009-10-02 07:24:25.624

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

ERROR 2009-10-02 07:24:25.834

FCO-00011 The step createAccounts with step key |NW_Addin_SCS|ind|ind|ind|ind|0|0|NW_Users_Create_Do|ind|ind|ind|ind|3|0|createAccounts was executed with status ERROR .

INFO 2009-10-02 07:24:58.235

An error occured and the user decided to retry the current step: "|NW_Addin_SCS|ind|ind|ind|ind|0|0|NW_Users_Create_Do|ind|ind|ind|ind|3|0|createAccounts".

INFO 2009-10-02 07:25:01.495

Account 0 already exists.

INFO 2009-10-02 07:25:01.505

Account sapsys already exists.

INFO 2009-10-02 07:25:01.505

Account sapsys already exists.

INFO 2009-10-02 07:25:01.625

Account 0 already exists.

INFO 2009-10-02 07:25:01.625

Account z21adm already exists.

INFO 2009-10-02 07:25:01.635

Account z21adm already exists.

INFO 2009-10-02 07:25:01.645

Account 12003 already exists.

INFO 2009-10-02 07:25:01.645

Account sapinst already exists.

WARNING[E] 2009-10-02 07:25:01.955

FSL-05014 Command '/usr/sbin/usermod' with parameters '-c "SAP System Administrator" z21adm' failed with return code 8: Login z21adm is currently in use

.

WARNING[E] 2009-10-02 07:25:01.955

FSL-01003 Unable to modify account user="z21adm" uid="13111".

WARNING[E] 2009-10-02 07:25:01.965

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

ERROR 2009-10-02 07:25:02.135

FCO-00011 The step createAccounts with step key |NW_Addin_SCS|ind|ind|ind|ind|0|0|NW_Users_Create_Do|ind|ind|ind|ind|3|0|createAccounts was executed with status ERROR .

INFO 2009-10-02 07:28:13.529

An error occured and the user decide to stop.\n Current step "|NW_Addin_SCS|ind|ind|ind|ind|0|0|NW_Users_Create_Do|ind|ind|ind|ind|3|0|createAccounts".

INFO 2009-10-02 07:28:20.849

Creating file /tmp/sapinst_instdir/.lastInstallationLocation.

INFO 2009-10-02 07:28:21.059

Creating file /tmp/sapinst_instdir/NW04S/LM/AS-JAVA/ADDIN/ORA/CENTRAL/SCS/__instana_tmp.xml.

                                                                              • log end *******************************************************************************************

pl. suggest what to do now.

Thanks,

Ashok

Accepted Solutions (0)

Answers (2)

Answers (2)

markus_doehr2
Active Contributor
0 Kudos

> WARNING[E] 2009-10-02 07:24:25.574

> FSL-05014 Command '/usr/sbin/usermod' with parameters '-c "SAP System Administrator" z21adm' failed with return code 8: Login z21adm is currently in use

> .

>

> WARNING[E] 2009-10-02 07:24:25.574

> FSL-01003 Unable to modify account user="z21adm" uid="13111".

There are still programs running with user z21adm.

Try to find with

ps -ef | grep z21adm

Markus

Former Member
0 Kudos

We have the same problem. The tough problem is that we cannot stop the instance to kill the processes owned by z21adm.

Could you help tell what is the solution.

We did run sapinst as root.

Thanks a million!

markus_doehr2
Active Contributor
0 Kudos

> We have the same problem. The tough problem is that we cannot stop the instance to kill the processes owned by z21adm.

What process is running (name)?

Markus

sunny_pahuja2
Active Contributor
0 Kudos

Hi Ashok,

Have you started installation with user root ?

Also, check below link:

http://www.sapfans.com/forums/viewtopic.php?f=12&t=261645&p=787602

Thanks

Sunny