Failed to create a session; confirm that the user has the proper privileges to log on to Microsoft Dynamics
I faced this issue “Failed to create a session; confirm that the user has the proper privileges to log on to Microsoft Dynamics” when I imported MS contoso data into my new created AX environment. Though this is not specific to MS contoso data import, you can have on original post which solved my problem too. http://www.ksaelen.be/wordpresses/dynamicsaxblog/2013/02/ax2012-r2-db-sync-failed-to-create-a-session/
Number sequence framework step by step
There are many posts over the internet address Number Sequence framework, I found a worth sharing slides which tells you; How to create new number sequence How to use number sequence in form How to use number sequence in X++ Microsoft dynamics ax2012 : Number Sequence Framework, Step by Step from Hamdaoui Mohamed Amine
Delete legal entities in AX 2012
Delete a legal entity seems to be a straight forward option in AX, just click on delete button on legal entity form. This does not work sometimes as per your thoughts and you face errors like below. Cannot delete a record in Ledger (Ledger). The corresponding AOS validation failed. Stack trace: Call to TTSCOMMIT without first calling TTSBEGIN. Stack trace (S)ClassesxRecordDelete (S)Data DictionaryTablesDirPartyTableMethodsDelete – line 14 (S)Data DictionaryTablesDirOrganizationBaseMethodsDelete – line 17 (S)Data DictionaryTablesCompanyInfoMethodsDelete – line 31 (S)ClassesxRecorddbOpInTransaction (C)ClassesFormDataSourcedelete (C)ClassesFormRuntask (C)FormsOMLegalEntityMethodstask (C)ClassesSysSetupFormRuntask OR Cannot delete a record in Batch job (BatchJob). The corresponding AOS validation failed. These errors appear when you have transaction data in the legal entity which you are after for delete or there are batch jobs in running state stopping this delete process. There are certain steps to get rid of these errors and also to have a smooth delete process without any issue. Select the company (legal entity) which you need to delete. Go to AOT (Press Ctrl + D) and find class “SysDatabaseTransDelete” to delete transactions first. Run class “SysDatabaseTransDelete”, it will prompt you Yes/No option to delete transactions. Delete them first it will take a while depend on the transaction data you have in your system in this company. Open legal entity form from Organization Administration | Setup | Organization | legal entities. Select legal entity for which you deleted transaction data in step 1 and click delete button. It will take a while.