Question

Smallworld Translator Error: Value ... out of range for field new_key.

  • 7 February 2020
  • 3 replies
  • 3 views

Hi!

I´m trying to load a polygon layer (buildings) from a shapefile to a Smallworld Database and I got the following error message at the end of the process:

“Smallworld Translator Error: Value 5848495342526991361 out of range for field new_key”

I have done this before without any problem.

Can you hlp me, please?

Regards.


3 replies

Userlevel 2
Badge +11

Hi @jalejandroruizc,

I understand that writing to Smallworld can be problematic at times. I believe I've previously got this error when inserting records into Smallworld (fme_db_operation = INSERT) and i've inadvertently provided a value to the primary key field.

If you're inserting, i'd look to see if a value is being passed to the primary key, otherwise, look to see what field type you're dealing with in Smallworld and adjust values accordingly.

Hope this helps.

Thank You very much.

 

Regards.

Hi @milo89:

I Added an AttributeRemover and it works.

Thank You very much.

Reply