Skip to main content
Question

Feature reader still read old data

  • February 13, 2019
  • 4 replies
  • 63 views

boubcher
Contributor
Forum|alt.badge.img+11

I am 2 feature reader in My WS , to read a PostGIS DB , we update the data in post GIS but when we inspect the featured reader it still sees the old data.

we did a test in a new workspace and its working fine.

is there any setting we need to handle

Thanks

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

4 replies

david_r
Celebrity
  • 8391 replies
  • February 13, 2019

First try restarting FME to make sure the issue isn't connected to pending transactions or something similar.

Then check the connection settings in the FeatureReader, it could be that they're pointing to a database instance containing the old data.


redgeographics
Celebrity
Forum|alt.badge.img+59
  • Celebrity
  • 3697 replies
  • February 13, 2019

Could you please clarify: in a single workspace you read data from PostGIS, update it, write it back and then read it again?

Possibly the database hasn't finished writing yet when you're reading it again. As far as FME is concerned as soon as it hands a feature to the database it's done with it and moves on to the next task.


boubcher
Contributor
Forum|alt.badge.img+11
  • Author
  • Contributor
  • 212 replies
  • February 13, 2019

@david_r

Hello David

I did restart FME and delete all features reader and create a new one but still, the read the old data

I checked with the database, and the data is really updated

why feature reader has not seen the new update in this workspace and he can see it in another workspace, No idea??

 


david_r
Celebrity
  • 8391 replies
  • February 13, 2019

@david_r

Hello David

I did restart FME and delete all features reader and create a new one but still, the read the old data

I checked with the database, and the data is really updated

why feature reader has not seen the new update in this workspace and he can see it in another workspace, No idea??

 

I would be very surprised if this was an issue with the FeatureReader. Something else is going on...