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.
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
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.
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.
You should only submit an answer when you are proposing a solution to the poster's problem. If you want the poster to clarify the question or provide more information, please leave a comment instead, requesting additional details. When answering, please include specifics, such as step-by-step instructions, context for the solution, and links to useful resources. Also, please make sure that you answer complies with our Rules of Engagement.
Add a comment