Home
»
Microsoft Dynamics AX
»
Microsoft Dynamics AX Forum
»
All Tags
»
AIF
Browse by Tags
Tags
#AIF
#AX2012
.net
.NET Business Connector
“Microsoft Dynamics AX 2009”
“Microsoft Dynamics”
2009
2012
AOT
AX
AX 2009
AX 2009 2009
AX 2009 AOS
AX 2009 Client
AX 2009 EP Development
AX 2009 EP Installation
AX 2009 Inventory
AX 2009 Reporting
AX 2009 SP1
AX 2009 upgrade problem
AX 2012
AX 3.0
AX 4.0
AX2009
AX2009 Security
Related Posts
Forum Post:
Re: Re: Re: Re: Re: Dynamics AX 2009 - AIF - Adapter Based Exchange - File System - Inward Data Configuration Help Needed
Oleksandr Maliutenko
Try to add AifOutboundProcessingService and AifGatewaySendService to your job and run it again. Regards Oleksandr
on
7 Apr 2009
Forum Post:
Dynamics AX and BizTalk on the Same SQL Cluster?
Clay
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...
on
15 Apr 2009
Forum Post:
AIF and Sales Order
Julien B
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...
on
25 May 2009
Forum Post:
External codes and Alt. Addresses
Jeff Fisher
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...
on
16 Jun 2009
Forum Post:
Error Importing SO thorugh AIF
Nitesh Seth
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...
on
23 Jul 2009
Forum Post:
Re: Re: Re: Dynamics AX 2009 - AIF - Adapter Based Exchange - File System - Inward Data Configuration Help Needed
Nick_X
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...
on
31 Jul 2009
Forum Post:
Modifying AIF Service to accept custom fields
Clay
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...
on
3 Sep 2009
Forum Post:
AX Interfacing Technology Components -VS- Direct AX SQL-Database Access
mastervbnet
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...
on
12 Sep 2009
Forum Post:
: Re: Dynamics AX 2009 - AIF - Adapter Based Exchange - File System - Inward Data Configuration Help Needed
Richa Mohadkar
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
on
9 Oct 2009
Forum Post:
Problem with BizTalk and AIF communication
stomar_3
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...
on
13 Oct 2009
Forum Post:
What is meaning of axSalesLine object in salesLine.modifiedField??
ddj
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...
on
17 Nov 2009
Forum Post:
AifGatewayQueue security
Drome
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...
on
17 Nov 2009
Forum Post:
Intercompany and licensing
Tor Martin Aspholm
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...
on
23 Jan 2010
Forum Post:
Handling SOAP Faults
chuckg
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...
on
29 Jan 2010
Forum Post:
Sort Sales Invoice in Axapta on Serial Number
Azwar Alam
Hi, I have to sort sales invoice in axapta 2009 on serial number from inventdim table ?
on
29 Apr 2010
Forum Post:
Re: Consuming AIF WEb Services
mrhassell
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...
on
12 May 2010
Forum Post:
Re: Interface between AX and Biztalk
Martin Dráb
Application Integration Framework supports BizTalk. See Microsoft Dynamics AX 2009 AIF BizTalk Adapter Configuration White Paper for details.
on
3 Jun 2010
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...
on
11 Jun 2010
Forum Post:
Re: Schedule batch job that only executes specific endpoint actions
Kamal
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...
on
25 Jul 2010
Forum Post:
Re: Re: Re: Alter exported field
Kamal
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...
on
29 Jul 2010
Forum Post:
Biztalk adapter ax2009 installation fails
Viper
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...
on
30 Jul 2010
Forum Post:
AIF Installation Issue
Carlton Pringle
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
on
2 Aug 2010
Forum Post:
Re: Re: AIF Installation Issue
Carlton Pringle
yes, that's the issue. AIF says OK but AIF (Web Services) seems to be separately licensed. Thanks
on
3 Aug 2010
Forum Post:
Re: issue on creating production order using AIF
Huzaifa
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...
on
3 Sep 2010
Forum Post:
AIF Integration using Web Services
neeraj@bearingpoint
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...
on
22 Feb 2010
1
2
3
4