|
POST
|
Thanks!!! Thanks a lot!! The tool is the one. I have been reading the code of the tool and generate a tool like that, requires a really deep knowledge of the Portal/AGOL services structure. Naive of me that think that I would produce something similar in two weeks. Again my most sincere appreciation. This tool should be included in the portalpy , or in the arcgis module Cristian
... View more
03-02-2018
08:00 AM
|
0
|
0
|
1961
|
|
POST
|
Thanks for your answer Phil, I was trying to dig in the QT code of the application in order to understand how the Feature service and the tables are created, I mean, I was trying to reproduce the publishing procedure of a survey. If I open the zip file, and make a search and replace to the files, I need to recreate the feature service and the tables prior to the replacement. Cristian
... View more
03-01-2018
05:22 AM
|
0
|
0
|
3114
|
|
POST
|
hello fellows How to move a Dashboard from Portal A to B?
... View more
02-28-2018
11:42 AM
|
0
|
4
|
2872
|
|
IDEA
|
A tool that allow to publish surveys would be great for automation process, specially when you need to move a previously published and validated survey to another portal or even to AGOL
... View more
02-28-2018
11:39 AM
|
2
|
1
|
1226
|
|
POST
|
Philip thanks for your answer, regarding your comments: I assume the portal url of Portal A is different to the portal url of Portal B? you are correct Also, when you copy the feature service and survey form item from Portal A to Portal B using the script, do both of those items get a new itemID? I think so, I do not check that. Republishing the survey via Connect and ensuring it is pointing to the correct portal url and itemID is the best way to ensure the survey works and is submitting data to the correct feature service. So far is the correct way, but from a point of view of DevOps it is not the best way to do it, because there is no way to automate the process. There may be other ways to create a python script to download the form item, extract it, update the contents of the files in the form item where required, zip it back up, then upload, however would need to explore this idea further to see if it would actually work. I was trying to understand the code in Connect, but to be honest I am not good at QT code, more over, I download the code, and preparing the environment to make the code compile has take all the morning, and the percentage of progress is under the 10% (Installing QT )
... View more
02-28-2018
10:36 AM
|
0
|
2
|
3114
|
|
POST
|
Hello fellows, In my quest of setting up a continuous deployment for ArcGIS artifacts, I have been setup a portal for ArcGIS inside my company network, and a company account in AGOL. My idea is to have the internal portal for testing and QA, then move the content to a production environment in AGOL. Looking for the tools that let me accomplish my goal, I found the following entry in ArcGIS enterprise documentation https://enterprise.arcgis.com/en/portal/latest/administer/linux/example-copy-content.htm This script allows me to "copy" a Survey an a dashboard, but copied objects does not appear right: the survey displays a warning icon, and do not work properly The feature layer created for the survey, is pointing to the portal in my intranet What should I have to take into account in order to proceed to copy those artifacts? should I use another tool? thanks for any tip
... View more
02-26-2018
10:51 AM
|
0
|
6
|
5857
|
|
POST
|
Hello fellows, I am setting up a continuous delivery process for ArcGIS portal artifacts, currently my objective is to be able to move the content from one portal to another (dev to production), I have checked this document: https://enterprise.arcgis.com/en/portal/latest/administer/linux/example-copy-content.htm I am able to copy the artifacts from one portal to another, but one of the artifacts is a Survey Form, This artifact is copied but it is not functional, I am assuming that is because its definition includes a reference to the Feature service. am I correct? how could this reference could be changed with out publishing the Survey again? thanks for any hint
... View more
02-26-2018
08:03 AM
|
0
|
6
|
4044
|
|
POST
|
Another try: Install Anaconda 3 create an environment: conda create -n arcgis python=2.7 Install the package conda install -c "Esri" ArcGIS The funny thing is that it install Python 3.5.3....
... View more
02-22-2018
07:55 AM
|
0
|
0
|
4385
|
|
POST
|
I added the a new channel using the following command: conda config --append channels https://anaconda.org/Esri/arcgis Using the command conda search ArcGIS PackagesNotFoundError: The following packages are not available from current channels: - arcgis Current channels: - https://repo.continuum.io/pkgs/main/win-64 - https://repo.continuum.io/pkgs/main/noarch - https://repo.continuum.io/pkgs/free/win-64 - https://repo.continuum.io/pkgs/free/noarch - https://repo.continuum.io/pkgs/r/win-64 - https://repo.continuum.io/pkgs/r/noarch - https://repo.continuum.io/pkgs/pro/win-64 - https://repo.continuum.io/pkgs/pro/noarch - https://repo.continuum.io/pkgs/msys2/win-64 - https://repo.continuum.io/pkgs/msys2/noarch - https://anaconda.org/Esri/arcgis/win-64 - https://anaconda.org/Esri/arcgis/noarch
... View more
02-22-2018
05:57 AM
|
0
|
0
|
4385
|
|
POST
|
Hello fellows, I want to install the ArcGIS API for Python , I proceed as state at https://developers.arcgis.com/python/guide/install-and-set-up/#Install-using-Anaconda-for-Python-Distribution but get the following error: conda install -c esri arcgis Solving environment: failed UnsatisfiableError: The following specifications were found to be in conflict: - arcgis - xlsxwriter Use "conda info <package>" to see the dependencies for each package. then I tried the following command: conda install arcgis Solving environment: failed PackagesNotFoundError: The following packages are not available from current channels: - arcgis Current channels: - https://repo.continuum.io/pkgs/main/win-64 - https://repo.continuum.io/pkgs/main/noarch - https://repo.continuum.io/pkgs/free/win-64 - https://repo.continuum.io/pkgs/free/noarch - https://repo.continuum.io/pkgs/r/win-64 - https://repo.continuum.io/pkgs/r/noarch - https://repo.continuum.io/pkgs/pro/win-64 - https://repo.continuum.io/pkgs/pro/noarch - https://repo.continuum.io/pkgs/msys2/win-64 - https://repo.continuum.io/pkgs/msys2/noarch I check for the info of conda: conda info active environment : base active env location : C:\Users\CGLondono\AppData\Local\Continuum\anaconda2 shell level : 1 user config file : C:\Users\CGLondono\.condarc populated config files : conda version : 4.4.10 conda-build version : 3.4.1 python version : 2.7.14.final.0 base environment : C:\Users\CGLondono\AppData\Local\Continuum\anaconda2 (writable) channel URLs : https://repo.continuum.io/pkgs/main/win-64 https://repo.continuum.io/pkgs/main/noarch https://repo.continuum.io/pkgs/free/win-64 https://repo.continuum.io/pkgs/free/noarch https://repo.continuum.io/pkgs/r/win-64 https://repo.continuum.io/pkgs/r/noarch https://repo.continuum.io/pkgs/pro/win-64 https://repo.continuum.io/pkgs/pro/noarch https://repo.continuum.io/pkgs/msys2/win-64 https://repo.continuum.io/pkgs/msys2/noarch package cache : C:\Users\CGLondono\AppData\Local\Continuum\anaconda2\pkgs C:\Users\CGLondono\AppData\Local\conda\conda\pkgs envs directories : C:\Users\CGLondono\AppData\Local\Continuum\anaconda2\envs C:\Users\CGLondono\AppData\Local\conda\conda\envs C:\Users\CGLondono\.conda\envs platform : win-64 user-agent : conda/4.4.10 requests/2.18.4 CPython/2.7.14 Windows/10 Windows/10.0.16299 administrator : False netrc file : None offline mode : False What I am missing???
... View more
02-22-2018
05:44 AM
|
1
|
2
|
5394
|
|
POST
|
I had to physically restart the server, and the app was enabled
... View more
02-21-2018
06:37 AM
|
0
|
0
|
1189
|
|
BLOG
|
a little bit confusing the name of the product....it could be... Operations Dashboard for ArcGIS Enterprise 1.0 Web Operations Dashboard for ArcGIS 1.0 by the way.....any documentation regarding installation process?????
... View more
02-21-2018
06:26 AM
|
0
|
0
|
1151
|
|
POST
|
I found the following: https://community.esri.com/community/gis/applications/operations-dashboard-for-arcgis/blog/2018/01/24/operations-dashboard-and-arcgis-enterprise-106 I just download it, installed.....How do I enable it? Ouch...now the Web Appbuilder for ArcGIS crash Restarting the server......
... View more
02-21-2018
06:26 AM
|
1
|
1
|
1189
|
|
POST
|
Hello fellows, I just installed an instance of ArcGIS Enterprise (10.6), and my users want to create dashboards in the Portal (like the do it in AGOL). I have been digging in the administration documentation, but so far I do not find anything regarding that. I have found how to distribute the dashboard application, but that is not what my users want. Any hint, or documentation page that can be useful will be appreciated.
... View more
02-21-2018
05:47 AM
|
0
|
2
|
1494
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 12-01-2023 02:45 AM | |
| 1 | 07-19-2021 11:25 PM | |
| 1 | 07-21-2023 04:44 AM | |
| 1 | 07-07-2023 05:15 AM | |
| 1 | 01-19-2023 03:19 AM |
| Online Status |
Offline
|
| Date Last Visited |
08-02-2024
12:42 AM
|