<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>AIF Top Ten</title><link>http://blogs.msdn.com/b/dsiebold/archive/2008/04/21/aif-top-ten.aspx</link><description>AIF Top 10 in Dynamics AX 2009 
 
 You’ve probably already heard that the release of the new version – Dynamics AX 2009 – is on the horizon. For those of you who are using AIF or are planning to use it, the next version has some great features. 
 </description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: AIF Top Ten</title><link>http://blogs.msdn.com/b/dsiebold/archive/2008/04/21/aif-top-ten.aspx#10135945</link><pubDate>Wed, 02 Mar 2011 11:47:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10135945</guid><dc:creator>Amit</dc:creator><description>&lt;p&gt;I have a setup where I am trying to perform an operation in AX by passing Message from BizTalk to the exposed AX AIF Service for a local AX Installation.&lt;/p&gt;
&lt;p&gt;The problem I am facing is that the requests must be directed towards a pre-configured local end point in AX but I can’t find a way to specify the local End Point in my Request.&lt;/p&gt;
&lt;p&gt;If in case I was using the &amp;nbsp;AIF Adapter I could have done that by specifying the ‘Local End Point’ &amp;nbsp;context property either at run time or port deployment on my send port but since I have to use the exposed WCF service I can’t do that.&lt;/p&gt;
&lt;p&gt;Any suggestions ?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10135945" width="1" height="1"&gt;</description></item><item><title>re: AIF Top Ten</title><link>http://blogs.msdn.com/b/dsiebold/archive/2008/04/21/aif-top-ten.aspx#10014258</link><pubDate>Tue, 25 May 2010 02:36:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10014258</guid><dc:creator>Alex Anikiev</dc:creator><description>&lt;p&gt;Addressing Frank&amp;#39;s issue:&lt;/p&gt;
&lt;p&gt;When you use read+update operations to organize update, technically each operation = inbound AIF message. {1138A510-54A7-461E-A8F0-8C67F6451E57} above is MessageID used for read operation, and apparently you tried to use the same MessageID executing update operation which resulted in depicted error. To resolve this issue you can generate brand-new MessageID for update operation:&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;Guid guidMessageId = Guid.NewGuid();&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;Enjoy!&lt;/p&gt;
&lt;p&gt;/Alex&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10014258" width="1" height="1"&gt;</description></item><item><title>re: AIF Top Ten</title><link>http://blogs.msdn.com/b/dsiebold/archive/2008/04/21/aif-top-ten.aspx#9442624</link><pubDate>Tue, 24 Feb 2009 16:15:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9442624</guid><dc:creator>fvhamel</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I've done the changements you described earlier, but now I receive a different error message when trying to inbound the message : &amp;quot;Cannot process duplicate message. Message {1138A510-54A7-461E-A8F0-8C67F6451E57} has already been processed and is different from the new message&amp;quot;&lt;/p&gt;
&lt;p&gt;Thank you in advance,&lt;/p&gt;
&lt;p&gt;Frank&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9442624" width="1" height="1"&gt;</description></item><item><title>re: AIF Top Ten</title><link>http://blogs.msdn.com/b/dsiebold/archive/2008/04/21/aif-top-ten.aspx#9441800</link><pubDate>Tue, 24 Feb 2009 00:35:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9441800</guid><dc:creator>dsiebold</dc:creator><description>&lt;p&gt;I believe this may be a problem with the header. For an inbound message, the SourceEndpoint would be the sending system (which would be the same as the endpoint defined for that system in your installation, CEU). The DestinationEndpoint would be the local endpoint of the receiving system (CEULocalEndpoint). From the perspective of the AX installation, the local endpoint refers to the current installation and the endpoint refers to the external system.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9441800" width="1" height="1"&gt;</description></item><item><title>re: AIF Top Ten</title><link>http://blogs.msdn.com/b/dsiebold/archive/2008/04/21/aif-top-ten.aspx#9441753</link><pubDate>Mon, 23 Feb 2009 23:45:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9441753</guid><dc:creator>fvhamel</dc:creator><description>&lt;p&gt;Subject : inbound error &amp;quot;Local endpoint CEU doesn't exist&amp;quot; - AIF - File System Adaptor&lt;/p&gt;
&lt;p&gt;Hello, &lt;/p&gt;
&lt;p&gt;Can anybody help with the following inbound error : inbound error &amp;quot;Local endpoint CEU doesn't exist&amp;quot;&lt;/p&gt;
&lt;p&gt;I have done the following setup :&lt;/p&gt;
&lt;p&gt;* I have set my company &amp;quot;CEU&amp;quot; as a local enpoint, with as local endpointID &amp;quot;CEULocalEndpoint&amp;quot;&lt;/p&gt;
&lt;p&gt;* I have setup the &amp;quot;AifFileSystemAdapter&amp;quot; as transport adapter. I set this active with the receive or send direction&lt;/p&gt;
&lt;p&gt;* I created two directory maps (inbound and outbound). I created an inbound channel and an outboundchannel and I linked both channels to the &lt;/p&gt;
&lt;p&gt;correct address (inbound map end outbound map). I set theze active and I selected the file system adapter as adapter. In a last step I linked &lt;/p&gt;
&lt;p&gt;the inbound channel to the outbound channel via the response channel field&lt;/p&gt;
&lt;p&gt;* I enabled the SMAServiceOrderService under the services. Under this service there are 6 actions;SMAServiceOrderService.create, &lt;/p&gt;
&lt;p&gt;SMAServiceOrderService.delete, SMAServiceOrderService.find, &lt;/p&gt;
&lt;p&gt;SMAServiceOrderService.findkeys,SMAServiceOrderService.read,SMAServiceOrderService.update&lt;/p&gt;
&lt;p&gt;* I have set up an endpoint and I linked it to the Local endpoint Id, I set it active and I linkes the outbound channel id to it. I selected no &lt;/p&gt;
&lt;p&gt;constraints and defined the user as user type (admin). This name is also allowed on both directories map&lt;/p&gt;
&lt;p&gt;* I enabled the different SMAServiceOrderServices and I defined the different field via the data policies button&lt;/p&gt;
&lt;p&gt;* I have setup the different 4 batch tasks and I set up my batch processing.&lt;/p&gt;
&lt;p&gt;* I created a service order and send it electronically to the outbound map --&amp;gt; this works correctly&lt;/p&gt;
&lt;p&gt;* I changed one of the fields in this XML (for example the &amp;quot;description&amp;quot; of the service order) and I saved it under the inbound map.&lt;/p&gt;
&lt;p&gt;* When looking at the que manager I got the following message : &amp;quot;Local endpoint CEU doesn't exist&amp;quot;. What do I do wrong&lt;/p&gt;
&lt;p&gt;Help !!!&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
&lt;p&gt;Frank&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9441753" width="1" height="1"&gt;</description></item><item><title>Microsoft news and tips &amp;raquo; AIF Top Ten</title><link>http://blogs.msdn.com/b/dsiebold/archive/2008/04/21/aif-top-ten.aspx#8415347</link><pubDate>Mon, 21 Apr 2008 23:30:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8415347</guid><dc:creator>Microsoft news and tips &amp;raquo; AIF Top Ten</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://microsoftnews.askpcdoc.com/?p=3550"&gt;http://microsoftnews.askpcdoc.com/?p=3550&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=8415347" width="1" height="1"&gt;</description></item></channel></rss>