|
POST
|
@yockee I'd strongly recommend you to reach out to Esri Support to help you with this. I can't agree more to what @RyanUthoff said -- without knowing your environment etc., trying to troubleshoot be like shooting dart in the dark. Support analysts are equipped with tools needed to help you. Thank you.
... View more
08-05-2025
10:39 AM
|
0
|
0
|
1355
|
|
IDEA
|
@Yanin would you mind provide some screenshots/sample data to help us understand this issue? That said, please note as of ArcGIS Pro 3.5, while working directly with datasets (e.g. file gdb, enterprise databases etc.), date/time values don't get transformed to UTC, instead they are passing in 'un-timezone-aware' way (aka AS-IS). It is only when you are using map or feature services, values get transformed to UTC. But you can overcome that by setting the Preferred Time Zone in your service. Please see this blog post for more info: https://www.esri.com/arcgis-blog/products/arcgis-pro/mapping/working-with-agol-feature-services-date-time-attributes-in-non-utc-time-zone-in-arcgis-pro-2-7
... View more
08-01-2025
12:12 PM
|
0
|
0
|
379
|
|
IDEA
|
08-01-2025
11:34 AM
|
0
|
0
|
590
|
|
POST
|
currently AGOL premium print service is in beta and is not supported by ExB print widget. what @VenkataKondepati & @MichaelVolz suggested are true too. Please note, when you use your enterprise print service to use a portal item as 'layout template', that portal item must be in the portal that your server (hosting print service) is federated to. You can't have your portal item uploaded to agol and use that with your enterprise print service.
... View more
07-30-2025
01:43 PM
|
1
|
0
|
689
|
|
POST
|
@DHighness if I may, why do you need to enable Feature Access off map services when data are stored in file gdbs? Do you have any editing workflow that would require enabling Feature Access?
... View more
07-03-2025
02:56 PM
|
0
|
2
|
1273
|
|
POST
|
@OmolaraKareem The error in your server log basically means that the print service doesn't have access to your services. One easy way to find that is to do this: log on to your machine running the print service as ArcGIS Server Account (aka SOC user) open a web browser try to access your feature service from the browser.
... View more
07-02-2025
11:07 AM
|
1
|
0
|
2418
|
|
IDEA
|
just an FYI. As a workaround for now, you can add a button to the context menu on the Contents pane. Please see the help here: https://github.com/Esri/arcgis-pro-sdk/wiki/ProSnippets-DAML#menu-insert-a-new-button-to-the-map-content-context-menu for how to customize the map context menu here is the code that needs to be in the code behind. private void ExpandedEverything(Map map, bool expand)
{
var layers = map?.GetLayersAsFlattenedList() ?? new List<Layer>();
foreach (var layer in layers) layer.SetExpanded(true);
}
QueuedTask.Run(()=> ExpandEverything(MapView.Active.Map, true));//expand
//QueuedTask.Run(()=> ExpandEverything(MapView.Active.Map, false));//collapse
... View more
06-02-2025
02:00 PM
|
0
|
0
|
2667
|
|
POST
|
@SanchezNuñez Adding a reference to another discussion on same/similar topic. I hope if this might help https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-definition-query-to-select-a-group-of/m-p/1300418
... View more
05-27-2025
01:37 PM
|
0
|
0
|
1052
|
|
POST
|
@User35487 if you look at the layer resources, you will find those information inside relationships array. here is an example: https://sampleserver6.arcgisonline.com/arcgis/rest/services/ServiceRequest/MapServer/0?f=pjson hope this helps
... View more
05-27-2025
12:38 PM
|
1
|
0
|
897
|
|
POST
|
understand this is an old post that I just happened to stumble upon... just in case folks come here in future, I'm adding the following two resources to help: https://enterprise.arcgis.com/en/server/latest/manage-data/windows/registering-your-data-with-arcgis-server-using-manager.htm#ESRI_SECTION1_01665D7E33384062B6A57DE89A52C2FA https://support.esri.com/en-us/knowledge-base/how-to-programmatically-update-a-password-change-in-an--000022551 Also, I'd to make it clear the above resources are only for the workflow when passwords are updated for existing account. That would not help when a new account is used.
... View more
05-22-2025
03:39 PM
|
0
|
0
|
1038
|
|
POST
|
@davidson does the default (out of the box) print service work? or your print service work to print only map/layout basically you are not asking for any reports? Just want to figure out if the crash is specific to report generation or in general?
... View more
05-22-2025
02:03 PM
|
0
|
2
|
1120
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 04:42 PM | |
| 1 | 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 |
a week ago
|