Related Posts
  • 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: 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: 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: 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: How to set a dimension field in AIF?

    Hi, I'm trying to set a field in my Console Application but I can't. How to do this? string[] dimension = new string[5]; dimension[1] = "REV"; dimension[2] = "BOLS"; dimension[3] = ""; dimension[4] = "CORP"; salesTable.Dimension = dimension;...
  • Forum Post: Has ANYONE used AIF to Update an Item?

    I would love to see the format of your incoming XML message. Please let me know if anyone has done this...
  • Forum Post: AifFault "The creator of this fault did not specify a Reason."

    I just got this error while trying to use the Aif InvoiceJournal service. It was working. Now I get this very useless error message. There is nothing in the Exceptions screen in Ax. There is nothing in the server's event viewer. Any idea what could cause this, or how I can...
  • Forum Post: AX 2009: How to configure AIF (Error-message: "The remote server returned an error: (401) Unauthorized.")

    Hello community, since yesterday I try to configure the Scribe Adapter for AX 2009 and finally the web-services are running. But when I try to setup the Scribe Adapter I receive the following error: System.Net.WebException: The remote server returned an error: (401) Unauthorized. Details...
  • Forum Post: Unable to create Item using AIF

    Hi, I am trying to create Items using AIF-AX2009. The create schema looks like below: <? xml version = " 1.0 " encoding = " UTF-8 " ?> < Envelope xmlns = " http://schemas.microsoft.com/dynamics/2008/01/documents/Message " > < Header > ...
  • Forum Post: AX 2009 SP1 AIF importing a large file

    I have a need to import a large file into a ledger journal using AIF. I have tried the interface wit a small file and it works. The file that the customer need to import is 500 MB. I have changed registry settings for AOS (Maxbuffersoze = 1024, Client 1024 and added to .AXC files I have also...
  • Forum Post: AIF batch job takes long time to read files in directory

    Hi, I'm using Dynamics AX 2009, and I have configured AIF endpoints for inbound and outbound files. The Recurrence I put for the batch job is 1 minute, with no end date. It works perfectly, but most of the time it is taking around 2 minutes to pick up the file from the inbound directory, and...