SRProc and TimeZone issue.
We checked the logs for SRProc Component and this is the inference we have:
- When we created & submitted an RCR, a new repeating instance gets created with status as “Queued” and Scheduled Start Time populated.
- SRProc polls S_SRM_REQUEST table gets this queued record and routes the request to the target component WfProcMgr/WfProcBtchMgr through SRBroker.
- New Task is created on the target component and the details(Task ID) are passed to SRProc, which is then written into S_SRM_REQUEST.
- Following is the update statement triggered to update Task ID to S_SRM_REQUEST (from SRProc log file)