Enable debugging:
Go to IIS Server-
Go to IIS
Go to innovator web site
Right click
Select explorer :Ex: c:\Program Files (x86)\Aras\Innovator\Server\
Find innovator.config.xml
Change below value from false to true
<operating_parameter key="debug_log_flag" value="true"/>
Now do any AML action or UI action.
You will see log file under
c:\Program Files (x86)\Aras\Innovator\Server\logs
Open latest log and check the message.
If you are not able to find the error message, now you can enable stack trace.
Enable stack trace:
Go to IIS Server-
Go to IIS
Go to innovator web site
Right click
Select explorer :Ex: c:\Program Files (x86)\Aras\Innovator\Server\
Find innovator.config.xml
Add: stack trace: for more logging.
<operating_parameter key="SetErrorMessageStackTrace" value="true" />
Run AML using nash, or AML studio.
Now you will see error message.