Workflow monitor agents are failing when trying to delete the record from s_escl_req?
All the WF's in Siebel are failing when trying to delete the record from s_escl_req whetn the req_id is more than 10 digits. but this column defined with number 22 and precision 15. So technically it should not fail. ANy suggestions/thoughts what might be the reason?
delete from dbo.S_ESCL_REQ
where REQ_ID = ?
DBCLog DBCLogError 1 0000000459407190:0 2017-06-13 16:56:37 [Microsoft][SQL Server Native Client 10.0]Numeric value out of range
GenericLog GenericError 1 0000000459407190:0 2017-06-13 16:56:37 Message: Error: An ODBC error occurred,
Additional Message: 22003: [Microsoft][SQL Server Native Client 10.0]Numeric value out of range