|
POST
|
Have you looked at Memory Usage in Task Manager to see how much memory is being used on the AGS services?
... View more
06-09-2021
03:32 PM
|
1
|
2
|
1721
|
|
POST
|
Are you running a bat file that calls multiple python scripts or are all the operations done in 1 python script (stop geocode service, rebuild locator, start geocode service)? I currently have the Windows Task Scheduler setup to stop geocode services from a Windows 10 desktop, but it only worked the first time I ran it automatically and now it no longer executes the python script automatically so the rebuild address locator fails since there is still a lock on the address locator from the service that did not get stopped.
... View more
06-08-2021
09:41 AM
|
0
|
1
|
7340
|
|
POST
|
You will have the services from when you initially federated the server so you will need to delete them. In my dev environment the federation did not go as planned originally and I had to unfederate and refederate which resulted in 2 sets of services in Portal. Use the date stamp to help delete the services from the original federation that was done incorrectly.
... View more
06-08-2021
09:32 AM
|
0
|
0
|
12145
|
|
POST
|
Can you provide a sample of what you address locator source data looks like - maybe 10 records?
... View more
06-03-2021
10:09 AM
|
0
|
0
|
2377
|
|
POST
|
Can you explain what you mean by in batch? Are you referring to Workspace mode where it updates all data that originates from the same Workspace? In my testing with an SDE Workspace, I am finding that it only fixes 1 data source at a time even in Pro 2.8.
... View more
06-02-2021
08:45 AM
|
0
|
0
|
3008
|
|
POST
|
Can you please make a suggestion on how it should be formatted in order to work? I am having similar issues with this type of script and currently I am sort of at a loss for what the root cause of the issue is. I can make this http call manually in a browser http://"fully qualified server domain name":6080/arcgis/admin/generateToken I can also make this https call manually in a brower https://"web adaptor name"/server/admin/generateToken But when I run in python code the token does not appear to get generated successfully.
... View more
05-26-2021
10:11 AM
|
0
|
0
|
3360
|
|
POST
|
I am trying to get similar code to work with https protocol as I was able to get it to work with http protocol, but that would not meet production security requirements. Did you pull this code from an ESRI sample? I ask because I have a line of code that is similar, but there is a difference so I'm wondering if that could be part of your problem. params = urllib.urlencode({'username': username, 'password': password, 'client': 'requestip', 'f': 'json'})
... View more
05-26-2021
05:01 AM
|
0
|
0
|
3368
|
|
POST
|
Thanks for the standalone getToken sample. Unfortunately that script is failing with the same error message. If I wanted to just use the generateToken call from a web browser with the following inputs how would that relate to the inputs in the python script as they appear different to me? I see username and password as parameters but I do not see http referer or expiration in the token script. MichaelVolz_0-1621595969730.png
... View more
05-21-2021
04:21 AM
|
0
|
1
|
8962
|
|
POST
|
You wrote "Also check that the getToken() returns a token. Try running that separately. the admin/generateToken only works on ArcGIS Server if GET is enabled for tokens which it is often not for security reasons." Can you please elaborate in more detail how to perform the getToken troubleshooting you have referred to here?
... View more
05-20-2021
06:22 AM
|
0
|
6
|
8976
|
|
POST
|
The sharingjob.log did not show the the ERROR 002555 message of read-only mode. Where did you find that error message, possibly in the AGS logs themselves? How do you get the Data Store out of read-only mode (delete items in the Data Store, add memory to the Data Store machine)?
... View more
05-19-2021
09:22 AM
|
1
|
1
|
4852
|
|
POST
|
Have you looked at the below URL for updating a hosted feature layer https://www.esri.com/arcgis-blog/products/analytics/analytics/updating-your-hosted-feature-services-with-arcgis-pro-and-the-arcgis-api-for-python/ It is different from your script but I think it would achieve the same end result of overwriting a hosted feature layer. I was able to get this script to work in my environment after making the necessary changes.
... View more
05-19-2021
08:10 AM
|
0
|
1
|
3274
|
|
POST
|
Is this a hosted feature layer where the data is getting copying to the Data Store?
... View more
05-19-2021
04:51 AM
|
0
|
0
|
4878
|
|
POST
|
Does the zipped up file gdb only contain 1 feature class for a single layer hosted feature layer or does it contain multiple feature classes for a multi-layer hosted feature layer?
... View more
05-18-2021
06:04 PM
|
0
|
3
|
3397
|
|
POST
|
So the Create Locator tool grays out some of the fields that are added to the output of the address locator. These grayed out fields might also be unnecessary in the output of a tool such as Geocode Addresses that could use this type of locator. As a result, the output of that tool has fields that cannot be deleted from the output feature class. I ask that the address locator be made more configurable so these grayed out fields can be deleted in the output feature class depending upon the business needs of the user. This would be an optional parameter as some endusers might need to make use of these fields in the business workflows.
... View more
05-17-2021
11:59 AM
|
1
|
1
|
1762
|
|
POST
|
Is this your first time using the right click Sharing as Web Layer procedure? If not, is this the first time trying a branched versioned SDE feature class with editor tracking enabled? I guess bottom line, what is different with this publishing process compared to your setup in the past?
... View more
05-11-2021
11:06 AM
|
0
|
1
|
2279
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-18-2024 01:45 PM | |
| 1 | 08-19-2024 10:38 AM | |
| 1 | 07-08-2026 01:29 PM | |
| 1 | 02-23-2026 05:32 PM | |
| 2 | 02-11-2026 10:42 AM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|