If you are restoring a backup of the Velocity database to the same computer (a Velocity server, data server, or standalone workstation) where the backup was made, follow the instructions in Moving a Velocity 3.8 Database
If Suppose you are restoring a backed-up Velocity database to a different computer other than the one where it was originally initially backed up. In that case, you must perform the additional procedures mentioned after you have restored restoring the Velocity database to the new computer. The additional tasks are:
...
The Velocity licensing mechanism provides a grace period of 30 days while moving Velocity instances or updating them based on licensing schemas depending on the Velocity update.
While migration of Velocity Application from one system to another, the following rules of the temporary license apply:
The Velocity license found in the database that does NOT match the Server ID of that machine will be removed.
If the migrated system does not have the Velocity license, a 30days temporary license will be installed.
An expired Velocity license notification message displays when the original Velocity license installed is more than 30 days.
If the installation is less than 30 days, a pop-up message asks the user to purchase the Velocity Licensed version.
Editing the Data in the Tables in the restored Velocity Database
...
For Windows 10 type of machines, to locate the computer name of your system:
Open Control Panel. Click System and Security → System.
On the View basic information, see the Full computer name under the Computer name, domain, and workgroup settings section. To Visit Windows Support to check the computer name for other types of Windows versions, visit Windows support.
From the Windows desktop, select Start→ Microsoft SQL Server Tools 18→ Microsoft SQL Server Management Studio 18.
The Microsoft SQL Server Management Studio opens.Login to SQL Server using your credentials.
Expand the Databases folder to display the Velocity database in the Object Explorer navigation pane.
Expand the Velocity database to display the Tables branch.
Make the changes specified in the following table , by right-clicking on each database table and selecting Edit Top 200 Rows from the pop-up menu. (After each change, click outside the edited row for the changes to take effect.)
Note: Be extra careful while editing the tables , because accidentally editing the tables can corrupt the database.Refer to the table for data modifications.
In this table: | Select this column: | Enter this data: |
---|---|---|
MiscProperties | AuthenticationPath |
|
MiscProperties | UseDomainAuthentication |
|
MiscProperties | OU (This column exists only if you selected an Organization Unit during the Velocity installation.) | For example: LDAP://OU=ENGINEERING,DC=SECURITY,DC=com |
Operators | Name | If you are not logging in as Administrator for OperatorID=2, your Windows user name. (If you are using the Administrator account, skip this step.) |
Operators | DirectorySource |
|
Servers | Server_Name | Name of the Velocity Server (all UPPERCASE). |
ServerExtensions | RemoteComputerName | Name of the Velocity Server (all UPPERCASE). |
Registry | AppPath |
|
Registry | ComputerName | Name of the Velocity Server (all UPPERCASE). |
Registry | RemoteIP | Name of the Velocity Server (all UPPERCASE). |
Registry | RemoteServerIP | Name of the Velocity Server (all UPPERCASE). |
Registry | SDServer | Name of the Velocity Server (all UPPERCASE). |
Registry | ServerName | SQL Server Instance name. |
Workstations | WorkstationName | Name of the Velocity Server for WorkstationID=1 (all UPPERCASE) |
...