Skip to main content

Here are the BADNEWS errors, these I haven't seen before. Could someone help me out in the right direction where they are coming from or does someone know a solution?

 

2021-12-09 14:46:38|  4.0| 0.0|ERROR |BADNEWS: An error occurred while fetching from query `SELECT OWNER, TABLE_NAME FROM ALL_OBJECT_TABLES WHERE OWNER IN ('GBIBASIS','PUBLIC') AND TABLE_NAME = 'GB_MECH_LEIDING'' : OCI_NO_DATA

2021-12-09 14:46:38|  4.0| 0.0|WARN |(C:\\code\\fme\\foundation\\framework\\util\\dbwrap\\ocistmt.cpp:663) class StatusInfo *__cdecl STFDB_OCIStatement::fetch(unsigned long,unsigned long &)

2021-12-09 14:46:38|  4.0| 0.0|WARN |Exception Name: stk::ex::Throwable

 

--------------------------

 

2021-12-09 14:46:40|  6.0| 0.0|ERROR |BADNEWS: Cannot convert null string into an integer

2021-12-09 14:46:40|  6.0| 0.0|WARN |(C:\\code\\fme\\foundation\\framework\\util\\stf\\stfutil.cpp:348) class StatusInfo *__cdecl STF_stringToUInt(const class ObsoleteString &,unsigned long &)

2021-12-09 14:46:40|  6.0| 0.0|WARN |Exception Name: stk::ex::Throwable

 

Kind regards.

 

Maarten.

 

 

I think you have set your logging level to debug. If so the errors are not an issue.


Yep that was it. Forgot I had it turned on so this is an easy fix. Thanks!


Reply