Friday 29 March 2013

EP AX2012: Data source metadata error > Unable to logon to Microsoft Dynamica AX

You will encounter this type of error from Enterprise portal, when you try to add AX data set to Dynamics AX user control.




Root cause: The root cause of this issue is “The WSDL Port and/or TCP/IP port number “is not matching with Enterprise portal WSDL / TCP IP port number.



Resolution:

Step1: Check the server configuration on EP server.

Step2: Map the same configuration on the local client.



Hope this will help… Best of luck.-- Mallik

Wednesday 20 March 2013

Setup Debugger in EP & Debug X++ Code on EP Pages

X++ code can be used in various resources that are accessed by a page, such as tables, data sets, and classes. You can debug X++ code for elements that are accessed by pages by using the debugger for Microsoft Dynamics AX. You can debug Enterprise Portal code only on the system that is running Internet Information Services (IIS).
To set up X++ debugging for pages


1. Log into the server that is running the AOS.

2. Open the Microsoft Dynamics AX Server Configuration utility with administrative privileges (Start > Administrative Tools > Microsoft Dynamics AX 2012 Server Configuration). To run the utility with administrative privileges, you must right-click its icon in the Start menu and choose Run as administrator.

3. Create a new configuration that allows debugging.

1. Click Manage and then click Create configuration. In the Create Configuration window, name the new configuration, such as "DAX Debugging". Click OK.

2. On the Application Object Server tab, select Enable breakpoints to debug code X++ code running on this server. Click Apply. If you receive a message about the AOS, indicate that it should be restarted.

4. Click OK to close the configuration window.

5. Log in to the server that is running IIS and Enterprise Portal. If the system is remote, you can do this using a Remote Desktop Connection. From the Start menu, click Run. Type the following in the Open box and then click OK:

mstsc /console

This opens a console session in Remote Desktop.

6. Enable desktop interaction for the World Wide Web Publish Service.

1. Open the Services window for the system (Start > Administrative Tools > Services).

2. Right-click the World Wide Web Publishing Service, and then click Properties.

3. Click the Log On tab.

4. Select Allow service to interact with desktop.

5. Click OK to close the properties window.

7. Open the web.config file located in \Inetpub\wwwroot\wss\VirtualDirectories\\, where is the port number of the site where Enterprise Portal is installed. Modify the file by doing the following:

1. Locate the compilation element, and then set the debug attribute to true. This reduces the chance of the Web session having a time-out error when it is stopped at a breakpoint.

2. Save the changes.

8. Reset IIS by typing the iisreset command at the command-line window that has been started with administrative privileges.

9. Open the Microsoft Dynamics AX Configuration utility with administrative privileges (Start > Administrative Tools > Microsoft Dynamics AX 2012 Configuration). To run the utility with administrative privileges, you must right-click its icon in the Start menu and choose Run as administrator.

10. Set the Configuration Target drop-down menu to Business Connector (non-interactive use only).

11. Create a new configuration that allows debugging.

1. Click Manage and then click Create configuration. In the Create Configuration window, name the new configuration, such as "DAX Debugging". Click OK.

2. On the Developer tab, select Enable user breakpoints to debug code running in the Business Connector. Click Apply.

12. Click OK to close the configuration window.

13. Open the Microsoft Dynamics AX client with administrative privileges. To do this, you must right-click on the icon for Microsoft Dynamics AX and then choose Run as administrator.

14. Open the Development Workspace.

15. On the Tools menu, click Options to display the Options window.

16. Click the Development link. In the Debug area, select When Breakpoint from the Debug mode list box. This enables debugging mode on the client.

17. Close the Options window.

To debug X++ code from a Web page
 1. Log in to the server that is running Internet Information Services (IIS) and Enterprise Portal. If the system is remote, you can do this using a Remote Desktop Connection. From the Start menu, click Run. Type the following in the Open box and then click OK:


mstsc /console

This opens a console session in Remote Desktop, and is necessary if you want to debug on a remote system.

Note:If you are debugging on a remote system, you must use console mode when connecting. Otherwise, debugging will not work.

2. Open the Microsoft Dynamics AX client with administrative privileges. To do this, you must right-click on the icon for Microsoft Dynamics AX and then choose Run as administrator.

3. Be sure that you are logged on as a user who is also the following:

o The user who started the session of Microsoft Dynamics AX

o The user who will set breakpoints in X++ code

o A member of the Microsoft Dynamics AX Debugging Users local group on Windows

4. Open the Development Workspace.

5. In the AOT, locate the element that you want to debug. Typically, you will debug data sets, tables, or classes.

6. Set breakpoints in the X++ code by using the Code Editor.

7. Open the debugger by clicking Tools, and then clicking Debugger. The Debugger must be open before you can run code that contains breakpoints.

8. Open the Web page that accesses the element that you want to debug. As the page is rendered, the Debugger should stop at the breakpoints that you set.

Update NuGet package to new MS D365FO version

1. Import the NuGet package files from LCS for that particular version please take the PU version files only. a. Goto LCS-->Asset Libra...