cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in Installing SAP EHPI

Former Member
0 Kudos

Dear All,

I am trying to Install SAP EHPI on My server.

These are the steps i have followed.

Downloaded the SAPEhpi 7.02 S/w from Service .sap.com

which includes SAPehpi_2-10007380.SAR

I copied it to Folder Named EHPI

loged on to system by user DVPADM.

then uncarred it using command

D:\EHPI\sapcar -xvf SAPehpi_2-10007380.SAR -R /usr/sap/DVP

this uncarred the files in folder

D:\usr\sap\DVP\EHPI

then i initiated the installation process by

D:\usr\sap\DVP\EHPI>STARTUP.BAT jce_policy_zip=jce_policy-1_4_2.zip

It gives me reply :

This script must be executed by a sidadm user.

Can you please guide where i am wrong and what should i do to rectify it.

Thanks & regards,

Gaurav sood

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Gaurav,

Startup procedure (also check SAP Note 1245473)

On Unix

EHPI>./STARTUP jce_policy_zip=<Policy-Zip file>

On Windows

EHPI> STARTUP.BAT "jce_policy_zip=<Policy-Zip file>"

Regards,

Sumit

markus_doehr2
Active Contributor
0 Kudos

> then i initiated the installation process by

>

>

D:\usr\sap\DVP\EHPI>STARTUP.BAT jce_policy_zip=jce_policy-1_4_2.zip

- you have to use jce_policy-1_5_0.zip because SAPEhpi is based on Java 5.0

- you have to put the full jce string in quotation marks like

startup.bat "jce_policy_zip=d:\usr\sap\DVP\EHPI\jce_policy-1_5_0.zip"

Markus

Former Member
0 Kudos

Dear All,

I downloaded this file on net & used it but the result is same .

D:\usr\sap\DVP\EHPI>startup.bat "jce_policy_zip=d:\ehpi\jce_policy-1_5_0.zip"

This script must be executed by a sidadm user.

D:\usr\sap\DVP\EHPI>startup.bat jce_policy_zip=D:\EHPI\JCE_POLICY-I_5_0.ZIP

This script must be executed by a sidadm user.

Please help to Resolve this Issue.

Regards,

Gaurav Sood

markus_doehr2
Active Contributor
0 Kudos

> I downloaded this file on net & used it but the result is same .

>

>

D:\usr\sap\DVP\EHPI>startup.bat "jce_policy_zip=d:\ehpi\jce_policy-1_5_0.zip"

> This script must be executed by a sidadm user.

So are you logged on a <sid>adm?

Markus

Former Member
0 Kudos

Hi Markus,

Yeah i have loged in as DVPADM.

Regards,

Gaurav Sood

Former Member
0 Kudos

Dear All,

Reason i faced for

*This script must be executed by a sidadm user.*

was the user name was defined in upper case.

we changes it to lower case & it worked.

Thanks All for your Help.

Best of Regards,

Gaurav Sood

Former Member
0 Kudos

Thanks all.

Former Member
0 Kudos

Hi Gaurav,

just asking, where did you get jce_policy-1_5_0.zip?

i will be doing the same procedure in my system too. but i don't have this jce 1.5 policy..

Thanks & regards,

Tony

Former Member
0 Kudos

Hi,

You can download the same using below link

[Download JCE|https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jce_policy-1.5.0-oth-JPR@CDS-CDS_Developer]

Edited by: sharath Babu on Aug 13, 2010 10:55 AM

Former Member
0 Kudos

i already found the link for jce_policy-1_5_0.zip. please see here https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/ViewProductDeta...

Thanks

Tony

Former Member
0 Kudos

Hi Gaurav,

Can you executed the script once more, but with the "jce_policy_zip=jce_policy-1_4_2.zip" (double quoted).

I also believe you should select policy files of version 1.5 (which is part of the extracted EHPI software).

Kind regards,

Mark