cancel
Showing results for 
Search instead for 
Did you mean: 

Migrating Backup Exec from VM to physical server

mazmanyan
Not applicable

Hello,

I am having an issue with migrating over my Backup Exec installation from one system to another. It is currently running on a VM and I want to migrate it over to a physical server that is going to be more robust. They are both running on Server 2012 R2. I attempted the instructions from the article found on the site (https://www.veritas.com/support/en_US/article.TECH67296) but I encounter issues when I am running the SQL command:

1>UPDATE DataPartition SET PartitionName=new-server-name WHERE PartitionID =0

2>Go

The message states: "Msg 207, Level 16, State 1, Server backupexeclv\bkupexec, Line 1 Invalid column name 'backupexeclv' "

Any help would be appreciated. Thank you. 

1 REPLY 1

Prashant_Gupta4
Level 1
Employee

Hi mazmanyan,

Please try with single quotes in SQl command.

Ex- UPDATE DataPartition SET PartitionName=’new-server-name’ WHERE PartitionID = 0