I have created an Oracle8I reader within FME Objects and am running this on Solaris.
I can open the reader and I can connect succesfully. I can also connect using SQLPLUS and the ora8ilist script for UNIX returns the tables in my database which contains spatial columns (SDO.GEOMETRY). The FME log file generated shows I am connected. However, it is also showing errors that occur during SQL database fetches. For example, "BADNEWS: An error occurred while fetching from query `SELECT SDO_VERSION FROM DUAL' : OCI_NO_DATA (./foundation/framework/util/dbwrap/ocistmt.cpp:698)" For some reason, all database rows are still returned. The problem is that when I try to restrict the rows using a WHERE clause. All rows are still returned. I believe FME is ignoring the failed fetches and returning all rows anyway. Any help here would be appreciated. I have posted this issue on the fme group since another issue exists showing the same error message (http://finance.groups.yahoo.com/group/fme/message/10023). 2006-05-31 14:33:14| 19.9| 0.0|INFORM|Feature Manipulation Engine 2006 (O) (20051216 - Build 2182) 2006-05-31 14:33:14| 19.9| 0.0|INFORM|FME_HOME is '/usr/local/fme/'. 2006-05-31 14:33:14| 19.9| 0.0|INFORM|Initialization complete. 2006-05-31 14:33:16| 20.5| 0.6|ERROR |BADNEWS: (./foundation/framework/util/stf/stfglob.cpp:168) 2006-05-31 14:33:16| 20.5| 0.0|INFORM|Reader opened. 2006-05-31 14:33:16| 20.5| 0.0|INFORM|ORACLE Reader: Using Oracle 8 SC Reader Version 1.2 (Jul. 04, 2000) to read tables from database `', server type `ORACLE8I', server name `lrdw', user name `dwtest', password `***' 2006-05-31 14:33:16| 20.5| 0.0|INFORM|LD_LIBRARY_PATH is `/usr/j2sdk1.4.2_07/jre/lib/sparc/client:/usr/j2sdk1.4.2_07/jre/lib/sparc:/usr/j2sdk1.4.2_07/jre/../lib/sparc:/usr/lib:/usr/local/fme/fmecore:/usr/dt/lib:/data/oracle/OraHome1/lib' 2006-05-31 14:33:21| 25.0| 4.5|INFORM|Loaded module `fmeocilink' from file `/usr/local/fme/plugins/fmeocilink.so' 2006-05-31 14:33:21| 25.0| 0.0|INFORM|Environment variable ORACLE_HOME has value `/data/oracle/OraHome1' 2006-05-31 14:33:21| 25.0| 0.0|INFORM|Connecting to ORACLE database `lrdw' with user name of `dwtest' and password of `***'. 2006-05-31 14:33:21| 25.0| 0.0|INFORM|Connected to ORACLE database `lrdw'. 2006-05-31 14:33:21| 25.0| 0.0|ERROR |BADNEWS: An error occurred while fetching from query `SELECT SDO_VERSION FROM DUAL' : OCI_NO_DATA (./foundation/framework/util/dbwrap/ocistmt.cpp:698) 2006-05-31 14:33:21| 25.0| 0.0|ERROR |BADNEWS: An error occurred while fetching from query `SELECT OWNER, TABLE_NAME FROM ALL_TABLES WHERE OWNER = 'DWTEST' AND TABLE_NAME = 'TREE_SPECIES_TEST'' : OCI_NO_DATA (./foundation/framework/util/dbwrap/ocistmt.cpp:698) 2006-05-31 14:33:21| 25.0| 0.0|ERROR |BADNEWS: An error occurred while fetching from query `SELECT OWNER, TABLE_NAME FROM ALL_OBJECT_TABLES WHERE OWNER = 'DWTEST' AND TABLE_NAME = 'TREE_SPECIES_TEST'' : OCI_NO_DATA (./foundation/framework/util/dbwrap/ocistmt.cpp:698) 2006-05-31 14:33:21| 25.0| 0.0|INFORM|Table `DWTEST.TREE_SPECIES_TEST' will be exported without any geometry, because it does not contain a column of type MDSYS.SDO_GEOM. (Ensure that ORACLE_SERVER_TYPE is set correctly.) 2006-05-31 14:33:21| 25.0| 0.0|INFORM|ORACLE Reader: Executing SQL Statement `SELECT DWTEST."TREE_SPECIES_TEST".* FROM DWTEST."TREE_SPECIES_TEST"' to obtain features for feature type `DWTEST.TREE_SPECIES_TEST' 2006-05-31 14:33:21| 25.1| 0.0|ERROR |BADNEWS: An error occurred while fetching from query `SELECT DWTEST."TREE_SPECIES_TEST".* FROM DWTEST."TREE_SPECIES_TEST"' : OCI_NO_DATA (./foundation/framework/util/dbwrap/ocistmt.cpp:698) 2006-05-31 14:33:21| 25.1| 0.0|INFORM|FME Configuration: Source coordinate system for reader R_1[ORACLE8I] set to `' as read from input data 2006-05-31 14:33:21| 25.1| 0.0|ERROR |BADNEWS: (./foundation/framework/util/stf/stfglob.cpp:168) 2006-05-31 14:33:21| 25.1| 0.0|ERROR |BADNEWS: (./foundation/framework/util/stf/stfglob.cpp:168) 2006-05-31 14:33:21| 25.1| 0.0|INFORM|Environment variable ORACLE_HOME has value `/data/oracle/OraHome1' 2006-05-31 14:33:21| 25.1| 0.0|INFORM|Connecting to ORACLE database `LRDW' with user name of `dwtest' and password of `***'. 2006-05-31 14:33:21| 25.1| 0.0|INFORM|Connected to ORACLE database `LRDW'. 2006-05-31 14:33:21| 25.1| 0.0|ERROR |BADNEWS: An error occurred while fetching from query `SELECT SDO_VERSION FROM DUAL' : OCI_NO_DATA (./foundation/framework/util/dbwrap/ocistmt.cpp:698) 2006-05-31 14:33:21| 25.1| 0.0|ERROR |BADNEWS: An error occurred while fetching from query `SELECT OWNER, TABLE_NAME FROM ALL_TABLES WHERE OWNER = 'DWTEST' AND TABLE_NAME = 'TREE_SPECIES_TEST'' : OCI_NO_DATA (./foundation/framework/util/dbwrap/ocistmt.cpp:698) 2006-05-31 14:33:21| 25.1| 0.0|ERROR |BADNEWS: An error occurred while fetching from query `SELECT OWNER, TABLE_NAME FROM ALL_OBJECT_TABLES WHERE OWNER = 'DWTEST' AND TABLE_NAME = 'TREE_SPECIES_TEST'' : OCI_NO_DATA (./foundation/framework/util/dbwrap/ocistmt.cpp:698) 2006-05-31 14:33:25| 25.4| 0.2|ERROR |BADNEWS: Class 'DBF' will be loaded dynamically. (./foundation/framework/engine/instantr.h:235) 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Loaded module `DBF' from file `/usr/local/fme/plugins/dbf.so' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Module `DBF' API version matches current core version (3.1 20031010). 2006-05-31 14:33:25| 25.4| 0.0|INFORM|FME Configuration: Destination coordinate system set to `BCALB-83' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Coordinate System `BCALB-83' parameters: CS_NAME=`BCALB-83' DT_NAME=`NAD83' MAP_SCL=`1.0' ORG_LAT=`45.0' ORG_LNG=`-126.0' PARM1=`50.0' PARM2=`58.5' PROJ=`AE' UNIT=`METER' X_OFF=`1000000.0' Y_OFF=`0.0' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Coordinate System `BCALB-83' as OGC Well Known Text: PROJCS["BCALB-83",GEOGCS["North_American_Datum_1983",DATUM["North_American_Datum_1983",SPHEROID["Geodetic Reference System of 1980",6378137,298.2572221009113],AUTHORITY["EPSG","6269"]],PRIMEM["Greenwich",0],UNIT["degree",0.0174532925199433]],PROJECTION["Albers_Conic_Equal_Area"],PARAMETER["standard_parallel_1",50],PARAMETER["standard_parallel_2",58.5],PARAMETER["latitude_of_center",45],PARAMETER["longitude_of_center",-126],PARAMETER["false_easting",1000000],PARAMETER["false_northing",0],UNIT["METER",1]] 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Writer opened. 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Reader schemaFeature before renamed to short name: 2006-05-31 14:33:25| 25.4| 0.0|INFORM|+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Feature Type: `DWTEST.TREE_SPECIES_TEST' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*ADJ_AGE' has value `integer' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*ADJ_HEIGHT' has value `float' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*AGE' has value `integer' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*CONF_INDEX_AGE_CD' has value `integer' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*CONF_INDEX_HT_CD' has value `integer' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*DATA_SOURCE_AGE_CD' has value `integer' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*DATA_SOURCE_HEIGHT_CD' has value `integer' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*HEIGHT' has value `float' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*LAYER_ID' has value `varchar2(1)' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*LOSS_TYPE_CD' has value `varchar2(3)' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*MAP_ID' has value `varchar2(7)' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*NORM_AGE' has value `integer' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*NORM_HEIGHT' has value `float' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*OBJECT_VERSION_SKEY' has value `float' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*POLYGON_ID' has value `integer' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*PROJ_ADJ_AGE' has value `integer' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*PROJ_ADJ_HEIGHT' has value `float' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*PROJ_AGE' has value `integer' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*PROJ_HEIGHT' has value `float' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*SPECIES_CD' has value `varchar2(4)' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*SPECIES_ID' has value `integer' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*SPECIES_PCT' has value `integer' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*SourceReaderType*' has value `ORACLE8I' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*UPDATE_AGE_DATE' has value `date' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*UPDATE_HEIGHT_DATE' has value `date' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*fme_geometry{0}' has value `oracle_point' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*fme_geometry{1}' has value `oracle_line' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*fme_geometry{2}' has value `oracle_area' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `*fme_geometry{3}' has value `oracle_nil' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `ADJ_AGE' has value `fme_int32' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `ADJ_HEIGHT' has value `fme_real64' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `AGE' has value `fme_int32' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `CONF_INDEX_AGE_CD' has value `fme_int32' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `CONF_INDEX_HT_CD' has value `fme_int32' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `DATA_SOURCE_AGE_CD' has value `fme_int32' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `DATA_SOURCE_HEIGHT_CD' has value `fme_int32' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `HEIGHT' has value `fme_real64' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `LAYER_ID' has value `fme_varchar(1)' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `LOSS_TYPE_CD' has value `fme_varchar(3)' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `MAP_ID' has value `fme_varchar(7)' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `NORM_AGE' has value `fme_int32' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `NORM_HEIGHT' has value `fme_real64' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `OBJECT_VERSION_SKEY' has value `fme_real64' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `POLYGON_ID' has value `fme_int32' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `PROJ_ADJ_AGE' has value `fme_int32' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `PROJ_ADJ_HEIGHT' has value `fme_real64' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `PROJ_AGE' has value `fme_int32' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `PROJ_HEIGHT' has value `fme_real64' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `SPECIES_CD' has value `fme_varchar(4)' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `SPECIES_ID' has value `fme_int32' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `SPECIES_PCT' has value `fme_int32' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `UPDATE_AGE_DATE' has value `fme_datetime' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `UPDATE_HEIGHT_DATE' has value `fme_datetime' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `fme_geometry{0}' has value `fme_point' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `fme_geometry{1}' has value `fme_line' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `fme_geometry{2}' has value `fme_area' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute(string): `fme_geometry{3}' has value `fme_no_geom' 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `OBJECT_VERSION_SKEY' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `POLYGON_ID' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `LAYER_ID' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `MAP_ID' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `SPECIES_ID' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `SPECIES_CD' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `SPECIES_PCT' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `AGE' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `NORM_AGE' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `PROJ_AGE' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `ADJ_AGE' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `PROJ_ADJ_AGE' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `DATA_SOURCE_AGE_CD' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `UPDATE_AGE_DATE' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `HEIGHT' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `NORM_HEIGHT' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `PROJ_HEIGHT' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `ADJ_HEIGHT' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `PROJ_ADJ_HEIGHT' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `DATA_SOURCE_HEIGHT_CD' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `UPDATE_HEIGHT_DATE' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `CONF_INDEX_AGE_CD' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `CONF_INDEX_HT_CD' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Attribute: `LOSS_TYPE_CD' is sequenced 2006-05-31 14:33:25| 25.4| 0.0|INFORM|Geometry Type: Unknown (0) 2006-05-31 14:33:25| 25.4| 0.0|INFORM|=========================================================================== 2006-05-31 14:33:26| 25.9| 0.4|INFORM|Writer schemaFeature after renamed to short name: 2006-05-31 14:33:26| 25.9| 0.0|INFORM|+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Feature Type: `TREES' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `ADJ_AGE' has value `number(11,0)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `ADJ_AGE0' has value `number(11,0)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `ADJ_HEIG0' has value `number(31,15)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `ADJ_HEIGHT' has value `number(31,15)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `AGE' has value `number(11,0)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `AGE_CD' has value `number(11,0)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `AGE_CD0' has value `number(11,0)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `AGE_DATE' has value `char(20)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `DATE' has value `char(20)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `HEIGHT' has value `number(31,15)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `HEIGHT0' has value `number(31,15)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `HEIGHT1' has value `number(31,15)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `HEIGHT_CD' has value `number(11,0)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `HT_CD' has value `number(11,0)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `LAYER_ID' has value `char(1)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `MAP_ID' has value `char(7)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `NORM_AGE' has value `number(11,0)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `PCT' has value `number(11,0)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `POLYGON_ID' has value `number(11,0)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `PROJ_AGE' has value `number(11,0)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `SKEY' has value `number(31,15)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `SPECIES_CD' has value `char(4)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `SPECIES_ID' has value `number(11,0)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `TYPE_CD' has value `char(3)' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `fme_geometry{0}' has value `dbf_none' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `fme_geometry{1}' has value `dbf_none' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `fme_geometry{2}' has value `dbf_none' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `fme_geometry{3}' has value `dbf_none' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `SKEY' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `POLYGON_ID' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `LAYER_ID' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `MAP_ID' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `SPECIES_ID' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `SPECIES_CD' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `PCT' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `AGE' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `NORM_AGE' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `PROJ_AGE' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `ADJ_AGE' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `ADJ_AGE0' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `AGE_CD' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `AGE_DATE' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `HEIGHT' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `HEIGHT1' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `HEIGHT0' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `ADJ_HEIGHT' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `ADJ_HEIG0' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `HEIGHT_CD' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `DATE' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `AGE_CD0' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `HT_CD' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute: `TYPE_CD' is sequenced 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Geometry Type: Unknown (0) 2006-05-31 14:33:26| 25.9| 0.0|INFORM|=========================================================================== 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Data Feature before rename/transform 2006-05-31 14:33:26| 25.9| 0.0|INFORM|+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Feature Type: `DWTEST.TREE_SPECIES_TEST' 2006-05-31 14:33:26| 25.9| 0.0|INFORM|Attribute(string): `AGE' has value `110' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `CONF_INDEX_AGE_CD' has value `5' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `CONF_INDEX_HT_CD' has value `5' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `DATA_SOURCE_AGE_CD' has value `0' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `DATA_SOURCE_HEIGHT_CD' has value `22' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `HEIGHT' has value `32' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `LAYER_ID' has value `1' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `MAP_ID' has value `082F042' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `OBJECT_VERSION_SKEY' has value `73643' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `POLYGON_ID' has value `460' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `PROJ_AGE' has value `116' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `PROJ_HEIGHT' has value `32.9' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `SPECIES_CD' has value `FDI' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `SPECIES_ID' has value `1' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `SPECIES_PCT' has value `90' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(active): `UPDATE_AGE_DATE' has value `19970401' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `UPDATE_AGE_DATE.full' has value `19970401000000' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(active): `UPDATE_HEIGHT_DATE' has value `19970401' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `UPDATE_HEIGHT_DATE.full' has value `19970401000000' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `fme_type' has value `fme_no_geom' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `oracle_type' has value `oracle_nil' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Geometry Type: Unknown (0) 2006-05-31 14:33:26| 26.0| 0.0|INFORM|=========================================================================== 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Input Feature after rename/transform 2006-05-31 14:33:26| 26.0| 0.0|INFORM|+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Feature Type: `TREES' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `AGE' has value `110' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `CONF_INDEX_AGE_CD' has value `5' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `CONF_INDEX_HT_CD' has value `5' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `DATA_SOURCE_AGE_CD' has value `0' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `DATA_SOURCE_HEIGHT_CD' has value `22' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `HEIGHT' has value `32' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `LAYER_ID' has value `1' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `MAP_ID' has value `082F042' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `OBJECT_VERSION_SKEY' has value `73643' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `POLYGON_ID' has value `460' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `PROJ_AGE' has value `116' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `PROJ_HEIGHT' has value `32.9' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `SPECIES_CD' has value `FDI' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `SPECIES_ID' has value `1' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `SPECIES_PCT' has value `90' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(active): `UPDATE_AGE_DATE' has value `19970401' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `UPDATE_AGE_DATE.full' has value `19970401000000' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(active): `UPDATE_HEIGHT_DATE' has value `19970401' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `UPDATE_HEIGHT_DATE.full' has value `19970401000000' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `fme_type' has value `fme_no_geom' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Attribute(string): `oracle_type' has value `oracle_nil' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Geometry Type: Unknown (0) 2006-05-31 14:33:26| 26.0| 0.0|INFORM|=========================================================================== 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Using Dynamic Writer $Revision: 16.1 $ ( $Date: 2005/06/15 18:42:27 $ ) with module DBF to write dataset `/data/home/oracle/of/deployment/of/order/orders/8511/TREES' 2006-05-31 14:33:26| 26.0| 0.0|INFORM|Module `DBF' API version matches current core version (3.1 20031010). 2006-05-31 14:33:26| 26.1| 0.1|INFORM|Module `DBF' API version matches current core version (3.1 20031010). 2006-05-31 14:33:26| 26.1| 0.0|INFORM|FME Configuration: No destination coordinate system set 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Opening the DBF Writer on file `/data/home/oracle/of/deployment/of/order/orders/8511/TREES' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Using Table Writer $Revision: 16.0 $ ( $Date: 2005/04/14 19:28:17 $ ) to write tabular files to directory `/data/home/oracle/of/deployment/of/order/orders/8511/TREES' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Opened DBF file '/data/home/oracle/of/deployment/of/order/orders/8511/TREES/TREES.dbf' for output. 2006-05-31 14:33:26| 26.1| 0.0|INFORM|FME Configuration: Destination coordinate system set to input coordinate system `BCALB-83' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Data Feature before rename/transform 2006-05-31 14:33:26| 26.1| 0.0|INFORM|+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Feature Type: `DWTEST.TREE_SPECIES_TEST' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `AGE' has value `12' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `CONF_INDEX_AGE_CD' has value `5' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `CONF_INDEX_HT_CD' has value `5' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `DATA_SOURCE_AGE_CD' has value `7' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `DATA_SOURCE_HEIGHT_CD' has value `7' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `HEIGHT' has value `0.9' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `LAYER_ID' has value `1' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `MAP_ID' has value `082F042' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `OBJECT_VERSION_SKEY' has value `73643' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `POLYGON_ID' has value `461' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `PROJ_AGE' has value `18' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `PROJ_HEIGHT' has value `1.5' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `SPECIES_CD' has value `SE' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `SPECIES_ID' has value `1' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `SPECIES_PCT' has value `60' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(active): `UPDATE_AGE_DATE' has value `19970401' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `UPDATE_AGE_DATE.full' has value `19970401000000' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(active): `UPDATE_HEIGHT_DATE' has value `19970401' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `UPDATE_HEIGHT_DATE.full' has value `19970401000000' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `fme_type' has value `fme_no_geom' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `oracle_type' has value `oracle_nil' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Geometry Type: Unknown (0) 2006-05-31 14:33:26| 26.1| 0.0|INFORM|=========================================================================== 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Input Feature after rename/transform 2006-05-31 14:33:26| 26.1| 0.0|INFORM|+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Feature Type: `TREES' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `AGE' has value `12' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `CONF_INDEX_AGE_CD' has value `5' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `CONF_INDEX_HT_CD' has value `5' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `DATA_SOURCE_AGE_CD' has value `7' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `DATA_SOURCE_HEIGHT_CD' has value `7' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `HEIGHT' has value `0.9' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `LAYER_ID' has value `1' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `MAP_ID' has value `082F042' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `OBJECT_VERSION_SKEY' has value `73643' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `POLYGON_ID' has value `461' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `PROJ_AGE' has value `18' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `PROJ_HEIGHT' has value `1.5' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `SPECIES_CD' has value `SE' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `SPECIES_ID' has value `1' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `SPECIES_PCT' has value `60' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(active): `UPDATE_AGE_DATE' has value `19970401' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `UPDATE_AGE_DATE.full' has value `19970401000000' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(active): `UPDATE_HEIGHT_DATE' has value `19970401' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `UPDATE_HEIGHT_DATE.full' has value `19970401000000' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `fme_type' has value `fme_no_geom' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `oracle_type' has value `oracle_nil' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Geometry Type: Unknown (0) 2006-05-31 14:33:26| 26.1| 0.0|INFORM|=========================================================================== 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Data Feature before rename/transform 2006-05-31 14:33:26| 26.1| 0.0|INFORM|+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Feature Type: `DWTEST.TREE_SPECIES_TEST' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `AGE' has value `10' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `CONF_INDEX_AGE_CD' has value `5' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `CONF_INDEX_HT_CD' has value `5' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `DATA_SOURCE_AGE_CD' has value `7' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `DATA_SOURCE_HEIGHT_CD' has value `7' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `HEIGHT' has value `0.8' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `LAYER_ID' has value `S' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `MAP_ID' has value `082F042' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `OBJECT_VERSION_SKEY' has value `73643' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `POLYGON_ID' has value `461' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `PROJ_AGE' has value `16' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `PROJ_HEIGHT' has value `1.3' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `SPECIES_CD' has value `SE' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `SPECIES_ID' has value `1' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `SPECIES_PCT' has value `80' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(active): `UPDATE_AGE_DATE' has value `19970401' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `UPDATE_AGE_DATE.full' has value `19970401000000' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(active): `UPDATE_HEIGHT_DATE' has value `19970401' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `UPDATE_HEIGHT_DATE.full' has value `19970401000000' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `fme_type' has value `fme_no_geom' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `oracle_type' has value `oracle_nil' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Geometry Type: Unknown (0) 2006-05-31 14:33:26| 26.1| 0.0|INFORM|=========================================================================== 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Input Feature after rename/transform 2006-05-31 14:33:26| 26.1| 0.0|INFORM|+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Feature Type: `TREES' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `AGE' has value `10' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `CONF_INDEX_AGE_CD' has value `5' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `CONF_INDEX_HT_CD' has value `5' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `DATA_SOURCE_AGE_CD' has value `7' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `DATA_SOURCE_HEIGHT_CD' has value `7' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `HEIGHT' has value `0.8' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `LAYER_ID' has value `S' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `MAP_ID' has value `082F042' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `OBJECT_VERSION_SKEY' has value `73643' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `POLYGON_ID' has value `461' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `PROJ_AGE' has value `16' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `PROJ_HEIGHT' has value `1.3' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `SPECIES_CD' has value `SE' 2006-05-31 14:33:26| 26.1| 0.0|INFORM|Attribute(string): `SPECIES_ID' has value `1' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `SPECIES_PCT' has value `80' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(active): `UPDATE_AGE_DATE' has value `19970401' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `UPDATE_AGE_DATE.full' has value `19970401000000' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(active): `UPDATE_HEIGHT_DATE' has value `19970401' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `UPDATE_HEIGHT_DATE.full' has value `19970401000000' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `fme_type' has value `fme_no_geom' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `oracle_type' has value `oracle_nil' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Geometry Type: Unknown (0) 2006-05-31 14:33:26| 26.2| 0.0|INFORM|=========================================================================== 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Data Feature before rename/transform 2006-05-31 14:33:26| 26.2| 0.0|INFORM|+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Feature Type: `DWTEST.TREE_SPECIES_TEST' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `AGE' has value `12' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `CONF_INDEX_AGE_CD' has value `5' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `CONF_INDEX_HT_CD' has value `5' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `DATA_SOURCE_AGE_CD' has value `11' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `DATA_SOURCE_HEIGHT_CD' has value `11' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `HEIGHT' has value `2' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `LAYER_ID' has value `1' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `MAP_ID' has value `082F042' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `OBJECT_VERSION_SKEY' has value `73643' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `POLYGON_ID' has value `462' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `PROJ_AGE' has value `16' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `PROJ_HEIGHT' has value `1' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `SPECIES_CD' has value `BL' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `SPECIES_ID' has value `1' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `SPECIES_PCT' has value `60' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(active): `UPDATE_AGE_DATE' has value `19990401' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `UPDATE_AGE_DATE.full' has value `19990401000000' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(active): `UPDATE_HEIGHT_DATE' has value `19990401' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `UPDATE_HEIGHT_DATE.full' has value `19990401000000' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `fme_type' has value `fme_no_geom' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `oracle_type' has value `oracle_nil' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Geometry Type: Unknown (0) 2006-05-31 14:33:26| 26.2| 0.0|INFORM|=========================================================================== 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Input Feature after rename/transform 2006-05-31 14:33:26| 26.2| 0.0|INFORM|+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Feature Type: `TREES' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `AGE' has value `12' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `CONF_INDEX_AGE_CD' has value `5' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `CONF_INDEX_HT_CD' has value `5' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `DATA_SOURCE_AGE_CD' has value `11' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `DATA_SOURCE_HEIGHT_CD' has value `11' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `HEIGHT' has value `2' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `LAYER_ID' has value `1' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `MAP_ID' has value `082F042' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `OBJECT_VERSION_SKEY' has value `73643' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `POLYGON_ID' has value `462' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `PROJ_AGE' has value `16' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `PROJ_HEIGHT' has value `1' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `SPECIES_CD' has value `BL' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `SPECIES_ID' has value `1' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `SPECIES_PCT' has value `60' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(active): `UPDATE_AGE_DATE' has value `19990401' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `UPDATE_AGE_DATE.full' has value `19990401000000' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(active): `UPDATE_HEIGHT_DATE' has value `19990401' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `UPDATE_HEIGHT_DATE.full' has value `19990401000000' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `fme_type' has value `fme_no_geom' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `oracle_type' has value `oracle_nil' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Geometry Type: Unknown (0) 2006-05-31 14:33:26| 26.2| 0.0|INFORM|=========================================================================== 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Data Feature before rename/transform 2006-05-31 14:33:26| 26.2| 0.0|INFORM|+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Feature Type: `DWTEST.TREE_SPECIES_TEST' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `AGE' has value `40' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `CONF_INDEX_AGE_CD' has value `5' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `CONF_INDEX_HT_CD' has value `5' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `DATA_SOURCE_AGE_CD' has value `0' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `DATA_SOURCE_HEIGHT_CD' has value `22' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `HEIGHT' has value `14' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `LAYER_ID' has value `1' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `MAP_ID' has value `082F042' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `OBJECT_VERSION_SKEY' has value `73643' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `POLYGON_ID' has value `463' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `PROJ_AGE' has value `46' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `PROJ_HEIGHT' has value `15.6' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `SPECIES_CD' has value `EP' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `SPECIES_ID' has value `1' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `SPECIES_PCT' has value `50' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(active): `UPDATE_AGE_DATE' has value `19970401' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `UPDATE_AGE_DATE.full' has value `19970401000000' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(active): `UPDATE_HEIGHT_DATE' has value `19970401' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `UPDATE_HEIGHT_DATE.full' has value `19970401000000' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `fme_type' has value `fme_no_geom' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `oracle_type' has value `oracle_nil' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Geometry Type: Unknown (0) 2006-05-31 14:33:26| 26.2| 0.0|INFORM|=========================================================================== 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Input Feature after rename/transform 2006-05-31 14:33:26| 26.2| 0.0|INFORM|+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Feature Type: `TREES' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `AGE' has value `40' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `CONF_INDEX_AGE_CD' has value `5' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `CONF_INDEX_HT_CD' has value `5' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `DATA_SOURCE_AGE_CD' has value `0' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `DATA_SOURCE_HEIGHT_CD' has value `22' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `HEIGHT' has value `14' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `LAYER_ID' has value `1' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `MAP_ID' has value `082F042' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `OBJECT_VERSION_SKEY' has value `73643' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `POLYGON_ID' has value `463' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `PROJ_AGE' has value `46' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `PROJ_HEIGHT' has value `15.6' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `SPECIES_CD' has value `EP' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `SPECIES_ID' has value `1' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `SPECIES_PCT' has value `50' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(active): `UPDATE_AGE_DATE' has value `19970401' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `UPDATE_AGE_DATE.full' has value `19970401000000' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(active): `UPDATE_HEIGHT_DATE' has value `19970401' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `UPDATE_HEIGHT_DATE.full' has value `19970401000000' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `fme_type' has value `fme_no_geom' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `oracle_type' has value `oracle_nil' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Geometry Type: Unknown (0) 2006-05-31 14:33:26| 26.2| 0.0|INFORM|=========================================================================== 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Data Feature before rename/transform 2006-05-31 14:33:26| 26.2| 0.0|INFORM|+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Feature Type: `DWTEST.TREE_SPECIES_TEST' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `AGE' has value `120' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `CONF_INDEX_AGE_CD' has value `5' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `CONF_INDEX_HT_CD' has value `5' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `DATA_SOURCE_AGE_CD' has value `0' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `DATA_SOURCE_HEIGHT_CD' has value `22' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `HEIGHT' has value `16' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `LAYER_ID' has value `1' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `MAP_ID' has value `082F042' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `OBJECT_VERSION_SKEY' has value `73643' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `POLYGON_ID' has value `464' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `PROJ_AGE' has value `126' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `PROJ_HEIGHT' has value `16.7' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `SPECIES_CD' has value `HW' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `SPECIES_ID' has value `1' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `SPECIES_PCT' has value `90' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(active): `UPDATE_AGE_DATE' has value `19970401' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `UPDATE_AGE_DATE.full' has value `19970401000000' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(active): `UPDATE_HEIGHT_DATE' has value `19970401' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `UPDATE_HEIGHT_DATE.full' has value `19970401000000' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `fme_type' has value `fme_no_geom' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `oracle_type' has value `oracle_nil' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Geometry Type: Unknown (0) 2006-05-31 14:33:26| 26.2| 0.0|INFORM|=========================================================================== 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Input Feature after rename/transform 2006-05-31 14:33:26| 26.2| 0.0|INFORM|+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Feature Type: `TREES' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `AGE' has value `120' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `CONF_INDEX_AGE_CD' has value `5' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `CONF_INDEX_HT_CD' has value `5' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `DATA_SOURCE_AGE_CD' has value `0' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `DATA_SOURCE_HEIGHT_CD' has value `22' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `HEIGHT' has value `16' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `LAYER_ID' has value `1' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `MAP_ID' has value `082F042' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `OBJECT_VERSION_SKEY' has value `73643' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `POLYGON_ID' has value `464' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `PROJ_AGE' has value `126' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `PROJ_HEIGHT' has value `16.7' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `SPECIES_CD' has value `HW' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `SPECIES_ID' has value `1' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `SPECIES_PCT' has value `90' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(active): `UPDATE_AGE_DATE' has value `19970401' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `UPDATE_AGE_DATE.full' has value `19970401000000' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(active): `UPDATE_HEIGHT_DATE' has value `19970401' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `UPDATE_HEIGHT_DATE.full' has value `19970401000000' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `fme_type' has value `fme_no_geom' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Attribute(string): `oracle_type' has value `oracle_nil' 2006-05-31 14:33:26| 26.2| 0.0|INFORM|Geometry Type: Unknown (0) 2006-05-31 14:33:26| 26.2| 0.0|INFORM|=========================================================================== 2006-05-31 14:33:27| 26.7| 0.5|ERROR |BADNEWS: An error occurred while fetching from query `SELECT DWTEST."TREE_SPECIES_TEST".* FROM DWTEST."TREE_SPECIES_TEST"' : ORA-01002: fetch out of sequence (./foundation/framework/util/dbwrap/ocistmt.cpp:698) 2006-05-31 14:33:27| 26.7| 0.0|INFORM|Closing the DBF Writer on file `/data/home/oracle/of/deployment/of/order/orders/8511/TREES/TREES.dbf' 2006-05-31 14:33:27| 26.7| 0.0|INFORM|=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 2006-05-31 14:33:27| 26.7| 0.0|INFORM|Feature output statistics for `DBF' writer using keyword `W_1': 2006-05-31 14:33:27| 26.7| 0.0|STATS |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 2006-05-31 14:33:27| 26.8| 0.0|STATS | Features Written 2006-05-31 14:33:27| 26.8| 0.0|STATS |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 2006-05-31 14:33:27| 26.8| 0.0|STATS |TREES (TREES) 99 2006-05-31 14:33:27| 26.8| 0.0|STATS |============================================================================== 2006-05-31 14:33:27| 26.8| 0.0|STATS |Total Features Written 99 2006-05-31 14:33:27| 26.8| 0.0|STATS |=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- 2006-05-31 14:33:27| 26.8| 0.0|INFORM|Writer closed. 2006-05-31 14:33:27| 26.8| 0.0|INFORM|Reader closed. Join us at the FME Worldwide User Conference Sept. 21-22, 2006 Vancouver BC Canada. For more information, visit www.safe.com/2006uc. Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/fme/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
