I have to admit that to deliver this post I had to dig deep into the bowels of the Microsoft Dynamics GP Utilities. Installation and upgrade statuses don’t seem to be anywhere (that I could find anyways) handy and can be very important when looking at a DEXSQL.LOG file for reasons of a failure during any of these processes. Status Constant Storage Value DU_STATUS_DONE 0 DU_STATUS_START 1 DU_STATUS_INSTALL 2 DU_STATUS_UPGRADE 3 DU_STATUS_BIND_DEFAULTS 7 DU_STATUS_RECOMPILE 8 DU_STATUS_CONVERT 23 DU_STATUS_POST_CONVERT 30 During the installation or upgrade of a database, status codes are recorded in the DYNAMICS..DB_Upgrade table for each Microsoft Dynamics GP dictionary being updated.
Link:
Microsoft Dynamics GP Database Installation and Upgrade Statuses