POST
|
Replace the brackets with curly braces: Param{ [System.Array], $ServerMachines [System.String] $ModuleSourcePath }
... View more
10-12-2020
01:57 PM
|
0
|
0
|
43
|
POST
|
Did you restart ArcGIS Monitor Server and your browser? Why does Chrome not trust it still? It should say in dev tools > security
... View more
08-17-2020
07:56 AM
|
0
|
0
|
79
|
POST
|
Is it possible to set an alert to monitor the number of named users in Portal for ArcGIS? I can see the number of portal users in ArcGIS Monitor Server > Site > Catalog but it would be useful to alert administrators if the number of users is close to the maximum named users allowed in the license file. For example, if portal is set to 'automatically join' to provide a seamless login experience, the named user limit will eventually be reached due to staff turnover. The alert could then prompt the administrator to review the users and or delete inactive users/users who haven't logged in for x weeks.
... View more
08-14-2020
02:53 AM
|
0
|
1
|
65
|
POST
|
It sounds like your company is implementing gMSAs. This information might be useful now: How To: Configure ArcGIS Enterprise to use a group-managed Service Account
... View more
04-07-2020
06:18 AM
|
0
|
0
|
48
|
POST
|
Hi Gill, I noticed this when deploying portal HA with Chef. See #62 for more information.
... View more
02-04-2020
03:44 AM
|
1
|
3
|
41
|
POST
|
How were permissions set on the service? If you have granted the user running the ArcGIS Server account permissions to the feature classes at the database level, try resetting the permissions using ArcGIS Desktop.
... View more
01-29-2020
09:08 AM
|
0
|
0
|
79
|
BLOG
|
In later versions of JMeter, IWA can now be handled through the JMeter HTTP Authorization Manager
... View more
09-10-2018
05:56 AM
|
1
|
0
|
89
|
POST
|
Have you seen this article: https://support.esri.com/en/technical-article/000012930
... View more
03-28-2018
03:16 AM
|
0
|
0
|
63
|
POST
|
The answer was found in the help: http://esri.github.io/arcgis-python-api/apidoc/html/arcgis.gis.toc.html?highlight=items#arcgis.gis.User.items " For content in the root folder, use the default value of None for the folder argument. " This can be written as: folderitems = adminuser.items()
... View more
12-20-2017
04:34 AM
|
1
|
0
|
36
|
POST
|
I am trying to move Portal items from the root directory to a new folder I create. This works when content is stored in a folder I already created but not from the root/home directory under MY CONTENT. The docs say "You can move content out of folders to root by calling the move() method and specifying / as folder name" This is the code: for folder in folders: folderitems = adminuser.items(folder= '/') for item in folderitems: item.move(folder= 'New Folder') This is the error: ValueError : Could not locate the folder: /. Please verify that this folder exists and try again.
... View more
12-19-2017
11:21 AM
|
0
|
1
|
220
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|