Posts

Showing posts from 2015
Image
Error while setting server report parameters. Error message: The permissions granted to user 'Domain\User' are insufficient for performing this operation. (rsAccessDenied) Solution : This is nothing but the Permission issue which we have to assign to the user. Open the Report Manager website for the Reporting Services instance. By default, the URL is http://[SSRSServerName]:80/Reports For SSRS server name go to : System administration > Setup > business intelligence > Reporting services > Report Server >  in reporting server information Tab you will get the server name Step 1 : Click on Dynamics ax folder  Step 2 : Click on Folder Settings . Step 3 :  Click on Security . Step  4 :   Click on  New Role Assignment . Step  5 :  Enter the Active Directory user name or group to assign to the DynamicsAXBrowser role. Step  6  :  Select the DynamicsAXBrowser role. Step   7...
Image
SSRS – Create child group in same column below parent A few months ago I was developing a report and wanted a child group in the same column below its parent.  I did tried quite a few combinations of inserting and deleting of groups, rows and columns until I finally found the right way to do it. This week I wanted a similar report and decided to write down the steps to accomplish that, otherwise simple task.  The example was made in SQL Server Reporting Services 2008 R2. We start by creating the parent group: Then we create the child group: In the parent insert row inside the group above: This is how it will look like after creating the row inside above group: Drag and drop to move the parent group field above the child field in the next column: Delete the, now empty, column where the parent field previously was: You’re done!  The child group is now below its parent:
Image
Import Main Accounts using Data Import framework | AX 2012 R3 Make sure that Data Import Export Framework install in you system. then after follow the following steps. 1- Go to General ledger --> Setup --> Charts of Accounts--> Chart of accounts. 2- Create New Chart of Accounts (chart of account, Description) then close the form. 3- Go to General ledger --> Setup --> Ledger. 4- Assign the new chart of account to the ledger(from step 2),select the fiscal calendar and the Accounting Currency then close the form. 4- Go to Data import export framework --> Setup --> Data import / export framework Parameters. 5- Click browse to select shared working directory then click Validate button then close the form. 6- Go to Data import export framework --> Setup --> Source Data format, Create new source name and make sure to chose File in the Type then Change the Column delimiter if needed. 7- Go to Data import export framework --> Common...
Image
Access denied for user in Data Migration framework - Ax 2012 R3 if you get this error at time of parameter validation for DIXF.    " Access Is denied For the user" Solution : -> Add the Data Import/Export Framework service account to the  Microsoft Dynamics AX Data Import Export Framework Service Users  local group on the computer that is running the Data Import/Export Framework service.  Then restart that computer. Hope it will work :)
Image
Import data for ax 2012 R3 CU8 by using Test Data Transfer Tool The contoso demo data for Dynamics Ax 2012 R3 is different from previous version.we used .dat file to load demo data in previous versions. Demo data is available in .exe file. i.e DynamicsAX2012R3DemoData.exe available in partner Resource.   https://mbs.microsoft.com/partnersource/northamerica/deployment/downloads/product-releases/MSDYAX2012R3Release#DownloadProductandRelatedTools To import this demo data we need   Test Data transfer Tool is available on partner resource. Go on following link https://informationsource.dynamics.com//RFPServicesOnline/Rfpservicesonline.aspx?ToolDocName=Microsoft+Dynamics+AX+2012+Test+Data+Transfer+Tool+(Beta)%7cQJ4JEM76642V-8-1465 OR Download the demo data and Test Data Transfer Tool (beta) Download the AX 2012 R3 demo data from the Release Page on  PartnerSource . Extract the demo data from the package to the database server that hosts the AX 2...
Image
STEP BY STEP GUIDE TO SETUP ACTIVE DIRECTORY ON WINDOWS SERVER 2012 This tutorial will explain how to install AD on server 2012 R2. Requirement: Minimum: 1.4 Ghz 64-bit processor Minimum: 512 MB RAM Minimum: 32 GB or greater The first step is to get server 2012 install on a server. it is very similar to server 2008 install and in one of my previous posts i have discribe how to do the install in details. Next thing we need to do is get network interfaces configured. it is obvious to use static ip address for the server. Since the server will be act as DNS server, for DNS server field you can use local host address 127.0.0.1 It is recommend to use meaning full name as the server name. in demo i renamed it as "DCPR1" After this we are ready to start on the AD install. As per my next step i will start DNS role install first. This is not must to do, you also can install dns during the AD install. But as per best practice i always prefer to add DNS role f...