Hello everyone
I've been trying to upgrade a Dynamics AX 2012 RTM applications to Dynamics AX 2012.
Before attempting to upgrade I fully compiled and sycnrhonized the application, removed the foundation ugrade models and change the status of batch jobs to WITHHOLD.
Then Uninstalled every RTM component and attempted to install de aapplication.
While configuring the database I selected to use a modelstore file to upgrade the code since the database has modification that want in the new environment.
This step runs just fine, however when trying to install the AOS the setup fails. When reading the log file I that ther was an error with the scripts:
Creating stored procedures post AOS install.
2015-09-22 16:24:35Z Creating stored procedure '[dbo].[getNumInternal]'.
2015-09-22 16:24:35Z An error occurred while Setup was creating the stored procedure [dbo].[getNumInternal] for access by login 'DOMAIN\user'.
2015-09-22 16:24:35Z Reason: Invalid column name 'PARTITION'.
2015-09-22 16:24:35Z Invalid column name 'PARTITION'.
2015-09-22 16:24:35Z Invalid column name 'PARTITION'.
There are 5 errors like this one including a ISSHAREPOINTINTEGRATED Invalid Column name.
Im thinking maybe I missed an important step while trying to upgrade so Im going to try again with a backup I made before upgrading.
Thanks in advance.