RE: WCF Unable to Log On to Microsoft Dynamic Ax
WCF Unable to Log On to Microsoft Dynamic Ax
Dear Experts,
I use Microsoft Dynamic AX 2012 R3 CU9 and Visual Studio 2013
The Microsoft Dynamic AX client working properly
But when I want to create a Report Model on Visual Studio but I have an error while I create a project
It said " Unable to connect to the AOS specified in the Microsoft Dynamics AX Client Configuration. The Configuration could be missing, invalid or the AOS is not running. To connect the AOS check the network connection between the client and the AOS, verify that a valid configuration exists, and that the AOS service is running on the server"
And then I opened Microsoft Dynamic AX Configuration Utility, tried to do Refresh Configuration and I have an error " An error occured while regenerating WCF configuration: Exception occurred on the metadata service on client or server. See exception details belos: > Unable to log on to Microsoft Dynamics Ax"
How to solve this issue?
Thanks in advance
Regards,
Bintang
RE: To Hide the Data of the Fields which displays zero's in the quantities
by using this range i am facing an issue that two more fields are not displaying which are greater than 0
RE: AX2012 AIF Service Read operation Problem
hi friends Any suggestions
How to add COUNT/SUM/AVG fields inside a datasource inside a Data Entity in AX 7 (Dynamics 365 for operation)
Hello all,
In Dynamics AX 2012 R3, we used to create a query and add a datasource under it, and within that datasource we used to insert a new field based on COUNT/AVG/SUM etc.
How can we add these same types of COUNT/AVG/SUM fields within a data source inside a data entity in Dynamics 365 for Operations (AX 7)??
Can anyone guide me in this?
RE: Request for KB3026276 hotfix
Hi,
I am afraid if someone is eligible to provide you hotfix in personal capacity.
how about getting onto customer/partner source or searching at LCS.?
RE: AX2012 AIF Service Read operation Problem
HI,
your error message is not related to AIF directly. its something with size of joined records. you can always increase the memory from server configuration. have a look please on next UrL
axfaq.blogspot.co.uk/.../getting-internal-size-of-records-message.html
RE: Copy WBS template from one company to another company
Hi Edselv Evert,
As the project categories and the other project setups that you can specify in the WBS might differ between your companies, copying the WBS between companies might not work unless you can somehow ensure that all companies share the same setup.
I quickly checked things and it does not seem to difficult to modify this if you can ensure that all companies share the same setups (categories, prices, etc.).
Best regards,
Ludwig
RE: Deferred revenue amount on packing slip with wrong amount
Hi tanaka123,
Can you check the sales price & sales price model that is setup for your item in the released products form? Has this sales price been changed / overwritten in the sales order? Please also check the quantity for which this sales order has been recorded to ensure that no unit issue arose.
Best regards,
Ludwig
Deferred revenue amount on packing slip with wrong amount
Hi everybody,
Does anyone face this issue below:
When posting packing slip, system recorded to a wrong amount into packing slip revenue, packing slip tax (is more than a calculated amount significantly).
Item model group:
Post to Deferred Revenue Account on Sales Delivery: Checked
Correct amount should be: 10.800*3.000= 32.400.400 instead of 36.336.448.598,13.
Please give me your opinion!
Many thanks.
RE: Request for KB3026276 hotfix
I've tried search from partnersource and LCS and not able to to find it.
I will tried support technical request, thanks.
RE: AX2012 AIF Service Read operation Problem
thanks friends let me check
AX2012 AIF Service Read operation Problem
Hi friends ,
i have created in AIF service for Purchase Requisition , here i have used purch reqtable,purchreqline,inventdim . when consume service in .net
below error is throwing ...
The number of joins in the statement is 36. This exceeds the maximum of 26. Turn on exception for this warning to see the call stack.
The total, internal size of the records in your joined SELECT statement is 69010 bytes, but Microsoft Dynamics is by default performance-tuned not to exceed 49152 bytes.
It is strongly recommended that you split your table(s) into smaller units.
Alternatively, you have to specify a 'Maximum buffer size' value of 68 Kbytes or higher on the 'Database Tuning' tab page in the Microsoft Dynamics AX Server Configuration Utility. The default value is 24 Kbytes.
Exit Microsoft Dynamics immediately, and follow the directives above. Use of the table(s) will cause unpredictable results.
Document AIFPurchaseRequest could not be read. Error details: Exit Microsoft Dynamics immediately, and follow the directives above. Use of the table(s) will cause unpredictable results.
RE: Voucher Transaction showing different amounts
Dear Ludwig,
Sorry for the delay in reply. I was searching for the difference in amount $9620 and $9865.94.
When I checked, some adjustment has happened for the items in that PO. Some profit or loss amount is showing.. I am checking on it.
If you can suggest anything, it would be great.
Regards,
Neethu K B
RE: Request for KB3026276 hotfix
well I can see this hotfix on LCS ax I simply search by Fix number. have a look at next URL(if you have access)
Request for KB3026276 hotfix
Hi,
Can I request only KB3026276 hotfix? Our client environment has already updated to AX 2012 R3 CU8 but KB3026276 is missing. Thanks.
RE: To Hide the Data of the Fields which displays zero's in the quantities
Hey Danda,
If it's MorphX report, you can add string display method instead of data source's field, convert int2str and format this string (if 0 then "").
X++ Exception: This workflow cannot continue processing because no users were retrieved for the current workflow step
Dears,
We have Invoice journal workflow that is made of several phases, on the 2nd phase (Budget line item Owner) the invoice journal workflow is stopped for some users only.
The Assignment type is 'Participant'. And the Role of Participant is 'Invoice Journal approver' and the Participant is 'User selected approver' in the Role based tab. The user is being retrieved from the Financial dimension Values for Budget.
We checked the relation of the user and it exists.
Did anyone encountered a similar scenario?
compare values in the same column group
I have ssrs report i want in vs 2010 design to compare value in the same column group and put result in a separate column, this column group group by year so i do this expression but does not work.
=SWITCH(
Fields!Rank.Value=NOTHING,"-",
Fields!Rank.Value & Fields!YearofDate.Value =Year(Today()) > Fields!Rank.Value & Fields!YearofDate.Value =Year(Today())-1,"↑",
Fields!Rank.Value & Fields!YearofDate.Value =Year(Today()) < Fields!Rank.Value & Fields!YearofDate.Value =Year(Today())-1,"↓"
)
RE: Error: The DIXF service is unavailable. Please contact the system administrator.
Hi,
Thanks for your response, I went to the local services but I don't see the DMF or DXF services there.
What would be the services names if not that? and if the services are not running, how do I start them?