I have a Windows server 2012 instance running SSMS 2014. I connect to that computer from a Windows 7 machine also running SSMS 2014.
When I perform a backup and copy the .bak file from the server to my local machine and try to run a restore, whenever I select the file as the source device, and then click "Contents" it generates an error that says "Object cannot be cast from DBNULL to other types."
The other direction, creating a backup on my local machine and then copying it via RDC to the server and performing a restore works without any issues. But regardless of the database, pulling it down from the server and trying to restore on my local machine causes this error.
Has anyone else run into this issue? I've additionally tried performing a restore with a query instead of the GUI but it pretends that the file is corrupted. Copying the same file back onto the remove server via RDC lets me read it in on the server without any issue however, so I suspect the file is just fine.
Any help is greatly appreciated, thanks.