cancel
Showing results for 
Search instead for 
Did you mean: 

CCdCheckUserInput is missing in the registry

Former Member
0 Kudos

Greetings:

This is what I am trying on a new Windows 2003 32 bit server::

1. SAP Installation Master >>

SAP Netweaver 7.0 Support Release 3 >>>

Optional Standalone Units >>>

Application Sharing Server >>>

Oracle >>> Application Sharing Server Installation

2. Run with a new option

3. Parameter Mode = Custom

4. Software Packages = Java Component NW 7.0 SR3

Package Location = ..... 51033513

Getting Error::

ERROR 2009-02-18 15:36:53.504

The evaluator class CCdCheckUserInput is missing in the registry.

ERROR 2009-02-18 15:36:53.504

MUT-03025 Caught ESAPinstException in Modulecall: could not call evaluator in class CCdCheckUserInput.

ERROR 2009-02-18 15:36:53.504

FCO-00011 The step getCD with step key |NW_Standalone_Java_Units|ind|ind|ind|ind|0|0|NW_Java_Units_Standalone|ind|ind|ind|ind|1|0|NW_Java_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|2|0|NW_getJavaHome|ind|ind|ind|ind|1|0|getCD was executed with status ERROR ( Last error reported by the step :Caught ESAPinstException in Modulecall: could not call evaluator in class CCdCheckUserInput.).

Any suggestions / pointer .. what could be missing - please let me know.

Regards,

Prasanna.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Uday,

IM = 51033511_11

Exports = 51033513

JAVA = 51035695_1

&

JDK = 1.4.2._13

I hope we have downloaded the correct files.

Regards,

Prasanna.

Former Member
0 Kudos

Hi

If iam not wrong you cannot install NW7.0 SR3 on 32 bit system

please check the below links

1108852 - SAP NetWeaver 7.0 / Business Suite 2005 SR3: Windows

You might also want to read the 64 bit announcement blog: /people/matt.kangas/blog/2006/05/03/will-you-still-love-me-when-im-64

btw can you provide the labels of

IM

Exports

JAVA

&

JDK you are using

Regards

Uday

Former Member
0 Kudos

Hi Shyam,

This is what I have in the control file.

.........

context.setProperty('chDbParameter',new Property("CONTEXT_PARAM_CHANGEABLE", "YES"));

context.setProperty('chDbParameter',new Property("CHANGEABLE", "YES"));

context.setProperty('chControlFile',new Property("CONTEXT_PARAM_CHANGEABLE", "YES"));

context.setProperty('chControlFile',new Property("CHANGEABLE", "YES"));

context.setProperty('chInstanceFs',new Property("CONTEXT_PARAM_CHANGEABLE", "YES"));

context.setProperty('chInstanceFs',new Property("CHANGEABLE", "YES"));

context.setProperty('chDrives',new Property("CONTEXT_PARAM_CHANGEABLE", "YES"));

context.setProperty('chDrives',new Property("CHANGEABLE", "YES"));

........

I believe these options are already there. Same error message. Do you think I should clean up / delete the install directory and start all over again?

Regards,

Prasanna.

Former Member
0 Kudos

Hello Prasanna,

Stop SAPinst and change the 'control.xml' file in your installation directory as follows:

Search for:

context.setProperty('chInstanceFs',new Property("CONTEXT_PARAM_CHANGEABLE", "YES"));

context.setProperty('chInstanceFs',new Property("CHANGEABLE", "YES"));

Add the following lines:

context.setProperty('chDrives',new Property("CONTEXT_PARAM_CHANGEABLE", "YES"));

context.setProperty('chDrives',new Property("CHANGEABLE", "YES"));

Restart SAPinst and select "Continue old installation".

Thank you,

Shyam