Skip to main content
Solved

Trigger FME workspace when ArcSDE is edited by separate system

  • September 7, 2016
  • 2 replies
  • 33 views

Forum|alt.badge.img

I have a feature class stored in an ArcSDE database which is edited by a couple of users via a web application. I want to push this information to a separate postGIS database. It’s important that the new/edited/deleted objects are pushed to the postGIS as quick as possible.

 

So, I’m wondering if it’s possible to do this via FME Server? Are there any features/tools for “listening” to a database, and execute a small workspace each time the database is edited (or something similar)?

Best answer by itay

Hi,

Maybe this serie of articles can help.

https://knowledge.safe.com/articles/806/push-data-out-of-databases-to-fme-server-in-real-t.html

View original
Did this help you find an answer to your question?

2 replies

itay
Supporter
Forum|alt.badge.img+16
  • Supporter
  • Best Answer
  • September 7, 2016

steveatsafe
Safer
Forum|alt.badge.img+12
itay wrote:
Yes... the quickest way would be to use a trigger as indicated by the article Itay has shared. You could have a separate table in the same database that stores any updates history. When an update occurs the trigger fires... pushing to the FME Server and to this history table.

 

As a backup it might make sense for a schedule task that runs in the evening to check that the history table updates were all processed and change a flag in the history table. This would at least catch those times when a network hiccup occurs.

 

 


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings