cancel
Showing results forĀ 
ShowĀ Ā onlyĀ  | Search instead forĀ 
Did you mean:Ā 
Green72
Engaged Sweeper
I've searched but couldnĀ“t find an answer.


Is there a way to massively deactivate "Lock against scanning" of the "Assetname" for all the assets?


Thanks in advance.
1 ACCEPTED SOLUTION
Daniel_B
Lansweeper Alumni
This can only be done through a database script. Under Configuration\Database scripts, section Database scripts, execute the following SQL code. This will deactivate the asset name lock for all assets in your database. Note: We recommend performing a database backup before running a script here.

UPDATE tblAssets SET AssetNameLock = 0

View solution in original post

2 REPLIES 2
Green72
Engaged Sweeper
That is probably the shortest complete answer i have ever seen here.

Works like a charm. Thanks!
Daniel_B
Lansweeper Alumni
This can only be done through a database script. Under Configuration\Database scripts, section Database scripts, execute the following SQL code. This will deactivate the asset name lock for all assets in your database. Note: We recommend performing a database backup before running a script here.

UPDATE tblAssets SET AssetNameLock = 0

New to Lansweeper?

Try Lansweeper For Free

Experience Lansweeper with your own data.
Sign up now for a 14-day free trial.

Try Now