Objects ignored by Code Upgrade Tool

When testing my new rule for code upgrade tool, I found that certain objects are skipped and rules are not checked for them. That makes the tool significantly less useful, because you can’t be sure that it found everything. This blog post explains why it happens, but unfortunately doesn’t provide any reasonable workaround, except making …

Continue reading ‘Objects ignored by Code Upgrade Tool’ »

Custom rules for Code Upgrade Tool

The Code Upgrade Tool allows you to detect patterns in X++ code and even to automatically change code. It’s especially useful for code upgrade, because you can easily upgrade legacy code. For example, CompanyInfo.CurrencyInfo field was replaced by CompanyInfo::standardCurrency() method in AX 2012. To upgrade your code, you would have to find and fix all …

Continue reading ‘Custom rules for Code Upgrade Tool’ »

Baseline model store database

In AX2012 R2, model store database has been separated from business data database. For upgrade purposes, we have one more database – baseline model store. AOS configuration in Windows registry therefore contains keys for three database servers: dbserver ModelDBServer ModelDBServer_baseline (They’re stored at HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Dynamics Server\6.0\02\{config name}\.) But if you open Microsoft Dynamics AX 2012 Server …

Continue reading ‘Baseline model store database’ »

Databáze baseline model store

V AX2012 R2 je model store databáze oddělena od databáze s business daty. Pro účely upgradu existuje ještě jedna databáze – baseline model store. Konfigurace AOS v registrech Windows proto obsahuje klíče pro tři databázové servery: dbserver ModelDBServer ModelDBServer_baseline (Jsou uložené v HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Dynamics Server\6.0\02\{jméno konfigurace}\.) Ale pokud otevřete Microsoft Dynamics AX 2012 Server Configuration, uvidíte …

Continue reading ‘Databáze baseline model store’ »