|
POST
|
Let me preface this with the fact that I am not a GIS Developer, more of a GIS Analyst with minimal programming experience. I have around 150 rasters to publish that will be used in a web map. Running Federated ArcGIS Enterprise 107 and Image Server 107. I am trying to publish these rasters so they work with an existing web map using arcgis jsapi 4. Rather than publishing 150 individual services, I have published a mosaic dataset as a single service to my Image Server. How can I access each raster programmatically? In ArcCatalog I can query/select rasters in a mosaic dataset by it's Name - trying to replicate this in the js api. Are there any examples out there? I would like to access individual rasters using a unique url. Thanks!
... View more
10-30-2020
11:26 AM
|
0
|
3
|
2359
|
|
POST
|
Hello Calvin! Thanks for getting back to me. I actually somewhat figured this out using Imagery Layers in Portal. I added my raster folder as a registered data store with my Image Server. Then followed this doc to batch publish each raster as a sperate image service: Create imagery layers—Portal for ArcGIS | Documentation for ArcGIS Enterprise To actually get this to work, I had to convert my rasters from GRID format to Geotiffs so that Portal would interpret each raster as 1 file. I'm trying to test both publishing a mosaic and image collection outlined in step 1 The process ends up erroring out, I get a red X Any ideas?
... View more
09-03-2020
10:54 AM
|
0
|
0
|
1597
|
|
POST
|
I would check the feature service properties and make sure 'Allow Geometry Updates' is checked for the service.
... View more
08-28-2020
02:38 PM
|
0
|
0
|
1007
|
|
POST
|
Is it possible to batch publish Rasters to 10.7.1 Image Server? I am running a federated Enterprise 10.7.1 deployment including Image Server 10.7.1. I have around 50 rasters stored in a single folder. I've added this folder to Portal as a Data Store item, during that process I validated the folder location with my GIS and Image Server. I'm not seeing an option for Create Layers to publish all the rasters at once. I've also tried putting my rasters in an SQL Server 19 Enterprise GDB and adding that as a Data Store Item. I see the 'Create Layers' option but cannot publish to Image Server or my GIS Server. I guess it's trying to publish Map and Feature services rather than Image Services. Any ideas what to do here or this can be done? Thanks
... View more
08-25-2020
12:51 PM
|
0
|
2
|
1665
|
|
POST
|
Thanks for the reply! So to clarify on your first point, Only us (the host portal) will be able to make edits on the original feature layer correct? If send and receive is enabled, will they be prompted for a login for our Portal? I see what you're saying about exporting and making edits. We were intending on using the original feature layer in various web apps/apps so this may not work for us. Thanks
... View more
07-07-2020
06:08 AM
|
0
|
0
|
1402
|
|
POST
|
Hi Rachel! We now have an instance where the client has their own instance of Portal set up. I posted a question about this but maybe you could answer? https://community.esri.com/thread/255767-is-distributed-collaboration-the-correct-workflow-for-external-access-to-services
... View more
07-03-2020
08:32 AM
|
0
|
0
|
2287
|
|
POST
|
Derek Law Any ideas? Sorry for calling you out so frequently! You seem to have all the answers or can point me to someone that does.
... View more
07-01-2020
09:58 AM
|
0
|
0
|
1402
|
|
POST
|
We have a 10.7 Federated Environment set up. We are looking for a way to publish feature services and have an external client edit those services. Right now the data is in a SQL Server 17 database and our Portal uses Windows Active Directory as our Identity Store. Our client has an instance of Portal set up and we are trying to avoid creating an External Window Active Directory account for them if possible. If we use Distributed Collaboration, can they access and edit the services without needing a login account for our Portal? Thanks Tiger
... View more
06-29-2020
06:54 AM
|
0
|
3
|
1543
|
|
POST
|
I am using the GP service endpoint in Web App Builder Dev Edition. Web App Builder is pulling maps from our Enterprise Portal, so no worries about credits. Thanks for your input will see if I can figure that out! Thanks
... View more
06-25-2020
05:52 AM
|
0
|
0
|
5274
|
|
POST
|
Yes, tried that but unfortunately that wont work for us. This webmap will be used by external clients so we don't want to point them our GIS Portal. Using the Extract Data GP Service, when they execute the widget, it will automatically download a zip file.
... View more
06-24-2020
06:42 AM
|
0
|
2
|
5274
|
|
POST
|
I've created a Geoprocessing Service using the Extract Data Task: Extract Data Task—Help | Documentation I ran the tool successfully and published the tool to our ArcGIS Enterprise 10.7.1 environment. I've added a GP Widget to my Web AppBuilder App (using Developer Edition) and pointed it to the Extract Data GP Service. I would like to have the widget automatically download the entirety of the selected layers, rather that the user draw a bounding box or use the map extent. The user should select which layers they want to download and it will download the full extent of each layer. Currently these are my options: Is there an existing widget with this functionality? Or is this creeping into custom development territory?
... View more
06-23-2020
07:57 PM
|
0
|
5
|
5518
|
|
POST
|
Yes permissions are granted to the Feature dataset to the user that is experience this issue. Dataset was versioned after creating topology. We tested with the Default and Child versions with the same error. I will double check to make sure no one else is working with the Topology at the same time but my guess would be no. It's only me and the user experiencing this issue that are working in this geodatabase.
... View more
06-18-2020
07:28 AM
|
0
|
1
|
1472
|
|
POST
|
We have an SDE on SQL Server 17. A user is connecting to the database via OS Authentication using ArcMap 10.7. For them, as they validate topology, the extent at which the validation works is becoming smaller and smaller. At first the validation works at all scales but at some point they are unable to validate at full extent. They are able to edit and save edits on the feature classes for which they are validating topology so it doesn't seem like this is truly a permissions issue. Any ideas? Update: So we tested using a database connection to the SDE (that is using the SDE account rather than OS). Things are working correctly now. Confirmed that data was loaded and topology was created using the database connection. Is there a Topology table, or something like that, where we need to apply the correct permissions?
... View more
06-17-2020
08:04 AM
|
0
|
3
|
1540
|
|
POST
|
Robert, that's a good point. In this case this would only be for the Legend, LayerList, and Basemap gallary. I'm using the Launchpad theme. Widgets are stored in the Anchor Bar Controller.
... View more
06-17-2020
06:28 AM
|
0
|
1
|
2313
|
|
POST
|
Using Web App Builder Developer Edition. I have a web map that is using the out of the box Basemap, Layer List, and Legend Widget. Users are requesting that the widgets close when clicked off the widget, for example, on the map. I've seen this sample on how to close widgets programmatically but I'm not sure where to implement this code for each widget. Also, where can I find the widgetID? I'm a novice with JavaScript and just starting to use WAB so any help is appreciated! Close the widget programmatically—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers Thanks, Tiger
... View more
06-16-2020
08:42 PM
|
0
|
3
|
2477
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 07-16-2022 08:54 AM | |
| 1 | 11-09-2021 04:14 PM | |
| 1 | 04-13-2022 08:10 AM | |
| 1 | 11-13-2024 05:02 PM | |
| 1 | 05-06-2021 06:48 PM |
| Online Status |
Offline
|
| Date Last Visited |
Thursday
|