Community FAQ
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Hemoco
Lansweeper Alumni
To fix this problem open the database scripts page in the configuration tool and execute the following script:

delete from dbo.tsysreports where isnull(reportquery,'') = ''
GO
alter table dbo.tsysreports ALTER COLUMN [reportquery] nvarchar(200) NOT NULL
GO
ALTER TABLE dbo.tsysreports ADD CONSTRAINT
PK_tsysreports PRIMARY KEY CLUSTERED
(
[Reportquery] ASC
) WITH FILLFACTOR = 90 ON [PRIMARY]

GO
0 REPLIES 0

Archive

This board contains archived posts from the retired Lansweeper Forum and Insiders Community.

New to Lansweeper?

Try Lansweeper For Free

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

Try Now