|
POST
|
Hello, Is there any way to group all dynamic layers together with filter criteria under one legend item. For example, I have 5 different dynamic services that are poi_1, poi_2,poi_3 and so on. When i consume all 5 , WPF/Silverlight client will display as poi_1, poi_2 etc(with checkboxes to represent group layer) in the legend. Is there any way to group/regroup all 5 services under POI and display all sub-layers from (poi_1,poi_2) under one group called POI? Thanks and Regards, Shailesh Gavathe
... View more
10-31-2012
06:49 AM
|
0
|
1
|
862
|
|
POST
|
Fiddler didn't have any error on tile loading either. I was hoping, it would display error on tile download with httpwebrequest. We are using AGS 10.1 with about 100 some services running on the box. Since ESRI stopped multi-layer caching in AGS 10.1, we had to split our multi-layer cache service into multi cache services. This server is internal not accessible publicly. I will try to get more details on error from event log and arcgis server or iis logs will email you to your email id provided. Thanks and Regards, Shay~
... View more
09-15-2012
06:24 AM
|
0
|
0
|
2099
|
|
POST
|
Thank you, Mike for suggestions. We tried handling error in TileLoaded Event. It did not catch an error at that Event but app still crashed. Could that be related ESRI Tile Download API and WPF Cache? Running Fiddler didn't tell us much either. Thanks and Regards, ~ Shay
... View more
09-13-2012
05:33 AM
|
0
|
0
|
2099
|
|
POST
|
We occassinaly get the following error on WPF Client and it crashes application. We are using ArcGIS Server 10.1 with PNG images as our server tiles from services. Is there any solution to it? Would registry changes in the following link help us or we need to look at ArcGIS Server Tiled Services?? http://swimmingpooldotnet.wordpress.com/2010/08/09/wpf-error-no-imaging-component-suitable-to-complete-this-operation-was-found/ at System.Windows.Media.Imaging.BitmapDecoder.SetupDecoderFromUriOrStream(Uri uri, Stream stream, BitmapCacheOption cacheOption, Guid& clsId, Boolean& isOriginalWritable, Stream& uriStream, UnmanagedMemoryStream& unmanagedMemoryStream, SafeFileHandle& safeFilehandle) at System.Windows.Media.Imaging.BitmapDecoder.CreateFromUriOrStream(Uri baseUri, Uri uri, Stream stream, BitmapCreateOptions createOptions, BitmapCacheOption cacheOption, RequestCachePolicy uriCachePolicy, Boolean insertInDecoderCache) at System.Windows.Media.Imaging.BitmapImage.FinalizeCreation() at System.Windows.Media.Imaging.BitmapImage.EndInit() at ESRI.ArcGIS.Client.TiledLayer.tileLoadCompleted(ImageTileInfo data, Stream imgStream, Exception error) at ESRI.ArcGIS.Client.TiledLayer.client_DownloadDataCompleted(Object sender, DownloadDataCompletedEventArgs e) at System.Net.WebClient.OnDownloadDataCompleted(DownloadDataCompletedEventArgs e) at System.Net.WebClient.DownloadDataOperationCompleted(Object arg) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state) at System.Threading.ExecutionContext.runTryCode(Object userData) at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.Dispatcher.InvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.Run() at System.Windows.Application.RunDispatcher(Object ignore) at System.Windows.Application.RunInternal(Window window) at System.Windows.Application.Run(Window window) at System.Windows.Application.Run() Thanks and Regards, Shay ~
... View more
09-11-2012
11:39 AM
|
0
|
7
|
4960
|
|
POST
|
I was trying to create composite geolocator using ESRI locator services. http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators Is it possible to create composite geolocators using locators hosted at esri servers? Thanks and Regards, Shay~
... View more
08-13-2012
07:18 AM
|
0
|
0
|
419
|
|
POST
|
Hello Joe, Thank you for the response. It definitely helped. We do have two points as you mentioned. Will you be able to elaborate on # 3 please? As we tried to create a locator (from SDE point file) using US street style and having "combinedAddress" as primary address field. But no luck so far. Also, Do all ESRI based Geocode services have [Zip code] a mandatory field? Thanks and Regards, Shay ~ 1: It's one way to do it. I suspect you have two points because one is called Street A & Street B while the other is called Street B & Street A, right? 2: Yes you can use points; look here for a description of what types of locators are used with a specific feature type. Sometimes these single point type of locators are not very forgiving. 3. Personally, I just use a US Streets with alt names for geocoding for intersections. If the propper name is say E COCHMAN AVE and S POPPY ST, you need to have alias names that allow it to match with just Cochman & Poppy. You can also add your preffered intersection connectors: I like &, and, @.... Hope this helps
... View more
08-01-2012
04:10 PM
|
0
|
0
|
2146
|
|
POST
|
Hello , We were trying to set up a geocoder for intersecting streets. We took the intersecting points from street file, which has the information to set up geocoder. Then we dissolved all points to get 2 points per intersection. We then combined street names like "COUCHMAN AVE & POPPY ST" into addressCombined (new field) to bring all intersecting street field to search upon? Questions are - 1. Is this a right way to set up geocode service for intersections? 2. Can point file work to set up geocode for intersections and what Locator Style, i will have to use? 3. Can geocode for intersection work just on input as "COUCHMAN & POPPY" or it needs Zipcode or City also? Thanks and Regards, Shay ~
... View more
08-01-2012
08:09 AM
|
0
|
12
|
4886
|
|
POST
|
Hi Mike, Thank you for the response. Is there an option with ArcGIS 10 to create Tile Package? Thanks and Regards, Shay
... View more
07-19-2012
06:54 AM
|
0
|
0
|
585
|
|
POST
|
Hi There, We have a standalone WPF app that is using ESRI Cache maps. We wanted to share caches across multiple map windows. Is there any way to share the Cache across multiple map windows? On the documentation for Mobile Apps it says ITileCache can be persistent across applications. PersistCacheAcrossSessions Indicates whether the cache is destroyed after the application exits. Use this for layers that doesn't allow persisting the data. Would be nice to have a flag on ArcGISTiledMapServiceLayer , so it can be persistent across applications. How does the tile cache layer for WPF API works as mentioned in the link below? Could that be leveraged to share cache afters its done downloaded? http://www.arcgis.com/home/item.html?id=04f934a3a2d4483bb3126c199d6ed077 Thanks in advance, Shay
... View more
07-18-2012
01:45 PM
|
0
|
2
|
685
|
|
POST
|
Thank you Richard. We will use ArcGIS Server for it then.
... View more
04-25-2012
05:43 PM
|
0
|
0
|
511
|
|
POST
|
We are working with ESRI Tech support and we are getting closed to resolving the issue that we have seen so far. I will send the documentation as soon as i put them together, so it may help others. Thanks and Regards, Shay ....
... View more
04-24-2012
04:31 PM
|
0
|
0
|
2186
|
|
POST
|
I saw following ESRI Technical guide on Windows service and use of ArcObjects. http://support.esri.com/en/knowledgebase/techarticles/detail/29473 We are using MapObjects in windows service and it seems to be working flawless in terms of data updates to SDE. We wanted to migrate it to ArcObjects. What will be the best option to use ArcObjects in our Windows Service? Any input will be appreciated. Thanks and Regards, Shay ....
... View more
04-24-2012
04:24 PM
|
0
|
2
|
655
|
|
POST
|
Hi Fernando, I have a similar situation. What format does ArcMap wants in the attribute for RGB to color polygon based upon the value. I found one macro script that does change it dynamically, but i wanted to publish the map to ArcGIS Server and do the dynamic rendering. I have 3 fields RED, BLUE , GREEN in the shapefile and i have assigned default value 255 0 0 respectively. The color should be RED. Can someone help on How to achieve it using ArcMap->Layer -> Properties ->Symbology, please? I have attached a screenshot of layer properties. Hi Fernando, I have a similar situation to you, where I have published a dynamic map service based on a database table that gets updated by an external piece of software. When the attribute that the symbology is based on changes, the mapservice automatically updates. As long as the value that is in the field that defines the symbology is valid for that symbology. Example: COLOUR: 1 = RED, 2 = BLUE, 3 = GREEN Field value is 1 the point is displayed as red. The value gets updated to 3 and the point changes colour to green. If the value gets changed to 4, and this isn't defined in the symbology, then the point will display with whatever you have as <all other values> One useful tip is to set the "autorefresh" attribute in the layer tag in the config.xml for your flex viewer, so when the attribute updates it is automatically changed in your flex app. Cheers, Marc
... View more
04-11-2012
01:02 PM
|
0
|
0
|
670
|
|
POST
|
Thank You all for the suggestions. We have all direct connections. I do have a TCPKEEPALIVE param to TRUE for each service. I did not see any error in ArcSDE or SQL server logs. We have trace enabled at lower lever as you mentioned. Interestingly the error, i am seeing is in ArcGIS Server Logs and its very intermittent (most of the time, it happens after SQL server DB backup nightly jobs). Will keep you posted more ... Thanks, Shay ...
... View more
03-05-2012
03:23 PM
|
0
|
0
|
2186
|
|
POST
|
We are seeing the error sometimes in ArcGIS Server Logs, where we have REST services published. SDE Lost connection : Underlying DBMS error (-51) Underlying DBMS error [Microsoft SQL Server Native Client] This our environment : ESRI ArcGIS Server 9.3 ESRI ArcGIS Desktop 9.3 ESRI ArcSDE 9.3 SQL Server 2005 SP4. We have versioned GDB. The database has many insert/update/delete operation per each spatial table. I read somewhere on ESRI forum that ArcSDE 9.3 is recommended with SQL Server 2005 SP2 level and ours is SP4. Any insight will be appreciated. Thanks, SG.
... View more
02-29-2012
03:03 PM
|
0
|
7
|
6335
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-17-2025 07:12 AM | |
| 1 | 08-25-2023 12:14 PM | |
| 1 | 06-05-2023 07:19 AM | |
| 1 | 08-01-2022 10:50 AM | |
| 1 | 06-04-2015 12:29 PM |
| Online Status |
Offline
|
| Date Last Visited |
08-26-2025
01:18 PM
|