Pages

Banner 468 x 60px

 

Wednesday, January 29, 2014

Data Import/Export Framework– Error: SysDictTable object not intialized

0 comments
Recently I was importing Positions using the Data Import/Export Framework (staging to target process). I got the mentioned error. After doing some debugging I found there was a table “PayrollPositionDetails” that was in one of the DMF tables “DMFTargetEntityHierarchy”. But the Payroll configuration key was turned off. I ended up deleting the record from the DMFTargetEntityHierarchy table. (Alt+F9 to delete from table browser). Reran...
Read more...

Monday, January 27, 2014

Install the Data import/export framework (DIXF, DMF) [AX 2012]

0 comments
Note The procedure for completing this task has changed for cumulative update 7 or later for Microsoft Dynamics AX 2012 R2. For more information, see the section later in this topic. This topic describes how to install the Microsoft Dynamics AX 2012 Data Import/Export Framework. Before you begin, your environment must include the following components: A running version of AX 2012 that has been...
Read more...

Sunday, January 26, 2014

AX2012 Import HCMWorker or Employee from CSV

0 comments
AX2012 Import HCMWorker or Employee from CSV This is the sample code for creating the Employee and if employee exists then updating the employee. First build the class to read from CSV file and call this methods for creating/updateing the worker. Please change the container column number values from your csv positions. we can use HCMWorkerImportService for create, but this service did'nt provide the update functionality. I will update the the next post using service to create/update the employee. private void run() {  if (!HcmWorker::findByPersonnelNumber(conPeek(_c, #EmployeeNumber)).RecId)  ...
Read more...

Friday, January 24, 2014

AX for Retail 2012 R2: Installing the Real-time Service

1 comments
AX for Retail 2012 R2: Installing the Real-time Service          [Note:  Please see the companion article for Troubleshooting Tips for the Real-time Service.] Possibly the biggest change with AX for Retail 2012 R2 is the re-architecting of the Retail Transaction Service. The first thing you will notice is that the name has been changed: Retail Transaction Service is now Commerce Data...
Read more...

Install multiple Enterprise Portals on the same server [AX 2012]

0 comments
Install multiple Enterprise Portals on the same server [AX 2012] 4 out of 5 rated this helpful - Rate this topic Updated: February 1, 2013 Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012 This topic describes how to install and configure multiple Enterprise Portals on the same server. Portals can be configured to access the same or...
Read more...

Enterprise Portal Architecture

0 comments
The following diagram provides a high-level overview of the Enterprise Portal architecture. ...
Read more...

Install Enterprise Portal

0 comments
This section describes how to install Enterprise Portal by using Setup. If you are installing other Microsoft Dynamics AX components at the same time, the installation pages vary, based on the components that you are installing. Tip By default, when you install SharePoint, the system creates a Web application on port 80. Microsoft Dynamics AX Setup deploys an Enterprise Portal site on the port 80 Web application unless...
Read more...

Create a public Enterprise Portal site [AX 2012]

3 comments
Create a public Enterprise Portal site [AX 2012]                         This topic describes how to create a public Enterprise Portal website. By using a public site, potential customers and vendors can register with the business or organization. Create a new Web application in SharePoint...
Read more...

A financial dimension value is based on the record and has been used on a transaction. You cannot delete the record

  SOLUTION delete in table DimensionAttributeLevelValue base on Bank Account  :  and Delete the Bank Account FINISH