|
POST
|
For geocoding services use the "Search" tool and configure it to use your geocoding service. Many thanks brett for the help, I couldn�??t figure out how to include the geocoding service in the �??search�?� tool (screenshot below) [ATTACH=CONFIG]28829[/ATTACH]
... View more
11-02-2013
12:25 PM
|
0
|
0
|
2373
|
|
POST
|
Looks like level 11 has 3M tiles left to go. Makes me wonder how accurate the 99.8% estimate is. I suspect that if you generated 10 levels then you would be done. That said, I understand you may really need level 11. The number of tiles required increases geometrically with the number of levels. Many thanks Richard, I have other two cases in which the caching didn�??t leave 99.4% and 99.6% (attached). What doesn�??t this indicate for? Why this small percentage is very common to uncached? [ATTACH=CONFIG]28827[/ATTACH], [ATTACH=CONFIG]28828[/ATTACH]
... View more
11-02-2013
11:47 AM
|
0
|
0
|
1544
|
|
POST
|
Jamal, that is a good catch and one I think ESRI needs to answer or at least document better, because I am now confused what the Update cache automatically option is actually supposed to do: determine the way the one time creation of the cached map service is done, or truly update your cache automatically. Beats me based on the documentation... it seems the "Update cache automatically" may actually be a very bad description of what this option does. Please see the: Map service caching configuration heading on this WIKI GIS page maintained by ESRI. Scroll down on that page to see the heading I meant. It seems this option has little to do with "updating" your map cache automatically when something changes, but rather refers to a choice to use an available default caching service for creating the caches, or to define manually your own running caching services (server computers you dedicated for the heavy job of creating cache tiles). Please bear with me I am entirely going by the documentation here~! I don't have a running ArcGIS Server available, neither generated caches myself. It is going deep here into ArcGIS for Server, but you may wish to read this Help page too: Allocation of server resources to caching Jamal, you can probably not properly test this feature with just a small dataset. If the dataset is so small so as to require only one tile, your tile will be generated on the first view. If you subsequently update some portion of your geodatabase in an area that is still within the bounds of the original dataset, as you do here, there may be no trigger to generate a new tile, as there is already a tile for that area. I don't know if the tile is supposed to update or not automatically based on an edit, that may require the other option "Update cache automatically". Also mind this option from this Help page: "Allow clients to cache tiles locally When this box is checked, Esri client applications, such as ArcMap, are allowed to keep a local cache of any tiles they retrieve from the server. This can help the client view the tiles more quickly when returning to the area. Clients must manually clear their cache to get any newer tiles from the server; therefore, consider unchecking this box if you'll be updating your cache frequently." I also still think you may be misinterpreting or mis-using the caching features. Caching is only really appropriate for complex maps, where the cache represents multiple, or complex layers, including imagery, highly detailed vector Feature Class data (e.g. scale 1:1000 - 1:25.000), or data represented using complex cartographic symbology or intelligent labelling. I do know you use aerial imagery too, for which using map caching - especially in combination with overlayed Feature Classes for for example roads or buildings - may be entirely valid. In all other cases (non-complex Feature Classes, basic labelling), you may be better off using a dynamic Map Service, of even a Feature Service. As a reminder, from this Help page: "Can I cache all my maps? A map cache represents a snapshot of your map at one point in time. Because of this, caches work best with maps that do not change frequently. These include street maps, imagery, and terrain maps. If your data tends to change, you might still be able to use the caching tools to periodically update the cache. You can even schedule these updates to occur automatically. To understand whether your frequently changing map can still be cached, it helps to ask these questions: How up-to-date does my map need to be? If the data you see on the map needs to be live, with no time delay acceptable, caching is not appropriate. However, if a short delay is acceptable and the cache updates can be performed within that time window, you can still use caching. How big is the cache and how widespread are the changes to my data? These two questions go together. A large cache takes more time to create. It may be practical to update your large cache only if you can isolate the changed areas and update those alone. If the cache is small, you might be able to quickly rebuild the entire cache. If the update cannot keep up with the changes in an acceptable amount of time, the map is not appropriate for caching. After considering the questions above, use caching whenever it's appropriate. The performance benefit that you gain is probably worth the investment it takes to create and update the cache." Thank you very much Marco for the valuable elaboration. This is very useful. Best Jamal
... View more
11-02-2013
11:42 AM
|
1
|
0
|
3149
|
|
POST
|
Jamal, start simple and go through the tutorial using the ArcTutor data: http://resources.arcgis.com/en/help/main/10.2/index.html#/Shortest_Route/00570000009q000000/. When your model works fine in Desktop, you will be able to publish it successfully as a GP service, but first make sure you understand the model logic. It may take some time since you are working with a fairly complex business process. I�??m still struggling in building a model that finds the best route http://forums.arcgis.com/threads/95086-Equivalent-GP-tool-for-%E2%80%9Ccreate-network-location%E2%80%9D-tool?p=340741#post340741 The last issue is how to display the best route as the model is run from the model tool
... View more
10-30-2013
01:37 PM
|
0
|
0
|
9016
|
|
POST
|
Oracle deinstallation failure wanders way off the GIS relevance scale. I would think an oracle.com Forum would be a more appropriate place to pursue this. - V Thanks Vince Best Jamal
... View more
10-29-2013
01:26 PM
|
0
|
0
|
3629
|
|
POST
|
Jamal, Cached map services are just "dumb" images, like a JPEG photo from your iPhone, even if the original data was vector / Feature Class data. In this respect, they do not differ from "image services". They do, however, support things like identifying based on a course back to the original vector data in the geodatase. So yes, if you include multiple layers in a single cached map service, there is no way to turn on/off a single layer, as all layers are in that "single" image (albeit cut up in many tiles). As you deducted, you need to create a separate service for each layer if you need that turn on / off ability for each individual layer. As for the "dynamic service", this is because you are always directly reading the original data, not a copy that may become "outdated" if not explicitly refreshed / renewed. You may consider using the Create tiles on demand option, as described on this Help page, and in detail on this Help page: Map caching on demand. This overcomes the need to pre-generate your entire caches, since it creates tiles on the fly based on user demand, to be stored for later usage by other users. This allows you to gradually build up the cache instead of an entire cache in one go. Also mind this warning in the Help about cached image services, that probably also applies to cached map services based on Feature Class data: "If the update (edit: of the caches) cannot keep up with the changes in an acceptable amount of time or the image service has to be changed frequently with different image properties, then the image service is not appropriate for caching." See the Updating tiles topic on the Help page I linked before: Map caching on demand Thank you very much Marco for the very useful answer. 1. I couldn�??t figure out the effect of �??update cache automatically�?�. Doesn�??t this mean that the cashed service is updated automatically once the source data is edited? [ATTACH=CONFIG]28697[/ATTACH], [ATTACH=CONFIG]28698[/ATTACH], [ATTACH=CONFIG]28699[/ATTACH] 2. �??The create cache on demand�?� sounds not to solve the issue of updating the tiles neither. The database is updated while the cached services are not [ATTACH=CONFIG]28700[/ATTACH], [ATTACH=CONFIG]28701[/ATTACH] What I�??m looking for is scenario from which cached services are automatically updated as the database is edited. The cross-road now is performance versus updating!
... View more
10-29-2013
11:58 AM
|
0
|
0
|
3149
|
|
POST
|
Turning on\off layers and updating of the cached services, Sounds that there are two issues with the cached (tiled) services 1. When caching an mxd file that contains multiple layers, then these layers can???t be turned on\off on the web mapping application. Does this mean that we need to create a separate service for each single layer to be able to turn it on\off from the web mapping application? [ATTACH=CONFIG]28635[/ATTACH] 2. How the cached services are updated as the data changes? Do we need to ???overwrite an existing service??? when the data changes (edited)? In case of dynamic service, we don???t need to ???overwrite an existing service??? as the data edited, the edits are transferred to the web application directly. Thank you Best
... View more
10-27-2013
10:54 PM
|
1
|
4
|
5746
|
|
POST
|
Jamal, You don't have the option to uninstall Oracle dadatabase from Control Panel. It can be done using the Oracle Universal Installer (See the screenshot) [ATTACH=CONFIG]20661[/ATTACH] You can have a look at various links on Oracle and other sites detailing these steps too. E.g.: http://www.dba-oracle.com/t_uninstall_software.htm http://oracle.su/docs/11g/install.112/e10854/remove_oracle_sw.htm http://www.emarcel.com/database/114-uninstalldb11g Regards, Hi Asrujit, I tried to remove the oracle server but I got the message below [ATTACH=CONFIG]28630[/ATTACH] What might be the issue here?
... View more
10-26-2013
12:42 PM
|
0
|
0
|
3629
|
|
POST
|
Caching sticks at 99.8%, I�??m wondering why caching sticks at 99.8% [ATTACH=CONFIG]28478[/ATTACH], [ATTACH=CONFIG]28479[/ATTACH] What might be the issue here? Thank you Best Jamal
... View more
10-20-2013
09:43 AM
|
0
|
2
|
1750
|
|
POST
|
I was referring to anyone else directly connected to your file geodatabase, not through the web services. If these file geodatabases are only accessed by the web service, then stopping the web service should let you delete the file geodatabase. I believe Zach was suggesting to delete the contents of the file geodatabase, then delete the empty geodatabase container. Many thanks Leo, I tried to delete the contents of the file geodatabase but again I�??m unable to delete some files (shown below) [ATTACH=CONFIG]28473[/ATTACH], [ATTACH=CONFIG]28474[/ATTACH] What might be the issue here?
... View more
10-20-2013
12:17 AM
|
0
|
0
|
10615
|
|
POST
|
Hi all, I am Anisim and i need to know the steps for Oracle 11g R2 installation (needed for Enterprise Geodatabase). Thank for all, Anisim Hi Anisim, Access the link below if you still interested to know how to install Oracle database server\client http://forums.arcgis.com/threads/73663-Connection-to-Oracle-database-failed?p=337964#post337964 Best Jamal
... View more
10-19-2013
04:28 AM
|
0
|
0
|
2693
|
|
POST
|
Hi, first, you need to install Oracle Client on your machine (laptop) , depends on your database version if its 11g then install Oracle Client 11g. after installing your Oracle Client, go to the directory where you can find tnsnames.ora file add the Oracle TNS entry in this file. Second, go to cmd in your machine and type sqlplus then, type sde@your database TNS definition then password as melanie mentioned you can use tnsping command with your oracle database, the output put it in the tnsnames.ora file. Ask your DBA about it...... here is a references: http://resources.arcgis.com/en/help/main/10.1/index.html#/A_quick_tour_of_setting_up_a_geodatabase_in_Oracle/002n00000001000000/ Database Connection using ArcCatalog 10.1 : http://resources.arcgis.com/en/help/main/10.1/index.html#/Geodatabase_connections_in_ArcGIS_Desktop/002n00000030000000/ I got a help from an expert. 1. Oracle database X64 server must be installed on the server machine 2. Oracle database X32 client must be installed on the server machine and other client machines 3. Make sure that the â??Oracle home directoryâ?� is pointing to C:\app\jamal\product\11.2.0\dbhome_1 [ATTACH=CONFIG]28467[/ATTACH] 4. Access folders below and ensure that the two files below include to the correct server machine name tnsnames.ora listener.ora [ATTACH=CONFIG]28468[/ATTACH], [ATTACH=CONFIG]28469[/ATTACH] 5. Copy the tnsnames.ora from C:\app\jamal\product\11.2.0\dbhome_1\NETWORK\ADMIN to the C:\app\jamal\product\11.2.0\client_1\NETWORK\ADMIN [ATTACH=CONFIG]28470[/ATTACH] 6. Now, the oracle database can be accessed from the ArcGIS with no problem [ATTACH=CONFIG]28471[/ATTACH]
... View more
10-19-2013
04:12 AM
|
0
|
0
|
4764
|
|
POST
|
Model builder: popping up the dialogue box of ???directions???, For now, running a model that contains ???directions??? command doesn???t let the dialogue box of directions to come out [ATTACH=CONFIG]28466[/ATTACH] I couldn???t figure out how the dialogue box of the ???directions??? can be popped up as a model is run. Thank you Best Jamal
... View more
10-19-2013
12:20 AM
|
0
|
0
|
831
|
|
POST
|
Model builder: running the model from �??model builder�?� interface and �??open�?�, I�??m wondering why there is a difference between running a model from �??model builder�?� interface and �??open�?� 1. When the model (shown in the screenshot below) is run from the model builder interface, it behave as expected [ATTACH=CONFIG]28462[/ATTACH], [ATTACH=CONFIG]28463[/ATTACH] 2. When the model is run from the �??open�?� dialogue box, it doesn�??t bring the best route [ATTACH=CONFIG]28464[/ATTACH], [ATTACH=CONFIG]28465[/ATTACH] What might be the issue here? Thank you Best Jamal
... View more
10-19-2013
12:13 AM
|
0
|
4
|
3118
|
|
POST
|
Equivalent GP tool for �??create network location�?� tool, I couldn�??t find the GP tool for the �??create network location�?� such that one can choose the stops manually by clicking the maps. [ATTACH=CONFIG]28455[/ATTACH] Then how this tool (create network location) can be integrated into a model? [ATTACH=CONFIG]28456[/ATTACH] Thank you Best Jamal
... View more
10-18-2013
11:49 PM
|
0
|
2
|
2928
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-16-2026 08:17 AM | |
| 1 | 09-30-2022 10:43 PM | |
| 2 | 05-05-2025 10:33 AM | |
| 1 | 05-08-2025 09:49 PM | |
| 1 | 05-06-2025 11:10 PM |
| Online Status |
Offline
|
| Date Last Visited |
07-21-2026
11:29 PM
|