Skip to main content

Posts

Showing posts with the label CU10

[AX 2012 R3 Retail]: POS CU10 Upgrade using N-1 Approach

After deploying CU10 Update, your HQ is on CU10 Retail Distribution Framework will run on CU10 Schema, while you POS is still on RTM. In order for your HQ to communicate with the RTM POS Clients its necessary to have Retail Distribution Framework (Jobs and Sub Jobs) to run on RTM Channel Schema. One need not create the RTM Channel Schema jobs and sub jobs manually, you can execute RetailCDXSeedData_R3 class to create the jobs and sub jobs for you. You need to then configure your existing Channel Database and Channel Data Groups to use the RTM framework for the Channel Schema. -Hitesh

[AX 2012 R3] : Calculate Statement and Post Statements batch job

Recently I helped one of our clients to upgrade their AX deployment from AX 2012 R3 RTM to CU10. However one of the issues that remained open which was that the Post Statement batch jobs did not seem to work at times. On investigating further we found the fault was that the Calculate Statement batch job resulted in several open statements being created and many of them were blank resulting in errors in the posting (No statement lines were found). I searched LCS and found a hotfix  KB3157024-Blank retail statements created when running the "Calculate statement" batch job https://fix.lcs.dynamics.com/Issue/Resolved?kb=3157024&bugId=3741282&qc=3752d0a02166dd733bf5130c55b9700b91e0b8cb0663a070f01586bca044b32c Hope this helps