cancel
Showing results for 
Search instead for 
Did you mean: 

Config Tool - Login name and password

Former Member
0 Kudos

Hi,

When I Launch the Config tool, it normally connect to the database directly without prompting for login name and password. Where does it get login information from and where does it store these information.

Your help is greatly appreciated.

Vince

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Guys,

I have resolved the issue. The user that config tool uses to connect to the DB is sap<sid>db. The password for this user can be changed using DB tool, you then will have to change it in the config tool also.

former_member198228
Active Participant
0 Kudos

It always runs on the local machine where you Java stack is installed and connects to the default database schema (Java). You can look at the config.properties file under C:\usr\sap\J2E\JC00\j2ee\configtool for details

Regards

Abdul

Former Member
0 Kudos

Hi,

I have looked at the properties file but it does not specify the user name. Im interested in what/where login information does config tool uses to connect to the database.

Thanks