MS SQL Server Writer: A feature has arrived with 'fme_feature_type' of dbo.T_Inspector, but the feature type is not recognized. Halting translation
The destination is MS SQL Server 2012 table. Not spatial at all. Here are the lines from the log (I've removed my usernames and server names for confidentiality).
2015-11-05 10:03:57| 1.6| 0.1|INFORM|FME Configuration: Named Connection Storage: 'G:\\MIS\\FME\\named_connection_files'
2015-11-05 10:03:57| 1.6| 0.0|INFORM|FME Configuration: Using Named Connection values from 'username/tamis_lookup' for MSSQL_ADO_1
2015-11-05 10:03:57| 1.6| 0.0|INFORM|Creating writer for format: Microsoft SQL Server Non-spatial
2015-11-05 10:03:59| 1.7| 0.0|INFORM|Trying to find a DYNAMIC plugin for writer named `MSSQL_ADO'
2015-11-05 10:03:59| 1.7| 0.0|INFORM|Loaded module 'MSSQL_ADO' from file 'C:\\Program Files\\FME2015\\plugins/FME_ADO.dll'
2015-11-05 10:03:59| 1.7| 0.0|INFORM|FME API version of module 'MSSQL_ADO' matches current internal version (3.7 20150407)
2015-11-05 10:03:59| 1.7| 0.0|INFORM|FME Configuration: No destination coordinate system set
2015-11-05 10:03:59| 1.7| 0.0|INFORM|FME API version of module 'MSSQL_ADO' matches current internal version (3.7 20150407)
2015-11-05 10:03:59| 1.7| 0.0|INFORM|Writer `MSSQL_ADO_1' of type `MSSQL_ADO' using group definition keyword `MSSQL_ADO_DEF'
2015-11-05 10:03:59| 1.7| 0.0|INFORM|FME API version of module 'MSSQL_ADO' matches current internal version (3.7 20150407)
2015-11-05 10:03:59| 1.7| 0.0|INFORM|MS SQL Server Writer: Opening `tamis_lookup' for write operation
2015-11-05 10:03:59| 1.7| 0.0|INFORM|MS SQL Server Writer: Read 0 DEF line(s). Found 0 attribute(s)
2015-11-05 10:04:00| 1.7| 0.0|ERROR |MS SQL Server Writer: A feature has arrived with 'fme_feature_type' of dbo.T_Inspector, but the feature type is not recognized. Halting translation
2015-11-05 10:04:00| 1.7| 0.0|ERROR |A fatal error has occurred. Check the logfile above for details
2015-11-05 10:04:00| 1.7| 0.0|ERROR |A fatal error has occurred. Check the logfile above for details
2015-11-05 10:04:00| 1.7| 0.0|WARN |MS SQL Server Writer: Aborting write operation
2015-11-05 10:04:00| 1.7| 0.0|WARN |MS SQL Server Writer: Translation aborted -- rerun specifying "MS SQL Server Writer_START_TRANSACTION 0"
2015-11-05 10:04:01| 1.7| 0.0|INFORM|MS SQL Server Writer: Closing `tamis_lookup' . Write operation complete
What could cause this error? The table DOES exist and the ID I'm using has db_datareader, db_datawriter roles assigned to it for the database.
I'm using FME 2015.1.1 64-bit.
Sarah