
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2007 11:40 PM
Is it possible to run this in an environment where SQL Authentication is not allowed? I tried created my LSuser as a domain account and gave it access to the Lansweeper database, but I get "Login failed for user ... The user is not associated with a trused SQL Server connection." Any ideas?
Labels:
- Labels:
-
Archive
4 REPLIES 4

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2007 06:23 PM
Change your website to only integrated security (no anonymous access)
Make sure that your username has access to the folder with the webfiles and to the sql database.
Make sure that your username has access to the folder with the webfiles and to the sql database.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-13-2007 06:14 PM
The problem is not running the service, I'm running that with a domain account. Its with the lansweeper web site trying to access the sql server. It seems to only work with a SQL Authentication account. Do you know if its possible to make the web console connect to the SQL server via a domain account?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-14-2007 02:59 AM
craftsman wrote:
The problem is not running the service, I'm running that with a domain account. Its with the lansweeper web site trying to access the sql server. It seems to only work with a SQL Authentication account. Do you know if its possible to make the web console connect to the SQL server via a domain account?
This answer is no! Not that I know of anyway. You might be able to do this if you run the application pool as the same windows user that also has access to the db, but I'm not sure. Why would you want to access it as a domain account anyway?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-12-2007 10:54 AM
You can run the service using NT authentication without any problems
Example :
If you want to use it with the website, you have to use NT authentication on your website or as an alternative give the web anonymous account access to your database (not recommended)
Example :
integrated security=SSPI;data source="127.0.0.1";persist security info=False;initial catalog=Lansweeper
If you want to use it with the website, you have to use NT authentication on your website or as an alternative give the web anonymous account access to your database (not recommended)
