|
POST
|
Hi Randy Works great. I can easily change text attributes with English strings. When I try to update Hebrew strings I get garbage in the feature class. In REST (in chrome) I can update Hebrew string without any problem. I tried to encode/decode and do a few more tricks in python but nothing works. Any idea?
... View more
06-27-2017
10:46 PM
|
0
|
1
|
4557
|
|
POST
|
In the FGDB directory there are lock files (size zero) that represent the lock. The name of the lock is the name of the machine where it comes from. The second number on the lock file name is the PID of the process that create it. For example I have file _gdb.MODYB-PC.15104.8268.sr.lock in one of my .gdb directory. The lock comes from machine MODYB-PC and the process ID is 8268 (ArcMap.exe in my task manager). I have no idea what is the 15104 If it is an ArcSOC.exe process you should check the command line (in task manager) the service name is one of the parameters to the ArcSOC.exe It is not very simple but it can all be done in Python (without Arcpy). If you will write it it will be great if you can share it. Have fun Mody
... View more
06-27-2017
10:38 PM
|
3
|
0
|
4247
|
|
POST
|
Hello all I am trying to use python to update a feature in a feature service. In simple chrome my url is: http://modyb-pc:6080/arcgis/rest/services/featureAccess/FeatureServer/0/applyEdits and my json in the update is: [ { "attributes" : { "OBJECTID" : 1, "CITYNAME" : "aaa" } } ] (no adds). This URL uses post only. How do I call it from Python. I have here: Using Python to Write Features to a Feature Service | Esri Australia Technical Blog example of Add but the update is not the same Thanks
... View more
06-22-2017
05:54 AM
|
0
|
5
|
8151
|
|
POST
|
Hi Shantonu We have a virtual machine with 40 cores that call an image server on another machine with 12 cores. Did you just run the local machine with 90% and not 50% or are you talking about the image service machine? Is it possible that the number of cores on the client should not be bigger than the number of instances for the image server machine?
... View more
06-22-2017
12:53 AM
|
0
|
1
|
2740
|
|
POST
|
I am using a 40 core machine and use 50% so 20 threads are open. It is a network disk but the machine itself is virtual so I am not sure it makes different Sometimes from 500 to 2000000, each level is twice the previous level. But sometime the 500 and 1000 is fine while the 2000 is not... I am aware of this option but all the operation is automatically and here I have to do manual work (: Thanks
... View more
06-22-2017
12:28 AM
|
0
|
3
|
2740
|
|
POST
|
Hello all We run the Manage tile cache tool often to create caches. The data source is image service and the target cache can be 1-5Gb in size. The process can take up to 2-4 hours. The process ends successfully. When we check the cache we found that is some levels in some area we see white screen. Checking the disk sizes some levels sizes are smaller than expected. Checking the directories on-disk I found that for the levels with problems the XX.done file does not exists for each XX.bandle file. Yet the tool itself and the server of the source image server does not show any errors. Trying to use the manage tile cache again with the "recreate empty tiles" help some time but not always. Any ideas? Thanks
... View more
06-21-2017
10:17 PM
|
0
|
6
|
4230
|
|
POST
|
Hi Dan This is a good question and I had these problems too. My workaround is to replace the calc tool with simple python script that run an update cursor. Then I can run a "real" python script. The update cursor itself is just a few lines around the calc expression. Mody
... View more
06-21-2017
10:03 PM
|
0
|
5
|
4706
|
|
POST
|
Hello all When we try to connect to out portal we get the error ModelNotFoundError on Kerberos_sspi Anybody know how to get this module Thanks
... View more
06-21-2017
03:25 AM
|
0
|
0
|
772
|
|
POST
|
אם את זוכרת אני אמרתי לך באיזה שלב שאת קוראת ל mapservice במקום ל feature service רק שלא ידעתי את הסינטקס המדויק לעשות זאת מודי
... View more
06-12-2017
09:29 PM
|
0
|
1
|
2785
|
|
POST
|
The service owner did changed but it still just hang there. I will try to install fiddler to find out what its try to do. Thanks
... View more
06-10-2017
10:17 PM
|
0
|
0
|
2421
|
|
POST
|
Server + portal + data store all installed on the same server 2012 R2 machine. The server was installed using a domain user that has access to all disks (local and network disks). I saved the user details into XML and used the same XML when creating the portal and data store so they all use the same user. The server service (and exe in the task manager) is owned by that user but the portal and data store services (and processes) are owned by local system. Data store is working with no problem on a win7 machine connected to the server/portal on the server but installing the data store on the server itself just try to configure forever (I killed the web page after over 10 minutes). No logs was created this time (but all other directory was created). It looks like it cannot access the server. The server is federated and hosted by the portal. Thanks
... View more
06-06-2017
06:07 AM
|
0
|
2
|
2421
|
|
POST
|
Hello all We have many maps, apps and other stuff in our federated and hosted portal. We would like to un federated the server for a short time and then re federated it. Will all the items in MyContent survive? If not - what will we lose? Thanks
... View more
06-01-2017
03:45 AM
|
1
|
4
|
2290
|
|
POST
|
In one of my tries I uninstall datastore but I still see the PostgreSQL executable's running in my task manager. I used the task manager to see where the process came from (I also had the idea that some other PostgreSQL exists on the same machine) but the source of the process was the portal directory. Thanks Mody
... View more
05-27-2017
10:12 PM
|
0
|
0
|
2421
|
|
POST
|
Hello all I tried to create data store and get the attached error. Portal, server and two web adapters 10.5 are all installed on the same machine and are working. I can see the service of data store running and I can see the ArcGISDatastore.exe running. I can see many postgress.exe processes running. I follow this: Create a data store—Installation Guides | ArcGIS Enterprise and fail on step 6. It works for 5-7 minutes and give the error you can see in the attachment. Any ideas? I am trying to create the relational data store only. Thanks
... View more
05-25-2017
03:42 AM
|
0
|
6
|
3260
|
|
POST
|
Hello all I need a way to get an alert when two events are close to each other (two peoples are meeting, two airplanes are too close etc.) I could not find any simple way to do it. Any ideas? Thanks
... View more
05-21-2017
09:53 PM
|
0
|
1
|
1292
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 2 weeks ago | |
| 1 | 11-25-2024 06:09 AM | |
| 1 | 01-21-2026 09:53 PM | |
| 1 | 12-15-2025 10:07 PM | |
| 1 | 09-17-2025 06:35 AM |
| Online Status |
Online
|
| Date Last Visited |
yesterday
|