Tuesday, February 18, 2020

Change Based Alert AX2012


Open AX à Go to Accounts Receivable à Select any customer à Go to Edità Find Credit and Collection Section à Place the curser above the any field (eg:Credit limit) à Right click and you find “Create alert rule” à Click it .





You will find a new form open there you change as mention below. (As screenshot)
è Alert until
è Message
è Checkbox for email you must send.
è Click OK





After Click OK you will find the Batch jobs are running.
Now go to Accounts Receivable à Edit à Change the Credit Limit value. After some seconds you will find alert was created and it will notified as below image.





On Every changes, the people (email you entered) will receive email will send and you check from System Administrator
è System Administrator
è Periodic
è Email processing
è Email sending Status
You can get all details in form as shown below.




Thank you

SMTP Configuration Settings for Office365

SMTP Configuration Settings for Office365

Step: 1 : Open Windows features on or off



Step :2 Check whether SMTP server installed.



Step 3: Internet Information Services (IIS) 6.0 Manager.



Step 4: Properties


















Type the Server host :



Restart the server



Check with inetpub / mailroot






Thank you

Wednesday, November 22, 2017


Courtesy :https://support.microsoft.com

Error message after you install the .NET Framework 4.0: "Could not load type 'System.ServiceModel.Activation.HttpModule'"


Symptoms

Consider the following scenario. You install the .NET Framework 4.0. Then, you install an earlier version of the .NET Framework, or you enable .NET 3.0 WCF HTTP Activation. In this scenario, you may receive the following error message when you when run applications that are hosted on Internet Information Services (IIS):
Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.TypeLoadException: Could not load type 'System.ServiceModel.Activation.HttpModule' from assembly 'System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

Cause

This issue occurs because the Applicationhost.config file for Windows Process Activation Service (WAS) has the following section defined, and this section is incompatible with the .NET Framework 4.0:
<add name="ServiceModel" type="System.ServiceModel.Activation.HttpModule, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="managedHandler" />
This section should be defined as follows:
<add name="ServiceModel" type="System.ServiceModel.Activation.HttpModule, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="managedHandler,runtimeVersionv2.0" />
Note You can find the Applicationhost.config file in the following location:
%windir%\system32\inetsrv\config

Resolution

To resolve this issue, run the following command line: 
aspnet_regiis.exe /iru
The Aspnet_regiis.exe file can be found in one of the following locations:
%windir%\Microsoft.NET\Framework\v4.0.30319
%windir%\Microsoft.NET\Framework64\v4.0.30319 (on a 64-bit computer)

Wednesday, January 20, 2016

Error “Concurrent number of AOS for this application Exceeds the licensed number”

Error “Concurrent number of AOS for this application exceeds the licensed number”

Thanks : http://dynamicsaxsol.blogspot.in/

When we try to start the service of Ax2009 instance it fails and throws an error “Concurrent number of AOS for this application Exceeds the licensed number” in the event log.  To resolve the issue, follow below steps
  •  Open SQL Server Management Studio and select the Dynamics Ax database used for the instance.
  •    Select New query
select * from dbo.sysserversessions where status = 1
  • Change the value by running following query
            update dbo.sysserversessions set status = 0 where status = 1

           Now you should be able to start AX2009 service.

Change Based Alert AX2012

Open AX à Go to Accounts Receivable à Select any customer à Go to Edit à Find Credit and Collection Section à Place the curser above...