
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-23-2019 08:10 PM
Getting the following after upgrade:
Webserver Error
https://vasalsweep/default.aspxAn unexpected error occurred. To troubleshoot this issue, please contact support@lansweeper.com and provide:
A screenshot of this error message. Include your entire browser window.
Program Files (x86)\Lansweeper\Service\Errorlog.txt, as present on your Lansweeper server.
Program Files (x86)\Lansweeper\Website\App_Data\web_errorlog.txt
Program Files (x86)\Lansweeper\Service\Lansweeperservice.exe.config.
Program Files (x86)\Lansweeper\Website\web.config.
Technical details:
Invalid column name 'IsDeleted'.
Webversion: 7.2.100.23
I do not see any reference to 'IsDeleted' in any of the configs. Has anyone seen this or similar before?
I have also submitted this to Lansweeper Support.
Webserver Error
https://vasalsweep/default.aspxAn unexpected error occurred. To troubleshoot this issue, please contact support@lansweeper.com and provide:
A screenshot of this error message. Include your entire browser window.
Program Files (x86)\Lansweeper\Service\Errorlog.txt, as present on your Lansweeper server.
Program Files (x86)\Lansweeper\Website\App_Data\web_errorlog.txt
Program Files (x86)\Lansweeper\Service\Lansweeperservice.exe.config.
Program Files (x86)\Lansweeper\Website\web.config.
Technical details:
Invalid column name 'IsDeleted'.
Webversion: 7.2.100.23
I do not see any reference to 'IsDeleted' in any of the configs. Has anyone seen this or similar before?
I have also submitted this to Lansweeper Support.
Labels:
- Labels:
-
General Discussion
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-24-2019 04:57 PM
Just saw your support ticket.
For anyone else having this issue. It is caused by updating from a pre-release version to the latest version.
To fix it you can do the following:
Stop the web server service and Lansweeper Server service.
Open SQL Server Management Studio and connect to the SQL Server instance hosting your Lansweeper database.
Run the script below via a New Query window
Use Lansweeperdb
ALTER TABLE TsysCloudConfiguration ADD IsDeleted bit NOT NULL CONSTRAINT DF_TsysCloudConfiguration_IsDeleted DEFAULT 0
GO
Start the services once again
For anyone else having this issue. It is caused by updating from a pre-release version to the latest version.
To fix it you can do the following:
Stop the web server service and Lansweeper Server service.
Open SQL Server Management Studio and connect to the SQL Server instance hosting your Lansweeper database.
Run the script below via a New Query window
Use Lansweeperdb
ALTER TABLE TsysCloudConfiguration ADD IsDeleted bit NOT NULL CONSTRAINT DF_TsysCloudConfiguration_IsDeleted DEFAULT 0
GO
Start the services once again
