Wednesday, 19 September 2012







1. How  to Configure SMPT ( to Proceed mails from AX -  mazikglobal mail.

Start >> Administrative tools ->  Server manager -> Features Summary -> click Add Features

select SMTP Server and Telenet Client
Click next >> Install


Once  Installation is Successful -

Go to System Administration >> System>> Email Parameters.
We need to Configure Email Parameters
Outgoing mail server - mail.mazikglobal.com
Local computer name  - system1-81a
SMTP port number - 25
user name - sujana.jupudi@mazikglobal.com
password - pwd
Attachment size limit - 10.
Save the form.

Once  this is  done ,
Go to Start >> Administrative tools ->  IIS Server manager(6.0) -> expand local computer , select SMTP virtual server >> Double Click Domains >>  Rename - sujana.jupudi@fareast.corp.microsoft.com - fareast.corp.microsoft.com

2.   we  get  COM  Errors Some times when we run Batch , then  we  need to add following  code in run()

InteropPermission permission = new InteropPermission(InteropKind::ComInterop);
permission.assert();

==================================================================


Tools - > Options - > Development ->  Execute Business operation in CIL – Checkbox – Checked performs CIL generation to the code we write and if not it skips CIL code generation and prevent to through XPP errors.

In Environment Variables  we need to create a new variable – TESTROOT – C:\ , when we get error while importing contoso data

======================================================================


Controlpanel – Administrative Tools – ComputerManagement – System Tools – Local Users and Groups  . Groups   - MicrosoftDynamics AxDebugging User – Add your name   - >  Add user to the Debugging User Group



==========================================================================

To Delete Usage  Data in AX
*.auc - Stores Temporary data.

Go to Tools >> Options >> Usage data. Click Reset and close window. Then click Apply
Will delete all the usage data.

 

No comments:

Post a Comment