I'm quite new to OIM, and I'm frequently tracing error from both oim and connector (including custom connectors) error logs based on task timestamp, I found this is really time wasting.
I understand that we can use response code mapping at task level to differentiate the errors, but for connector errors, we can only see "Connector Exception".
Is there any better way to display error for such cases?
Additional question: there are errors caused by connection to target, which will happen to all tasks. In this case where should I handle the response code at a time?