|
POST
|
Having it checked or not should effect you services. On the client side, if they are allowed to cache locally, the first time they "visit" a location/scale that displays your cache tiles, it may be a little slower for them since it will copy the tiles to their local machine. Next time they go to the same area, it will be much faster for them since it is on their local machine. I would guess, in theory, that since they do not need to retrieve the tiles from your service again, this could potentionally put less activity on your service (but I'm not an expert on that). For imagery that doesn't change, caching locally works great. But keep in mind that if you have data that changes often but is cached and allows them to cache locally, they may not get the new, updated tiles. (And of course, if the service is dynamic, this isn't an issue) edit: sorry, that should have said, "should not effect your services"
... View more
08-05-2015
07:04 AM
|
2
|
9
|
4197
|
|
POST
|
don't for get to mark this as answered, or assumed answered, so the discussion can be marked closed.
... View more
08-04-2015
04:55 PM
|
0
|
0
|
1360
|
|
POST
|
I have two .zip file that are uploaded and available for download on our ArcGIS Online main page. http://adfg.maps.arcgis.com/home/index.html These were working up until just recently (~2800 downloads on the one since last year), I'm thinking it broke right after the last AGOL system update (July). Before that, clicking on the thumbnail on the main page would download and allow the client to save a local copy of the .zip. This was a great AGOL feature for us. Now clicking does nothing, and hovering over it shows the error javascript:void(0) (edit-added) Was this a non-feature that we were taking advantage of and now it doesn't exist? At the very least, it would be nice it clicking on the thumbnail brought up the metadata, since there is a download button on that page. We do not need this layer "hosted" on AGOL since the service for the AGOL web maps are accessed from our ArcGIS Server Thinking maybe it just needed a refresh on my side, I updated a new copy of the zip, but that did not help. These items are shared to everyone, and also the "ADF&G Public GIS, Maps and Apps" group that is shown as the main gallery. What has changed that would have broken the ability to download the .zip files? Does anyone know of a way to fix it? This is how I distribute these popular shapefiles. Thanks Message was edited by: Rebecca Strauch Changed title....added details
... View more
08-04-2015
03:50 PM
|
0
|
4
|
4960
|
|
POST
|
Jim, you may want to check out this discussion https://community.esri.com/message/540205#540205 Which discusses options.
... View more
08-04-2015
03:38 PM
|
1
|
2
|
1360
|
|
POST
|
I deleted my response with the addin since you found a simpler solution and mine wasn't complete. No use having a partial out there. I you ever want to try it let me know. Once done I'll be posting....but slow going with other higher priority tasks.
... View more
08-04-2015
02:30 PM
|
0
|
0
|
4466
|
|
BLOG
|
Does the book mention the version of Web AppBuilder Developer's Edition it is using? There are many changes between version, usually new things are added, and some fixes, of course. Version 1.2 is due out anyday now, so maybe the book is written with the (pre-release) version of that? I have not looked at the book so can't give much help. Have you looked to see if the book has a "contact author" link?
... View more
08-04-2015
11:57 AM
|
0
|
0
|
17271
|
|
POST
|
re: the Sound of Knowledge, I already received my notification that the streaming videos are available, but I'm having issues and have (just) sent them a tech support question. I'll post again when I have an answer. Just for everyone's information if looking into purchasing (or if others have been able to get them with no issues). Btw, they recommend using Safari and/or Chrome. I'm having issues on IE9, and login problems onChrome...both on my PC. again, just fyi, and I'll update when I no more. EDIT: they responded in less than 10 minutes (reset my password so that wasn't an issue anymore....user error on my part I think). Chrome works just fine....IE9 and FireFox (38.0.5) do not. Have not tested on Safari. EDIT #2: requires a browser that can read MP4 videos.
... View more
08-04-2015
11:18 AM
|
2
|
6
|
3848
|
|
POST
|
If I do a browser search on "java.rmi.unmarshalexception" (I had to include the quotes or it tried to find a server), there are many documents that come up. You may want to see if any of those are related to what you are seeing. But if not, I would recommend contacting tech support for this. edit: a search of "java.rmi.unmarshalexception" arcgis may give you a more filtered list.
... View more
08-04-2015
10:17 AM
|
0
|
0
|
2139
|
|
POST
|
Romaric, You will need to provide a little more information on the module. You've posted this in the Geoprocessing group. Is this a scripting module and question? Or a general how to localize ArcGIS? If strictly an ArcGIS installation question, you may want to move this to New to GIS since there may be more views of the question there. Also, you may want to change the description from "Hello" to something that will describe you question...that will also get more users to look at your question. For additional info on Geonet, check out the various documents on GeoNet Help By the way, I am not familiar with the module linguistic either....but it sounds like maybe it is a localization related topic.
... View more
08-04-2015
09:49 AM
|
0
|
0
|
895
|
|
POST
|
Thanks for the list of suggested plugins Robert. I have used brackets for about a year, but never installed any of these before. Should be a better and more powerful experience now!
... View more
08-04-2015
09:43 AM
|
1
|
0
|
2903
|
|
POST
|
Hi Sharon, I also have 10.2.2 and looking at that log directory I only have 3 small files: Based on the directory name, it seems to be associated with the Java (?) Runtime. ...do you happen to have some custom apps that may cause issues?? Maybe something from previous versions that you carried forward? If so, maybe you can look into whether those are creating the logs. Also, have you opened and looked at any of the logs? I would probably start there. BTW - The actual ArcGIS Server error logs usually go "C:\arcgisserver\logs\<machine-name>\errorreports" and you can control how much it logs using ArcGIS Server Manager....also, easiest to view those logs thru Manager.
... View more
08-04-2015
08:58 AM
|
0
|
3
|
2139
|
|
BLOG
|
Ha....yes I was wondering about the other link...got an error when I went to it. I'm glad you were able to get this far with Tapas' doc. My blog it short and works for most, but Tapas has put in a lot of time to get his document put together. As for the issue of the operations layers not showing, I don't know specifically what would cause this, but would check 1) if the layers are public, that is your client can see them; and 2) you may need a proxy for cross-domain purposes and/or if security is in place or a token is required. I haven't actually used a full AGOL web map for my WAB. I use it to grab the basemap I need (and is required), then I use the LocalLayer widget to add my services directly from my ArcGIS Server services. Links to the widget and other related docs are above, including my Tips for using the custom LocalLayer widget with WAB-Dev edition and of course Tapas has additional info on that too. I haven't been using WAB lately (on other projects) and I'm waiting for the release of 1.2 which is due out any day. That will incorporate many of the latest enhancements that have been released on the online version. It's good that you are making progress and figuring out some of these issues now. Keep notes, because you most likely will want to upgrade when it is released.
... View more
08-04-2015
08:21 AM
|
0
|
0
|
22387
|
|
POST
|
Shawn, It may be Jonathan has the correct info on why. But just to follow up on the INFO tab I pointed to, it does sound like it is read-only and reads the info from the server....so, that might not help any (assuming the server date/time is set correctly) but still good thing to know. (I found this in the AGS local help for the 10.3 install, fwiw.
... View more
08-03-2015
06:06 PM
|
0
|
0
|
6110
|
|
POST
|
Typically the dataSource will not be NULL, but will be a location that it can no longer find and therefore will be broken. arcpy.mapping.ListBrokenDataSources(mxd) can give you a list of brokenlinks within an MXD. I'm working on a toolbox (python addin) to help with this process since I have many that need to be updated, but it's a secondary project so I haven't finished polishing it yet. I'm building in the ability to list and fix most if not all the data types since I have some very old mxd's that still point to coverages or did point to coverages and now need to point to FGDB, etc. Anyway, try the ListBrokenDatatSources command to see what it thinks the data sources are.
... View more
08-03-2015
11:15 AM
|
1
|
0
|
4133
|
|
POST
|
Shawn, Although you want to get it to the right zone, Pacific vs. Eastern shouldn't make a difference (unless you were working late/early hours....only 3 hours different). As mentioned, mine was set automatically when I installed, or at least I don't recall having to set it. Have you check whether your machine is the correct data/time set? If checking/changing the machine setting (and rebooting) doesn't correct it, I'm not sure the procedure for updating it in AGS. If that doesn't work, maybe someone else will be able to give some instructions (and I would be curious too).
... View more
08-03-2015
10:53 AM
|
0
|
1
|
6110
|
| 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
|