cancel
Showing results for 
Search instead for 
Did you mean: 

regi create workspace error

Former Member
0 Kudos

HI

When I try to run the below command its returing an error code.

venus:~>hdbuserstore set dbuserkey localhost:30512 SYSTEM XXXXXX (Masked the passoword)

venus:~>regi create workspace dbworkspace --key= dbuserkey (Error's, below is the error message)

An error occurred: Connecting to the database failed Connection failed (RTE:[89006] System call 'connect' failed, rc=111:Connection refused

Please suggest on how to troubleshoot and resolve the error.

Thanks

Naresh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Naresh,

The issue usually comes when the database server is down or the parameters that areprovided are not correct.

If you have HANA Client installed can you try in hdbsql the following command

\c -i <InstanceNo> -n <Host> -u <User> -p <Password>

with the parameters you have provided for the regi key creation.

Share us with your results with HANA HDBSQL for further check if this doesn't solve the problem.

Thanks and Regards,

Anjali Chimnani.

Former Member
0 Kudos

Issue was resolved by using the correct HANA SQL port 30515 instead is 30512 as used earlier.


Correct statement is


hdbuserstore set dbuserkey localhost:30515 SYSTEM XXXXXX


There was no error one I used correct port number


Thanks

Naresh