cancel
Showing results for 
Search instead for 
Did you mean: 

Rapid install error in LaunchOfflineCTC.bat

Former Member
0 Kudos

I am trying to go through rapid install of NET 7 SP 14 (package 51033323). My environment is:

Windows 2003 x64 R2

SQLServer 2005 SP2

The install goes through fine. However, in the last step "Prepare to Install Minimal Configuration," I get an error exeucting LaunchOfflineCTC.bat. Here are the last few lines from the error log file:

Mar 9, 2008 3:33:32 AM ...ile.CULServiceReadProfileImpl.execute [Thread[main,5,main]] Path: entering 'execute'

Mar 9, 2008 3:33:32 AM ...ile.CULServiceReadProfileImpl.execute [Thread[main,5,main]] Path: args = input message: CTC

Mar 9, 2008 3:33:32 AM ...vice.validation.XMLValidator.validate [Thread[main,5,main]] Path: entering 'validate'

Mar 9, 2008 3:33:32 AM ...vice.validation.XMLValidator.validate [Thread[main,5,main]] Path: validating ok

Mar 9, 2008 3:33:32 AM ...vice.validation.XMLValidator.validate [Thread[main,5,main]] Path: entering 'validate'

Mar 9, 2008 3:33:32 AM ...vice.validation.XMLValidator.validate [Thread[main,5,main]] Path: validating ok

Mar 9, 2008 3:33:32 AM ...l.BrokerWriteProfileImpl.writeProfile [Thread[main,5,main]] Path: Entering method

Mar 9, 2008 3:33:32 AM ....tc.lm.ctc.OfflineTemplateImporterJAR [Thread[main,5,main]] Error:

Program terminated abnormally

I am wondering if anyone has seen this problem and if you know how to fix it.

Thank you in advance for your help.

Regards,

Peter

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Srinivas,

I am sorry I do not remember the details. As far as I can recall, I had to start all over on a new OS install and the problem went away.

Regards,

Peter

Former Member
0 Kudos

Does anyone know why I am getting this error?

Here are the contents from the batch file:


%JAVA_CMD% -Dsun.java2d.noddraw=true -Duser.language=en -classpath ../configtool/lib/launcher.jar;. com.sap.engine.offline.OfflineToolStart com.sap.tc.lm.ctc.OfflineTemplateImporterJAR ./lib/;../configtool/lib/;./lib/ctc/ ../configtool/config.properties
REM %JAVA_CMD% -classpath %CTC_CLASSPATH% 
endlocal
if %errorlevel% NEQ 0 (
  echo Program terminated abnormally 
 exit 1
) else (
  echo Program successfully finished
  exit 0
)

The java code terminates with an error. The error string itself is blank.

To bypass the problem, I hve modified the above code to return "exit 0" even on abnormal termination. The installer seems to be oky with this and is continuing the rest of the installaion. However, can someone can please tell me why this is happening? This looks like an installation bug.

Appreciate your help.

Regards,

Peter

Former Member
0 Kudos

I have the same error while installing the Sol Manager. Were U able to get the answer to this ?.