I am having a problem with a workspace (see the screen shot below) and I was hoping someone could help. I am trying to get values from two tables in two databases and eventually use the values as xy pairs in order to create a point. The values from the two tables are passed to an InlineQuerier and I use some SQL queries to obtain the correct values. I’ve tested the queries in ArcMAP and Access so I knkwo that they are correct. What I’m running into is that only one set of values are passed into the 2DPointConnector and the process fails when it tries to run a calculation due to null values. I was wondering if I am going about this the right way or if there is a better method to use.
I copied some of the error message from the log file.
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Feature Type: `2DPointAdder_OUTPUT'
Attribute(64 bit real) : `10-YEAR SWEL' has value `8.27000045776367'
Attribute(64 bit real) : `100-YEAR SWEL' has value `12.6800003051758'
Attribute(64 bit real) : `STATION' has value `0'
Attribute(encoded: utf-8): `TRANS_ID' has value `120'
Attribute(string) : `db_type' has value `db_none'
Attribute(string) : `fme_feature_type' has value `STILLWATER'
Attribute(string) : `fme_geometry' has value `fme_undefined'
Attribute(string) : `fme_type' has value `fme_no_geom'
Attribute(32 bit integer): `multi_reader_full_id' has value `0'
Attribute(32 bit integer): `multi_reader_id' has value `0'
Attribute(string) : `multi_reader_keyword' has value `MDB_ADO_1'
Attribute(string) : `multi_reader_type' has value `MDB_ADO'
Coordinate System: `'
Geometry Type: IFMENull
===========================================================================
2DPointAdder: @Tcl2 -- failed to evaluate expression `FME_Coordinates addCoord {12.6800003051758} {}' -- Cannot convert null string into a float
@%0 -- failed to evaluate expression `%1' -- %2
A fatal error has occurred. Check the logfile above for details
A fatal error has occurred. Check the logfile above for details
Thanks,
Vince