Deploys a Solution from One Machine to Another
- Last UpdatedJun 06, 2024
- 1 minute read
Description: A user develops a solution using AVEVA Work Tasks in the Source machine and then deploys the solution to the Destination machine.
Solution:
-
Create a backup of the repository database from the source machine.
Example: Consider Database Name as “TelematicsDB”, Backup Filename as “TelematicsDBBackup.bak”, and Repository name as “TelematicsRepo”.
-
Restore the backed up database in the destination machine.
Example: After restoring “TelematicsDBBackup.bak” in the destination machine, “TelematicsDB” database will be created.
-
Create a new DataSource in the destination machine and use the same database created in Step 2.
Example: Create a DataSource with name “TelematicDataSource” with the “TelematicsDB” database.
-
Create a new repository and select the DataSource created in Step 3.
-
Choose the Attach DataSource option.
This lists all the repositories in selected datasource.
-
Select the repository which needs to be copied and proceed with creating a repository.
Example: Select “TelematicsRepo”.
This will copy the repository details of the source to the destination machine.
Also, refer Steps to Perform Attach DataSource.