
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2008 10:05 PM
Can't get the "Lansweeper Web Console" to work. Textbook install on a VM for testing. Server 2003 SP2, MS SQL Express 2005.
In the the SQL logs I get the error "Login failed for user 'lssqluser32'. The user is not associated with a trusted SQL Server connection. [CLIENT: <local machine>]"
On the Web Console I get
System.Data.SqlClient.SqlException: Login failed for user 'lssqluser32'. The user is not associated with a trusted SQL Server connection...
I'm don't work much with SQL so I don't know what the solution is to this.
Any suggestions?
In the the SQL logs I get the error "Login failed for user 'lssqluser32'. The user is not associated with a trusted SQL Server connection. [CLIENT: <local machine>]"
On the Web Console I get
System.Data.SqlClient.SqlException: Login failed for user 'lssqluser32'. The user is not associated with a trusted SQL Server connection...
I'm don't work much with SQL so I don't know what the solution is to this.
Any suggestions?
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-04-2008 11:22 PM
Your sql server needs to be configured for sql authentication. (mixed authentication)
This is an example on how to change this in sql2000 : http://www.windowsecurity.com/articles/SQL_Server_2000_Authentication.html
This is an example on how to change this in sql2000 : http://www.windowsecurity.com/articles/SQL_Server_2000_Authentication.html
