Dear Friends,
1. Install AOS with new TCP\ip port number and new wsdl port number
2. Start New AOS which is installed.
3. Create new client configuration with new AOS so you will find two configurations as follows
4. Goto administration > Setup > System > Cluster configuration
5.Press CTRL+N to create a new cluster.
6.Go to Map AOS instance cluster then select new AOS.
7.Click the Cluster name field to display a list of available clusters. Select the cluster that you want to add the AOS instance to.
8.Press CTRL+S to save your changes
9. If you want the AOS instance that you selected to function as a load balancer, select the Load balancer option.
as shown below
happy Daxing :-)
This blog is for Dynamics AX (AXAPTA) Developers,this will help you for your development issues. This site contains some Microsoft Dynamics AX X++ Codes for use in your day to day use.
19 December 2014
11 December 2014
Create new legal entity using X++ code in AX 2012
Hi Friends,
Below code snippet will help you to create new legal entities in AX 2012
static void CompanyUpload(Args _args)
{
OMNewLegalEntityViewModel oMNewLegalEntityViewModel = new OMNewLegalEntityViewModel();
oMNewLegalEntityViewModel.parmCompany("997");
oMNewLegalEntityViewModel.parmName("Test7");
oMNewLegalEntityViewModel.parmCountryRegion("IND");
oMNewLegalEntityViewModel.createLegalEntity();
info("Company has been created");
}
Happy Daxing..:-)
Below code snippet will help you to create new legal entities in AX 2012
static void CompanyUpload(Args _args)
{
OMNewLegalEntityViewModel oMNewLegalEntityViewModel = new OMNewLegalEntityViewModel();
oMNewLegalEntityViewModel.parmCompany("997");
oMNewLegalEntityViewModel.parmName("Test7");
oMNewLegalEntityViewModel.parmCountryRegion("IND");
oMNewLegalEntityViewModel.createLegalEntity();
info("Company has been created");
}
Happy Daxing..:-)
04 December 2014
27 November 2014
Publish Microsoft Dynamics AX 2012 Client using Citrix XenApp - Citrix
Please click here to know how to publish AX 2012 in Citrix .
20 November 2014
Start Power Pivot in Microsoft Excel 2013 add-in for AX 2012 R3
Start Power Pivot in Microsoft Excel 2013 add-in
Then have to configure and establish the connect with AX 2012 R3 database - MicrosoftDynamicsAX.
Then select the list of table required to this Power Pivot.
Thanks
Happy Daxing
Then have to configure and establish the connect with AX 2012 R3 database - MicrosoftDynamicsAX.
Then select the list of table required to this Power Pivot.
Thanks
Happy Daxing
19 November 2014
AX 2012 R3 Manament reporter installation and configuration
Please click this link to check in YouTube video
After this video please follow the below steps.
After installation, you must open the Report Designer client and enter registration keys. After you have entered registration keys, additional configuration might be required before you can add report viewers or users. For information about how to configure Management Reporter,
Open the report designer and test the connection and set the default company and open the same in the AX-> GL->Reports->Management Reporter.
Thanks
Happy daxing:-)
After this video please follow the below steps.
After installation, you must open the Report Designer client and enter registration keys. After you have entered registration keys, additional configuration might be required before you can add report viewers or users. For information about how to configure Management Reporter,
Open the report designer and test the connection and set the default company and open the same in the AX-> GL->Reports->Management Reporter.
Thanks
Happy daxing:-)
Error When open Data Import \ Export parameters screen in AX 2012 R3
Assembly containing type Microsoft.Dynamics.AX.DMF.ServiceProxy.DmfEntityProxy is not referenced
object CLR object could not be created
Solution: I have got the same error. Please restart the AOS.
Subscribe to:
Posts (Atom)
Service class to get the selected record and deleted matching records and refresh the form data source in D365 F&O
[DataContractAttribute] class ABCUserProfilesBulkDeleteContract { UserId userId; [DataMemberAttribute('UserId')] pu...
-
Please click here to access Custom Workflow step by step process:
-
public InventQty onHandInventory(ItemId itemId, InventSiteId inventSiteId,InventLocationId inventLocation) { InventOnhand inventOnh...
-
1. In classDeclaration extend SrsReportDataProviderPreProcess instead of SrsReportDataProviderBase 2. Temp table properties should b...

