POST
|
Out of nowhere we notice a new .gdb version SYNC_RECEIVE_REC_<...>_1_Pinned in our geodatabase. That "_Pinned" ending sure looks like it is an ArcGIS naming convention and should give us a clue. But a Google search doesn't help us further 😭😭😭...I want to keep our versioning tree tidy. What's the deal with these sussy ..._Pinned versions? Have you come across one? Are they indicative of an underlying problem? Thank you!
... View more
11-14-2022
02:56 PM
|
0
|
0
|
427
|
IDEA
|
I have users reporting the exact same complaint. And I get their point. Some of our inspection forms take a very long time to fill out because they involve test-running mechanical equipment etc.; you don't want to have the GPS draining your device battery during that entire time. But every time you wake your device or you switch back from a different app to the Survey123 app you have to hit Ok to this "Stupid notice" - I'm quoting our field crew here. Not a happy user experience, Esri! Anyone know if an official bug or enhancement request been logged for this?
... View more
01-13-2020
02:10 PM
|
2
|
0
|
3697
|
POST
|
Hi Heather (or others), do you have any new information as to when we can expect an Explorer for ArcGIS (iOS) release that supports group layers from a mobile map package? Any info would be much appreciated. Thank you.
... View more
11-19-2019
10:31 AM
|
0
|
4
|
2099
|
POST
|
See screen capture for illustration of the problem. Is this a known bug? Are there any known fixes/workarounds that I can do in my self-hosted code to resolve this? To reproduce the problem go to any shortlist storymap that has search enabled, for example this one, and execute a search. Tested on Pixel 2 device with default virtual keyboard. Thanks!
... View more
05-13-2019
09:53 AM
|
0
|
0
|
533
|
POST
|
AppStudio is not mentioned on the Esri TLS Support Page. How do I know whether an iOS or Android app built with AppStudio for ArcGIS is impacted by this change? (Specifically I would like to know whether I need to re-publish this iOS/Android app, which connects to ArcGIS Online to get feature service, webapp/webmap items.) Thank you!
... View more
11-20-2018
02:14 PM
|
0
|
2
|
840
|
POST
|
It seems that if the MapTour temaplate is configured with "Show Gallery" = False then there is no way for the user to clear the downloaded data on the device and see any edits made to the source data (e.g. a Feature Service). Am I missing something? Does anybody have a workaround? I have gone through the template code in detail but was not able to implement this capability, which IMO is a necessary feature that this template should really have out of the box.
... View more
09-07-2018
02:06 PM
|
0
|
2
|
498
|
POST
|
Update: we changed the Windows pagefile size from automatically managed to min:20GB, max:20GB; now re-indexing actually changes the numbers reported by the Index Status (so I can tell it is ding something) and I don't get the java heap size error, BUT the numbers are still off ("Count in store" is greater than "Count in index").
... View more
07-30-2018
02:45 PM
|
1
|
2
|
5516
|
POST
|
Hi Jonathan, thanks for your reply. I do have a tech support case open but so far to no avail. Please see my answers to your questions below. I appreciate any insights or suggestions. Do you see a java.exe process running on the machine? Yes, several. But the machine runs ArcGIS Server as well so some of them are likely from ArcGIS Server and not from Portal. I assume you've tried to restart the service? Yes. If you were to reindex with the Portal logging DEBUG logs, do you see any errors in the logs? Yes, here is what I see in the logs: Indexer response. Error occurred during initialization of VM Unable to allocate 262144KB bitmaps for parallel garbage collection for the requested 8388608KB heap. Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. Simultaneously Windows gives me the warning "Your computer is low on memory. To restore enough memory for programs to work correctly, save your files and then close or restart all open programs." But as you can see in below screenshot the total memory used is only at 59%. I see the same warning sometimes when I run Python scripts or ArcGIS Pro on that VM. Is there anything my IT department should configure differently on the VM? What pointers can I give them so they know where to look? Anybody else experience with this?
... View more
07-27-2018
01:14 PM
|
0
|
3
|
5516
|
POST
|
I get this error intermittently when attempting to create and delete accounts. The intallation was done with Enterprise Builder on a virtual machine. When I go to portaladmin I can see in teh Index Status the users "Count in store" is greater than "Count in index". Re-indexing does not solve the problem. I assume this symptom is related to the error message ("Error: The index service seems to be unavaliable. Please check the index service.)" Software version is 10.6 Thanks for any help or suggestions.
... View more
07-24-2018
09:57 AM
|
0
|
17
|
12200
|
POST
|
Is it possible to change the ItemID of a Portal Item (e.g. a webmap) to a specific value, or to set a specific ItemID when creating a new item? I don't see any API supporting that so I assume it isn't possible...is my assumption correct?
... View more
06-21-2018
01:35 PM
|
0
|
2
|
1227
|
POST
|
I want to use Python without needing to load the arcgis module (mainly to keep licensing simpler) to remove a Portal user account. It seems like a call to http:// <portal-url>/removeusers as described here should be easy enough to make. But I can't get it to actually work. Can somebody provide an example? Here is the function I have, based on a number of somewhat similar examples I found online. def removeUser (token,portalUrl,username)
params = urllib.urlencode({'token' : token,'f' : 'json','users' : username})
response = json.loads(urllib.Request(portalUrl + '/removeusers?', params, { 'Referer' : portalUrl }).read()) The error I get is "AttributeError: read" .
... View more
06-20-2018
08:11 AM
|
0
|
1
|
791
|
POST
|
How can I use the ArcGIS API for Python to see which users currently have pending invitations to my ArcGIS Online organization?
... View more
05-17-2018
06:36 AM
|
0
|
1
|
760
|
Title | Kudos | Posted |
---|---|---|
1 | 07-30-2018 02:45 PM | |
2 | 01-13-2020 02:10 PM | |
1 | 10-06-2017 01:28 PM | |
1 | 10-17-2017 07:42 AM | |
2 | 07-31-2017 12:36 PM |
Online Status |
Offline
|
Date Last Visited |
02-07-2024
06:02 PM
|