Skip to main content
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.

  • December 9, 2021
  • 2 replies
  • 66 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.

 

 

Best answer by nielsgerrits

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

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

nielsgerrits
VIP
Forum|alt.badge.img+60
  • 2938 replies
  • Best Answer
  • December 9, 2021

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


  • Author
  • 5 replies
  • December 9, 2021

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