When I tired to run a report in Crystal Reports 2013, it came up with the error "Failed to rerieve data from database", when I clicked ok the following error appears:
"Database Connector Error: '42000:[Microsoft][ODBC SQL Server Driver][SQL Server] Could not find 'adbasexxx' in sys.servers. Verify that the correct server name was specified. If necessary, execute the stored procedure sp_addlinkedserver to add the server to sys.servers. [Database Vendor Code: 4413]'
The problem is that the server 'adbasexxx' is not being used anymore. We have move this database and rename it to another name, I searched all over in Crystal Reports and see if there is a link to the server and I couldn't find any. I looked at an article and it seems like we need to update the sys.server in MSSQL. Am I in the right track?