Related Posts
  • Forum Post: Re: Re: Re: Re: Re: Dynamics AX 2009 - AIF - Adapter Based Exchange - File System - Inward Data Configuration Help Needed

    Try to add AifOutboundProcessingService and AifGatewaySendService to your job and run it again. Regards Oleksandr
  • Forum Post: Dynamics AX and BizTalk on the Same SQL Cluster?

    Hello, I'm curious if there's any white paper or documentation out there that may help me understand if I can host my BizTalk environment on the same SQL Cluster as my AX environment. One option is using an Active-Active cluster and putting DAX 09' on one node and BizTalk on the other. The...
  • Forum Post: AIF and Sales Order

    Hi everyone, We have a problem when we use AIF in order to import sales order. We work with AX 2009. The aim is to create and automatically invoice sales order. But when we integrate sales order with a XML scheme, the sales type for the very first sale order is "sales" and the next are...
  • Forum Post: External codes and Alt. Addresses

    We have some customers that are sending orders to us using different external id's for each of there alt. shipping addresses. We have the customer setup as a single customer with mutiple alt. addresses. As, to my knowledge, there is no External Code available for alt. addresses; does anyone have...
  • Forum Post: Error Importing SO thorugh AIF

    Hi, I am trying to import SO from AIF using File Adaptor. If the SO XML is a single line item it import successfully. But when I increase the number of lines >1 It gives following error." Function AxdSalesOrder.getConstraintList has been called with the wrong table ". I have also noticed...
  • Forum Post: Re: Re: Re: Dynamics AX 2009 - AIF - Adapter Based Exchange - File System - Inward Data Configuration Help Needed

    Hi Deva, After following your steps, I got warning and errors like below: Warning: Field 'Item number' must be filled in. in subsystem Subsystem: Line=1, Pos=77, Xpath=/Item/InventTable[1] Error: Error found when validating record. in subsystem Subsystem: Line=1, Pos=77, Xpath=/Item...
  • Forum Post: Modifying AIF Service to accept custom fields

    Hi all, I've added a ton of custom fields off the inventTable, inventColor, inventSize, etc. I'm trying to use the InventItemService.create service. What do I have to do to be able to populate my custom fields with my incomming XML message? My current itemCreate schema doesn't have any of...
  • Forum Post: AX Interfacing Technology Components -VS- Direct AX SQL-Database Access

    As since AX has good set of technologies to interface external applications with enforcing business-logic such as COM & .NET Business Connector, AIF & Web-services and CLR Interoperability, these all are available to easily integrate with custom applications. For simplicity and time saving...
  • Forum Post: : Re: Dynamics AX 2009 - AIF - Adapter Based Exchange - File System - Inward Data Configuration Help Needed

    Hi Santosh, How we can create AXD classes which will states relationship between Vendtable and VendBankAccount (VendAccount) ? then do we need to create service class for this? Thanks & Regards, RM
  • Forum Post: Problem with BizTalk and AIF communication

    Dear collegaues , I have one issue and hope that you maybe can help me. Namely, I have one problem with the communication between BizTalk and AIF. My first impresion is that problem is in AIF but not sure and that is reason why post this question. I made one BizTalk orchestration which should to pickup...
  • Forum Post: What is meaning of axSalesLine object in salesLine.modifiedField??

    Hi All, What we tried to do is following. We have logic which is being used in salesLine as well as in sales quotation. We added for this a couple of table fields to both tables. But the logic on these fields is often the same. So we made a map (DataDictionary/Maps) to combine the logic in one place...
  • Forum Post: AifGatewayQueue security

    I have configured AIF to import documents and created a batch journal that will me executed manually via batch journal execution. When i execute this journal (i am member of the administrators group) it works perfectly. But when the user that will execute this job in the future tries to do this...
  • Forum Post: Intercompany and licensing

    Could somebody help me with some information about the intercompany fuctionality? I want to know if you can exchange intercompany information between single instances of Dynamics AX? If you can, where can I find detailed information about it ? An example of what information I seek is: If you...
  • Forum Post: Handling SOAP Faults

    I'm currently communicating with an external SOAP service within AX using the a service reference and the generated .NET class. Everything is working out greatly with the exception of how to handle SOAP faults. Ideally, this doesn't happen, but sometimes the SOAP server (which I control as well...
  • Forum Post: Sort Sales Invoice in Axapta on Serial Number

    Hi, I have to sort sales invoice in axapta 2009 on serial number from inventdim table ?
  • Forum Post: Re: Consuming AIF WEb Services

    Hi Chandresh, You need to set the UserPrincipalName on your client to the credentials running the server. If this is the local machine it should use NTLM authentication so this shouldn't really be happening. The config for your web service would look something like this (your binding is likely different...
  • Forum Post: Re: Interface between AX and Biztalk

    Application Integration Framework supports BizTalk. See Microsoft Dynamics AX 2009 AIF BizTalk Adapter Configuration White Paper for details.
  • Forum Post: The Table.Field does not have a corresponding parm-method on the AxBC-class

    Hi, I have been adding some fields to the table InventTable. After running best practices I get this mesages. I read from this post: http://www.microsoft.com/communities/newsgroups/en-us/default.aspx?dg=microsoft.public.axapta.programming&tid=0c2e91cc-60bf-4f4f-921e-9c3cb296eafd That I should...
  • Forum Post: Re: Schedule batch job that only executes specific endpoint actions

    Hi Viper, It is not directly possible but you can get it working with some customization. To ensure only you scan specific channels override the following method.. For Inbound: \Classes\AifGatewayReceiveService\processInboundMessages - Line 14 is where the Receive service invokes the method below. The...
  • Forum Post: Re: Re: Re: Alter exported field

    Hi Viper, If you see, the AifValuesubstitutor class uses the lookup table to do modifications to the xml. So i think you can make small changes to this class to work for enum or just make a new similar class and map it to the endpoint action. Type is not a mandatory parameter. I had a quick look at the...
  • Forum Post: Biztalk adapter ax2009 installation fails

    Hi, I've setup a ax 2009 installation with the AOS etc on one computer and then i have a couple of other computers connected to the AOS with only the AX client installed. Now i want to use the biztalk adapter in AX. I've setup a computer with biztalk 2009 and i installed an AX client on...
  • Forum Post: AIF Installation Issue

    Hi I've installed AIF but when I go to Basic Area -> Setup _> Application Integration Framework in the client I don't see the "Web SItes" option as described here: http://technet.microsoft.com/en-us/library/aa570093.aspx What's happending? Carlton
  • Forum Post: Re: Re: AIF Installation Issue

    yes, that's the issue. AIF says OK but AIF (Web Services) seems to be separately licensed. Thanks
  • Forum Post: Re: issue on creating production order using AIF

    Debug the service in X++ . Sample code AifEntityKey aifEntityKey; // Data object of Service class CustCustomerService custService; CustTable custTable; ; aifEntityKey = new AifEntityKey(); entityKeyList = new AifEntityKeyList(); custService = CustCustomerService::construct...
  • Forum Post: AIF Integration using Web Services

    Problem Description: Hi, I am using using Web Services to integrate Microsoft Dynamics AX 2009 using AIF to a third party product written in VB.Net on .Net framework and SQL Server 2008. I have hosted my services on IIS which is accessed by the developes using Visual Studio 2008 to work with the exposed...