Hello,
I'm attempting to migrate our Installation from one server to another, at the same time migrating also from compact DB to a DB on our SQL-server.
I'm trying to follow this:
https://www.lansweeper.com/knowledgebase/moving-your-database-from-sql-compact-to-sql-server/
I let Lansweeper create a DB on the SQL server (it's a Core server), so I have a SQLSRV\lansweeperdb in there. (I installed Lansweeper on the SQLSRV only with SQL-setting and DB. Unchecked Service/Website.
Mixed mode authentication is enabled, both Windows and SQL logins works. I can also fully remote the servers, TCP connections are working, I can admin via MMC, access via Powershell etc.
On my old server, when I execute CompacttoServer, I can browser for DB, I can find the correct instance, yet I get:
Invalid object name "TSysConfig".
What's causing this?
Thanks