|
POST
|
Additional comments on changes from v10.0 to v10.1: When I exported a model using the ManageMapServerCacheTiles_server method, the scales were brought in like "16000;8000;4000;2000;1000;600", but the ESRI documentation shows it as [16000,8000,4000,2000,1000,600]. This is problematic because a lot of python developers suggest creating a model in modelbuilder and then import to python so you can see correct syntax (In this case, this statement is incorrect). When I had coordinates set for update extent (e.g. "2368446.00 120041.00 2690929.00 364399.00") and I had an Area of Interest (AOI), the script failed every time. I finally was able to get the script to run when update extent = "". The v10.1 Help under update_extent says " It is not recommended you provide values for both update_extent and area_of_interest. If values for both parameters are provided, the value of area_of_interest will be used." Based on my testing the not recommended part should say you cannot have both values set, as having both values set crashed my script every time.
... View more
08-09-2013
08:56 AM
|
0
|
0
|
973
|
|
POST
|
Steve: It turns out it was a permissions issue. The NTFS level permissions needed to be modified which solved the problem.
... View more
08-09-2013
04:32 AM
|
0
|
0
|
1569
|
|
POST
|
To All ArcGIS Server (AGS) Users: I have a script run against AGS v10.0 that updates cache tiles that uses the ManageMapServerCacheTiles_Server. I tried running this script against AGS v10.1 and it crashed saying that ManageMapServerCacheTiles_Server received 11 parameters even though it only needs 7. This is fine. My question concerns the data_frame property that was used in v10.0 and was removed in v10.1. What if you have a mapservice based on an mxd that has 2 dataframes. How does ManageMapServerCacheTiles_Server know which dataframe to use if it is no longer specified as a parameter?
... View more
08-07-2013
07:13 AM
|
0
|
2
|
2708
|
|
POST
|
When you say Version Manager, are you referring to Administration->Administer Geodatabase and then the Versions tab when you have an SDE connection in ArcCatalog?
... View more
08-07-2013
05:59 AM
|
0
|
0
|
2791
|
|
POST
|
What version of ArcReader are you trying to install? If it is not 10.0, then the ESRI software will tell you that you have to uninstall ESRI software that is different from that version.
... View more
08-06-2013
10:57 AM
|
0
|
0
|
776
|
|
POST
|
Steve: If I do not find any lock files in Windows Explorer for the file geodatabase, does that mean that the schema locks are not the issue preventing me from editing the file geodatabase feature class?
... View more
08-06-2013
04:46 AM
|
0
|
0
|
1569
|
|
POST
|
To All ArcGIS Server 10.1 Users: I have a file geodatabase that I have registered with ArcGIS Server so the file geodatabase does not get copied locally to the ArcGIS Server (AGS) server. I want to update the feature class, but I am getting access denied error messages. I made sure all mapservices hitting the file geodatabase are stopped, but I still get access denied error messages. I then copied the file geodatabase to the C-drive of the AGS server, where I was able to edit the feature class. I then tried to copy the updated feature class back to the file geodatabase that was the datasource for a mapservice, but I still received an access denied error. Has anyone encountered this issue, so they would know what the problem is? I did not think that registering a file geodatabase would put locks on the file geodatabase, only mapservices that are started would put locks on the file geodatabase feature class. Any help or hints are greatly appreciated.
... View more
08-05-2013
12:29 PM
|
0
|
4
|
4313
|
|
POST
|
To All ArcGIS Server v10.1 Publishers: I have created a cached mapservice from ArcMap where I configured the tiles to be created later. I then went into the Server Caching Tools in ArcCatalog to use the Manage Map Server Cache Tiles tool after the mapservice was initially created. ArcCatalog, by default, is set to Background Processing so the process unfortunately is running in the background. The problem is the small progress dialog box at the bottom of ArcCatalog is not visible as it was for other tools I used. Is the small progress dialog box supposed to be visible when creating the cache tiles? If so, where do I go in ArcCatalog to make this dialog box visible again? Any help or hints are greatly appreciated.
... View more
08-05-2013
07:39 AM
|
0
|
0
|
575
|
|
POST
|
This is also how my registered data stores display on my development server, but I am not constantly updating data like you so I'm not sure if I would have the same issue as you are having.
... View more
07-23-2013
08:54 AM
|
0
|
0
|
4739
|
|
POST
|
Can you explain in detail exactly what metadata funtionality you are looking that X-Ray for ArcCatalog does not appear to have? How about a dual environment workflow? Use ArcGIS Diagrammer to create the schema for the new feature class. Then import the xml file from this feature class into X-Ray for ArcCatalog so you can use X-Ray's better metadata creation tools. Then import the xml for the metadata that you created in X-Ray for ArcCatalog to ArcCatalog after you have created the feature class from ArcGIS Diagrammer.
... View more
07-22-2013
03:01 PM
|
0
|
0
|
1513
|
|
POST
|
Since you are updating the data very often, maybe you should change the recycling period to match how often you are updating the file geodatabase. I'm not sure this will solve your problem, but I would give it a shot. I'm also not sure how this will impact the performance of your mapservice, but that is what testing is for. Is your file geodatabase registered in your data store? I ask because if the data was just copied to the server when created the mapservice because you did not register it with the datastore, then I believe the data on the server is not being updated and that is the file geodatabase that the mapservice is hitting.
... View more
07-22-2013
10:47 AM
|
0
|
0
|
4739
|
|
POST
|
How often do you have the service get recycled? How often do you check the data connections?
... View more
07-22-2013
10:39 AM
|
0
|
0
|
4739
|
|
POST
|
Congratulations Robert for a job well, well done. Your help with explaining the widgets and enhancing the widgets is greatly appreciated.
... View more
07-22-2013
09:09 AM
|
0
|
0
|
2395
|
|
POST
|
Ivan: So the Program/script argument has the path to the bat file including the bat file name? And the Start in (optional) argument has the path to the folder where the above bat file resides? This is how I have my Scheduled Task configured in Windows Server 2008 and it executes successfully. You are running with highest privileges?
... View more
07-22-2013
06:37 AM
|
0
|
0
|
2049
|
|
POST
|
Ivan: In the Actions tab of your Scheduled Task what do you have as the following entries (Please include full path): Program/script Add arguments (optional) Start in (optional)
... View more
07-22-2013
05:55 AM
|
0
|
0
|
2049
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-19-2024 10:38 AM | |
| 1 | a month ago | |
| 1 | 02-23-2026 05:32 PM | |
| 2 | 02-11-2026 10:42 AM | |
| 1 | 12-22-2025 10:08 AM |
| Online Status |
Online
|
| Date Last Visited |
an hour ago
|