Forum Post: RE: AX 2012 R2 image - AOS service stuck in "starting" status
I think I've resolved this issue.Try starting the service at the command prompt - net start AOS60$01That seemed to do the trick for me. Thanks Dick and Henrik
View ArticleBlog Post: Import a straight table data with Data Import Export Framework
Hard to give this one a good title. I am going to show how you can use the the Data Import Export Framework to import straight tables.Remember in previous versions we used Excel to import into the...
View ArticleForum Post: RE: NON CATALOG ITEM IN THE PROCUREMENT AND SOURCING
Check the following points and reply.. 1. Check the workflow is configured properly for approval. 2. Check the posting profiles has been...
View ArticleBlog Post: Retail Performance White Paper for Microsoft Dynamics AX 2012 R2
This white paper provides an overview of a series of performance tests run by Microsoft to enable customers and partners to better size capacity for the infrastructure that they require for an...
View ArticleForum Post: RE: Document managment- error when document attached is to be...
is the location to store the document correct (setup)can you do it with a regular ax client?
View ArticleForum Post: RE: delete record button disabled
is a security thing. check first on the form, data source is allow delete set?next look at the privileges on the form is delete allowed?
View ArticleForum Post: RE: AX 2009 Reports - flatten the tree
make a temp table with all the field you need, next on the run of the report fill this temp table. the temptable is also your datasource on the report. I know a lot more work, but it is also very...
View ArticleForum Post: RE: AX 2012: Re-throw catched exception
I believe you have to catch each exception separately. Unless something changed in 2012 R2, there has never been a way to capture the exception type outside of a more specific Catch (..) clause.
View ArticleForum Post: RE: AX 2012 R2 Data Upgrade Issue(s)
Brandon,I didn't check that... although I found an easier solution. I had the same issue with a custom table we added, and instead of deleting the whole table I deleted all the table's records in the...
View ArticleForum Post: RE: How to load data in form asynchronous?
Here's the MSDN documentation on the Thread class.msdn.microsoft.com/.../aa878446(v=ax.50).aspxLook in the AOT for Forms\Tutorial_Thread and some classes Tutorial_ThreadWork and TutorialThread.Brandon...
View ArticleForum Post: RE: Can't Complete Either Incremental or Full CIL
It may also be useful to delete all AUC files under your user profile directory. I have seen cases of compile errors, especially with tables, with cached information in the AUC conflicts with the...
View ArticleForum Post: RE: Atlas 5.0 is Unstable with AX2012?
Thanks for the excellent information about the CacheClear. I was not aware that it could be done or needed to be done.What information is cached? Is it something that should be done automatically...
View ArticleForum Post: RE: AX2012 - Shared data issue
Ledger Dimensions are Shared across companies. Ledger Account Structures can be used to enforce accounting rules, but if you really want to create a real separation of the data, your only option is to...
View ArticleForum Post: RE: Trial Balance Total
Adding the account name into the Trial Balance list page is very easy in 2012 R2. This is because the grid populates from the same data provider as the Trial Balance reports, and they show the name....
View ArticleForum Post: AX 2012 R2 Trial Balance Bug and Fix
There is a bug in Dynamics AX 2012 R2 regarding the Trial Balance where under the right conditions the total will drift out of balance with the underlying transactions. Typically this will involve...
View ArticleForum Post: RE: Dynamics AX 2012 Data Import/Export Framework mapping issue
Hi Andrew,I checked it. Please ignore some of my words above. Importing the data in AX2012 by use of the AX 2009 file format was not working as we got messages as well. They used some direct SQL...
View ArticleForum Post: RE: Can't Complete Either Incremental or Full CIL
I still think you may be dealing with a local client cache (AUC) issue. It's the only scenario I can recall where I ever got a compile error on a table that I had just recently deleted.When you copy...
View ArticleForum Post: RE: Impact analysis in AX 2012 R2
Hi Sanjiv,The Impact tool helps you in determing the impact to install an upgrade or patch. It looks for e.g. code changes and shows the results across all layers. If you had some customizations and...
View ArticleForum Post: Data Import/Export Framework - Table entity
Hi All,When using within the target entities an entity type 'Table', the processing will only try to import the records provided. When correcting some records within the file and try to import again...
View ArticleForum Post: RE: Management Reporter - Customization - Data from Customized (...
More on how to use Excel is on the Management Reporter blog. Here is one link: blogs.msdn.com/.../management-reporter-quick-tips-on-linking-to-microsoft-excel-workbooks.aspx
View Article