I successfully upgraded the database, however when I attempted to start the service, it would not stay running. Upon further investigation I found the event logs said it did the following:
1-Attempted to run the query "Select Licenseid, Requestid, Reference from BPALicenseActivationRequest"
2-Returned error saying "Invalid object name 'BPALicenseActivationRequest'.
When I checked the underlying database, I found that many of the tables were prefixed with my active directory username rather than the standard 'dbo.' in SQL Server. Can anyone tell me what caused this and how to remedy it? Attached screenshots of the errors in event viewer and SQL Server