I was going to upgrade but then decided, what the heck and did a clean install of LS 3.5. After doing so I am seeing that I am listed as a freeware user. How and where do I apply the license key I was emailed?thanks!Dennis
Hi - I ran the upgrade script from 3.2 to 3.5 - but after a minute or so the script said "Timeout Expired".What should I do now to resolve this?Thanks.
When I open the GUI console, I get the following error: invalid object named 'TsysConfig after upgrading from 3.2 to 3.5. I tried running the SQL script a 2nd time, but still receive the same error. Any ideas on how to fix this?
Hi,I have upgraded to 3.5 and now when I start the service with active scanning enabled, I am seeing errors. First for the server itself I see:3/11/2009 10:35:42 AM: <LS Server> String or binary data would be truncated.The statement has been termina...
I just made a clean install of Lansweeper 3.5. (had a working 3.2 before)When I try to activate my premium license I get this error:"String or binary data would be truntaced."What shall I do?
Run this code from the console to fix this issue:ALTER TABLE tsysconfig ALTER COLUMN Licensekey varchar(2000)GOupdate tsysconfig set activescanning = 0GO