current setup: LS 3.52 and DB (SQLexpress 2005) running on SERVER1 (Win2k3R2)
desired setup: LS 3.52 running on SERVER2 (virtual Win2k8R2), DB running on SERVER3 (virtual Win2k8R2, full SQL 2k8)
I've installed the app on SERVER2 and let it create the default DB on SERVER3. I then stopped the LS service and restored the DB from SERVER1 onto SERVER3.
I can access the LS config utility without issue, but when I try to access the web console, I get the following errors:
System.Data.SqlClient.SqlException: Login failed for user 'lansweeperuser'.
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at DreamweaverCtrls.DataSet.DoInit()
--------------------------------------------------------------------------------
System.Data.SqlClient.SqlException: Login failed for user 'lansweeperuser'.
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at DreamweaverCtrls.DataSet.DoInit()
How do I fix this login?