ThinkGeo.com    |     Documentation    |     Premium Support

Updating Shape files

 Hi,


We have two components in our system


1. The web page (opens all the shape files in Read-Only mode)


2. A background service that updates the shape files (opens all shapfiles, shapefeaturesource in ReadWrite mode)


The background service constantly updates the underlying shapefiles used by the web page. The web page in many instance tries to open and close the shapefiles for various purpose. In this case what we find is that whenever the web component opens the file (read only) the service component is throwing an error when it tries to open the same shape file at the same time.


How to avoid this conflict?


Appreciate your help.


Thanks



Satish, 
  
 Welcome to use MapSuite. This problem is because the Overlay draws, it will open all layers in it, and your background layer is ReadWrite Mode, so it failed. To solve this problem, you can try to use two different overlay. 
  
 Any more questions please feel free to let me know. 
  
 Thanks, 
  
 Gary