cancel
Showing results for 
Search instead for 
Did you mean: 

FCO-00011 The step setUserEnvironment with step key

v_veeramalla
Active Participant
0 Kudos

Hi ,

While doing the system copy , iam getting the below error in the first step it self("create users for sap system")

ERROR 2011-09-21 15:47:58.966 [sixxcstepexecute.cpp:950]

FCO-00011 The step setUserEnvironment with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_Users_Create_Do|ind|ind|ind|ind|5|0|setUserEnvironment was executed with status ERROR .

Os:Aix

Database :DB2

Accepted Solutions (1)

Accepted Solutions (1)

JPReyes
Active Contributor
0 Kudos

There is not enough info here to help you... have you read the logs?.. are you logged on as root?

Regards

Juan

v_veeramalla
Active Participant
0 Kudos

Hi Reyes,

Thanks for the quick response!!!

Yes, i copied only ERROR info . But problem is resolved after checking warning info in the log.

WARNING[E] 2011-09-21 15:47:58.458 [syxxcfstrm.cpp:406]

CSyFileStreamImpl::open()

FSL-02015 Node /db2/db2sid/.dbsrc.sh does not exist.

Problem with most of the files under /db2/db2sid direcoty , sapinst is not able to read.

I checked the /db2/db2sid directory and changed the file missions and continued the installaiton.

It worked .

Thanks all.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Veeramalla,

were you able to aolve the issue? I am currently facing the same issue.

@All,

any suggestions on how to get this issue fixed??

Thanks,

Soumya

Former Member
0 Kudos

Hi,

Please follow this instruction...

FCO-00011  The step runCatprocSql with step key  NW_Onehost ind ind ind ind 0 0 NW_Onehost_System ind ind ind ind 1 0 NW_CreateDBandLoad ind ind ind ind 10 0 NW_CreateDB ind ind ind ind 0 0 NW_OraDBCheck ind ind ind ind 0 0 NW_OraDBMain ind ind ind ind 0 0 NW_OraDBStd ind ind ind ind 3 0 NW_OraDbBuild ind ind ind ind 5 0 runCatprocSql was executed with status ERROR .

This error only occurs if Oracle patch 10.2.04 is installed.

Solution:

There are two ways to resolve this problem: 

  • Modify control.xml and restart the installation
    1. Edit file control.xml in your installation directory (default sapinst_instdir).
    2. Search for "this.runCatproc = "
    3. Go to "script.execute_AbortOnFailure();" some lines below.
    4. Replace "script.execute_AbortOnFailure();" with "script.execute();".
    5. Restart Sapinst and choose "Continue with the Old Option"
  • Update the sapinst executable and restart the installation
  1. 1. Download the newest sapinst executable from the Software Distribution Center as follows:
    1. a) Go to http://service.sap.com/swdc.
    1. b) On the right-hand panel, choose "Search for Software".
    1. c) Enter "sapinst" as search term.
    1. d) Choose the sapinst executable for your release (640, 700, 710).
  2. 2. Replace the existing sapinst executable with the downloaded sapinst executable
  3. 3. Restart Sapinst and choose "Continue with the Old Option"

Note: 1094599

BR,

Prabhakar

former_member286941
Participant
0 Kudos

Please create the users in your unix enviourment to further continue e.g <sid>adm, db2sid, etc