I am just starting to test out 2022.2. Using a ODBC 3.x connection with SQL executor and getting errors I have never seen before.
.....was skipped as it was not a valid SELECT statement
BADNEWS: Attribute name 'fme_type' removed from schema feature as it doesn't have a type. Current value is 'fme_no_geom'
(C:\\code\\fme\\foundation\\framework\\control\\metamap.cpp:1872) class StatusInfo *__cdecl STFMetaMapper::mapFeature(class STFFeature &,bool,bool,bool)
BADNEWS: Cannot convert null string into an integer
(C:\\code\\fme\\foundation\\framework\\util\\stf\\stfutil.cpp:347) class StatusInfo *__cdecl STF_stringToUInt(const class ObsoleteString &,unsigned int &)
... Last 2 lines repeated 40 times ...
The query still runs and I get results. The query works fine in 2021 with no problems.
The job runs multiple statements and I don't want 1000+ errors every time the job runs.
If I switch to only data features i still get the error:
BADNEWS: Cannot convert null string into an integer
(C:\\code\\fme\\foundation\\framework\\util\\stf\\stfutil.cpp:347) class StatusInfo *__cdecl STF_stringToUInt(const class ObsoleteString &,unsigned int &)
... Last 2 lines repeated 3736 times ...
So what's up?