
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-13-2011 02:47 PM
Hi all,
I have created a cross database view that works int he lansweeper configuration utility but not in the lansweeper site due to permission problems.
in the service and web conf files i can see it's configured to use lansweeperuser as the user.
How do i change this to the active directory user that has the permissions on both databases?
Thanks in advance.
I have created a cross database view that works int he lansweeper configuration utility but not in the lansweeper site due to permission problems.
in the service and web conf files i can see it's configured to use lansweeperuser as the user.
How do i change this to the active directory user that has the permissions on both databases?
Thanks in advance.
Labels:
- Labels:
-
Archive
2 REPLIES 2

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-15-2011 02:02 PM
Cool. very usefull information. Thanks!

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2011 08:49 PM
In sql you can map user "lansweeperuser" to an active directory user.
You can use something similar to this:
You can use something similar to this:
EXEC sp_addlinkedsrvlogin 'ADSI', False, 'lansweeperuser','admin_account', 'admin_account_password'
