cancel
Showing results for 
Search instead for 
Did you mean: 

Configtool.bat missing

Syamkriz
Active Participant
0 Kudos

Hi SAP Experts,

I have a solution manager 7.0 installed.Now when I navigate to usr/sap/<sid>/<instance>/j2ee/configtool/,

I do not find configtool.bat!

But I have the following listed files in this path.

Please let me know a workaround in which I can get the configtool alone installed in it.

I have configtool in my other Solution manager 7.0 with a different SID.What need to be changed if I copy that folder?

Thanks and Regards

Syam

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Syam,

Your post is incomplete, no file list.

In usr/sap/<sid>/<instance>/j2ee/configtool/

what exactly is the value of <instance>?

It is possible you are looking for config tool on the DI instance.

Config tool is only available in CI.

If you copy config tool files from another location, you will need to modify

config.properties file to point to the secure store and db driver location.

Regards,

Slava

Syamkriz
Active Participant
0 Kudos

Hi Slava,

Thank you very much for the response .Here is the file list and the instance value is DVEBMGS00.

I am doing it it in a Central system.There is no DI for this system.

File list

-


config.properties

dataSourceConfiguration.dtd

system.log

visual.properties

Content of config.properties of this/corrupted instance is as given below

#Generated by Config Tool

#Fri Nov 28 23:49:34 GMT+05:30 2008

rdbms.maximum_connections=5

system.name=SOL

secstorefs.keyfile=

KRESSAPCRM
sapmnt
SOL
SYS
global
security
data
SecStore.key

secstorefs.secfile=

KRESSAPCRM
sapmnt
SOL
SYS
global
security
data
SecStore.properties

secstorefs.lib=

KRESSAPCRM
sapmnt
SOL
SYS
global
security
lib

rdbms.driverLocation=E\:
usr
sap
SOL
DVEBMGS00
exe
ojdbc14.jar

rdbms.connection=jdbc/pool/SOL

rdbms.initial_connections=1

Content of the config.properties that I am going to copy is

#Generated by Config Tool

#Wed Dec 12 00:43:20 IST 2007

rdbms.maximum_connections=5

system.name=S40

secstorefs.keyfile=

mysapscm
sapmnt
S40
SYS
global
security
data
SecStore.key

secstorefs.secfile=

mysapscm
sapmnt
S40
SYS
global
security
data
SecStore.properties

secstorefs.lib=

mysapscm
sapmnt
S40
SYS
global
security
lib

rdbms.driverLocation=D\:
usr
sap
S40
DVEBMGS01

exe
ojdbc14.jar

rdbms.connection=jdbc/pool/S40

rdbms.initial_connections=1

I have to copy configtool.bat& other bat/sh files.And then replacing all the entries in bold letters to values SOL and DVEBMGS00,would solve the problem?or is there anything else need to be done?

I could see that I am missing the following from configtool folder.

lib(folder)

configtool.bat

configtool.sh

consoleconfig.bat

consoleconfig.sh

dataSourceConfiguration.dtd

offlinecfgeditor.bat

offlinecfgeditor.sh

Thanks

Syam

Edited by: Syam on Dec 19, 2008 3:54 PM

Former Member
0 Kudos

Syam,

It really looks like the files are missing in DVEBMGS00!

I suggest:

1. Make a backup of the configtool folder on DVEBMGS00

2. Add the files that are missing from another instance, but do not overwrite your existing config.properties. Let the one that is there stay.

3. Make sure you have env variable JAVA_HOME pointing to correct JDK

4. Run configtool.bat

Regards,

Slava