Add System Views to select from error log
select * from system.adterrorlog
select * from system.dbferrorlog
and a combined version (NULL the filds which are not part of ads_err.dbf)
select * from system.errorlog
5
votes