|
IDEA
|
this is a known limitation, hopefully it gets implemented soon. there are some work arounds but they are not ideal.
... View more
02-20-2018
07:05 AM
|
0
|
1
|
1424
|
|
POST
|
for future reference: this issue will also occur if you're accessing files from network dives. be sure to use UNC paths not the mapped network drive. The Definition of Universal Naming Convention (UNC)
... View more
02-16-2018
01:53 PM
|
0
|
0
|
11266
|
|
POST
|
or convert it to a string if you only want to present it and not perform calculations on it.
... View more
02-16-2018
05:09 AM
|
0
|
0
|
2251
|
|
POST
|
just start an edit session regardless its original state in the beginning of the script.
... View more
02-15-2018
07:53 AM
|
0
|
0
|
1827
|
|
POST
|
simple enough, should have thought of that. in CMD CD C:\Python27\ArcGISx6410.5\Scripts pip install <package_name> this works thanks bixb0012
... View more
02-15-2018
07:46 AM
|
0
|
0
|
13059
|
|
POST
|
can you create a new FC in SDE with the desired fields and data types, then use InsertCursor—Data Access module | ArcGIS Desktop to insert the rows respectively.
... View more
02-15-2018
06:19 AM
|
0
|
3
|
2251
|
|
POST
|
Hello all, I am experiencing an issue with python installations 32bit and 64bit. ArcMap 10.5.1 (uses 32bit) however I also installed the 64bit background processing. This is great however when I install 3rd party libraries via CMD "pip install <package_name>" it loads the libraries into the 32bit python when I try to import them into IDLE (uses 64bit now because of the background processing I installed) it fails for obvious reasons (its not there) All pip installs go to the 32bit Python but I need them to hit the 64bit python because that's what ArcMap is using now. the environment variables are still the same pointing to the 64bit instance of Python27 folder unless the background processing .exe's are in a different location? I assume I need to point the pip installs to the 64bit locations... successful import of 3rd party library in 32bit failed import into 64Bit python Note: scrapy is just an example, same result for all libraries being installed via pip
... View more
02-15-2018
05:08 AM
|
0
|
2
|
18837
|
|
POST
|
I am receiving the following error when attempting to upgrade the SDE from 10.4.1 to 10.5.1 Could not update server tables and stored procedures. ( Error (-9) DBMS error code: 0 42000:[Microsoft][ODBC Driver 13 for SQL Server][SQL Server]Cannot execute as the database principal because the principal "public" does not exist, this type of principal cannot be impersonated, or you do not have permission. SDE user is db_owner and there is a public role which he is apart of
... View more
02-14-2018
03:43 AM
|
0
|
0
|
5248
|
|
POST
|
thank you KCullen-esristaff for the great response! this is exactly what I was looking for!
... View more
02-13-2018
01:27 PM
|
0
|
0
|
8769
|
|
POST
|
without diving too deep into the analysis... pretty sure this can be done with the Python API
... View more
02-13-2018
10:15 AM
|
1
|
4
|
9188
|
|
POST
|
I want to accomplish the following: - create a group in AGOL - add a new user to this group (only member of this new group) - only allow this user to view (or edit depending on data I share) to items that are shared with the group - do not allow this user to view/edit any other items ion the Organization (excluding public view able data) the issue I am having: once I add this new user to my organization, I add them to the new group and share items with the group respectively. HOWEVER, the new user will also be allowed to view other items in the Organization (even if the items are not publicly view able). How can I set properties/create group to only allow a user to view items that are shared with that group
... View more
02-13-2018
10:13 AM
|
1
|
11
|
10722
|
|
POST
|
I was successfully able to accomplish this. running the 10.5.1 installer will download the needed files for the 10.5.1 upgrade (in 1 folder named "Desktop"). place this folder on target PC's C:\ drive with a .bat file START C:\Desktop\setup.exe ESRI_LICENSE_HOST=%COMPUTERNAME% SOFTWARE_CLASS=Professional SEAT_PREFERENCE=Fixed DESKTOP_CONFIG=TRUE INSTALLDIR1=C:\python27 /qb create a windows task to run the .bat file and desired time and repeat as necessary for other PC's.
... View more
02-13-2018
08:17 AM
|
2
|
0
|
1535
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-13-2018 10:15 AM | |
| 1 | 12-21-2017 06:41 AM | |
| 1 | 02-12-2018 01:36 PM | |
| 1 | 08-29-2017 06:30 AM | |
| 1 | 02-13-2018 10:13 AM |