|
POST
|
It's a bug NIM081781 in arcmap 10.1. Install SP1 update. If the cache is of small size then you can simply use windows explorer tools to copy the cache from other services to the service you want to in the cache directory. The services should have same tiling schema. Restart the service and the service would recognize the cache. Thanks for the response, Already have build 3143 which is SP1 for 10.1 - so this is not the fix. One is not able to just simply copy over the cache as this is in the compressed format (.batch files), its not the same as exploded, or 9.3 format where they are all individual jpgs and you could move files around. I have two caches with L11 folder, both have .batch files, both will have the same .batch file names (some are different and some are the same), you will either have a choice of renaming, causing failure, or replace files. e.g. R0280C0100.bundle file in one cached map service L11 folder and in the next cached map service L11 folder. R0280C0100.bundle exists as well. I am not familiar with any other method of 'merging' caches other than the Import / Export GP available
... View more
04-29-2013
07:46 AM
|
0
|
0
|
1474
|
|
POST
|
ArcServer 10.1 Have two large Cached Map Services, would like to have One Map Service. Using Compressed / Mixed with same Tiling level schema. Attempted several times to manage Cache via Catalog >> Import Cache... always receive "Failed to Import Cache Extent xxxx" (extents of BOTH services are the same) Tried Exporting from the other Map Cache and receive error: 000840 - Value is not a feature set. ?? not sure what this means, what feature? what GP option is this talking about? Tried exporting cache to a registered folder.. same result as above Long story short, have three large cached services in total and would like to have them merged to one. What is the best means of doing so, which will not throw an error as seen above? Does Compact Format not work in Export / Import Geoprocesses?
... View more
04-25-2013
09:18 AM
|
0
|
3
|
2292
|
|
POST
|
I am unable to Import Cache to another existing cached map service. Always receive Failed to import cache extent xxx No matter what extent or area of interest used. When attempted to use Export I would receive Error 00840 : this is not a feature set. All i need to do is merge two large caches... why is this difficult, does anyone have suggestions?
... View more
04-25-2013
09:01 AM
|
0
|
0
|
2465
|
|
POST
|
This is properly addressed and no longer an issue with any shape.ST () in expressions in arc10.2!
... View more
03-26-2013
03:05 PM
|
0
|
0
|
3487
|
|
POST
|
The SP1 Server side does not fix the issue. Though the workaround discussed works, I do not like how the workaround works as selecting 'no connection' merely means the data is exported OUT of the SDE into a registered database created by the service and copied to ArcServer. This means more datasets to maintain and not a good streamline of updating SDE datasets which would not pass to the service. Is there not a fix for this at all ESRI?
... View more
03-21-2013
12:46 PM
|
0
|
0
|
3487
|
|
POST
|
Just answered my own question... The difference is Synchronous vs Asynchronous. (Execute task vs Submit Job) Syncrhonous is nice because it returns the output when done, async gives you a UID job number, requires to check the job...check if Job Status = esriJobSucceeded then get the URL output file. Which will be in a UID url directory as stated above (scratch). Not sure why both would not do this...
... View more
03-18-2013
02:04 PM
|
0
|
0
|
1441
|
|
POST
|
Even though the output file is the same, the path to this file also contains jobId that is unique every time a print job is submitted. http://.../customexportwebmap_gpserver/jf7b76c7368ab42399f804e0e0f33c3af/scratch/87b62442e49f416698a619818e2ab9fa.png This is what I would expect, but it is not what is occurring. Is there some setting somewhere, or something I am missing? I do not get a /scratch directory as the RETURN value when executing the JSON (Execute Service). I get what is exactly provided in my original post, from executing the JSON of the service. Execution is Synchronous. I see the Scratch folder, but they are under the Arcgisjobs dir and only gdbs exist in there. There are no output pdfs or jpgs there, they go to the gisoutput, this is where the returned value points to as well. I execute(GET) Or (POST) and it returns the following: [ATTACH=CONFIG]22714[/ATTACH] Notice the URL return value and then the directory of where the output is saved to. You will notice, when you run and run within the 10 mins, it will increment with a digit at the end. There is nothing Unique about this. Thoughts?
... View more
03-18-2013
12:52 PM
|
0
|
0
|
1441
|
|
POST
|
Hi everyone, My concern is when passing the JSON to a customized Export Print GP Service (created and running on ArcServer), the output Param given is always the same overall file name. In this case: _ags_0e39f550422945438fa0de5c6e211bae e.g. : h ttp://xxxx/arcgis/rest/directories/arcgisoutput/xxxxx/ExportWebMap_GPServer/_ags_0e39f550422945438fa0de5c6e211bae.pdf If you let the 10min clean up to occur, the next time the service is called, the SAME AGS file name is created and returned. If you send JSON to the service again.. it simply increments. e.g. h ttp://xxxx/arcgis/rest/directories/arcgisoutput/xxxxx/ExportWebMap_GPServer/_ags_0e39f550422945438fa0de5c6e211bae1.pdf If you change format... same thing again. e.g. h ttp://xxxx/arcgis/rest/directories/arcgisoutput/xxxxx/ExportWebMap_GPServer/_ags_0e39f550422945438fa0de5c6e211bae.jpg Is there any way to ensure these file names are unique? (e.g. random generated) There would be nothing stopping a user from entering the same value and watch the various maps being exported as the name is not a random generated file name. I dont understand why the file names are not unique, other than ease for cleanup on server side. Any option to change this is welcome! thanks.
... View more
03-12-2013
12:51 PM
|
0
|
3
|
1544
|
|
POST
|
the ideal example, is not workable as its used through Proxy server... so much for 'sample'. http://help.arcgis.com/en/webapi/javascript/arcgis/samples/widget_print_esri_request/index.html Unable to have the dropdown go through the Template options within the created Geoprocessing Service? Also, all documents throughout ESRI help state, the Widget handles the JSON... so how does one use the widget? seems to be an illusive item. okay, next...So I tried to: write the JSON through the Export Web Map >> Execute. So what do we write in here? [ATTACH=CONFIG]19134[/ATTACH] Where and at what point does one pass the Text element names and their corresponding values to the customized mxd (template) being used for the printing? Any help would be severely appreciated, thanks Final goal to be able to print a PDF from several choices of custom templates, containing several text elements. Also allowing graphics drawn by user to be included to the map service.
... View more
11-07-2012
01:17 PM
|
0
|
0
|
1713
|
|
POST
|
Solution Platform to Any CPU (x64) works. Lesson learned on my part. Thanks So used to all desktop at x86.
... View more
10-24-2012
08:37 AM
|
0
|
0
|
1100
|
|
POST
|
Update: The ArcGIS.Version Namespace is not visible to add as a reference in Visual studio on the server, yet, it exists in the Windows/assembly directory. I have made sure that the x86 CPU is targeted, using 3.5 Client Framework. As mentioned, zero issues with Engine or any desktop level, but trying to AoInitialize ArcServer license product code...
... View more
10-23-2012
09:40 AM
|
0
|
0
|
1100
|
|
POST
|
Venturing into ArcServer from desktop/engine. I never have an issue w/ binding to Engine or Desktop and AoInitialize. All dlls being used are available in Server Core. simple line of code, even with ArcServer installed and Authorized... Now I see the productCode no problem... Dim Info As IEnumerable(Of ESRI.ArcGIS.RuntimeInfo) = ESRI.ArcGIS.RuntimeManager.InstalledRuntimes ' check installed runtimes for each item in Info pProductCode = ESRI.ArcGIS.ProductCode.Server 'do it all at once... ESRI.ArcGIS.RuntimeManager.BindLicense(pProductCode, ESRI.ArcGIS.LicenseLevel.Standard) *'aoLicenseIntializer = New ESRI.ArcGIS.esriSystem.AoInitialize() ' Must be the first object created Next at BindLicense line... Unable to initialize an ArcGIS 10.1 license. Could not find any of the following product license(s): ArcServer suggestions?
... View more
10-19-2012
01:02 PM
|
0
|
3
|
3361
|
|
POST
|
Copied the SDK before uninstalling 10.0. Installed 10.1, copy back the 10.0 along side reference 10.0 assemblies ignore the 10.1 target warning when building and compiling. There are various dept. some on 10.1 and some on 10.0, there are no issues. (using Addin Server deploy means) Richards answer also answers the Engine question.
... View more
10-19-2012
08:04 AM
|
0
|
0
|
920
|
|
POST
|
Thanks for the quick reply. I do have manual temporary workarounds in place and its good for future reference that you suggested an easy workaround, just wondering why deleting records in dBase tables is no longer possible in 10.1 when it always was before. There are several instances in place automated (coded) which now have to be changed if this is no longer possible.
... View more
10-09-2012
09:36 AM
|
0
|
0
|
1851
|
|
POST
|
As the question states... Never seen this issue before with 10.0 or 9x versions. Standalone dbf III or IV table (dBase table), unable to delete selected record or delete highlighted records in edit mode? These functions are greyed out. In edit mode, the fields are white, indicating editing... I can alter any attributes, even add new rows and add attributes. This can be saved. Everything except delete selected rows or delete highlighted. Thoughts? Setting somewhere?
... View more
10-09-2012
08:29 AM
|
0
|
6
|
5049
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 09-27-2024 09:04 AM | |
| 1 | 01-06-2016 11:32 AM | |
| 1 | 12-13-2021 10:03 PM | |
| 1 | 07-19-2017 07:31 AM | |
| 1 | 01-18-2016 07:23 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-07-2026
03:02 PM
|