IMPAX 6.5.1 Server Knowledge Base home > Configuring security in IMPAX > Configuring security in IMPAX: Windows

Changing the mvf password in Windows SQL

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

  1. To stop the IMPAX services, on all servers in the cluster, open a command prompt and type

    stopall.bat

  2. 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.

  3. Change to the C:\mvf\bin directory.

  4. Type

    passkey.exe -M SET -u mvf -P new_password

    where new_password is the same password specified in step 2.

  5. Export the passkey by typing

    passkey -M EXPORT -k user_key

    where user_key is the password used to import the password file.

  6. 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.

  7. 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.

  8. 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

  9. On the all servers in the cluster, to restart the IMPAX services, type

    startall.bat

  10. 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:

    1. C:\mvf\java\etc\jserver.properties

    2. C:\mvf\java\etc\jclient.properties

    3. C:\mvf\java\etc\jclient_simpacs.properties

    4. C:\mvf\java\etc\jclient_impax.properties


See also


Topic number: 50355

Applies to: IMPAX 6.5.1 Server Knowledge Base