Question Padmaja Konduru · Jun 30, 2023

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

Comments

Prasanth Annamreddy · Sep 25, 2023

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.

0