Solved

Hello, Since today I am getting errors when reading from an Oracle database. I have made no changes to the connection and I am running the same workbench. As far as I know there are also no changes in the Oracle database itself. Details below.

  • 9 December 2021
  • 2 replies
  • 5 views

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.

 

 

icon

Best answer by nielsgerrits 9 December 2021, 15:34

View original

2 replies

Userlevel 6
Badge +31

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