I created a new class in AX. After an AX restart the class was no longer in the AOT. If I now try to create a new class I get this error message:
“Unable to save . Unable to save Class Class2. Id 50001 already exists.”
How can I fix that problem?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You may have a data corruption in your .aod or .aoi index.
Select Reindex from Tools\Development tools\Application objects.
This will recreate the .aoi file and this may solve your problem.
The reindex operation may take several minutes.