DAW (Dynamics AXAnyWhere) Error and Solution

Hi, 

Error while accessing DAW Link
The source was not found, but some or all event logs could not be searched. Inaccessible logs: Security

Solution:
 1. Go to app pools->select pool-->advanced settings->Process Model/Identity and select a user identity which has right permissions. Find user from there. testUser

2. Provided Application Pool User (testUser) permission to write event log in registry and restart IIS.
      1.    Open the Registry Editor:
1.    Select Start then Run
2.    Enter regedt32 or regedit
2.    Navigate/expand to the following key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Eventlog\Security
HKLM\SYSTEM\CurrentControlSet\services\eventlog\

3.    Right click on this entry and select Permissions
4.    Add the testUser user
5.    Give it Full permission


2. Check whether testUser already been available in AX or else Import user testUser from AD to AX. Above Error flees away.

Comments

Post a Comment