cancel
Showing results for 
Search instead for 
Did you mean: 

Installation Error

0 Kudos

Hi,

I am trying to install the CRM system with ABAP & JAVA components.The Installation stuck at the step below.

ConfigMainExt state500

TYPE=A<BR>STATE=500<BR>INFO_SHORT=Error connecting to http://gglcrmdev:50000/ctc

/ConfigServlet?param=com.sap.ctc.util.OfflineConfig;PROPSHEETVALUE;CONFIGURATION

=apps/sap.com/cafruntimeear/appcfg/application.global.properties,KEY=CAF_BW_DA

TASOURCE_NAME_PREFIX,VALUE=<E01>. The provided user data might be incorrect or u

ser might be locked.<BR>CONFIGURATION=

ERROR 2007-09-29 16:37:11

CJS-30059 Java EE Engine configuration error.<br>DIAGNOSIS: Error when configur

ing J2EE Engine. See output of logfile java.log: 'JSE'.

ERROR 2007-09-29 16:37:11

FCO-00011 The step configCAFPropSheet with step key |NW_Onehost|ind|ind|ind|ind

|0|0|SAP_Software_Features_Configuration|ind|ind|ind|ind|5|0|NW_Usage_Types_Conf

iguration_AS|ind|ind|ind|ind|0|0|NW_CONFIG_CAF|ind|ind|ind|ind|1|0|configCAFProp

Sheet was executed with status ERROR .

Please help

KK

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi KK

The reason for this error is that the SLD import was performed successfully but SAPinst does not recognize that the SLD is already running.

To solve the problem, choose 'Retry'.

If SAPinst stops again with the same error, skip this step by using one of the following options:

Start SAPinst with:

sapinst SAPINST_SKIP_ERRORSTEP=true

Search in keydb.xml for the string "SAPINST_INST_STATUS" and then for "ERROR", and set it to "OK".

To check that SLD is already running and the import of the CR content was performed successfully, proceed as follows:

1. Open a browser window.

2. Go to http://<host>:<port>/sld/.

3. Choose 'Administration' and then 'Details'.

4. Choose 'Data'.

5. Check 'SAP CR Content Version (sld/active)'.

Hope it will resolve your error.

Regards,

Sumit

-


PS- Reward points if helpful