|
POST
|
Web link: ArcGIS Web Application I've "upgraded" a few of my maps to WABDE ver 2.11, and am having an issue with the Print widget. Everything appears to work fine, but when the actual JPG/PDF/PNG is created, the parcel layer does not show up. This layer is visible in the map (you have to zoom in a bit to see the orange property lines) and it appears in the Legend widget. Is this a bug or (more likely) am I missing a setting somewhere in my web map? Screen shot --
... View more
03-21-2019
01:59 PM
|
0
|
6
|
8386
|
|
POST
|
This is the first time that I've had secured services, so I don't have any prior successes to look back on. (*sad trombone*) After reviewing my workflows that used bulk stops and starts, I guess I don't have to shut down my web services. I can just tell the database to stop accepting connections and kick out anyone who is currently connected. (This happens in the middle of the night via automated task, so that the end user impact is minimal.) The only use I'll really miss is the automated task that restarted all of my web services at 6 am, just to give us a fresh start if something crashed overnight and didn't restart properly.
... View more
03-21-2019
01:05 PM
|
0
|
3
|
5726
|
|
POST
|
Prior to 10.6.1, I was using the ArcGIS Server Admin Toolkit to stop and start services in bulk. That toolkit has depreciated and does not appear to work in 10.6.1. (It could be that I'm making an error with the parameters, but I don't think I am) Then I found this: Example: Stop or start all services in a folder—ArcGIS Server Administration (Windows) | ArcGIS Enterprise The above script assumes that you are using port 6080, but ours are on 6443. I tried to change the parameter in the same script from 6080 to 6443, but that did not work. Again, I'm not ruling out the possibility that I'm entering the wrong variables, but the error message says that the server is forcibly closing the connection to port 6443 when I run it. In scouring the forums, I've seen comments that suggest that A) you cannot start/stop services using Python if said services are secured (https), and B) the Esri is intentionally not maintaining or developing tools to allow you to batch start/stop services anymore because they want you to do it through Server Manager/Portal/ArcCatalog. I know you can't start/stop services in Pro yet, but that it might be coming in a future version. Can anyone help me fill in the gaps? My ultimate need is to be able to stop all web services at once and then restart them in bulk. I'm using Enterprise 10.6.1, including Portal. I published all of my services to Server using ArcMap 10.6.1.
... View more
03-21-2019
12:42 PM
|
3
|
28
|
14029
|
|
POST
|
I'm having an odd problem with a raster tile cache. All of my imagery except for the 2016 vintage has cached out with no issues. I'm using the exact same setup to publish the tiles (as far as I know). I publish the service with the option to build the cache later. When I run Manage Map Server Cache Tiles, the job completes successfully and I can see the bundles that were created when I look in the Windows file structure. However, when I preview the service in Catalog or try to view it in Portal or ArcMap, it appears as a blank white screen. I've tried zooming to nearest cached level, but no luck. Using ArcGIS Enterprise 10.6.1, Server federated with Portal. Anyone else had this issue?
... View more
03-19-2019
09:08 AM
|
0
|
2
|
2002
|
|
POST
|
I think it would be ideal to have the choice to do one or both. Kelly, thanks for the link to the Ideas page!
... View more
03-18-2019
06:01 AM
|
0
|
0
|
2844
|
|
POST
|
Is it possible to change ArcGIS Online and/or Portal items so that the first and last name associated with an account displays as the owner instead of the user name? It's purely a personal preference, but I think a first and last name looks nicer and makes more sense to the lay person than a username.
... View more
03-15-2019
07:52 AM
|
1
|
6
|
3080
|
|
DOC
|
LOL! I really wish I hadn't posted that now! I was starting over from scratch when I got that message, so I hadn't actually configured anything yet. It went away as soon as I finished the configuration. I found the missing configuration in the meantime. I didn't have the "Ask for values" box checked inside the Update Expression Value.
... View more
03-14-2019
09:49 AM
|
0
|
0
|
13154
|
|
DOC
|
I'm not getting any errors. When I activate the widget, the highlighted lines show up, but no errors that I'm finding.
... View more
03-14-2019
09:38 AM
|
0
|
0
|
13154
|
|
DOC
|
I'm setting up a new web app with WABDE version 2.11, so I downloaded your latest update on this widget. I've got it installed and configured, but my browser is not accepting any text in the search box. Is there anything in your settings that I might need to change to fix this? The layer I'm using works fine in the regular Search widget, but I'm not discounting the possibility that there is an issue with my service.
... View more
03-14-2019
09:23 AM
|
0
|
0
|
13154
|
|
POST
|
Here's a widget that has worked well for us: GitHub - igrasshoff/esri-wab-widget-google-analytics: A google analytics widget & template for use in Esri Web AppBuilde…
... View more
02-21-2019
07:26 AM
|
3
|
0
|
837
|
|
POST
|
I've found documentation on silent installs for Desktop and Pro. Is it possible to do a silent install on ArcReader? I'm thinking that the fact that I can't find it is a good indicator that it does not exist...
... View more
02-08-2019
08:39 AM
|
0
|
2
|
2662
|
|
POST
|
My follow up question to this: for my web apps that are designed for viewing only, I like to publish all of the layers for that app in one service and then add that whole service to the base map. Right now, each web app has its own separate ArcMap mxd. I assume that it is possible to have a Pro project with multiple maps and then publish each map as a separate service. BUT -- is this advisable? (Or a best practice, if you prefer.) If combined, I would have one project with 15+ maps in it. Would there be performance issues with doing that? Edited to add: I was under the assumption that Pro could publish web services to Online or Portal. Evidently, that is not the case? I either have to publish a web layer or a web map? (I saw the ArcGIS Idea that asked Pro to have the ability to publish services to Server, and that Esri is hoping to have it available in Pro version 2.4.)
... View more
01-31-2019
01:04 PM
|
0
|
1
|
1261
|
|
POST
|
Well, this is very frustrating! Refresh does not do what the ArcGIS documentation on Map Series for Pro says it should do. Even if I click the Refresh button in the ribbon, the dynamic labels update, but the map does not update its extent to the location specified by the index layer's updated definition query. I get the same results with the Python code. And, as you point out, Stephen, arcpy.mp doesn't have a zoom to selected features option. I tried zoomToAllLayers(), but it did exactly that -- zoomed to the full extent of every layer in the map. Does anyone know how to look up bug reports to see if anyone has reported this to Esri?
... View more
01-24-2019
01:38 PM
|
0
|
0
|
4626
|
|
POST
|
That worked! Well, OK, it refreshed the dynamic text that I had on the page, but it did not refresh the map's extent to go to the new PIN. Maybe that's a bug?
... View more
01-23-2019
02:34 PM
|
0
|
2
|
4626
|
|
POST
|
Once the script is completely rewritten, the user will input a PIN number for the parcel being mapped. When that PIN number changes, it will meet the criteria for using the refresh method. I just can't figure out how to tell it to refresh.
... View more
01-23-2019
02:04 PM
|
0
|
0
|
4626
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | a week ago | |
| 1 | a week ago | |
| 1 | 05-08-2024 01:17 PM | |
| 1 | 12-16-2021 07:17 AM | |
| 6 | 04-23-2026 08:57 AM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|