rubrikinc / rubrik-scripts-for-powershell

Collection of PowerShell Scripts created to interact to Rubrik CDM
MIT License
50 stars 58 forks source link

Export-RubrikDatabasesJob.ps1 error #167

Closed jdrabisz closed 3 years ago

jdrabisz commented 3 years ago

Good day, I am migrating my server from Server 2012R2/SQL 2012 to Server 2019/SQL 2019. When I run the Export script I get the following error.

{"message":"Could not open a connection to servername:12800. Error while creating socket","id":"Connection.OpenFailure","params":{"${host}":"servername","${reason}":"Error while creating socket","${port}":"12800"}}

I downloaded the most recent powershell script and am still getting the error.

I am running PowerShell v5.1 on both servers.

Thank you, James

jdrabisz commented 3 years ago

DOH! Always something stupid. Rubrik Backup service wasn't running on the destination server.

jaapbrasser commented 3 years ago

Thanks for sharing the solution @jdrabisz!