Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Suraj Borade
6
Views
2
Comments
Copy error logs from Service center to Application.
Question
Hello All,
I am running timer in my application. Timer is running fine for few records and it's giving errors for few records. Errors are getting stored in Service Center's error log. I want to copy those errors in my application and want to see those errors whenver I want. Is there any way to copy errors from Service center to application?
Thanks,
Suraj Borade
J.
MVP
you want the stacktrace or just the message?
if you want to grab just the message, simply catch the error and use session.errormessage to get the latest and store it whereever you want...
otherwise, just check the system-tables.
Ricardo Silva
In order to check the errors you can either go to Service Center, or consume the Error_Log entity from the (System) module.
This will give you access to all logs which you can filter by your application / module like Service Center does.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...