|
POST
|
Thanks Jared - I haven't been able to duplicate this workaround at 2.7.3. In the end we want our field-based hyperlinks (pipe video) to work from the attribute table too, but will use custom popups if need be. Bottom of this thread had this as an enhancement I think: ENH-000107706.
... View more
04-20-2021
08:25 AM
|
0
|
0
|
5105
|
|
POST
|
We had one Chrome user (among a few) experience this problem (click events not working with Chrome update). Without fully understanding the root problem this suggestion did work for us with the one user - Thanks Kelly. Afterwards, we also applied Robert's env.js edit as suggested below yesterday for WAB DE.
... View more
03-31-2021
10:25 AM
|
0
|
0
|
10419
|
|
POST
|
Hi - This issue eventually did return for me and I forgot to circle back on this thread, thanks!. I am still not confident that this is the best solution or even the root cause, but its been working thus far. I turned off Indexing by default in ArcGISPro for new projects after noticing high memory usage during these crashes related to the Indexing process in Windows Task Manager. Please see threads below, hope this helps -Nick https://support.esri.com/en/technical-article/000012557 https://community.esri.com/t5/arcgis-pro-questions/why-is-arcgisindexingserver-running-a-week-after-i-last-closed/m-p/608178#M26995 https://community.esri.com/t5/arcgis-pro-questions/why-is-arcgisindexingserver-exe-always-crashing/m-p/710667#M31307
... View more
02-24-2021
05:15 AM
|
3
|
0
|
5354
|
|
POST
|
I'm not sure if it is an exact match, but I had a similar issue this week (@ Pro 2.7). Map Views in all projects would turn black and lock up (no response) depending on the interaction (a right-click-remove-layer was a sure bet). Had to use Desktop for a couple of days (time). When I came back to look into it I updated the graphics card drivers, Pro repair install, hard shutdowns, etc. Still an issue. The last step was a complete uninstall, reinstall and its been fine thus far.
... View more
01-14-2021
06:35 AM
|
2
|
0
|
5420
|
|
POST
|
Hey thanks for responding Nicholas - No progress sorry to say...Yeah, my guess is that it is not the right approach for retrieving m-values dynamically along the line because our Arcade expressions above each refer to a specific vertex (?). As my picture above depicts - m-values do show up in the standard popup though (at bottom right)...I wonder about SDK (?)
... View more
05-13-2020
11:36 AM
|
0
|
0
|
5030
|
|
POST
|
Hi All - I'm trying to share the Flow Path Tracing tool found in the ArcHydro Point Characterization Toolset via ArcGIS Pro (2.5). My flow direction raster is an image service shared via AGS (10.6.1). The Flow Path Tracing tool runs perfectly inside ArcGIS Pro 2.5 using this image service (both Pro and AGS are on the same machine). Sharing/Publishing the tool to AGS from GP history works. But I'm still unable to get the AGS-hosted web tool to function in WAB DE, Pro, Desktop, etc (client-side). I keep getting Error 000816: The tool is not valid. Has anyone else attempted this yet and had success? Any info appreciated -Nick
... View more
05-05-2020
01:31 PM
|
0
|
1
|
621
|
|
POST
|
Hi Paul - Were you able to work through this in some way? thanks -Nick
... View more
04-24-2020
07:39 AM
|
0
|
0
|
876
|
|
POST
|
Thanks for chiming in Ben - You're right...I can get to the m-value for the starting point of the route by replacing "x" with "m" for example...But I'm chasing the m-value for any point along the route, as it appears at the bottom of the pop-up panel at 2.5.0 where the route is clicked. My idea was to build a calculation(expression) in the pop-up which uses this m-value as a variable. The m-value is being populated at the bottom of the pop-up panel. I'm not understanding how to reference it into the pop-up body though (?).
... View more
03-09-2020
06:39 AM
|
0
|
7
|
5030
|
|
POST
|
Hi All - I see that it is possible to access x,y,z, & m values for a custom pop-up using Arcade. The code below appears to be working in ArcGIS Pro 2.5.0 per my route layer: var line = Geometry($feature)
var paths = line.paths;
var startingpoint = paths[0][0];
return text(startingpoint) However, I'm not yet understanding how to return the m-value for any point along the route that was clicked, rather than the centroid or endpoints. The m-value I'm looking for appears in the pop-up panel at lower right in ArcGIS Pro 2.5.0 (see pic below). Any assistance appreciated!
... View more
03-05-2020
07:42 AM
|
1
|
14
|
5493
|
|
POST
|
From: What's new in ArcGIS Pro 2.5: Utility networks Utility networks are now supported in a file geodatabase. Learn more about the single-user model.
... View more
02-18-2020
07:52 AM
|
0
|
0
|
4775
|
|
POST
|
Hi Shane - That helped to corroborate the use of my own AD account and named user. Thanks so much for replying. Apologies for returning to this months later....Right now we have opted (for our team's situation) to use one of our Single Use ArcGIS Pro licenses (no sign in). We had IT set up a single AD user to run our nightly SQL jobs using this Single Use license. The user is specified as the SQL Agent logon (see this article) + other limited SQL objects for running jobs, etc. Our beta Pro-based python jobs are running w/out being logged in, off-hours, etc...So far, so good. Anyway, hope this helps others. thanks! -Nick
... View more
03-06-2019
06:47 AM
|
1
|
0
|
1782
|
|
POST
|
Yep that did the trick (now works in Private Browsing, etc) Thanks Again!
... View more
01-09-2019
12:03 PM
|
0
|
0
|
1379
|
|
POST
|
Hi Joshua - Thanks for mentioning browser settings (security zones) - It was key in getting ours working with (first) IE, Edge, and Chrome. This video was really helpful, but doesn't cover it as I recall (maybe its implied and I'm lacking). Anyway, Thanks! So, Firefox remains an issue for us though. It appears accepting AD credentials is somehow tied to Firefox cached site data or browsing history. Is there a Firefox config similar to IE internet options>Security> zones? Thanks -Nick
... View more
01-09-2019
08:59 AM
|
0
|
2
|
5807
|
|
POST
|
Hi Shane - I haven't worked this out yet, but I had to move on to some other projects. Using Task Scheduler & Python based job failure notification (email) has been the present workaround....
... View more
11-26-2018
01:17 PM
|
0
|
2
|
1782
|
| Title | Kudos | Posted |
|---|---|---|
| 3 | 02-24-2021 05:15 AM | |
| 1 | 05-13-2021 08:52 AM | |
| 2 | 01-14-2021 06:35 AM | |
| 1 | 06-21-2021 01:30 PM | |
| 1 | 05-12-2021 09:39 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|