route event changes show only with service restart

2909
18
09-19-2013 07:44 AM
by Anonymous User
Not applicable
Original User: jrutkowski

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.

Any suggestions? Thanks!
0 Kudos
18 Replies
by Anonymous User
Not applicable
Original User: matt2222

I had a similar issue.
See if this thread helps you at all.

http://forums.arcgis.com/threads/88873-Dynamic-map-service-not-updating
0 Kudos
JoeRutkowski
Occasional Contributor
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?
0 Kudos
by Anonymous User
Not applicable
Original User: matt2222

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.
0 Kudos
JohnGravois
Frequent Contributor
maybe it would be helpful to post in the ArcGIS Server forum directly?  this doesn't actually appear to by a JS API issue...

that being said, if you are updating a table outside of the ArcGIS world, this KB article might be helpful to check out.

FAQ:  How are updates to event layers handled in ArcGIS Server?
http://support.esri.com/en/knowledgebase/techarticles/detail/34350
0 Kudos
by Anonymous User
Not applicable
Original User: bbieb

Here is the information for ArcGIS Server 10.1.  I've been trying to get Esri to update the article for 10.2 but so far no luck.

http://support.esri.com/cn/knowledgebase/techarticles/detail/25846
0 Kudos
JoeRutkowski
Occasional Contributor
the 10.1 link is down for server maintenance... looks promising though!
0 Kudos
by Anonymous User
Not applicable
Original User: JSkinn3

Hi Joe,

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:

http://support.esri.com/en/knowledgebase/techarticles/detail/34350

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:

HKEY_USERS\.DEFAULT\Software\esri\Server10.1\DynSeg
 
HKEY_CURRENT_USER\Software\ESRI\Server10.1\DynSeg\UseOptimization
0 Kudos
bbieb
by
Occasional Contributor
the 10.1 link is down for server maintenance... looks promising though!


Corrected the link in the post.
brian
brian
0 Kudos
by Anonymous User
Not applicable
Original User: jgravois

@Brian/ et al.,

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.
0 Kudos