I have created a new sharepoint farm in a new envirnoment. I have successfully backed up and restored all of my content into my new environment. However, I run into an error when attempting to restore my workflow backup.
This is the script that I am running
Restore-SBFarm -RunAsAccount 'farm\test'-FarmCertificateThumbprint 41FED42EC87EA556FB64A41572111B96D13FBFC2 -GatewayDBConnectionString 'Data Source=DBServer;Initial Catalog=SbGatewayDatabase;Integrated Security=True;Encrypt=False'-SBFarmDBConnectionString 'Data Source= DBServer;Initial Catalog=SbManagementDB;Integrated Security=True;Encrypt=False'-AdminGroup 'BUILTIN\Administrators'-EncryptionCertificateThumbprint 41FED42EC87EA556FB64A41572111B96D13FBFC2
I have all of my information inserted into it. When I run it I get the error:
Restore-SBFarm : Cannot Validate argument on parameter 'GatewayDBConnectionString'. The database (SbGatewayDatabase) located at SQL Server (mysqlserver) couldn't be found or is not configured.
Has anyone run into this issue? My SQL DB Admin restored the original content database on the new sql server and that is the server we are using for this script.