|
POST
|
Can you supply a screenshot for better context of this issue? What type of datasource are you dealing with (enterprise SDE geodatabase, file gdb, shapefile, other)?
... View more
09-14-2021
05:08 PM
|
0
|
10
|
4556
|
|
POST
|
Can you break out the model into multiple models so that the first model would add the global id all within that model and the output of that model would be the input to the next model? I would even suggest exporting the models out to python scripts and work with multiple python scripts in series.
... View more
09-14-2021
05:04 PM
|
0
|
5
|
4874
|
|
POST
|
I would make sure you are using the correct connection for Pro (In Oracle ats least you needed to use a 64-bit client instead of a 32-bit client). I would use the actual path to the database connection c:\... instead of shorthand path which definitely works in ArcMap but I do not thinks works with Pro due to its different architecture. in_table = r'Database Connections\GIS Update.sde\GIS_update.dbo.Orion_Taxlots\GIS_update.dbo.Orion_Taxlots'
... View more
09-14-2021
10:23 AM
|
0
|
1
|
1286
|
|
POST
|
You have updated the GIS client software, but you still indicate that the SDE database is at 10.5.1. Do you have the ability to upgrade the SDE database to 10.7.1 to match the latest client upgrade? Do you have all the appropriate patches needed to connect to the Oracle database (I would think tech support would review this item with you)?
... View more
09-13-2021
05:55 AM
|
0
|
0
|
2505
|
|
POST
|
Are you working across a network, locally, or in the cloud? If working across a network or in the cloud, can you run the same process locally and see if items disappear in that scenario?
... View more
09-13-2021
05:25 AM
|
1
|
0
|
5256
|
|
POST
|
Is there a chance that the counter is never getting to 250000? Why not set it at a much lower value and print out what the counter is at right before the program exits as it might be doing something unexpected at this point? This would only be needed for trouble-shooting purposes.
... View more
09-09-2021
08:50 AM
|
1
|
0
|
4276
|
|
POST
|
I would suggest adding print statements for variables to ensure that they are being populated as expected.
... View more
09-09-2021
08:45 AM
|
2
|
0
|
6377
|
|
POST
|
Amanda: Do you have any communication with the admin of the original csv file? I ask because how would you know the data errors would be fixed the next time to try to run the script. Maybe it would be more proactive to trap the errors and let the csv admin personnel fix the data based on you errors you trapped in your code.
... View more
09-08-2021
02:22 PM
|
2
|
1
|
4309
|
|
POST
|
Not exactly sure how you would set your record threshold, but you could either hard-code that into the python script or read it in from a config file that you can modify in a text editor. If your Counter from script < threshold then instead of running code send an e-mail alerting you to bad data: SUBJECT = "CAMA Data Update Alert " TO = ["e-mail address"] FROM = "server address" text = "There was an error GIS data" BODY = string.join(( "From: %s" % FROM, "To: %s" % TO, "Subject: %s" % SUBJECT , "", text ), "\r\n") server = smtplib.SMTP('SMTP server URL',25) #server = smtplib.SMTP(HOST) server.sendmail(FROM, TO, BODY) server.quit()
... View more
09-08-2021
01:24 PM
|
0
|
1
|
3885
|
|
POST
|
What can you trap in the csv file to determine that the data is corrupt? Do you always get all CAMA records and is it just that some fields are empty or would you only get a subset of expected records? The easiest approach would be to define a number of expected records and if you do not get that then cancel your scripts. The more difficult approach would be to read your data and look for Null fields where you would expect data and cancel your script if you find a Null value where a value is expected.
... View more
09-08-2021
12:31 PM
|
0
|
0
|
3917
|
|
POST
|
Does the problematic field have a different data type than the fields that you have been successful with thus far?
... View more
09-03-2021
01:56 PM
|
0
|
1
|
2460
|
|
POST
|
James: Has your organization ever tried WMware Horizon VDI with ArcMap as the GIS software? I ask because my organization has tried this setup in the past but the performance of the GIS software then became unusable so we abandoned this effort. Pro is even more memory intensive so I cannot see that environment being any better.
... View more
09-03-2021
05:04 AM
|
0
|
0
|
3096
|
|
IDEA
|
Depends on whether data is in an enterprise database in a feature dataset as there is a bug with this scenario and the Workspace mode.
... View more
09-02-2021
06:29 PM
|
0
|
0
|
5087
|
|
POST
|
Are you using vmWare Horizon from a home remote setting? Do you have the capability to remote back into an individual machine with ArcPro installed instead of using a shared VDI session that has ArcPro installed?
... View more
09-02-2021
09:58 AM
|
0
|
2
|
3164
|
|
POST
|
How do you know building another app will resolve this issue? The reference to 10.2 might not allow you to use this widget at all. I would log an incident with ESRI tech support to get a more definitive reason on why the screening widget is not saving for you.
... View more
08-30-2021
12:16 PM
|
0
|
1
|
4144
|
| 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
|