Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

Missing Properties: Primary and Cluster Indexes

$
0
0

We have recently discovered that a number of properties are no longer configured correctly in our production environment. The biggest offenders have been the Primary and Cluster index properties on Tables in the AOT Data Dictionary. With these properties missing a full DB Sync has removed these indexes from the underlying SQL tables which has obviously resulted in some performance issues. We have reapplied these properties but my biggest concern is how does something like this happen?

For our current code promotion process we take the following steps:

  1. We use the last daily full SQL backup of both the data and code/model DB's to restore our gold environment.
  2. Developers merge approved/tested XPO's into the gold environment.
  3. We use AXBuild to completely build AX.
  4. We check the log for errors and manually compile or compile forward all objects with errors. Certain objects must be compiled in the client so we expect some errors that when compile in the client compile correctly.
  5. If there are any other errors we resolve those as well.
  6. Once we have a clean compile we run a full CIL and full DB Sync
    1. Don't usually encounter errors during either of these but if we do we resolve those before continuing.
  7. Create the Model Store from our gold environment
  8. Import the Model Store into our production environment
  9. Stop all production AOS's
  10. Apply the Model Store in our production environment
  11. Rename all production XppIL folders to XppIL_old
  12. Start one production AOS
  13. Run a full CIL on that AOS
  14. Run a full DB Sync on that AOS
  15. Copy XppIL folder files (not subfolders) to all other production AOS servers
  16. Start remaining production AOS's

The general question is how are we loosing these property settings. I give this detail because I also wonder if anything in this process could be causing our property issues.

Also wanted to note that we are renaming and copying the XppIL folders because IL code is not being propagated through to AOS's. It's my understanding that this is supposed to happen but our experience has been that it doesn't always happen correctly. So to make absolutely sure all AOS's are running the same IL we've added this to our process.

 

Would love to hear everyone's thoughts on how this property issue might happen?


Viewing all articles
Browse latest Browse all 175888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>