cancel
Showing results for 
Search instead for 
Did you mean: 

SR3 Installation Question

Former Member
0 Kudos

Hi,

I am trying to install Solution Manager 7.0

Installation fails in the step "Installing Minimal Configuration" after starting J2EE server

I found an OSS note: 1094628 similar to this situation. But it didnt solve my problem.

Can anyone please throw some light on this issue

Error Message is:

ERROR 2008-04-30 15:29:59.866

FCO-00011 The step callOfflineCTC with step key |NW_Addin_CI|ind|ind|ind|ind|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|13|0|NW_Call_Offline_CTC|ind|ind|ind|ind|7|0|callOfflineCTC was executed with status ERROR ( Last error reported by the step :Assertion failed: in

function NW_Call_Offline_CTC_ind_ind_ind_ind_SubComponentContainer_callOfflineCTC() {

var nw = NWInstall.getSystem(context.get("sid"));

var ctcDirFs = nw.getCI().getInstanceDir().concat("j2ee", "ctc");

var ctcExeFile = installer.onWindows() ? "LaunchOfflinectc.bat" : "LaunchOfflinectc.sh";

var ctcCall = ctcDirFs.concat(ctcExeFile);

installer.writeTrace("CTC is in" + ctcCall);

ASSERT(arguments.callee, ctcCall.isExisting(), "CTC executable cannot be found in " + ctcCall.toString());

var pmgt = new ProcessMgt();

var app = pmgt.createChildApplication(ctcCall, []);

var userData = nw.getUsers().getAccountData(NWUsers.roles.SIDAdm);

var user = (new AccountMgt()).getUser(userData.name);

var env = pmgt.getProcessEnvironment();

if (installer.onUnix()) {

env.setUser(user);

}

env.setWorkingDirectory(ctcDirFs.getNode());

env.setEnvironmentVariable(new Property("JAVA_HOME", nw.getJavaHome().toString()));

installer.writeTrace("For the Offline CTC Call, JAVA_HOME is set to " + env.getEnvironmentVariable("JAVA_HOME"));

app.setEnvironment(env);

var retval = app.run([], true);

ASSERT(arguments.callee, retval == 0, "CTC retval is not 0 but " + retval);

installer.writeTrace("CTC has been called in Offline Mode.");

}

CTC retval is not 0 but 1).

Thanks in advance,

CD

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi friend

Did your issue resolved?

If yes please let me know with the procedure because i am facing the same problem.

I tried with that note but its not working.

Waiting for your reply.

Thanks

Mohammed

Former Member
0 Kudos

Hi Friend,

I am having the same issue and am installing the app server for production copy of database. Please let me know if your issue was resolved and how can we proceed.

Thanks

Former Member
0 Kudos

I am having the same issue trying to install SOLMAN 7.0 EHP1 in a Linux (Debian) with DB2 as db.

Any of you can tell me how this issue was resolved (cause its "answered" in the top).

Tyvm .