Installation guide
Solution
To unlock the mvf user account
1. Log into SQL Server 2008 using the Administrator account.
2. In the SQL Server Management Studio, open a new query window.
3. Type
ALTER LOGIN mvf ENABLE;
ALTER LOGIN mvf with PASSWORD = 'mvf' UNLOCK;
GO
4.
Click Execute.
Troubleshooting: Server name registered in SQL
Server is incorrect
(Topic number: 7625)
Issue
If the server name registered in SQL Server is not the same as the server name registered in Windows,
you must update the server name in SQL Server.
Details
This discrepancy may happen if you use a ghost image when installing the third-party applications.
Solution
To check the server name registered in Windows
1.
Right-click My Computer and select Properties.
2.
Switch to the Computer Name tab.
The server name is listed as the full server name.
To check the server name registered in SQL Server
1.
In a SQL Server query window, type select @@servername
To update the server name registered in SQL Server
1. In the SQL Server query window, type:
sp_dropserver old_server_name
go
sp_addserver server_name_as_in_Windows, local
go
AS300 Upgrade Guide—IMPAX 5.2 or 5.3 to IMPAX 6.5.3 80
Agfa Company Confidential—Subject to Non-Disclosure Obligation