|
POST
|
Yes and this affects any page, web app, etc, that still uses 'DOMNodeInserted' - basically anything that still references the DOM. Not just Enterprise, but Online as well, including this very GeoNet page.
... View more
05-10-2024
09:41 AM
|
0
|
0
|
5582
|
|
POST
|
Here are the results of my language try: https://dnsname.scgov.net:7443/arcgis/portaladmin/system/content/languages/remove Error One or more requested language(s) cannot be removed as they are not yet configured, language=en. { "error" : { "code" : 500, "message" : "One or more requested language(s) cannot be removed as they are not yet configured, language=en. ", "details" : null } } And from an Add operation https://dnsname.scgov.net:7443/arcgis/portaladmin/system/content/languages/add Error One or more requested language(s) are not supported, language=en. Code: 500 { "error" : { "code" : 500, "message" : "One or more requested language(s) are not supported, language=en. ", "details" : null } } From an Update External Content try: {"status": "success"} – external content is enabled . . .
... View more
05-07-2024
03:26 PM
|
0
|
0
|
2646
|
|
POST
|
What release of Enterprise are you working in? If 11.2, there are problems with some installs where the style gallery(ies) did not install properly.
... View more
05-06-2024
06:39 AM
|
0
|
0
|
1761
|
|
POST
|
None so far @ThomasColson Support wants me to try and remove and then re-add the English language from portal admin with the idea being that upon an 'Add' our missing content may come back. Although it seems straightforward from the help, I don't know what to expect in terms of downtime, interruptions, or behavior.
... View more
05-01-2024
02:00 PM
|
0
|
0
|
2700
|
|
POST
|
I moved over to Catalog and was able to batch calc raster statistics for 835 tif files in like 6 minutes. Fortunately I still have an 10.8.2 install on a laptop...
... View more
05-01-2024
01:13 PM
|
0
|
0
|
1825
|
|
POST
|
Yes I am still working through this issue with support, and as noted above by @StevePoladian, our latest search of the postgres gwdb for -c "SELECT username FROM gw_users WHERE username LIKE '%esri%'" returns esri_apps esri_solutions esri esri_livingatlas esri_demographics esri_boundaries Support just suggested that the return for this query should have shown: "Based on the what languages the user has disabled at Portal Admin, we should not expect the following users to be returned: Bulgarian - Български - bg (false) Catalan - Català - ca (false) Hungarian - Magyar - hu (false) Slovak - Slovenčina - sk (false) Slovenian - Slovenščina - sl (false) Ukrainian - Україна - ukr (false)" Which are the languages portal has disabled by default. Perhaps support meant for me to perform a query for languages? Are languages in fact usernames? I don't know, but to me this doesn't follow. I replied to support and we'll see what's next, but they are suggesting that through Portal Admin I disable the English language and then re-enable, with the thought being that by re-enabling the English language that will bring back or re-sync missing or mis-directed content. I've never done this so I am not going to attempt this just yet - I don't know how Portal will be affected @ThomasColson @ShelbyZelonisRoberson
... View more
04-30-2024
08:42 AM
|
0
|
0
|
3068
|
|
POST
|
I can't even get past 2 tif files without the either the tool freezing up or my python script just hanging after taking 3 - 5 minutes per file, no matter if I am using a local workspace or across the network. Typically, I run something like: import sys, os, arcpy, time, smtplib
from datetime import date, datetime, timedelta
from arcpy import env
# Local variables...
message = ""
current_time = time.asctime()
todaysDate = date.today()
priorYear = str(todaysDate - timedelta(days=547)) #547
starting_time = time.time()
arcpy.SetLogHistory(False)
env.configKeyword= "DEFAULTS"
env.overwriteOutput = True
try:
env.workspace = "D:\\Imagery"
#env.workspace = r"E:\\Tiles\\GeoTIFF\\Property"
# Had to go into directory and give account full control - see if works for loop, after 2 files locks up
#env.workspace = r"\\networkshare\\imagery\\2024\\GeoTIFFs"
rasters = arcpy.ListRasters("*", "TIF")
for raster in rasters:
print(raster)
arcpy.CalculateStatistics_management(raster, "1", "1", "", "SKIP_EXISTING", "")
print (raster + " stats calculated")
message = message + "\n\n" + raster + " stats calculated"
except Exception:
# If an error occurred, print line number and error message
import traceback, sys
tb = sys.exc_info()[2]
e = sys.exc_info()[1]
print(e.args[0])
print ("Line %i" % tb.tb_lineno)
message = message + "\n" + "Line %i" % tb.tb_lineno
message = message + "\n" + str(e) And like I said, it won't get past 2 tif files before just hanging. I should mention I have almost 900 of these - out entire county, 3 band tif images, 4" resolution. I used the same script workflow above to BuildPyramids, that took about 8 hours. Not great, but I can live with that. @KenBuja - would you happen to have any ideas? Thanks, David
... View more
04-29-2024
07:51 AM
|
0
|
0
|
1866
|
|
POST
|
Hi @ShelbyZelonisRoberson - I can tell you support escalated our case yesterday on this as multiple orgs are affected, so fingers crossed
... View more
04-26-2024
11:28 AM
|
1
|
0
|
2741
|
|
POST
|
Ouch. No basemaps or Instant apps. Yeah I hear ya. There are problems with this release for sure. . Some orgs got lucky apparently, ours (yours) did not. And agreed, the update did go very smooth for me, with the exception of the install setup.exe would hang for like 45 minutes between 'estimating size' and 'install'. But once it got going, they were fast. and then post-upgrades went fast. Server was very quick, as was datastore. Our rep was able to escalate our case, so fingers crossed.
... View more
04-24-2024
02:04 PM
|
1
|
0
|
6055
|
|
POST
|
See my post here: https://community.esri.com/t5/arcgis-enterprise-questions/11-2-upgrade-instant-apps-config-won-t-come-up/td-p/1404024 We lost the Instant Apps configuration page and all but basic shapes in Map Viewer and Map Viewer Classic symbology picker when we upgraded from 11.1 to 11.2. So we cannot create an Instant App or re-configure any of our existing Instant Apps. Nor can we modify anything but basic symbology in the map viewer. I did receive 2 warnings during and after the post install. The first came during the post-install from our Carbon Black: "Threat Blocked". The second was a Post Install notice that said there was a problem with the language pack install. Since I could do nothing about either notice, I did nothing. In the meantime: I have been working with support for over a month and there is no solution found. For us, we did not lose basemaps from Living Atlas, but losing the other components (for us anyway, just as bad). From the console logs, the Instant App config page appears to be looking for js and ts scripts as well as calcite components that for whatever reason did not install. I say 'did not install' as opposed to 'did not install properly' or 'did not install in the right location' because my webgisdr backup files are now 2Gb smaller than my 11.1 webgisdr backups. We didn't delete 2Gb of items, layers etc so to me that suggests alot of libraries, etc didn't install. Anyway, support asked me to search the portal gwdb for a user 'esri_en', items owned by user 'esri_en', and groups owned by user 'esri_en'. 'esri_en' as a user is not found, because 'esri_en' is either a language or a culture tag in an items info, but not a user. I do however recall seeing 'esri_en' in older versions of Living Atlas maps and layers. At this point, they have now suggested to maybe try and Export Site and Import Site operations, based on information that those ops can sometimes repair corrupted installs. I'm not so sure. Plus there is not much help on this from the Portal rest api help. I am more inclined to try a new install of 11.2 on a new server and perform a Join Site, as this is something we just did at 11.1 Wish I could help more. Our rep is going to try to escalate our case for us...
... View more
04-24-2024
11:37 AM
|
2
|
3
|
6099
|
|
POST
|
I recently went through this exercise as well - we were migrating to new Windows Server 2022 VMs from 2016 VMs. And although I didn't run into issues joining the portal site, once I removed the old portal machine from the site the federated and hosting server sites would no longer validate. What I did was go into the SecurityConfig in the ArcGIS Serve Administrator Directory at ....6443/arcgis/admin/security/config and I could see that for Portal Properties I needed to update the Private Portal URLs: "privatePortalUrl": "https://OldDNSName.org.net:7443/arcgis", to "privatePortalUrl": "https://NewDNSName.org.net:7443/arcgis", Once I did this, then the federated and hosting sites validated just fine.
... View more
04-24-2024
07:59 AM
|
0
|
0
|
2966
|
|
POST
|
Yeah that's crazy. I normally am clearing browser cache several times a day for 'all time' with everything being cleared, form entries, etc. I did that again, and then went into the device's Settings > Apps >Chrome and cleared the Cache from the 'Storage & Cache' area. I then went into incognito mode, copied in a link, performed a search, and the behavior is not present. So that's good. But, after repeating those steps again, I opened a link back into 'regular' tab mode and the behavior re-appears. So not so good . . . but I do now have something to tell mobile users on Android. Hopefully it's one of those things that disappears with the next Chrome update on Android.
... View more
04-15-2024
10:44 AM
|
0
|
0
|
2001
|
|
POST
|
Yes thanks for getting back on this @KellyHutchins - I thought that might be the case as I've been following the other threads on this app, for both portal and online. I tried both 'classic' and default for the panel - the behavior remains. I did just do an install of Firefox on the Pixel and I do not see the behavior. I tired Edge on the device and the issue exists, same as Chrome... since both of those are 'Chromium' maybe that is related. Here is a link to an app where I do not encounter the issue - a ''half section locator' designed to help the survey community find 'half-section survey sheets by entering a parcel id and return info based on the 'half section' layer in the map by Arcade Intersect. If you begin to enter one of our parcel ids 2027070041 you can see. https://sarco.maps.arcgis.com/apps/instant/sidebar/index.html?appid=d55aec4f12fa4b4187065af4e43568ad Then I have Solid waste pickup day app that basically does the same thing - returns your solid waste pickup day based on a Solid Waste Zone layer in the map. Here you can enter an address 1001 Sarasota Center Blvd and the search will find it on the fully-indexed 'full address' attribute in the parcel layer. https://sarco.maps.arcgis.com/apps/instant/sidebar/index.html?appid=d64ce89561a64f92be884ff8bbc6eb1f This is an app I stood up on Friday and does exhibit the behavior. Both apps work just fine when interacting with map taps. It just seems to be related to the search interaction, when returning the info by search. Both apps behave as expected on the desktop.... thanks for the feedback...
... View more
04-15-2024
09:20 AM
|
0
|
0
|
2011
|
|
POST
|
Hello - For the Sidebar Instant App, I discovered that any new sidebar apps created since the February update have a display issue on the Android 14 OS, In my case a Pixel 8 Pro with the April 5, 2024 security update. When interacting with the search>map layer>popup, the return 'cuts' the display in half on the device: When just interacting with the Map only> tap: Sidebar apps built before the February update have no issue with either map tap>popup or search>map layer>popup: There is not issue with the iOS at 14 or 15 @KellyHutchins Thanks - David
... View more
04-15-2024
06:46 AM
|
0
|
4
|
2077
|
|
POST
|
Never mind, I found it: Portal for ArcGIS Security 2024 Update 1 Patch (esri.com)
... View more
04-04-2024
12:53 PM
|
1
|
0
|
2350
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | yesterday | |
| 1 | Friday | |
| 6 | Thursday | |
| 1 | 2 weeks ago | |
| 1 | 3 weeks ago |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|