Skip to main content

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

Does the smallworld writer have this field?

 

imageIf 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


Thank you for your answer.

 

My problem is that with Smallworld writer I don't have such options to set these things like I had with Oracle spatial. I only can give server name, port and alternative to use.


Thank you for your answer.

 

My problem is that with Smallworld writer I don't have such options to set these things like I had with Oracle spatial. I only can give server name, port and alternative to use.

Unfortunately I don't have access to any smallworld environments to explore other options. It's probably best to reach out to support regarding this


Reply