POST
|
Thank you. I was under the impression that I could only license the server as image server OR use the regular server license. I was able to provision it to both and it seems to be working just fine now.
... View more
3 weeks ago
|
1
|
1
|
297
|
POST
|
1. The ratsers are stored in a network drive that is referenced folder in the ArcGIS Datastore. 2. Not feeding an image service yet. I am just created it and started to load ratsers into it. 3. I only used the SQL Server because almost everything I do is in SQL Server. Only use FGDB for personal projects that will not be shared enterprise wide.
... View more
3 weeks ago
|
0
|
0
|
51
|
POST
|
I am having a real problem trying to publish my own basemap with high resolution imagery. I have two Federated servers. One is the hosting server and the portal. The other is the imagery server. Both are running 11.5. I have a mosaicked dataset that is high resolution that I would like to place behind my base layers. When I place a group layer of all the images, and publish to the server it works, but the performace is not great, and I cannot get the print widget in the maps to work unless I change basemaps. But when I place the mosaicked dataset behind the base layers and attempt to publish to the hosting server, I get an error the following error: When I change the server to the image server, I get the following messages: So the one layer with imagery would not publish to the hosting server, and all the other layers would not publish to the image server.
... View more
3 weeks ago
|
0
|
3
|
333
|
POST
|
I have just created a mosaic dataset in a SQL Server Database. When I attempt to add rasters to the Mosaic Dataset it fails. The rasters are 4 band aerial imagery. These are the messages for the process: 2025-09-12T11:12:57.960: Loading raster datasets 2025-09-12T11:12:58.682: Completed crawling 680 data source items. Added 680 mosaic dataset items. 2025-09-12T11:12:58.704: Synchronizing crawled data source items 2025-09-12T11:12:58.755: Synchronizing items associated with raster type instance 'Raster Dataset' [ID: 4]. 2025-09-12T11:12:58.769: Distributing mosaic dataset operation across 24 parallel instances on the specified host: [C39ITSUPPORT-25]. 2025-09-12T11:13:39.955: Error: 80048178: Cannot synchronize mosaic dataset items associated with the specified raster type instance. [Name: Raster Dataset; Instance ID: 4] 2025-09-12T11:13:39.957: Error: 80040213: Class not registered 2025-09-12T11:13:39.980: Removing invalid mosaic dataset items 2025-09-12T11:13:40.048: Removing unreferenced raster type and overview instances 2025-09-12T11:13:40.083: Removed 187 mosaic dataset items and 0 unreferenced raster type instances. 2025-09-12T11:13:40.227: Completed synchronization: 437 items selected, 0 items synchronized. For reference, I have two federated servers. One is the hosting server and has portal on it, and the second is the Raster Analysis Server. See below: Thanks in advance for any assistance you can provide.
... View more
3 weeks ago
|
0
|
2
|
271
|
POST
|
After creating an Experience Builder Application to replace our Web AppBuilder Application, I was stuck for a very long time trying to get a URL Parameter string to select a parcel and zoom to it, I was finally able to get in touch with someone at ESRI that could help me to figure it out. It only took about 5 minutes and my problem was solved. In order to help you to avoid this lengthy frustration over creating a query with URL Parameters, I decided to create a video to share this trick.
... View more
08-21-2025
06:58 AM
|
5
|
0
|
205
|
POST
|
Thanks for the code. It did not all work, but it got me on the right track and I was able to complete the task. Here is the code as I modified it: import arcpy with arcpy.da.SearchCursor("GEO.Section_Control_Points", ["Picture", "GLOBALID@"]) as cursor: for row in cursor: raster_object = row[0] global_id = row[1] output_image = arcpy.os.path.join(r"C:\\tempoutput\\", f"raster_{global_id}.tif") if raster_object is not None: raster_object.save(output_image) arcpy.AddMessage(f"Exported raster from GLOBALID {global_id} to {output_image}") else: arcpy.AddMessage(f"No raster found for GLOBALID {global_id}") The code allowed me to create a folder with all the attachments, but I could not get the code to add the rasters as attachments to work, but I was able to manually use the geoprocessing tool "Generate Attachment Table" like this: and then the "Add Attachments" tool, like this: It all worked! Thanks.
... View more
07-31-2025
08:01 AM
|
0
|
0
|
783
|
POST
|
I have a geodatabase feauture class that we have been using for years. We used to collect an image into a raster field for each feature in the Enterprise Geodatabase (SQL Server). With our new field maps collecton process I cannot figure out how to collect into the raster field, so we have enabled attachments. I would like to now move any existing pictures from the raster field into an attachment. Here is an example: I need guidance/advice! Matt Syvertson
... View more
07-25-2025
09:32 AM
|
0
|
3
|
845
|
POST
|
When I click on your link I do not see a bug, so it must not be publicly viewable. In your screen shot it shows "in review" even though the bug is from February. Also, I notice that the "alternate solution" is listed. Did that alternate work for your situation, because it did not make any difference in my situation.
... View more
05-12-2025
07:12 AM
|
0
|
0
|
442
|
POST
|
I am not finding any references to this bug. Could you please include a link to this bug, so I can see if it is relevant or any workarounds?
... View more
05-07-2025
07:50 AM
|
0
|
0
|
541
|
POST
|
Can you include a hyperlink to this bug? I can't seem to find it. I would like to see if it describes what is going on and any workarounds?
... View more
05-07-2025
07:36 AM
|
0
|
1
|
548
|
POST
|
Hello everyone. I am attempting to create a buffer widget. It seems fairly easy in the online demos that I have seen, but I am running into a problem getting it to work with my parcel layer. I have attached a video where I create two widgets in an identical fashion, one to query for address points within a one mile buffer and the other to query for parcels within 1 mile. The address point query works and the parcel query does not. Please watch the short video and let me know what could be the issue. Environment: ArcGIS Enterprise 11.4
... View more
05-07-2025
06:57 AM
|
0
|
6
|
575
|
POST
|
I would like to have a query widget zoom to a parcel on selection, but to use a zoom level that is defined in an attribute table. The reason is so that very small parcels in the city do not have the same zoom level as a quarter of land in the rural areas. We had this set up in the past, but trying to rebuild things in experience builder is very challenging.
... View more
04-15-2025
03:03 PM
|
0
|
2
|
334
|
IDEA
|
If you click on the first icon below the direction box (the one without red dots on the line) it will create a polyline instead of a two point line.
... View more
09-19-2024
06:02 AM
|
0
|
0
|
759
|
IDEA
|
Yes. Yes. YES! This is definitely a needed enhancement. I hope this is adopted very soon!
... View more
08-28-2024
12:48 PM
|
0
|
0
|
1436
|
Title | Kudos | Posted |
---|---|---|
1 | 3 weeks ago | |
5 | 08-21-2025 06:58 AM | |
1 | 12-09-2021 06:38 AM | |
1 | 08-23-2024 02:11 PM | |
1 | 08-23-2024 07:53 AM |
Online Status |
Offline
|
Date Last Visited |
3 weeks ago
|