|
POST
|
Think about this case: I have a program that runs 10 GP tools one after another. Sometime I run them all, sometime I skip one or two and sometime some of them fail. I would like to get 10 messages in my log table (Tool 1 success, tool 2 skip, tool 3 fail etc.) I use similar code to this: ProSnippets Geodatabase · Esri/arcgis-pro-sdk Wiki · GitHub to write to the log table (all other examples I found is slimier). This code will open sde oracle database 10 times. This is very expensive... I would like to keep the Table object open and use it again and again. What is the correct way here? Thanks
... View more
01-29-2019
09:30 PM
|
0
|
1
|
950
|
|
POST
|
Hi All I have a python script that use arcpy.GeocodeAddresses_geocoding When I get to this line I get a screen that asked me to login to AGOL (see attachment). After I cancel the program continue to run just fine. All the locator and parameters to the GeocodeAddresses are local (I tried a few locators). The python is running from IDLE. I marked the "never check" in the ArcMap connection properties and can open ArcMap on this machine without any connection to AGOL. Any idea where this screen can come from? We would like to run the Python in background but this screen is stopping us. Thanks
... View more
01-29-2019
04:45 AM
|
0
|
0
|
825
|
|
POST
|
I have a program the writing many lines to a table in enterprise geodatabase. I all the geodatabase example I could find you always use using (Geodatabase geodatabase = new Geodatabase...
This will reopen the enterprise geodatabse for each single line I write to the log. Is this the correct way to do it? Can I keep the Geodatabse open? Thanks
... View more
01-29-2019
04:38 AM
|
0
|
3
|
1017
|
|
POST
|
There is no matrix but for each version you can find what is supported. Try this: ArcObjects SDK 10.6.x system requirements—System Requirements | ArcGIS Desktop You can change the version in the top of the page
... View more
01-19-2019
09:58 PM
|
0
|
0
|
485
|
|
POST
|
If you are connecting to SDE you need oracle client 64bit It should be configure the same way the 32bit oracle client that is used by ArcMap. Have fun Mody
... View more
01-15-2019
10:19 PM
|
0
|
1
|
4054
|
|
POST
|
Hi Charlie Great answer as usual. I used option 1 (in my original code I missed the xmlns:local) Now I need to control some of the user control content. For example my step ruler include a nice icon for each step. The user control have property "setStep" and the code inside highlight the correct icon. Is it best practice to create a ViewModel for the user control or just use the code behind? Then do I have to move to option 2, get the userControlContent as a class and set the setStep for it? Many thanks Mody
... View more
01-13-2019
06:50 AM
|
0
|
1
|
2959
|
|
POST
|
Hello all I have a few dockpanes that should share the same status ruler within then (show the step we are in). The best way to do it is to create user control and use it in all dock pane and set the status within it in the code. I created a WPF user control but I cannot find the way to put it in a few different dockpanes. Every dock pane is a user control too... I found the "ReusableUserControl" (under Framework) example but I am not clear how to apply it in my case. Does anybody have a simple explanation how to do it? Thanks
... View more
01-10-2019
07:14 AM
|
1
|
3
|
3491
|
|
POST
|
Hi Thomas I use local GP tool not a service. Still no messages. Thanks
... View more
01-05-2019
09:55 PM
|
0
|
0
|
1185
|
|
POST
|
I am running a gp tool with the sdk and it works fine. Then I changed the name of the input feature so it does not exists. The GP tool is failing (this is what I wanted) but I cannot get the error message.You can see my code below (I tried 2 different approaches) and I get an empty message. In fact even if the tool works fine I could not get the messages back. What am I doing wrong? Thanks and happy new year!
... View more
01-03-2019
12:15 AM
|
0
|
2
|
1265
|
|
POST
|
ArcGIS Monitor ArcGIS Monitor | Optimize Your Enterprise GIS is the best tool for you. It cost money and it is not simple to install and set but it will give you full information about what each service is doing, how much CPU, memory etc each service takes. You should look into it.
... View more
01-01-2019
10:10 PM
|
5
|
0
|
1483
|
|
POST
|
Hi When you edit from portal the database see just one user. This is the owner of the ArcSOC.exe process (set in server installation) if you use windows authentication or the Database user you published with if you use database authentication. This user must have write access. If you edit from portal the access should be controlled by portal. The edit application you create must be opened only to portal users that need to edit. You can create a second application without editing and open it for other people.
... View more
01-01-2019
09:58 PM
|
1
|
0
|
2446
|
|
POST
|
You had 26500 requests in half an hour. That is almost 900 a minute. This is why your response time is high. There is no way for even 100 users to create such load (9 request per user per minute?). You need to find what created this load. Possibly a program somewhere that create this load.
... View more
12-31-2018
09:44 PM
|
4
|
1
|
3211
|
|
POST
|
Very hard to say by this information. Not all requests must be display, if you did some query or run GP tool it might take much longer. If the machine was busy doing something else (for example copy a lot of data to the disk that the service is using) it can slow things. From your graph it looks like the system is fine most of the time. You need to find out what happened in these pick times.
... View more
12-31-2018
01:15 AM
|
5
|
4
|
3211
|
|
POST
|
Hi A display request should take less the 1 second. If 9 requests will come in the same second then 7 will be processed by 7 SOC's and the other 2 will wait for one second. In real life if the display is tune up then 2 instances will be more then you need. If a user ask for 4 pan/zoom operation in a minute then 10 users create 40 requests in a minute and 1 SOC is about 66% busy. In that rate even one should do the work.
... View more
12-30-2018
09:55 PM
|
6
|
6
|
3211
|
|
POST
|
Hi If you need to check the time for one operation you can use this: Example: Query the ArcGIS Server logs—ArcGIS Server Administration (Linux) | ArcGIS Enterprise If you need to monitor all your system you should check ArcGIS Monitor
... View more
12-29-2018
09:30 PM
|
4
|
1
|
1301
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week 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 |
Offline
|
| Date Last Visited |
yesterday
|