Server Management - Systems Insight Manager
1837018 Members
2227 Online
110111 Solutions
New Discussion

SQL server that is not part of the domain.

 
Efraim_1
New Member

SQL server that is not part of the domain.

Hi,
I'm trying to install the new HP SIM using an SQL server installed in other computer that is not part of the same domain.
In the installation process of SIM it prompts for database server and password, but I can't change the user. I created a local user with the same login name as the database user, but it didn't accept it. I think that I need to use the windows authentication method for the database but I'm not in the same domain.
How can I change it?
1 REPLY 1
Darren Z
Frequent Advisor

Re: SQL server that is not part of the domain.

I am not sure if this will solve your problem, but take this example into consideration:

SAME DOMAIN:
Username: myusername
Password: mypassword

DIFFERENT DOMAIN:
Username: domainname\myusername
Password: my password

This may not work, but usually if you want to authenticate in a different domain you have to specify the Domain Name before the username as I specified above.