|
POST
|
What if you install Map or Pro on the same Server that SQL is on? Same response time? Tech Support, 1 888 377 4575 Option 2, Option 1, Customer #. They can walk you through doing a SQL trace and SDE Intercept, which will pinpoint the problem.
... View more
10-22-2018
07:26 AM
|
0
|
1
|
1457
|
|
POST
|
100% convinced the issue is with your relationship classes and indexes. How do they perform in SSMS when doing joins via select? Do them all, full join, left join, etc...look at query execution plan on each and see what's getting hit the most with cost. Again, rule out any DB issues first. Any performance difference between Pro and Map when "Dragging" Over? Do some zoom, pan, change symbology, bulk edits using a join. Need more details on "Publish them as a web layer (feature service) to the ArcGIS Online portal", are you publishing to a hosting server where SQL is a registered DB? A federated Server? A standalone GIS Server? How is auth setup? IWA? SSL? In your OP you mention AGOL....have you migrated this as a test environment to PTL? There are numerous "pain points" for a performance hit in enterprise. Again, TS, not Geonet, is going to ultimately solve this problem, but they're going to ask the same, and many more, detailed questions about your environment. Think instruct a robot to make a jelly sandwich. Specifically, how are you defining the indexes, and are they fragmenting already?
... View more
10-21-2018
06:23 PM
|
0
|
5
|
6310
|
|
POST
|
I even have a list of "Ideas" (Arc Map Functionality Missing Bugs) that I've voted on. List is so long I missed this.....
... View more
10-21-2018
05:34 AM
|
1
|
0
|
2563
|
|
POST
|
yes, in arcmap you need Production Mapping License for the python tool to work. Also licensed in Pro, tool does not work, as I suspect it doesn't exist.
... View more
10-20-2018
02:26 PM
|
0
|
1
|
2563
|
|
POST
|
arcpy.ExtractData_production("G[name_of_feature_dataset]",GDB,"DO_NOT_REUSE","","","") has served me well for many years to extract an entire (complete, everything in it) Feature Dataset from a SDE to a FGDB for field use. What is the equivalent, in Pro Python, of extracting an ENTIRE Feature Dataset (that could contain many hundreds of feature classes, thus not suitable for individually listing each one using Feature Class To Geodatabase—Conversion toolbox | ArcGIS Desktop )
... View more
10-20-2018
11:09 AM
|
0
|
5
|
2766
|
|
POST
|
https://community.esri.com/groups/survey123/blog/2016/12/14/migrating-data-from-the-survey-feature-service-to-an-enterprise-geodatabase will sync (one way) your AGOL feature service data to an on-prem SDE instance, via a scheduled task, quite quickly. We are using it to sync collector and S123 app data to our on-prem SQL. Where is your SDE/SQL on the network, and where is your workstation you are using to manage it? Same subnet, Server in a remote data center? Amazon hosted instance? Verson of SQL? Version of SDE? What type of storage? Geometry? Geography? How are your spatial indexes performing? Any joins or relates on those many tables? If so, how are the join fields indexed? How is your SQL set up? Everything on one physical spinning disk? Log and Temp files on a separate high-speed SAN or SSD? Full daily back daily to truncate those log files? I've found, before calling TS with a SDE issue, to work through and solve all of the DB vendor performance issues first. On that note, please do call TS. Many of us are suffering horrible performance issues with SDE <-> Pro and more people experiencing the same problem means it likely will get fixed.
... View more
10-20-2018
06:24 AM
|
1
|
7
|
6310
|
|
POST
|
" ESRI didn't respond to any requests for help." calls for more clarification. Tech support? No way. They'll dog a Pro problem 'till they get a reproducible bug. I'm learning, with Pro, to save the Maps and Layouts elsewhere, not necessarily the project. Removing a Windows Update is a violation of most organizations security policies, and something most users don't have the admin rights to do.
... View more
10-19-2018
10:05 AM
|
1
|
0
|
6560
|
|
POST
|
The outcome of this is to fall back to "Select by Attributes" if you're truly needing to find a row by GlobalID, and you're encountering BUG-000117511 Locate Tool in ArcGIS Pro Gives Users the Option to Search Based on GlobalID Field But Returns No Results.
... View more
10-17-2018
12:32 PM
|
2
|
0
|
5417
|
|
POST
|
Yeah, we're trying to move away from developer addition as that requires providing space on IIS, and opens up a whole new security issue. Gotta keep the Pine Cone Database Safe.....PTL 10.6.1 I'm darned close to being able to put my current WAB Dev Ed sites to bed, as almost all of the custom widgets that I deployed are now standard. But then stuff like this one comes out, and people hear about it and then......"Sorry we're not upgrading PTL 'till 2020....".
... View more
10-17-2018
11:41 AM
|
0
|
0
|
11711
|
|
POST
|
The problem is, that's the AGOL version. The PTL codebase is generally 1 year behind AGOL, and then we're 1 to 2 years behind current release on PTL due to the massive amount of security/regression/(calls to TS) testing we have to perform before deploying it on our network. This functionality is popular enough where we'd want to get this custom widget baked into the PTL WAB source code (on Dev first, of course).
... View more
10-17-2018
11:29 AM
|
0
|
4
|
11711
|
|
POST
|
How would one go about "baking" this into Ptl 10.6.1 so it comes with the standard WAB template?
... View more
10-17-2018
10:46 AM
|
0
|
6
|
11711
|
|
POST
|
We're on LICMAN 2018 and had a similar problem, resulting in BUG-000116524 Currently borrowed ArcGIS Pro extensions will not allow other logon accounts to use the extensions when disconnected from the License Manager. The workaround is to run: Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\ESRI\ArcGISPro\Licensing\Extensions] "3D Analyst Pro"=dword:00000001 "Data Reviewer Pro"=dword:00000001 "Defense Mapping"=dword:00000001 "Geostatistical Analyst Pro"=dword:00000001 "Network Analyst Pro"=dword:00000001 "Production Mapping"=dword:00000001 "Publisher"=dword:00000001 "Spatial Analyst Pro"=dword:00000001 "Workflow Manager Pro"=dword:00000001 Per user, which isn't really acceptable, as we have to get IT do it for each person. We have requested the bug severity to be set to "High". Have your TSA reference case 02174145
... View more
10-17-2018
06:39 AM
|
0
|
1
|
4249
|
|
POST
|
Hmmmmm...if I call TS...it will get "fixed", and I no longer will be able to sort using the first octet in Arc Map.... Let's look at a work around: There's something wrong with GlobalID {09BE107D-DF2B-4FAB-A24E-02F464EDA029} according to the server logs. That's all the info I get. Not ObjectID, not primary display field, nothing. In Arc Map, I can sort the feature service and easily find {09BE107D-DF2B-4FAB-A24E-02F464EDA029}. Neither in Arcmap or Pro can the Find (Locate) tool be used to search on GlobalID. Interestingly enough, in this particular data, I have another GUID attribute that DOES work in the Locate tool. So in Pro, how does one find {09BE107D-DF2B-4FAB-A24E-02F464EDA029}?
... View more
10-17-2018
04:26 AM
|
0
|
2
|
1840
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-17-2022 12:19 PM | |
| 1 | 03-14-2019 06:24 AM | |
| 1 | 07-12-2018 09:29 AM | |
| 1 | 06-27-2019 12:08 PM | |
| 2 | 09-23-2019 11:03 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-26-2026
07:12 AM
|