I have a feature layer which is a route event. When the table is updated with the TO and FROM values and so on, the new route will not show in the map until I restart the service.
I am using and SDE table in SQL Server... I am trying to allow the user to edit the table via the application. It is something i have done in the past with XY point events, but it seems route events require the editing to be done via ArcMap editing rather than straight SQL inserts. How are you editing your data?
We have an application that pushes mile marker points and other data into a SQL database. Then every 5 minutes we have a python script that takes that data, dynsegs it and appends it to a feature class in a FGDB.
I ran into a similar issue working with a customer. Along with the KB article that Brad mentioned, I also had to run through the steps in the following KB article:
The KB article does not mention this, but at 10.1 you will also need to set the 'UseOptimization' DWORD decimal value to 0, under the DynSeg key for the Server10.1 folder:
i would assume that the 10.1 article (in tandem with the information provided by Jake) would result in desirable behavior in 10.2 as well, because the root architecture is the same as 10.1.