cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to connect to HANA DB thro Studio , Invalid username / Password error

Former Member
0 Kudos

Hi Experts,

I am using the 30 days trial of Hana Studio. I was able to do my Hello World app successfully.

But now Im unable to access the HanaDB with the SYSTEM user.I dint change the password but now it shows Invalid Username/password for the Database user.

manager is one time password ? or any other default password I can use to access the Hana DB ?

Thanks,

Arun

Accepted Solutions (1)

Accepted Solutions (1)

AtulKumarJain
Active Contributor
0 Kudos

Hi Arun,

Please try to delete HANA system from your studio and again add it.

you can check your passoword at os level by using below comand

hdbsql -i nr -u SYSTEM -p <password>

you can do clear paasword  if it stored worngly in local studo

In studio go to window --perferences--security--secure store - clear password

Best Regards.

Atul

Former Member
0 Kudos

Thanks Atul , I recreated the DB system and changed the .eclipse folder which worked for me.

I will try those commands also.

Thanks again

Arun

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi , I got this error because of the corrupted security file which is in the C:/users/admin../.eclipse.

Just rename it as OLD.eclipse. And recreate the system.

But after this I got licence error and I installed the new licence and my system is up again.

I got this info in other posts.

Thanks