Hi,
Our universes were using OLE DB connection to SQL Server 2008 but having dead lock issues, so we decided to switch to ODBC connection.
I edit the existing connection to use ODBC drivers. Check the integrity in business layer and it is working great. But under data foundation, when I right click--> Change Qualifier/Owners. I got the following message:
"No owner in the database exactly matches '(owner name)'
Make sure that your database accepts the owner and/qualifier that you entered.
Do you wish to proceed anyway with your changes? "
I am not sure what exactly it means, since the business layer works fine, is there additional changes I have to make under data foundation?
Thanks in advance for any suggestions!