SQL inbound Adapter service Run with Error using Scheduler Task
SQL inbound service execute using schedule task it ends up with error when end time occurs.
Normally task run from 10 to 10:30 every day.
Error in Log: ERROR <Ens>ErrException: <INVALID OREF>%OnClose+10^EnsLib.SQL.GatewayResultSet.1 -- logged as '-' number - @''
Please suggest..
Product version: IRIS 2020.1
Discussion (1)0
Comments
It looks the result set not fully executed by the service and forcefully terminating the service. Hence it throws the error. Can you try to extend the execution time and see, still getting the error.