|
POST
|
Good Evening, We're having serious problems with ArcGIS Enterprise. We've narrowed the problem down to Portal for ArcGIS. While reviewing the logs, I noticed that it has been trying to start the indexing service over and over again. Any thoughts on what causes this and what the solutions might be? Thanks, Nathan
... View more
10-03-2019
05:52 PM
|
0
|
1
|
1091
|
|
POST
|
No, I only have the default environment. The problem goes away if I revert back to ArcGIS Pro 2.3 from 2.4. Then, it comes back when I upgrade again.
... View more
09-20-2019
08:59 AM
|
0
|
5
|
2915
|
|
POST
|
I am getting the following error when trying to import arcpy or arcgis from a stand-alone Python script either run from IDLE for Python 3 or through the Conda Python interpreter that comes with ArcGIS Pro: Faulting application name: pythonw.exe, version: 3.6.8150.1013, time stamp: 0x5c6f5f72 Faulting module name: GpPythonCore.dll, version: 12.4.0.19948, time stamp: 0x5d0ad153 Exception code: 0xc0000005 Fault offset: 0x000000000000a4ad Faulting process id: 0x4ce0 Faulting application start time: 0x01d56e6b54efb586 Faulting application path: C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\pythonw.exe Faulting module path: C:\Program Files\ArcGIS\Pro\bin\GpPythonCore.dll Report Id: 5f5e420e-e05b-48d1-9985-a969e646b5b3 Faulting package full name: Faulting package-relative application ID: Everything was fine up until the following occurred. I was trying to use Pandas data frames in a stand-alone Python script. I was writing the script in Wing IDE, but I had not figured out how to set up the Wing project to use Python 3. Therefore, I was opening the script up in IDLE to run it. I was in the process of switching from using NumPy arrays and Pandas data frames to using spatially-enabled data frames. I added the imports to use SEDFs and I had some sort of error. I decided it was time to setup my Wing project to point to Python 3 instead of 2. I did research online and I believe I copied the path to the root environment Python interpreter and pasted it into the settings in Wing. After that, when I went to run it, python.exe crashes. It crashes from Wing, IDLE, and the command prompt. It does not, however, crash from the root python command line or ArcGIS Pro. I isolated the problem down to the import statement and I am just typing in import arcpy or import ArcGIS from the Python command line. I tried to reinstall ArcGIS Pro, then both ArcMap and ArcGIS Pro, and neither worked. I uninstalled Wing IDE and I am only trying to get basic ArcGIS Pro functionality to work. I am hoping someone has some insight.
... View more
09-19-2019
09:17 AM
|
0
|
7
|
3367
|
|
IDEA
|
I think it would be great if I could take two SEDFs and find the features in one SEDF that have a certain spatial relationship with the features in another SEDF. You would use a method of the source SEDF and pass in the target SEDF as an argument. The return value would be a new SEDF with the desired features.
... View more
09-11-2019
06:31 PM
|
1
|
2
|
651
|
|
IDEA
|
I think it would be great if I could take two SEDFs and find the features in one SEDF that have a certain spatial relationship with the features in another SEDF. You would use a method of the source SEDF and pass in the target SEDF as an argument. The return value would be a new SEDF with the desired features.
... View more
09-11-2019
06:31 PM
|
1
|
2
|
1333
|
|
POST
|
I am interested in the possibility of using SEDFs for doing unions and intersections of point geometries and selecting point geometries completely within line geometries. I can do this with normal means, but I was hoping I could do it with SEDFs faster and more concisely. I am still evaluating that. I just wanted to know if you can do these operations with SEDFs. Do the spatial columns contain normal geometry objects? Can you have multiple shape columns on a single data frame? If not, I will go back to my original plan of using geoprocessing tools, cursors, and sets. Thanks, Nathan
... View more
09-11-2019
06:21 PM
|
0
|
1
|
478
|
|
POST
|
Well, thanks for clarifying that. I noticed the extra settings, but it wasn't really what I was looking for. The developers will have to address everyone's feedback.
... View more
05-06-2019
09:36 AM
|
3
|
0
|
2024
|
|
POST
|
I want to be able to make a Python toolbox the default toolbox in an ArcGIS Pro project. I am making a project template and I am putting all my code into the Python Toolbox. I have no need for the .tbx file that gets created automatically. Is there a way to do this? If not, is there a reason why? The same thing kind of goes for my default geodatabase. I am bringing in an FGDB with an empty schema from my project template. I don’t need the extra blank file geodatabase that gets created. I can delete it through Python and reset the default GDB to the one I had in the template, but it would be nice if it kept the original default geodatabase from the source project.
... View more
05-03-2019
02:13 PM
|
2
|
3
|
2301
|
|
POST
|
I want to use the multiprocessing module in ArcGIS Pro with a Python toolbox.
... View more
04-17-2019
10:11 AM
|
0
|
0
|
3394
|
|
POST
|
Sorry, I found my mistake. I copied the code from the main.js file to the Widget.js file, not noticing the difference between jimuConfig and window.jimuConfig. After I fixed that, it worked pretty well. The Splash widget scrollbar does not show up for some reason. Due to some of my customizations, I got better results by only making the change for the loading page and displaying the main page in main.js. That way, the map and legend finish loading up completely behind the loading page and are fully ready when the loading page is hidden. Either way, thanks for pointing me to where to begin.
... View more
04-17-2019
10:10 AM
|
1
|
0
|
1863
|
|
POST
|
I am familiar with using the multiprocessing module in a stand-alone script with ArcMap at Python 2.7. However, I want to create a Python toolbox to be used from ArcGIS Pro and I want to know if I can still use the multiprocessing module or if there is another option. I am just not sure what will happen with the Python toolbox and the way the multiprocessing module starts new processes. Has anyone tried this? Thanks, Nathan
... View more
04-16-2019
06:00 PM
|
1
|
4
|
3891
|
|
POST
|
Hi Robert, I tried your solution, but it had a lot of unintended side effects. In IE, there was a big blue box at the top of the top screen and the splash screen had formatting issues. In Chrome, it didn't display the blue screen at all.
... View more
04-16-2019
04:15 PM
|
0
|
2
|
1863
|
|
POST
|
Is anyone familiar with where and how to modify the behavior of the loading screen? Sometimes it comes up and sometimes it doesn't. Either way, it seems to go away when the map is loaded. Then, I will see the map for about 6 seconds while all the header controller and other widgets are loading up. I am using the Splash widget too. I want the loading screen to stay up behind the Splash widget until it is closed. If I could get that to happen, I might get a nice background image for the loading screen and get a nice loading GIF. So, does anyone know where this part of the code is? Thanks, Nathan
... View more
04-10-2019
08:53 AM
|
0
|
4
|
2066
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-06-2025 03:29 PM | |
| 1 | 11-30-2022 09:47 AM | |
| 2 | 03-04-2022 01:16 PM | |
| 1 | 04-10-2024 05:21 PM | |
| 1 | 08-23-2023 10:29 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|