<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://community.dynamics.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>Microsoft Dynamics AX</title><link>http://community.dynamics.com/ax/default.aspx</link><description /><dc:language>en-US</dc:language><generator>6.x Production</generator><item><title>Forum Post: SSRS report not printing in Landscape</title><link>http://community.dynamics.com/ax/f/33/t/106577.aspx</link><pubDate>Tue, 21 May 2013 14:43:00 GMT</pubDate><guid isPermaLink="false">f7860544-fd88-4f76-8c0c-6920dd39f354:forum:106577</guid><dc:creator>Zahir Hussan</dc:creator><description>&lt;p&gt;Hi experts,&lt;/p&gt; &lt;p&gt;We have modified some SSRS reports to print A4 Landscape. The reports are &amp;#39;Ledger Transactions List&amp;#39; and &amp;#39;Trial Balance&amp;#39; (both found in General Ledger -&amp;gt; Reports -&amp;gt; Transactions).&lt;/p&gt; &lt;p&gt;I have attached a screenshot (TB.jpg) of the modifications made to the Trial Balance Report (LedgerTrialBalance). This report has four designs - all four designs have been modified.&lt;/p&gt; &lt;p&gt;As you can see, we have set the Page Setup on the Report Properties to &amp;#39;A4&amp;#39; Paper, Orientation &amp;#39;Landscape&amp;#39;.&lt;/p&gt; &lt;p&gt;When I print the report from within the AX client (see attached TB_settings.jpg), the report appears to be formatted for Landscape but actually prints out in Portrait.&lt;/p&gt; &lt;p&gt;If I print it to an XPS printer (Microsoft XPS Document Writer - orientation Landscape, paper A4) I get the same result - it prints out in Portrait.&lt;/p&gt; &lt;p&gt;I have attached the XPS file that is produced (TB_xps.xps)- to best view the problem, zoom out so you can see the whole page. What is produced in the XPS file matches exactly what happens when I print it to a physical printer.&lt;/p&gt; &lt;p&gt;How can I get these reports to actually print in Landscape?&lt;/p&gt;</description></item><item><title>Forum Post: RE: AX 2012 (R2) Compilation Performance and Best Practice</title><link>http://community.dynamics.com/ax/f/33/p/102527/208913.aspx#208913</link><pubDate>Tue, 21 May 2013 14:43:00 GMT</pubDate><guid isPermaLink="false">f7860544-fd88-4f76-8c0c-6920dd39f354:forumreply:208913</guid><dc:creator>Joris dG</dc:creator><description>&lt;p&gt;Hi Tommy, if the KB only gave you a few extra minutes, it&amp;#39;s more likely due to SQL caching than anything else :-)&lt;/p&gt;</description></item><item><title>Forum Post: RE: struct sort</title><link>http://community.dynamics.com/ax/f/33/p/106572/208912.aspx#208912</link><pubDate>Tue, 21 May 2013 14:41:00 GMT</pubDate><guid isPermaLink="false">f7860544-fd88-4f76-8c0c-6920dd39f354:forumreply:208912</guid><dc:creator>Joris dG</dc:creator><description>&lt;p&gt;No, you can&amp;#39;t sort a struct.&lt;/p&gt;</description></item><item><title>Forum Post: RE: Is the position of AddGroupByField?</title><link>http://community.dynamics.com/ax/f/33/p/106569/208910.aspx#208910</link><pubDate>Tue, 21 May 2013 14:30:00 GMT</pubDate><guid isPermaLink="false">f7860544-fd88-4f76-8c0c-6920dd39f354:forumreply:208910</guid><dc:creator>Tommy Skaue</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt; &lt;p&gt;Consider this example instead:&lt;/p&gt; &lt;pre&gt;static void GroupByExample(Args _args) {     SalesTable  salesTable;     SalesLine   salesLine;          Query                   query;     QueryRun                queryRun;     QueryBuildDataSource    qbds1, qbds2;     int i;          query = new Query();          qbds1 = query.addDataSource(tableNum(SalesTable));     qbds1.fields().clearFieldList();         qbds1.fields().addField(fieldNum(SalesTable, LanguageId));     qbds1.addGroupByField(fieldNum(SalesTable, LanguageId));          qbds2 = qbds1.addDataSource(tableNum(salesLine));     qbds2.relations(true);     qbds2.fields().clearFieldList();         qbds2.fields().addField(fieldNum(salesLine, CustGroup));     qbds2.addGroupByField(fieldNum(salesLine, CustGroup));          queryRun = new QueryRun(query);          info(strFmt(&amp;#39;%1&amp;#39;, qbds1.toString()));          while(queryRun.next())     {         i++;                  salesTable  = queryRun.get(tableNum(SalesTable));         salesLine   = queryRun.get(tableNum(SalesLine));                  info(strFmt(&amp;#39;%1 - %2&amp;#39;, salesTable.LanguageId, salesLine.CustGroup));                     } } &lt;/pre&gt;</description></item><item><title>Forum Post: IDMF with AX2012 R2</title><link>http://community.dynamics.com/ax/f/33/t/106574.aspx</link><pubDate>Tue, 21 May 2013 14:04:00 GMT</pubDate><guid isPermaLink="false">f7860544-fd88-4f76-8c0c-6920dd39f354:forum:106574</guid><dc:creator>Syed Sadiq</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt; &lt;p&gt;Is it IDMF supported for AX2012 R2?&lt;/p&gt; &lt;p&gt;From the information what i have from few blogs, IDMF is not supported for AX2012 R2.&lt;/p&gt; &lt;p&gt;Please confirm.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Regards,&lt;/p&gt; &lt;p&gt;Syed&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Blog Post: Microsoft Dynamics AX 2009 AOS service terminated with Error Code 100</title><link>http://community.dynamics.com/ax/b/mohamedaamersmsdynamicsblog/archive/2013/05/21/microsoft-dynamics-ax-2009-aos-service-terminated-with-error-code-100.aspx</link><pubDate>Tue, 21 May 2013 13:58:00 GMT</pubDate><guid isPermaLink="false">f7860544-fd88-4f76-8c0c-6920dd39f354:blog:198593</guid><dc:creator>M.Aamer</dc:creator><description>&lt;p&gt;Recently I have shared &lt;a href="http://blog.mohamedaamer.com/microsoft-dynamics/microsoft-dynamics-ax-2009-aos-service-terminated-with-error-code-90/" target="_blank"&gt;Microsoft Dynamics AX 2009 AOS service terminated with Error Code 90&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Today I have tried to start AX Service and I got this message Microsoft Dynamics AX 2009 AOS service terminated with Error Code 100&lt;/p&gt; &lt;p&gt;This time I have check the SQL service it was stopped, after starting it every thing work fine.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; </description></item><item><title>Forum Post: Add Purachase Order Using AIF - Dax 2009</title><link>http://community.dynamics.com/ax/f/33/t/106571.aspx</link><pubDate>Tue, 21 May 2013 13:37:00 GMT</pubDate><guid isPermaLink="false">f7860544-fd88-4f76-8c0c-6920dd39f354:forum:106571</guid><dc:creator>DAX09</dc:creator><description>&lt;p&gt;Is it possible to create a new PO using the exposed AIF services in Dax 2009?&lt;/p&gt;</description></item><item><title>Forum Post: RE: ax2009 with sql 2012 ?</title><link>http://community.dynamics.com/ax/f/33/p/106561/208892.aspx#208892</link><pubDate>Tue, 21 May 2013 13:32:00 GMT</pubDate><guid isPermaLink="false">f7860544-fd88-4f76-8c0c-6920dd39f354:forumreply:208892</guid><dc:creator>Tommy Skaue</dc:creator><description>&lt;p&gt;Thank you for marking the answer. &lt;/p&gt; &lt;p&gt;Have a splendid day! :D&lt;/p&gt;</description></item><item><title>Forum Post: RE: subworkflow document key</title><link>http://community.dynamics.com/ax/f/33/p/106122/208882.aspx#208882</link><pubDate>Tue, 21 May 2013 12:54:00 GMT</pubDate><guid isPermaLink="false">f7860544-fd88-4f76-8c0c-6920dd39f354:forumreply:208882</guid><dc:creator>jerea</dc:creator><description>&lt;p&gt;Thank you Colin.&lt;/p&gt; &lt;p&gt;If something can be written to mass change assignments in those top elements, then I assume it could change them at any level. That would simplify maintenance tremendously. I greatly appreciate your help.&lt;/p&gt; &lt;p&gt;Jim&lt;/p&gt;</description></item><item><title>Forum Post: RE: "Same key" Error on SSRS Report</title><link>http://community.dynamics.com/ax/f/33/p/106556/208869.aspx#208869</link><pubDate>Tue, 21 May 2013 12:19:00 GMT</pubDate><guid isPermaLink="false">f7860544-fd88-4f76-8c0c-6920dd39f354:forumreply:208869</guid><dc:creator>Tommy Skaue</dc:creator><description>&lt;p&gt;You&amp;#39;ve already restarted the AOS, so it can&amp;#39;t be this one:&lt;/p&gt; &lt;p&gt;&lt;a target="_new" href="http://blogs.msdn.com/b/axsupport/archive/2012/03/13/ssrs-error-in-ax2012-an-item-with-the-same-key-has-already-been-added.aspx"&gt;blogs.msdn.com/.../ssrs-error-in-ax2012-an-item-with-the-same-key-has-already-been-added.aspx&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Could it be your Query?&lt;/p&gt; &lt;p&gt;&lt;a target="_new" href="http://blogs.msdn.com/b/axsupport/archive/2010/11/10/getting-message-quot-an-item-with-the-same-key-has-already-been-added-quot-when-creating-an-ssrs-report.aspx"&gt;blogs.msdn.com/.../getting-message-quot-an-item-with-the-same-key-has-already-been-added-quot-when-creating-an-ssrs-report.aspx&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Could you try refresh the Dataset and redeploy the report?&lt;/p&gt;</description></item><item><title>Blog Post: Microsoft Announces Winners of the 2013 Partner of the Year Awards</title><link>http://community.dynamics.com/ax/b/axmsdwnews/archive/2013/05/21/microsoft-announces-winners-of-the-2013-partner-of-the-year-awards.aspx</link><pubDate>Tue, 21 May 2013 12:16:00 GMT</pubDate><guid isPermaLink="false">f7860544-fd88-4f76-8c0c-6920dd39f354:blog:198588</guid><dc:creator>MSDynamicsWorld.com</dc:creator><description>&lt;p&gt;  Microsoft Corp. has announced the winners and  finalists of 2013 Partner of the Year Award Winners and Finalists.  &lt;/p&gt;  &lt;p&gt;  The annual awards honor Microsoft partners for  delivering innovative solutions during the past year that directly address  customer challenges. Award winners and finalists, chosen from global  nominations, will be recognized at the 2013 Microsoft Worldwide Partner  Conference, July 7-11 in Houston.  &lt;/p&gt;  &lt;p&gt;  This year, there were 44 awards that celebrated each  core partner competency, including Microsoft Dynamics, and 95 Country partner  of the Year awards. More than 3,000 entries were collected from 106 countries;  the award finalists and winners were selected from nominations based on their  commitment to customers, their solutions&amp;#39; market impact and exem...&lt;p&gt;&lt;a href="http://msdynamicsworld.com/story/microsoft-announces-winners-2013-partner-year-awards"&gt;read more&lt;/a&gt;&lt;/p&gt;&lt;/p&gt;</description></item><item><title>Forum Post: RE: Maximum buffer size error in Ax 2012 CU3</title><link>http://community.dynamics.com/ax/f/33/p/106567/208866.aspx#208866</link><pubDate>Tue, 21 May 2013 11:52:00 GMT</pubDate><guid isPermaLink="false">f7860544-fd88-4f76-8c0c-6920dd39f354:forumreply:208866</guid><dc:creator>VasanthArivali</dc:creator><description>&lt;p&gt;Thanks for your valuable reply Andre, I will try this and update you as well :-)&lt;/p&gt;</description></item><item><title>Forum Post: RE: Microsoft Dynamics AX 2009 &amp; SQL Server 2012</title><link>http://community.dynamics.com/ax/f/33/p/83940/208855.aspx#208855</link><pubDate>Tue, 21 May 2013 10:34:00 GMT</pubDate><guid isPermaLink="false">f7860544-fd88-4f76-8c0c-6920dd39f354:forumreply:208855</guid><dc:creator>sql-troubles</dc:creator><description>&lt;p&gt;AX 2009 SP1 is with SQL Server 2012 compatible, with or without SP1.&lt;/p&gt; &lt;p&gt;See &lt;a target="_new" href="http://blogs.technet.com/b/dynamicsaxse/archive/2013/04/19/announcing-compatibility-certification-of-sql-server-2012-and-sql-server-2012-sp1-with-dynamics-ax-2009-sp1.aspx"&gt;blogs.technet.com/.../announcing-compatibility-certification-of-sql-server-2012-and-sql-server-2012-sp1-with-dynamics-ax-2009-sp1.aspx&lt;/a&gt; &lt;/p&gt;</description></item><item><title>Forum Post: Employee benefit management</title><link>http://community.dynamics.com/ax/f/33/t/106564.aspx</link><pubDate>Tue, 21 May 2013 10:33:00 GMT</pubDate><guid isPermaLink="false">f7860544-fd88-4f76-8c0c-6920dd39f354:forum:106564</guid><dc:creator>davion</dc:creator><description>&lt;p&gt;Hi all&lt;/p&gt; &lt;p&gt;May I know AX able to create a benefit that tight with Travel and Expenses module? Example : Employee A entitle to Benefit Z with $400. A &amp;nbsp;able to create a $ 200 expense in Expense Management for claim the Benefit Z and the remaining balance of Benefit Z are $200 for A.&lt;/p&gt;</description></item><item><title>Forum Post: RE: compare ax 2012 ssrs reports</title><link>http://community.dynamics.com/ax/f/33/p/80381/208853.aspx#208853</link><pubDate>Tue, 21 May 2013 10:12:00 GMT</pubDate><guid isPermaLink="false">f7860544-fd88-4f76-8c0c-6920dd39f354:forumreply:208853</guid><dc:creator>Rosie Jones</dc:creator><description>&lt;p&gt;Hi Tony,&lt;/p&gt; &lt;p&gt;I have just done something very similar. &amp;nbsp;You need to export the .xpo&amp;#39;s for each layer (the VAR, FPK and SYS).&lt;/p&gt; &lt;p&gt;Then use a 3-way compare tool to compare the changes between the FPK and the SYS layer, and merge into the VAR. &amp;nbsp;Then once the VAR .xpo is saved, it can be imported back into AX. &amp;nbsp;I have written a blog on a compare tool I found really useful for this job, take a look: &lt;a href="http://www.k3technical.com/using-code-compare-to-merge-ssrs-reports-in-dynamics-ax-2012/" target="_new"&gt;www.k3technical.com/using-code-compare-to-merge-ssrs-reports-in-dynamics-ax-2012&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Hope this helps,&lt;/p&gt; &lt;p&gt;Thanks&lt;/p&gt; &lt;p&gt;Rosie&lt;/p&gt;</description></item><item><title>Blog Post: The P.O. invoices vouchers are doubled in the G/L</title><link>http://community.dynamics.com/ax/b/axsupport/archive/2013/05/21/the-p-o-invoices-vouchers-are-doubled-in-the-g-l.aspx</link><pubDate>Tue, 21 May 2013 09:51:00 GMT</pubDate><guid isPermaLink="false">f7860544-fd88-4f76-8c0c-6920dd39f354:blog:198584</guid><dc:creator>Dynamics AX Support</dc:creator><description>&lt;p&gt;&lt;span style="font-family:verdana,geneva;font-size:small;"&gt;We have come across an issue where the&amp;nbsp;Purchase Order&amp;nbsp;invoices vouchers are doubled in the G/L in Microsoft Dynamics AX 2012.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:verdana,geneva;font-size:small;"&gt;In&amp;nbsp;customer environment,&amp;nbsp;the Batch Transfer rules selected&amp;nbsp;in the G/L&amp;nbsp;was Scheduled Batch and the Summarize accounting entries had the option &amp;quot;Yes&amp;quot;.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:verdana,geneva;font-size:small;"&gt;We verified that partner solved the issue installing KB 2758624. This KB originally addresses another issue, similar but not&amp;nbsp;equal, that is&lt;/span&gt;&lt;span style="color:#000000;font-family:verdana,geneva;"&gt;: &lt;span style="font-size:small;" lang="EN-US"&gt;system does not summarize transactions when you update the G/L. &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="color:#000000;font-family:verdana,geneva;"&gt;&lt;span style="font-size:small;" lang="EN-US"&gt;Installing it, it had the side effect to correct also the Customer&amp;nbsp;issue (Note: the result may change according to specific G/L setup).&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&amp;nbsp;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:verdana,geneva;font-size:small;"&gt;As for all the KB fixes, the correction is not retroactive and users should correct wrong&amp;nbsp;vouchers already posted manually. An efficient way to do this activity is the following one: &lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:verdana,geneva;font-size:small;"&gt;a)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Run the Vendor/Ledger &lt;/span&gt;&lt;span style="font-family:verdana,geneva;font-size:small;"&gt;reconciliation report&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:verdana,geneva;font-size:small;"&gt;b)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Identify the &lt;/span&gt;&lt;span style="font-family:verdana,geneva;font-size:small;"&gt;differences&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:verdana,geneva;font-size:small;"&gt;c)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create and post G/L &lt;/span&gt;&lt;span style="font-family:verdana,geneva;font-size:small;"&gt;journals (only for Ledger, not involving Vendors), in order to re-align the G/L &lt;/span&gt;&lt;span style="font-family:verdana,geneva;font-size:small;"&gt;and the A/P.&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:verdana,geneva;font-size:small;"&gt;The Finance department users should choose if doing one G/L transaction &lt;/span&gt;&lt;span style="font-family:verdana,geneva;font-size:small;"&gt;per each vendor/period or only one transaction per period/accounts Payable &lt;/span&gt;&lt;span style="font-family:verdana,geneva;font-size:small;"&gt;ledger account .&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:verdana,geneva;font-size:small;"&gt;&lt;/span&gt;&lt;/p&gt;  &lt;p&gt;&lt;span style="font-family:verdana,geneva;font-size:small;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10420261" width="1" height="1" alt=" " /&gt;</description></item><item><title>Forum Post: RE: Merging SSRS Reports In Dynamics AX 2012</title><link>http://community.dynamics.com/ax/f/33/p/106453/208846.aspx#208846</link><pubDate>Tue, 21 May 2013 09:18:00 GMT</pubDate><guid isPermaLink="false">f7860544-fd88-4f76-8c0c-6920dd39f354:forumreply:208846</guid><dc:creator>Rosie Jones</dc:creator><description>&lt;p&gt;I have written a blog on how I used the Code Compare to Merge SSRS Reports if you are interested in taking a look: &lt;/p&gt; &lt;p&gt;&lt;a target="_new" href="http://www.k3technical.com/using-code-compare-to-merge-ssrs-reports-in-dynamics-ax-2012/"&gt;www.k3technical.com/using-code-compare-to-merge-ssrs-reports-in-dynamics-ax-2012&lt;/a&gt; &lt;/p&gt;</description></item><item><title>Forum Post: RE: Calling Parent Form Public method in child Form</title><link>http://community.dynamics.com/ax/f/33/p/106445/208844.aspx#208844</link><pubDate>Tue, 21 May 2013 09:04:00 GMT</pubDate><guid isPermaLink="false">f7860544-fd88-4f76-8c0c-6920dd39f354:forumreply:208844</guid><dc:creator>Sivananth Subramaniam</dc:creator><description>&lt;p&gt;Try the below line of code.It should work as you expected.&lt;/p&gt; &lt;p&gt;callerForm.owner().parentMethod();&lt;/p&gt;</description></item><item><title>Blog Post: Using Code Compare to Merge SSRS reports in Dynamics AX 2012</title><link>http://community.dynamics.com/ax/b/k3retailtechnicalblog/archive/2013/05/21/using-code-compare-to-merge-ssrs-reports-in-dynamics-ax-2012.aspx</link><pubDate>Tue, 21 May 2013 08:59:00 GMT</pubDate><guid isPermaLink="false">f7860544-fd88-4f76-8c0c-6920dd39f354:blog:198586</guid><dc:creator>K3 BlogAX</dc:creator><description>&lt;p&gt;Recently, I was asked to merge an SSRS report for Dynamics AX 2012 which was modified in the ISP layer with a hotfix which was installed in the SYP layer.  The easiest way to do this was to compare the changes between SYS and SYP and then merge with the ISP layer.&lt;/p&gt; &lt;p&gt;The AX Compare Tool allows you to compare two reports at once, but does not allow you to merge changes into the code.  This meant I had to export the .xpo for each layer.  I then began trying to use several compare tools such as ExamDiff and UltraCompare.  Unfortunately, these only did a two way compare.  I would compare the SYS and SYP and then manually edit the ISP .xpo in notepad.  This was time consuming and potentially error prone.  It was not always clear which lines had been inserted and which lines had been moved in the code.&lt;/p&gt; &lt;p&gt;I decided to look for a new tool and found Code Compare (&lt;a title="http://www.devart.com/codecompare/" href="http://www.devart.com/codecompare/"&gt;http://www.devart.com/codecompare/&lt;/a&gt;).&lt;/p&gt; &lt;p&gt;Here is how it helped me:&lt;/p&gt; &lt;p&gt;1) It has a three way compare, so I could compare ISP, SYP and SYS with all thre layers on the screen at one time.&lt;/p&gt; &lt;a href="http://www.k3technical.com/wp-content/uploads/2013/05/image.png"&gt;&lt;img style="padding-top:0px;padding-left:0px;padding-right:0px;border-width:0px;" title="image" alt="image" src="http://www.k3technical.com/wp-content/uploads/2013/05/image_thumb.png" width="1220" height="171" border="0" /&gt;&lt;/a&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;2) Easy to see which changes have been made in the SYP hotfix.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;a href="http://www.k3technical.com/wp-content/uploads/2013/05/image1.png"&gt;&lt;img style="padding-top:0px;padding-left:0px;padding-right:0px;border-width:0px;" title="image" alt="image" src="http://www.k3technical.com/wp-content/uploads/2013/05/image_thumb1.png" width="1243" height="112" border="0" /&gt;&lt;/a&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;3) Easy to merge the changes into the ISP layer.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;a href="http://www.k3technical.com/wp-content/uploads/2013/05/image2.png"&gt;&lt;img style="padding-top:0px;padding-left:0px;padding-right:0px;border-width:0px;" title="image" alt="image" src="http://www.k3technical.com/wp-content/uploads/2013/05/image_thumb2.png" width="548" height="115" border="0" /&gt;&lt;/a&gt;     &lt;a href="http://www.k3technical.com/wp-content/uploads/2013/05/image3.png"&gt;&lt;img style="padding-top:0px;padding-left:0px;padding-right:0px;border-width:0px;" title="image" alt="image" src="http://www.k3technical.com/wp-content/uploads/2013/05/image_thumb3.png" width="680" height="72" border="0" /&gt;&lt;/a&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;4) Can compare Word By Word, rather than Line By Line, if you have a long text string, making it easier to show what needs to be changed.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;a href="http://www.k3technical.com/wp-content/uploads/2013/05/image4.png"&gt;&lt;img style="padding-top:0px;padding-left:0px;padding-right:0px;border-width:0px;" title="image" alt="image" src="http://www.k3technical.com/wp-content/uploads/2013/05/image_thumb4.png" width="1241" height="148" border="0" /&gt;&lt;/a&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;5)  This tool does not have the ability to know if a line has been moved further down the script.  Like many other compare tools, it tries to insert it in one layer and remove from another.  However, if you know the field is standard, you have a fair idea, that line has been moved elsewhere.  In this case you would delete one change, and then the compare tool reassess the code and asks you to insert the code again into the correct place.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;a href="http://www.k3technical.com/wp-content/uploads/2013/05/image5.png"&gt;&lt;img style="padding-top:0px;padding-left:0px;padding-right:0px;border-width:0px;" title="image" alt="image" src="http://www.k3technical.com/wp-content/uploads/2013/05/image_thumb5.png" width="595" height="96" border="0" /&gt;&lt;/a&gt;    &lt;a href="http://www.k3technical.com/wp-content/uploads/2013/05/image6.png"&gt;&lt;img style="padding-top:0px;padding-left:0px;padding-right:0px;border-width:0px;" title="image" alt="image" src="http://www.k3technical.com/wp-content/uploads/2013/05/image_thumb6.png" width="633" height="96" border="0" /&gt;&lt;/a&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;Overall, this is a good tool to compare SSRS Reports in AX, when merging is required.  Although it is not an absolutely fool proof solution, it does make the job a lot quicker and easier.  Using a 2-way compare tool and notepad, took me a full day with my first report.  When I used the Code Compare 3-way compare tool  for my second report and it took only 1.5 hours.  Whilst the second report had a lot less changes to merge than the first it was definitely a quicker and smoother process.  I would recommend this tool for merging SSRS reports in Dynamics AX 2012.&lt;/p&gt; </description></item><item><title>Forum Post: RE: Multiple AX 2012 client instances at the same time</title><link>http://community.dynamics.com/ax/f/33/p/106520/208841.aspx#208841</link><pubDate>Tue, 21 May 2013 08:29:00 GMT</pubDate><guid isPermaLink="false">f7860544-fd88-4f76-8c0c-6920dd39f354:forumreply:208841</guid><dc:creator>Tommy Skaue</dc:creator><description>&lt;p&gt;If I had the time to find the reference, I would, but I can assure you, RTM and R2 is not supported on the same machine. Avoid it or live with the instability and errors. &lt;/p&gt;</description></item></channel></rss>