Browse By Tags

  • Create Server Logs

    Dear Aras Community, I have the following problem. I want to activate the server logs. To do this, I set <operating_parameter key = "debug_log_flag" value = "true" /> as described in the instructions and restarted the server. The following error occurs…
  • Is it possible to use the System Event Log for logging custom events?

    Hi community, the system event log by default is configured so we can track successful and failed login attempts. I wonder if we can also use the log to track other events of interest? E.g. I have a few C# Methods where I want to track when and how…
  • Debugging with Server Logs

    In a previous blog post, we covered how to debug Methods inside of Aras Innovator . In this blog post, we'll be covering the basics of using the standard Aras Innovator server logs as well as some best practices for using logs. Server debug logs, when…
  • How to Track the deleted Item

    Hi Experts, In my system, I have created one ItemType called " PDT Projects ". So, whatever the Items will get created and deleted under this " PDT Projects ", I want to track those items. Is it possible to get deleted Items Log anywhere in the system…