|
POST
|
I am trying to list the contents of all my Web maps for a user. I have a list of all the Web Maps but cannot find how to list the Web Maps content. Each web map has a number of layers, these shown in portal but want to know how to get this list in python.
... View more
06-05-2017
10:03 AM
|
1
|
4
|
3164
|
|
POST
|
Thank you Uninstalled python 3.6 and pointed to the arcgis pro version (3.5.2), followed the developer install guide (using the command prompt) as standalone. Then did the same in arcgis pro. cheers
... View more
05-31-2017
03:45 AM
|
0
|
1
|
1718
|
|
POST
|
That what I thought I had done, am obviously missing something.
... View more
05-31-2017
03:15 AM
|
0
|
3
|
1718
|
|
POST
|
uninstalling now, installed from the developer site, installer works fine on a virtual machine, however my machine obviously has problem. I have ArcGIS 10.5 installed (as upgrades) and ArcGIS pro 1.4, there obvious numerous version of python, hence suspect the location is the default with pro.
... View more
05-31-2017
02:51 AM
|
0
|
5
|
1718
|
|
POST
|
Hi dan Conda install –c esri arcgis from admin command prompt. Conda was installed from the x64 download, default intall
... View more
05-31-2017
02:37 AM
|
0
|
7
|
1718
|
|
POST
|
Get an error trying to install the arcgis Traceback (most recent call last): File "C:\Users\phughes\AppData\Local\Continuum\Anaconda3\lib\site-packages\conda\exceptions.py", line 573, in conda_exception_handler return_value = func(*args, **kwargs) File "C:\Users\phughes\AppData\Local\Continuum\Anaconda3\lib\site-packages\conda\cli\main.py", line 98, in _main imported = importlib.import_module(module) File "C:\Users\phughes\AppData\Local\Continuum\Anaconda3\lib\importlib\__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 978, in _gcd_import File "<frozen importlib._bootstrap>", line 961, in _find_and_load File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 655, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 678, in exec_module File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed File "C:\Users\phughes\AppData\Local\Continuum\Anaconda3\lib\site-packages\conda\cli\main_info.py", line 21, in <module> from ..config import rc_path, sys_rc_path, user_rc_path File "C:\Users\phughes\AppData\Local\Continuum\Anaconda3\lib\site-packages\conda\config.py", line 90, in <module> envs_dirs = context.envs_dirs File "C:\Users\phughes\AppData\Local\Continuum\Anaconda3\lib\site-packages\conda\base\context.py", line 274, in envs_dirs join(self._user_data_dir, 'envs'), File "C:\Users\phughes\AppData\Local\Continuum\Anaconda3\lib\site-packages\conda\base\context.py", line 309, in _user_data_dir return user_data_dir(APP_NAME, APP_NAME) File "C:\Users\phughes\AppData\Local\Continuum\Anaconda3\lib\site-packages\conda\_vendor\appdirs.py", line 67, in user_data_dir path = os.path.join(_get_win_folder(const), appauthor, appname) File "C:\Users\phughes\AppData\Local\Continuum\Anaconda3\lib\site-packages\conda\_vendor\appdirs.py", line 284, in _get_win_folder_with_pywin32 from win32com.shell import shellcon, shell ImportError: DLL load failed: %1 is not a valid Win32 application.
... View more
05-31-2017
02:25 AM
|
0
|
9
|
2436
|
|
POST
|
i have a web server in DMZ with an internal fqdn, it is also associated with a web address. The machine has a public IP address and a domain address. it has 2 web adapters installed, one pointing to the AGS server. The other to the poral server, this shows the machine name but strangly the external IP address. I have public and secured services on AGS. The address of the public services work perfectly in maps and application if accessed from the domain or from the Internet. I can share secured service with portal accessing them in maps and applications using internal fqdn. If I try accessing from the web then the services does not display and a pop up appears asking to login to the pirtal, but will not accept any usernames. if i change the pirtal to have the external web address then I cannot access the secured services as when trying to add to pirtal it will not accept user name or password for the AgS secured services.
... View more
03-12-2015
11:44 AM
|
0
|
0
|
3667
|
|
POST
|
HI Just to clarify, the elements in the layout are detailed as dynamic text, I believe they are MPS-Atlas Dynamic Text and this was depreciated at version 10.2.2
... View more
10-28-2014
09:50 PM
|
0
|
1
|
1276
|
|
POST
|
The dynamic text has been dropped by esri, I need to change the dynamic text into either a graphic or a text item with Python script if this is possible Sent from my iPad
... View more
10-28-2014
01:05 PM
|
0
|
3
|
1276
|
|
POST
|
The mxds have been produced using arcmap 10.1 and the defense solutions. They contain dynamic text that is causing them to crash arcmap 10.2.2 with defense solution 10.2.2. The dynamic text items are actually in the graphic element but I cannot find any documentation to find the methods or properties of the object that hold the text. I wish to convert the dynamic text into a graphic and then the document will be openable. The fact they no longer dynamic does not matter. Each Mxd is an individual.
... View more
10-28-2014
11:42 AM
|
0
|
5
|
1276
|
|
POST
|
Hi I have a large number of map documents that contain Dynamic Text, These will not open with ArcGIS 10.2.2 and arcmap simply crashes. I want to convert these text items to either graphics or ordinary text items. I am struggling to locate the dynamic text items in the map document. I can see them as "Dynamic Text" items in the layout window if I open the Map Document. Can anyone advise how or what these Dynamic Text items appear in the mxd. Have tried the below python but they do not display.. import arcpy import arcpy.mapping as mapping import commands mxd = mapping.MapDocument("K:/7_users/Phil/mapdoc/test.mxd") for elm in arcpy.mapping.ListLayoutElements(mxd, "text_element"): print elm.name, elm.text
... View more
10-28-2014
12:55 AM
|
0
|
8
|
2912
|
|
POST
|
Thank you Am returning to delphi after number of years Kind regards Phil Sent from my iPad
... View more
08-15-2014
08:31 AM
|
0
|
0
|
1396
|
|
POST
|
Hi Has anything been done with the API, am interested in putting a map onto a desktop application from my ArcGIS Server services.
... View more
08-13-2014
02:08 AM
|
0
|
1
|
1437
|
|
POST
|
Hi Am trying to develop using Delphi XE, in your document you comment about batch file to import the com objects, is this available to download anywhere. regards Phil
... View more
08-12-2014
10:05 PM
|
0
|
2
|
1396
|
|
POST
|
I have created multiple GIS servers together, so now have 4 machines in a cluster that intend to create caches (2 machines are windows 2003, 2 are windows 2012), they appear in the site machines list and can happily publish map services. My problem comes when I try and create a cache. Arccatalog appears to be be creating a cache as displayed in the results window. If I try and view the cache status the status says 0.0% of tiles are present. There are no entries in the cache status (I expect to see at least the levels) Have stopped the server. Restarted and still no levels are displayed. Have removed the status GDB and rebuilt the cache status. The folders are present on the shared folder (all 4 servers in the cluster share the same folders). All servers are fresh install and simply joined to the existing site.
... View more
06-19-2014
05:00 AM
|
0
|
1
|
1025
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-05-2017 10:03 AM | |
| 1 | 07-10-2017 01:04 AM | |
| 1 | 07-10-2017 06:24 AM | |
| 1 | 06-10-2017 12:40 AM |
| Online Status |
Offline
|
| Date Last Visited |
07-21-2022
07:09 AM
|