Solved

Unable to interpret Error message

  • 25 January 2020
  • 2 replies
  • 2 views

I'm using FME to read, modify and write data to a oracle database. My queries are working fine but the following error is popping up for every SQL query .

 

 

ERROR |BADNEWS: An error occurred while fetching from query

 

OCI_NO_DATA StatusInfo *STFDB_OCIStatement::fetch(STK_UInt32, STK_UInt32 &)(foundation/framework/util/dbwrap/ocistmt.cpp:661) - StatusInfo *STFDB_OCIStatement::fetch(STK_UInt32, STK_UInt32 &)(foundation/framework/util/dbwrap/ocistmt.cpp:661)

What is it complaining about ? instant client or oracle database ?

version details

  • Using FME 2019.2.2.0 version
  • Mac OS X Version
  • Oracle database version is '12.1.0.2.0'
  • instantclient_19_3

 

Any help on this would be appreciated.

icon

Best answer by david_r 27 January 2020, 15:12

View original

2 replies

Userlevel 5

It is not an error, it is an internal message used by the developers at Safe. Normally you should disable all the debug messages, unless you are looking for some specific issue together with Safe support.

 

Userlevel 1
Badge +11

It is not an error, it is an internal message used by the developers at Safe. Normally you should disable all the debug messages, unless you are looking for some specific issue together with Safe support.

 

adding onto @david_r's answer, we've got an article that goes into some more detail on the BADNEWS function, how to turn off those messages, and when to use them.

Reply