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