Forum Post: RE: Number sequence database blocking
I would strongly recommend going through the list of numbersequences and disable "Continuous" on all that does not have this strict business requirement. More often, users think the number sequences...
View ArticleForum Post: RE: Data Migration Framework Beta 3
William,I have Beta 2 working on both AX2012 and AX2012 R2 (with and without CU1). What CIL errors are you experiencing? Perhaps you can create a new thread on the forum?
View ArticleForum Post: RE: Financial Periods
Can you please describe more what is your actual requirement?
View ArticleBlog Post: Analysing Dynamics Data in SSMS
For SQL experts, the query tools available in the AOT for analysing data are pretty rudimentary. The standard table-browser tool in the AOT doesn’t even come close to what you can do with TSQL within...
View ArticleForum Post: RE: Import Contoso demo data for AX2012 R2 on SQL server 2008 SP3
Is it not possible to restore a .bak file from a SQL R2 version into a SQL 2008 (not R2) version. You have to update your SQL Version!
View ArticleForum Post: RE: hotfix KB2390372
Do you have .NET Framework 4 installed? Have you restarted your server?
View ArticleForum Post: RE: Installing Dynamics 2012 EP on SharePoint Server
from your print screen i can see that you did not stoped the default website. try stop default website too.
View ArticleForum Post: RE: error while opening Ax 2012 R2 first time
Your installation must be flawed. Try setting up a new AOS. Installing Dynamics AX 2012 isn't exactly just a matter of running setup.exe and install everything in one swoop. It is a tad more...
View ArticleForum Post: RE: Microsoft Dynamics AX 12 R2
Depends upon the level of implementation...
View ArticleForum Post: RE: HTTP 404 error on EP Site
<< Amended >>U need to run checklist before install & configure EP.. once checklist is done u can install EP and run in IE once successful. Then also if you are facing same kind of...
View ArticleForum Post: RE: Downgrade of SQL 2012 to SQL 2008 R2
Also u can follow this articleblog.sqlauthority.com/.../sql-server-restoring-2012-database-to-2008-or-2005-version-and-2-other-most-asked-questions
View ArticleForum Post: RE: How to create communication between dynamics Ax 2012 to...
My pleasure. Please remember to mark a response as an "answer" if it help you. :-)
View ArticleBlog Post: How to find your object in AOT projects
How to find your object in AOT projectsThis is a small but precious tool for AX developing. Have you ever tried to find in which projects your objects are included? Yes, I have... Not so easy to search...
View ArticleForum Post: RE: Unable to get date range to work in AX 2012 R2 Query Services...
check by debugging the query from x++ code.query q = new query (querystr(TestQuery));add a rabge on this and set the value. while debugging point it on the query object you will get the actual query...
View ArticleForum Post: Customize Ax Retail dll
Haiii..I have problem when try customize some of services library for AX retail, when i deploy dll into POS services folder and start the aplication it always showing error message "could not load all...
View ArticleForum Post: Issue while using .Net DLLs in AX 2012
Hi Guys,I created a class library project in Visual Studio 2010 and have already deployed it. It created .dll files in %USERPROFILE%\AppData\Local\Microsoft\Dynamics AX\VSAssemblies folder. Till now...
View ArticleForum Post: RE: AX 2012: Inventory Closing Error "Inventory, Inventory Loss...
Set the posting profile with a new inventory loss for "All" as a fallback, but to a seaprate account, then analyse entries into the account for the source and trace it back.
View ArticleForum Post: RE: AX 2012 Fleet Management Import!!!
You cannot just import the AX 2009 Fleet Management model file into AX 2012. Fleet management, as you noted, is a new module added to the main menu. AX2012 has also added new elements to the main menu,...
View ArticleForum Post: RE: Basic display method question.
Hi,U shd add display method to the table instead. Forms only must execute the client level code, data related business logic must be executed at the server. This reduces cross tier calls in large...
View Article