cancel
Showing results for 
Search instead for 
Did you mean: 

Error on BR*TOOLS

Former Member
0 Kudos

Hi,

Please find the log file and help me out in fixing this issue

INFO 2008/04/13 09:46:20 [Setup] SAP BR*Tools Studio Setup INFO

2008/04/13 09:46:20 [Setup] Version 7.10 (2) INFO

2008/04/13 09:46:20 [Setup] Initializing... INFO

2008/04/13 09:46:23 [Setup] Setup initialization finished successfully.INFO

2008/04/13 09:47:27 [Setup] Starting installation...INFO

2008/04/13 09:47:27 [Setup] Checking input parameters...INFO

2008/04/13 09:47:27 [Setup] Extracting studio archive...INFO

2008/04/13 09:47:39 [Setup] Extracting data archive...INFO

2008/04/13 09:47:39 [Setup] Extracting web-app archive...INFO

2008/04/13 09:47:39 [Setup] Applying system-specific data...ERROR

2008/04/13 09:47:40 [Setup] System-specific data could not be applied: CreateProcess: keytool -genkey -keyalg RSA -keystore config/.keystore -keypass india123 -storepass india123 -dname "CN=basis" error=2

ERROR 2008/04/13 09:47:40 [Setup] Installation of BR*Tools Studio failed.

Thanks

Vivek

Accepted Solutions (0)

Answers (1)

Answers (1)

koju
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi

the Studio installer executes the following keytool command:

keytool -genkey -keyalg RSA -keystore <file> -keypass <password>

-storepass <password> -dname "CN=<host>"

If you run this command manually from command line, do you get a more

detailed error description?

thanks

Former Member
0 Kudos

Hi,

Could you please make it clear for me?

I need to run the keytool command from the BR *tools installtion folder.

First time installing BR * TOOLS

Thanks

Vivek

Former Member
0 Kudos

Hi,

Could you please make it clear for me?

I need to run the keytool command from the BR *tools installtion folder.

First time installing BR * TOOLS

Thanks

Vivek

koju
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi

You can run it from anywhere as long as the PATH is set coorectly.

You can find man pages for an example keytool at:

http://java.sun.com/j2se/1.3/docs/tooldocs/win32/keytool.html

You can specify -keystore for the generate file location. Or the file should be created somewhere under BRSTUDIO (eg in a

Directory "keys").

Thanks