|
POST
|
FWIW, I try to post the updates, etc to /blogs/myAlaskaGIS/2016/03/09/web-appbuilder-developer-edition-customization-resource-list?sr=search&searchId=c63adbbd-7806-48c5-819b-9eb324921fcd&searchIndex=0 If you follow, I think you will see when I update the blog. Otherwise, follow dlaw-esristaff who usually lets up know the latest in updates and blogs.
... View more
11-15-2017
12:14 PM
|
1
|
1
|
2934
|
|
POST
|
It would help if you edit you post and post the code using https://community.esri.com/people/curtvprice/blog/2014/09/25/posting-code-blocks-in-the-new-geonet?sr=search&searchId=a8d8fb1f-5622-4402-bb65-833b791e21e9&searchIndex=6 or /blogs/dan_patterson/2016/08/14/script-formatting?sr=search&searchId=a483b6b2-88cf-4672-bb4a-703edf98fba9&searchIndex=1 What I see right off in what you post, assuming the spacing is how you are trying to use it, is all the lines that are indented (line 2 down) shouldn't be, until you get to the "for row in cursor:" then some of the lines below that might need to be. I did not look at the entire code, but fixing the indentation is probably the first step (again, assuming the spacing shown is what you are trying to use).
... View more
11-15-2017
11:39 AM
|
1
|
0
|
4274
|
|
POST
|
>Again, NOT recommended as a deployment practice. Hence why I did not mention it earlier in this thread. Understood. But I can see the need to install on one machine if an organization does not have the additional hardware....especially if just for development. >This second install is a separate standalone Server site. You would then federate the second machine with Portal. For a number of reasons, we will not be federating. Is federation mandatory only if having the Image Server on a second machine? Or, do we just have two ArcGIS Server installs...not connected. Does that mean we need a web adaptor for the Image Server that is associated with that machine? Do you have a link to help that can explain all this better? So far, I haven't found much info for our setup, other than the links I already sent. What we have planned (for dev) one server with AGS and Portal...unfedererated one IIS server w/ 2 AGS web adaptors (one for secure and one for unsecure services), and one web adaptor for Portal one SQL server (for SDE) one server for Image Server .... so web adaptor? does it need it's own external access (port 80) or does it go thru the main ArcGIS Server like it did when it was an extension? We plan to repeat this for Prod (although the SQL server most likely will be shared)
... View more
11-15-2017
11:09 AM
|
0
|
11
|
6888
|
|
POST
|
I'm not an IIS expert, but I don't think arcpy is meant to run in a browser in that manner. Typically you would create a geoprocessing service to run in a web app (or Desktop app). It might help to explain a little more about what you are trying to do. What ArcGIS software and versions you have access too, etc. Also, posting your code using /blogs/dan_patterson/2016/08/14/script-formatting?sr=search&searchId=347edb37-9b0e-4ffc-81c4-f4d1da269e99&searchIndex=1 would help. Also tagging https://community.esri.com/community/gis/applications/arcgis-pro?sr=search&searchId=c318f72e-68a6-4d1e-919b-0570559e722a&searchIndex=1 https://community.esri.com/groups/arcgis-pro-tasks?sr=search&searchId=c318f72e-68a6-4d1e-919b-0570559e722a&searchIndex=2 since you mention you have that installed.
... View more
11-15-2017
07:16 AM
|
0
|
1
|
1366
|
|
POST
|
Hi Amy Brassieur I hope I am not hijacking your thread too much. I think this falls in line and may be helpful in answering your questions more. We are at about the same stage as you are....updating from AGS 10.2.x in our case but moving to a virtual server (in a remote city, vs local) and upgrading SQL, IIS etc. Unlike before when I had admin rights however, I'm at the mercy of others so not able to test as much. Such is the future. (sigh) Hi Derek Law, I would have to say that the help for installing the Image Server (or any of the "roles") is impossible to find in the help. Your link above helped me track down what I think we needed to get started (we are just getting ready to upgrade from 10.2.x). Based on the What is ArcGIS Enterprise?—Documentation | ArcGIS Enterprise it does sound like you can put is all on one machine, assuming you have the resources (underline added): Multiple server license roles can be applied to the same machine or site as the base ArcGIS Enterprise deployment, or they can be deployed independently of the base deployment. To ensure enough machine resources will be available to support server operations, review the system requirements for each server licensing role before configuring a multirole server or server site. It is generally recommended to deploy separate sites for each role. So, it says you can put in on one machine OR spread it out, but the info on separating is lacking. But, I take it, assuming your server is capable (and you don't mind Image Server caching eating up the resources your have) and assuming you are licensed for the Image Server "role", you could install on one machine, you would just need to authorize it. correct? In, our case, for development purposes...although we do plan to separate. We will doing all the heavy lifting with cache creation on the dev setup...then copy/deploy to a production server for cached and dynamic/function image server. (lots to try with the new version) There really isn't any clear info about how to "install" Image Server or and of the "additional server deployment" roles (ArcGIS Image Server, ArcGIS GeoEvent Server, ArcGIS GeoAnalytics Server, and Business Analyst Server are additional licensing roles for ArcGIS Server. ) There are links to: Base ArcGIS Enterprise deployment—Documentation | ArcGIS Enterprise About adding an ArcGIS Server machine to a site—ArcGIS Server Administration (Windows) | ArcGIS Enterprise and Additional server deployment—Documentation | ArcGIS Enterprise but I still haven't figured out whether a second server with a role like Image Server is considered an additional ArcGIS Server machine that must be added like you would to create a cluster, or if it is a standalone machine? Whether is is installed on one machine or multiple, the installation of the software "role" is very confusing. BTW - Although we have a production license, due to dev license cost, we will only have the dev license thru Aug 2018, so we need to get this all up and running soon, and get all setup, cached, and deployed, etc. Then we will only have a production license. Thanks for you time
... View more
11-14-2017
05:16 PM
|
0
|
13
|
6888
|
|
POST
|
And to see a list of custom widgets that others have written (and which may be a starting point for you), check out https://community.esri.com/groups/web-app-builder-custom-widgets?sr=search&searchId=596a12ad-184a-428e-aa8f-c26ff2f292a4&searchIndex=0 and /blogs/myAlaskaGIS/2017/03/04/web-appbuilder-the-custom-widgets-list-332017?sr=search&searchId=b77a4a16-173a-4477-98ec-14f6bee13390&searchIndex=4
... View more
11-14-2017
08:23 AM
|
0
|
0
|
1161
|
|
POST
|
As suggested, your should probably move it Python ...see https://community.esri.com/docs/DOC-2258?sr=search&searchId=ba9cdc9d-b9e7-4a97-86b8-18c21f293f8c&searchIndex=5 for help on that. Also, I'll tag https://community.esri.com/community/gis/web-gis/portal-for-arcgis?sr=search&searchId=6f14e1a1-b673-497a-84f5-1794b2968a07&searchIndex=3 https://community.esri.com/community/gis/enterprise-gis?sr=search&searchId=4e398f00-945f-4d83-a81d-41a740650c16&searchIndex=4 and https://community.esri.com/community/gis/applications/arcgis-pro?sr=search&searchId=b217f6e1-e6c7-4280-b758-ead413565640&searchIndex=1 for more exposure.
... View more
11-14-2017
07:34 AM
|
0
|
1
|
3355
|
|
POST
|
It's always good practice to explain what you did so it may help others in the future. Even if the solution was something like "I had a typo". Then mark your question as "assumed answered" or your answer as correct so the thread can be closed. thanks.
... View more
11-13-2017
02:06 PM
|
2
|
0
|
3984
|
|
POST
|
Although you have found your solution, I posted an addin a while back that may help in the future /blogs/myAlaskaGIS/2015/08/31/python-addin-for-data-inventory-and-broken-link-repair?sr=search&searchId=870836a2-6850-4907-9481-52af9476f153&searchIndex=7
... View more
11-13-2017
01:57 PM
|
2
|
0
|
1883
|
|
POST
|
I would also try to avoid spaces in your path name. (e.g. the space between oktober and download)
... View more
11-13-2017
01:52 PM
|
0
|
0
|
3217
|
|
POST
|
Try setting up the FLEXLM_TIMEOUT environmental variable. This helps many of our users that have issues connecting. (copied from our internal troubleshooting page) To help speed up connections to the license manage, especially in offices with slower connections, the response to the new license manger setup may timeout with the error “The server entered is not a valid ArcGIS License Manager” (or maybe a -15 error) First see instructions for setting your machine to the new license manager server. If still having issues (especially in offices with slow network connections), go to the Environment settings…and “add the System Environment Variable “FLEXLM_TIMEOUT” with value 1000000” • Right click on My ComputerPropertiesAdvanced System Settings->Advanced • click on Environment Variables button, click NEW to add a new variable. • then, under System variable, select “New”, for name enter FLEXLM_TIMEOUT and for value enter 1000000 Once ArcGIS is installed, verify the variable was configured properly by opening StartAll ProgramsArcGISDesktop Administrator. On the main page at the bottom, the screen should have the following: Variable Name: ARCGIS_LICENSE_FILE and Variable Value as shown above.
... View more
11-13-2017
10:57 AM
|
0
|
0
|
1896
|
|
POST
|
Duplicate post https://community.esri.com/thread/205007-north-arrowcompass-in-360-panorama-image-viewer you ou may want to review https://community.esri.com/community/help-and-feedback/blog/2016/08/15/community-news-and-tips-how-to-ask-questions-and-get-answers?sr=search&searchId=2a0ea4d7-d98a-492f-879b-fb91c626e068&searchIndex=0
... View more
11-10-2017
01:51 AM
|
0
|
0
|
993
|
|
POST
|
Duplicate post Opening widget multiple times i suggest deleting this one since the other is a question. In the future, if you need to change the post from a discussion to question ( that is, you notice it went in as a discussion by mistake), you can convert it to a question in the Actions menu (upper right corner)
... View more
11-10-2017
01:47 AM
|
0
|
0
|
925
|
|
POST
|
I converted your discussion to a question. Questions tend to get more views and responces. For some other tips on posting, check out https://community.esri.com/community/help-and-feedback/blog/2016/08/15/community-news-and-tips-how-to-ask-questions-and-get-answers?sr=search&searchId=ef0d9807-56f7-49af-b952-4d57535c1995&searchIndex=0 i agree with Joshua that sometimes it is easier to start from scratch, but of course that depends on the complexity. (Sorry, I can't offer anything advice since I'm not able to open the attachment for a few days. )
... View more
11-09-2017
07:38 PM
|
1
|
0
|
3625
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 02-08-2018 08:21 AM | |
| 1 | 10-07-2015 09:48 AM | |
| 1 | 10-25-2015 12:23 PM | |
| 1 | 11-02-2017 09:00 AM | |
| 1 | 11-04-2016 02:11 PM |
| Online Status |
Offline
|
| Date Last Visited |
03-31-2025
04:56 PM
|