I have been attempting to use the Microsoft SQL Server Migration Assistant for Sybase version 6.0 to migrate my Sybase databases to SQL Server. However, I have one database that in the UI shows “Error occurred while loading database objects”, using the console version of the tool shows “FATALERR One of more objects specified as a command params were not found in metabase: .dbo” (and yes the error says “One of more” not “One or more”). All other databases load fine. I ran this tool using the console in the hopes of seeing a more verbose error, but the error still does not tell me why that database’s objects cannot be loaded.
In the following link Microsoft states what sys objects in Sybase I need at least public rights on.
https://msdn.microsoft.com/en-us/library/hh302811(v=sql.110).aspx
The account I'm using is the SA account for the Sybase server so the user account has the appropriate rights. Any suggestions would be greatly appreciated.