Hi everyone,
I'm new to Smallworld and FME working together. The only thing I'd like to achieve to update one attribute, not the geometry. I set fme_db_operation = UPDATE and I didn't give any geometry information. After running workspace i could see a few records being updated but translation failed with this message:
Number of Features: 1
Connecting to Smallworld on localhost:30000 using service FMENOFACTORY
Table: 'gis.point_of_interest'
NumberOfAttributes: 16
Processing a point
Error running translation.
Do you have any idea why this happens?
Many thanks

 If you don't want to update the geometry, you will need to set this to no. Even though you removed the geometry, your still telling the writer to update a point feature with a null geometry. This could be the cause of the issue
If you don't want to update the geometry, you will need to set this to no. Even though you removed the geometry, your still telling the writer to update a point feature with a null geometry. This could be the cause of the issue