Hello,
I have deployed a machine with 10.0.33 version.
Then I have mapped the desired branch from VS (as usually done).
After getting the latest code from version control, refreshing models and doing the Build, it fails with a lot of errors (1000+ errors).
Mainly the error messages are that certain Tables / fields / etc does not exists from our development model.
If I open the search the table in the AOT, I can see that everything exists.
I also checked the xml files in packagelocaldirectory folders. Everything exists.
Any idea what can be the issue? Why the compiler can't the objects?
Thanks
Hi Johnny,
If you took coding from a branch created with 10.0.31 or before, it might miss a module reference to a new FinTag model which got introduced in 10.0.32. Like mentioned above, check the descriptor files or model references in VS. The compilation errors will tell you which references you are missing.
Hi Johnny Almeida,
You are getting 1000+ errors because some of the related tables are not properly synchronized or objects are missing model refers. Look at DB xml log file in AOSService\packagesLocalDirectory for any possible errors and try to resolve those errors. If there isn't any error in log file, check to see if the models to the tables that causing the error are referenced correctly. Like komi mentioned descriptor file to your model is not upto date or recent changes to descriptor is not checked in to source control.
Hello Johnny Almeida,
Please confirm that you were also able to get the descriptor file of your model and it exists in the packagelocaldirectory/YourModel folder.
André Arnaud de Cal...
291,965
Super User 2025 Season 1
Martin Dráb
230,836
Most Valuable Professional
nmaenpaa
101,156