IMPAX 6.5.1 Server Knowledge Base home > Configuring security in IMPAX > Configuring security in IMPAX: Windows
You can change the password for the mvf user to a more secure one than the default password. (Tips for more secure passwords are available in the Changing your Administration Tools password topic.) The following is the recommended method of doing so on when running an AS300 (Windows) system under SQL Server.
This topic applies to both SQL Server 2005 and SQL Server 2008.
To change the mvf password in Windows SQL
To stop the IMPAX services, on all servers in the cluster, open a command prompt and type
stopall.bat
To change the mvf password, on the Database Server, type
sqlcmd /U sa /P sa_password
sp_password old_password, new_password, 'mvf'
go
where sa_password is the system administrator (sa) password, old_password is the existing mvf password, and new_password is the new mvf password.
Change to the C:\mvf\bin directory.
Type
passkey.exe -M SET -u mvf -P new_password
where new_password is the same password specified in step 2.
Export the passkey by typing
passkey -M EXPORT -k user_key
where user_key is the password used to import the password file.
On all AS300 servers and all Application Servers, reconfigure the ODBC connections with the new mvf password.
In doing so, keep in mind that some servers have more than one DSN connection to the MVF database. For example, an Application Server has two DSN connections: mvf and mvf_sql.
Import the passkey onto the Application Server by starting the Configuration Tool, switching to the Security tab, clicking Import Password, selecting the portable password file, and entering the password used to import the password file.
Import the passkey onto any Network Gateway, Archive Server, and Curator/CD Export servers in the cluster by opening a command prompt and typing:
passkey -M IMPORT -k user_key
On the all servers in the cluster, to restart the IMPAX services, type
startall.bat
To log into Administration Tools with the new mvf password, on the Database Server, open the following files in a text editor and modify the mvf password to the new mvf password:
C:\mvf\java\etc\jserver.properties
C:\mvf\java\etc\jclient.properties
C:\mvf\java\etc\jclient_simpacs.properties
C:\mvf\java\etc\jclient_impax.properties
See also
Changing your Administration Tools password
Logging into the IMPAX Administration Tools
Topic number: 50355 Applies to: IMPAX 6.5.1 Server Knowledge Base |