Monday, December 2, 2013
Wednesday, November 27, 2013
SSRS Reports Configuration for specific layers Based on Ax configuarion File
To Open Visual Studio with a Specific Configuration from a Shortcut
-
On the client computer that is running Visual Studio, open the Start menu, right-click Visual Studio 2010, and select Properties.
-
Update the Target field and add the /AxConfig
switch with either the name of the client configuration or the name of
the client configuration file as shown in the following examples:
"C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" /AxConfig ContosoDev
or
"C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" /AxConfig z:\Config\ContosoDev.axc
Wednesday, August 21, 2013
AX 2012 - The request failed with HTTP status 503: Service Unavailable.
Issue:
AX 2012 - The request failed with HTTP status 503: Service Unavailable.
Cause :
SQL server reporting services is not started.
Resolution:
1. Run Services.msc
2. Select SQL server reporting services
3. Start services.
Tuesday, June 25, 2013
Ax 2012 - Table References
Table references are new in Ax 2012 and was curious on how it works, didn't get time to explore it in detail, but somehow ended up with an issue related to Table references node in Ax 2012.
Observation:
1. Duplicated EDT "PriceDiscJournalName" and renamed it to "Tec_PriceDiscJournalName"
2. All the relations in the EDT also copied to new EDT, which may not be relevant and changed the relations node to change the relation to new table as shown in figure below.
3. Adding a table reference on table reference node results in wrong table being related
Resolution:
1. Delete the created table reference by deleting the elements under table references node.
2. This can be rectified by changing the property "Reference Table" from "PriceDiscAdmName" to "Tec_PriceDiscAdmName" in my case. In generic change the refrence from old table to new table.
3.Create a new table reference
4. Table reference node created with new reference.
Intha Naal Iniya Naal :)
Observation:
1. Duplicated EDT "PriceDiscJournalName" and renamed it to "Tec_PriceDiscJournalName"
2. All the relations in the EDT also copied to new EDT, which may not be relevant and changed the relations node to change the relation to new table as shown in figure below.
3. Adding a table reference on table reference node results in wrong table being related
Resolution:
1. Delete the created table reference by deleting the elements under table references node.
2. This can be rectified by changing the property "Reference Table" from "PriceDiscAdmName" to "Tec_PriceDiscAdmName" in my case. In generic change the refrence from old table to new table.
3.Create a new table reference
4. Table reference node created with new reference.
Intha Naal Iniya Naal :)
Subscribe to:
Posts (Atom)