cancel
Showing results for 
Search instead for 
Did you mean: 

Error while connectiong Configtool

Former Member
0 Kudos

Hi Frndz,

Am facing a new problem i.e when am starting the configtool am getting an error like

Error occured while working with Configuration(Scanning)

Msg:Error while connecting to DB

In MMC also am not able see the any nodes under J2EE Process Table .Kindly tell me how to resolve this.

Regards

Rajesh

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos
Am facing a new problem i.e when am starting the configtool am getting an error like

Error occured while working with Configuration(Scanning)
Msg:Error while connecting to DB

Is your DB up and running? Try connecting DB manually.

In MMC also am not able see the any nodes under J2EE Process Table .Kindly tell me how to resolve this.

Open MMC->Sap systems->right click->properties-> Fix Add system system and give a go.

Former Member
0 Kudos

Hi,

Yes all the oracle n SAP service are up n running.

Wht to do, initially i installed avast anti-virus is that any cause, but i uninstalled even though am facing the same issue.

Regards

Rajesh

Former Member
0 Kudos

HI Rajesh,

It might be due to SAP<SID>DB unable to connect DB.

You can see secure store at that time when you open config tool.

need to ensure that password at the secure store and the password at the DB level for that user should be same.

If it is oracle DB you can generate new password using brtools.

Former Member
0 Kudos

Hi,

Thanx for ur reply, actually am Portal developer no enough idea about Admin can u xplain how to generate new password using brtools

Regards

Rajesh

sunny_pahuja2
Active Contributor
0 Kudos

Hi Rajesh,

First check all default traces:

1) If there is any error that password is incorrect. Then Change the password of user SAP<schema>DB user in secure storage of configtool.

Also, As you are not able to connect to configtool, then do one thing when you are starting configtool and it giving option connect to database by default then press No. Then change password and restart system.

2) If there is error in default trace that account is locked (ora-28000) then change password from oracle by using command

ALTER USER <username> ACCOUNT UNLOCK

alter user <username> identified by <password>

Then update it in secure storage as described in step 1 and restart the database.

Hope it works

Thanks

Sunny

Former Member
0 Kudos

Hi Sunny,

Thnx for ur update, i tried with ur idea(do one thing when you are starting configtool and it giving option connect to database by default then press No. Then change password and restart system.) even though itz gave the same error .

And i log in in oracle n tried ur command(ALTER USER <username> ACCOUNT UNLOCK) to unlock , in this command i used J2EE_ADMIN as a user but itz saying no such a user like J2EE_ADMIN.

what to do now ??

Regards

Rajesh

Former Member
0 Kudos

Hi

Check this out may help you

Regards

Uday