|
POST
|
@AbiDhakal at this point, it appears it is something that needs to be handled by Esri Support. I think I saw you opened an incident. If it turns out to be a bug, it will to our way and we will fix that as soon as we can. thank for reporting this issue.
... View more
11-16-2023
11:21 AM
|
0
|
0
|
6419
|
|
POST
|
@AbiDhakal as you know print service is powered by an arcpy script. It looks like somehow that script got modified and it is passing one additional parameter to the ConvertWebMapToArcGISProject() function. please look at the script behind and see my note above helps. Sorry for the inconvenience
... View more
11-14-2023
05:24 PM
|
0
|
0
|
6448
|
|
POST
|
@CameronLacelle is your print service's Execution Mode Sync or Async? If it is set to Async, change it to Sync and then try from Experience Builder.
... View more
11-13-2023
10:30 AM
|
0
|
1
|
3905
|
|
POST
|
for some reasons, the link took me to some other post not the article. Anyways, I'm glad it works for you now! Unfortunately for now you need to use arcpy based custom print service (the one that comes with Pro won't help). That will change (fingers crossed) started 11.2 where we will start rolling out capabilities that will allow you achieve your workflow w/o writing arcpy based custom solution. It will be the first cut and only with the support in the core print service and in js api level. It will take a couple of releases before it gets fully supported in web client apps. 🤞
... View more
11-09-2023
09:23 AM
|
1
|
0
|
3643
|
|
POST
|
Thanks @AlizaNaz for providing additional info. Just a quick clarification -- Map image layer (aka map service) doesn't necessarily mean 'cached/tiled map service'. There are two types of map services: Dynamic map service (that is the default one) as the name says, data don't get cached; it always gives you back the latest data Cached/Tile map service
... View more
11-08-2023
05:23 PM
|
1
|
0
|
8512
|
|
POST
|
@AnninaRupe1 We have an article on this here: https://community.esri.com/t5/arcgis-enterprise-documents/print-dynamic-text-from-a-web-application/ta-p/1010018 please read it and give this a try, and let me know if you run into issues. This requires you to write a custom arcpy based print service.
... View more
11-08-2023
05:14 PM
|
0
|
0
|
3656
|
|
POST
|
@jdelabrgc Just like Josh says above I can't say for sure if Map Viewer allows that that kind of filter. I just wanted to add a note about map service capability in case that help you or someone who lands on this post in the future. Map service allows you to set spatial filter and clipping. If you want you can have a SOI that will set the filter on the server side (or in your Map Viewer using the Custom Parameters) that will limit drawing within that extent... basically users won't see anything outside of the spatial filter you set. Also with SOI, you can set different filters based on user account. https://developers.arcgis.com/rest/services-reference/enterprise/export-map.htm
... View more
11-07-2023
02:52 PM
|
1
|
0
|
1319
|
|
IDEA
|
Thanks @MizukiKayano2 for letting us know. We hope to have it looked at this soon.
... View more
11-07-2023
09:44 AM
|
0
|
0
|
2467
|
|
IDEA
|
@JFr87 Thanks for reporting this. It appears to be a bug as of now to us. We are investigating this and get back here with updates when we find more.
... View more
11-01-2023
04:49 PM
|
0
|
0
|
3182
|
|
POST
|
thanks @KevinFowler3 I will forward your findings to the relevant team. Is it okay for you to reach out to Esri Support and log a bug?
... View more
10-19-2023
08:31 AM
|
0
|
1
|
4384
|
|
POST
|
@AdmirSerifi for export operation, please use `layerParameterValues` parameter. Pls see the help here: https://developers.arcgis.com/rest/services-reference/enterprise/export-map.htm for query operations, use `parameterValues` parameter. Pls see the help here: https://developers.arcgis.com/rest/services-reference/enterprise/query-map-service-layer-.htm when you are constructing a feature layer in your js api code, you are right you need to use `customParameters` but you need to formulate it correctly. In your case, it should be something like customParameters: {
parameterValues: { netGroupId: 1 }
}
... View more
10-16-2023
02:42 PM
|
1
|
0
|
1406
|
|
POST
|
@KevinFowler3 If you are trying to move a feature layer, that is not part of a map service inside a map image layer, then that is not supported. Layers must be part of a map service to begin with - then when you add that to a web map, it becomes what we call map image layer -- at that point you should be able to move layer's position within that map image layer. that said, I see an issue (maybe that is what you are talking about) where when a layer (inside a group layer within a map image layer) can't be moved out of that group layer. I will forward this issue to the relevant team.
... View more
10-16-2023
02:32 PM
|
0
|
1
|
4402
|
|
POST
|
hi @KevinFowler3 It worked for me when I tried. Pls see below. By any chance do you have symbol layer drawing enabled at your group layer level? Thanks map_image_layer_grouplayer_shuffle_order.gif
... View more
10-12-2023
04:24 PM
|
0
|
0
|
4440
|
|
POST
|
@IntelliVietnam did you happen to have a latest 10.9.1 patch installed? Unfortunately this bug got introduced accidentally in that 10.9.1 patch. We apologies for that. We are planning to address this. Meantime please reach out to your account manager.
... View more
10-11-2023
09:57 AM
|
0
|
0
|
931
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 04:42 PM | |
| 2 | 05-11-2026 04:59 PM | |
| 1 | 04-16-2026 01:37 PM | |
| 1 | 03-06-2026 04:33 PM | |
| 1 | 03-05-2026 03:22 PM |
| Online Status |
Offline
|
| Date Last Visited |
Wednesday
|