Error during automated build
Hi All,Today my automated build got fail to create the build package and below screenshot of the error.As the error first line says that there is not enough space on the disk but when i checked in hte...
View ArticleBatch schedule less than one minute
HiWe need a batch job that runs every 5 seconds. AX batch schedule limits to one minute. Can that be changed, alternative way only with endless loop?Thanks.
View ArticleTemporary tables must be the inner tables when joined to permanent tables.
Hi GuysI get this error message when I try to join a Temporary table with a permanent table setting as temporary.I do something like this:MyPermanentTable permanentTableTmp;MyTmpTable...
View ArticleError while Consuming Web Service in Ax 2012 R3....
Hello All, I am Consuming Web Service in AX 20012 R3. i am getting this error while running the job by following code.Error is as Follows :System.Reflection.TargetInvocationException: Exception has...
View ArticleMiddleware ESB and AX
Hi folks,I am working to design a workflow to have a middleware ESB between a .NET app and AX. Orders come from .NET app go to Middleware ESB to be decided to go to AX or other ERP systems.ANy...
View ArticleGetting IP address of a system through code in ax 2009
I want an alternative code for getting IP address of a system through code in AX 2009. Most of the blogs, when i searched in google, showed me the below code.static void FetchIpAddress (Args _args) {...
View ArticleError when opening Retail=> POS=> screen layout designer ->...
When we open the Screen layout designer for POS we retrieve 2 errors. Retail->Setup->POS->Screen layout->Designer."Exception has been thrown by the target of an invocation."There's nothing...
View ArticleInfolog does not show up
Hi,we have a really weird error. All the InventTransOrigin* tables have a writeOriginOwnerRelationship() method. Those methods get the current number of infolog lines by using the infologLine()...
View ArticleWhy Does Microsoft HQ Use SAP Instead of Microsoft Dynamics ERP?
Hello all,I want my customer to propose 2 tier ERP, which is Dynamics AX and SAP.So could you tell me why Microsoft HQ Uses SAP Instead of Microsoft Dynamics ERP?And I would like to know why Microsoft...
View ArticleAutomate cliënt R2 R3 update
Hi all,I am working together with a smaller customer who does not use SCCM of GPO.When installing AX 2012 R2 I simply created a batch file wich installed the neccesary prerequisites before starting a...
View ArticleThe record has never been selected
Hello alli face this error when im trying to update field static void Job24(Args _args){STG stg;Tmp tmp; ttsBegin; while select forUpdate OBQty from tmp join sum(PHYQty),ItemId from stg group by...
View ArticleTrouble installing LCS Diagnostic Tool -- LCSDiagnosticService will not start
I am trying to install the new LCS Diagnostic tool that includes the new AOS crash diagnostic part on a client's TEST environment. It is a 2 server environment (SQL server and an AOS server). I am...
View ArticleFunctional regression test automation in Dynamics AX 2012
I am looking for a tool to automate functional regression tests in Dynamics AX 2012:1. I looked at third party (ISV) tools like Axeptance and Executive Automats. Does anyone have experience with these...
View ArticleHiding Time part from DateTime field
HiI modified a query to include a datasource on a list page, now the datasource is available for users to add fields from that datasource onto the grid. The problem is that there is a field "ValidFrom"...
View ArticleValidation on sales order create
Hello:I've gotten a request to check for a validate item cost prior to allowing sales lines to be posted. Some options I've run across include using the SalesLine.createLine() to add the validation....
View ArticleWhat is "Syntax err:9999" mean?
public class AAClass1{ staticpublicvoid main(Args _args){AAClass1 events = new AAClass1();events.run();} publicvoid run(){System.Exception exception;XppPrePostArgs args = new...
View Articlehow to get the class that create return work item in workflow AX 2012
please somebody tell me how to reach that class that inserts that record automatically
View ArticleIntegration of Weighing Scale using "COMM Port" in AX 2012 R3
I need a help from you all.I am supposed to capture the weight of a Finished Good & integrate it with Microsoft Dynamics using "Comm Port".Please help. Thanks in advance.
View ArticleContainer to VarBinary Conversion
I have to load Synthetic data in DynamicsAX SQL DB directly. My Salesline table has container type field. How should I convert container type to VarBinary and insert directly in SQL DB using insert...
View ArticleChanging target namespace in AIF
Hi All,Did anyone know how to change target namespace in the service generated by AIF?I've changed the "Namespace" properties in the Service in AOT, but it only change the namespace in the WSDL, not...
View Article