Skip to main content

Posts

Showing posts with the label terminal server

Deploy AX 2009 from Terminal Services with the AX configuration - AX 2009

In my company we were trying to deploy AX 2009 from terminal services and we encountered profiles issues when other users (other than the server admin or domain admin) were trying to access the application. This was strange as we did install the client on a public share, and we also imported the correct configuration for the AX 2009 client. Anyway, I need to give full credit to my company's System Manager. His name is Rohan Robinson and he is truly a master when it comes to Terminal Services and Citrix. His email is rrobinson@argointl.com  in case you have questions for him. So, Rohan came up with the following solution: 1- He installed the AX client on a public share 2- Imported the correct configuration for the client. In here make sure that the configuration file has the correct path as shown below: 3- Moved the configuration file to the bin folder (E:\Program Files (x86)\Microsoft Dynamics AX\50\Client\Bin) 4- Modified the properties in terminal servic...

AX 2009: Citrix & Terminal Server Printing

Errors, or no output when printing from AX to a locally mapped Printer If you are mapping local printers to your TS or Citrix environment and have an issues where nothing is printed or the following error is generated: startDoc: rc:SP_ERROR you will need to change the Print Processor data type from Raw to EMF. This problem occurs because the UPD requires the Enhanced Metafile (EMF) format. By default, Microsoft Dynamics AX creates the print job in the RAW format. (As of AX To modify these printer settings. 1. Click Start, and then click Control Panel. 2. Double-click Printers and Faxes. 3. Right-click the printer that you want to use, and then click Properties. 4. On the Advanced tab, click Print Processor. 5. In the Default data type pane, click NT EMF 1.008, and then click OK. Microsoft Dynamics AX will recognize the EMF format. Additionally, Microsoft Dynamics AX will send the report to the spool file in the EMF format. This is described in further detail in this KB 94752...