cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to start EHPI on windows 2008

Former Member
0 Kudos

Hi,

I downloaded required EHPI Installer and i extracted the Installer file.Newly EHPI directory is created.

Then i executed the below command to start EHPI :

E:\DUMP\EHPI>STARTUP.BAT jce_policy_zip=jce_1.5.0_zip

After i excuted above command i got below message only.

SAP directory - D:\usr\sap

BST directory - D:\usr\sap\BST

Starting DSUService (E:\DUMP\EHPI\sdt\exe\DSUService.bat "jce_policy_zip=jce_1.5.0_zip" )...

Then i started the DSUGui.bat (EHPI/sdt/exe) in another session iam getting below message

Error while connecting to communication partner - see preceeding messages.

Could not connect to host sapecc01 on port 4241.

java.net.ConnectException: Connection refused: connect

java.net.ConnectException: Connection refused: connect

how to proceed for the same.

Thanku

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I think the command is

STARTUP.BAT "jce_policy_zip=............".

try executing the command with Quotes.

Former Member
0 Kudos

Hi,

Iam getting same error even i try with command in quotes also.

Thanku

Former Member
0 Kudos

Hi,

Check the java_home in Enviroment variable.

Is it defined properly.

Regards

Abhishek

Edited by: abhishek sharma on Dec 6, 2010 11:57 AM

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

In window 2008, you need to do some extra steps to start EHPI screes. Please execute steps as below:

"If your UAC on Windows 2008 is enabled (if you didn't switch it off) you have to start sapehpi using a security elevated cmd.exe:

Start -> execute -> cmd.exe --> press CTRLSHIFTENTER and confirm the dialog box.

This is due to the new security model in Windows 2008.

You can switch to ""Windows 2003 mode"" by executing ""msconfig"", scrolling down and launching ""disable UAC"" and reboot."

Thanks

Sunny

Former Member
0 Kudos

Hi,

It might be hard to suggest the solution without the logs, it would be kind if you post the logs of sapupconsole.log.

And also kindly let us know, What is the Java version in your system and also using which user id you are starting the EHPI? Ensure that JAVA_HOME is set in your system.

Note : I have also faced similar kind of issue while I am upgrading, hence I would recommend to update the windows patches in your system, vcredist_x64.

Regards

Vijay

Former Member
0 Kudos

Hi,

Thanks a lot all,

Java version is below.

C:\Users\bstadm>java -version

java version "1.4.2_13"

Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)

Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_13-b06, mixed mode)

I setted the path : JAVA_HOME in my system.

I started the EHPI with sidadm.

I installed the vcredist_x64.

Disabled the UAC on windows 2008

now agian i check with below comamnds iam getting same error.

E:\DUMP\EHPI>STARTUP.BAT jce_policy_zip=jce_1.5.0_zip

After i excuted above command i got below message only.

SAP directory - D:\usr\sap

BST directory - D:\usr\sap\BST

Starting DSUService (E:\DUMP\EHPI\sdt\exe\DSUService.bat "jce_policy_zip=jce_1.5.0_zip" )...

Then i started the DSUGui.bat (EHPI/sdt/exe) in another session iam getting below message

Error while connecting to communication partner - see preceeding messages.

Could not connect to host sapecc01 on port 4241.

java.net.ConnectException: Connection refused: connect

java.net.ConnectException: Connection refused: connect

Thanku

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Check whether port 4241 is blocked by some firewall or not.

Thanks

Sunny

markus_doehr2
Active Contributor
0 Kudos

> java version "1.4.2_13"

> Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_13-b06)

> Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_13-b06, mixed mode)

This is a VERY old version of Java, AFAIK the first supported on x64 was 1.4.2_19.

Any reason why you use such an old version?

Markus

Former Member
0 Kudos

Hi Markus,

Thanks,Now i installed the 1.4.2_27

C:\Users\bstadm>java -version

java version "1.4.2_27"

Java(TM) Platform, Standard Edition for Business (build 1.4.2_27-b03)

Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_27-b03, mixed mode)

still iam getting same error,how to proceed for the same.

Thanku

markus_doehr2
Active Contributor
0 Kudos

Try to execute the startup.bat without the "jce_policy_zip", newer versions have that "builtin".

Markus

Former Member
0 Kudos

Hi markus,

Thanks a lot now iam with : STARTUP.BAT command iam able to start the EHPI Installation program.

Thanku.

Answers (0)