This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Automate the SYNC-IN from modelbuilder in ArcGIS

Hello,

I sync WaterGEMS and SewerGEMS with a GIS with modelbuilder.

In ArcGIS (10.6.0.831), using the Bentley WaterGEMS (10.01.01.04) (64) V8I ModelBuilder i can transfert the data from the MDB DB (OLEDB personal geodatabase connected to WaterGEMS ) into the ESRI File Geodatabase through the SYNC-OUT using the "Label" as a key in SQLServer. 

Its work well, but i would like to know if its possible to automate the 'Sync-IN' with a periodic execution e.g with python or ArcPy ? 

Parents Reply Children
  • In ArcGIS (10.6.0.831), using the Bentley WaterGEMS (10.01.01.04) (64) V8I ModelBuilder i can transfert the data from the MDB DB (OLEDB personal geodatabase connected to WaterGEMS ) into the GIS *ESRI File Geodatabase through) the SYNC-OUT tool in ModelBuilder using the "Label" as a key in SQLServer. 

    Its work well, but i would like to know if its possible to automate the 'Sync-IN' and the ‘Sync-OUT’ with a periodic execution e.g with python or ArcPy ? 

    From what i read (thanks for the documentation) ;

    As of May, 2018, this feature only supports importing data (the equivalent of "Build model" (Sync in to model) in ModelBuilder). Sync out (export to an external file/database) is not yet supported.

     

    Its supported for the SYNC-IN only.

     

    So ;

    What kind of information are you trying to update periodically?

     


    The type of synchronization to implanted is bidirectional. The model (WaterGEMS & SewerGEMS) will be the data master (SYNC-OUT) but some element status will also be updated (SYNC-IN) with GIS applications. Finally, to make this procedure efficient, it would be nice to execute the CMD like the sync-in function on a periodic basis and on demand.

  • Some news in terms of ; 

    As of May, 2018, this feature only supports importing data (the equivalent of "Build model" (Sync in to model) in ModelBuilder). Sync out (export to an external file/database) is not yet supported.

     The idea is actually to write a script to automate the processing (SYNC-OUT)  it would be more robust and efficient than a manual execution.

    ??