February 18, 2015

After upgrading my windows from 8 to 8.1, my dynamics ax is not working

Hi Folks,

Recently one of my collogue just update his OS from windows 8 to windows 8.1 and AX just stop working… :(  When he trying to start my AOS services its gives below error message

clip_image001

If you open event log you will found this error

Object Server 01: The home directory for Axapta (C:\WINDOWS\system32\) does not match the required structure or can not be accessed. Please check installation, configuration and access rights.”

AND

“Object Server 01: The directory "C:\WINDOWS\system32\\bin" does not exist or access to it has been denied by the operating system.”

AND

“Object Server 01: Error accessing registry: Cannot open key SYSTEM\CurrentControlSet\Services\Dynamics Server\6.0\01. Error code: 0”

Possible reason :
Open AX server configuration from administrator tools. Here you would see it completely empty

clip_image003

clip_image005

The problem is that registry keys located in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dynamics Server\ were deleted during the update.

clip_image006

To resolve this issue You can create manually registry entry (That can be a difficult task if you are not friendly with windows registry editor), OR just reinstall the AOS and it will work.

(To open registry editor open “RUN” enter “regedit” and hit enter)

BUT…. At the end of the day its not recommended for PROD or LIVE server you can do this R&D only and only on your local or DEV environment.
All the best guys…..

-Harry

February 14, 2015

DIXF Error- Assembly containing type Microsoft.Dynamics.AX.Framework.Tools.DMF.ServiceProxy.DmfEntityProxy is not referenced.

Hi Folks,

While setup the DIXF parameter using click on DIXF-> Setup-> DIXF parameter. System throws below error

Error Message: Assembly containing type Microsoft.Dynamics.AX.Framework.Tools.DMF.ServiceProxy.DmfEntityProxy is not referenced.

Object 'CLRObject' could not be created

image



Possible reason: There can be multiple reason for this issue, here i am share which i faced. In AX 2012 R3, you will found module for DIXF even if didn’t install DIXF from setup.


image





Solution: Above mention error come because you are trying to set parameter without installing its component (Service, Server and Client). Just install those component from setup file and restart the AOS service. Now this error should not bother you this time. :)

There is one more link for same issue, may be this will also help you.


- Harry

February 08, 2015

A number sequence must be specified before you can create a workflow. Contact your system administrator for assistance.

Error in workflow creation
After setup, a new instance when i tried to create a new workflow configuration system throws an error

Error: A number sequence must be specified before you can create a workflow. Contact your system administrator for assistance.

image

Solution:
1.     Click System administration > Setup > System parameters.
2.     Click Number sequences.
3.     On the Workflow ID row, in the Number sequence code field, select the number sequence to use to generate workflow IDs.
4.     On the Instance ID row, in the Number sequence code field, select the number sequence to use to generate workflow instance IDs. 


image

Harry