|
POST
|
it should work... that is the purpose of dynamic map service; as you modify the source map or data, the next export request from a web app should reflect those changes right away. At this point, I'd recommend you to contact Esri Support to take a look at what is going on. Without looking at your web app and/or not knowing how everything is setup, it is hard to pin down the problem... Thanks.
... View more
11-10-2014
09:37 AM
|
0
|
0
|
3766
|
|
POST
|
T. Long, I'm afraid, I don't quite understand it correctly. Since your map service's REST url is not changed, there is no reason you need to rebuild you web app... it should simply work without any kind of modification. Thanks. Tanu
... View more
11-07-2014
11:39 AM
|
0
|
2
|
3766
|
|
POST
|
Hani, Unfortunately this is known limit when you have StandardardizedQueries enabled. If you data are not sensitive, then you may consider disabling StandardizedQueries or copy values from Shape.STArea() field to a separate field and query on that new field -- these are workarounds I can think of.
... View more
10-27-2014
09:56 AM
|
1
|
1
|
2503
|
|
POST
|
Yes, you can do that starting with 10.1. Few things you need to do: Server Side: you need to do is enable dynamic-layers capabilities for that cached map service. - When an "export" call comes to a cached map service (with dynamic layers capabilities enabled), it behaves as if it were a dynamic map service (does not use cached tiles at all). Web Application Side: In order to use that you in your web app, you need to the following: add two layers - use the same url an ArcGISDynamicMapServiceLayer use dynamicLayerInfo an ArcGISTiledMapServiceLayer see visible scale range with no overlaps so that only one of them will draw at a given scale what will happen is that when the ArcGISDynamicMapServiceLayer is drawn, the app will sends an export call (instead of asking for tiles) with dynamicLayers and the cached map service will fetches features from the database, draws them and export an image which gets drawn on the app. hope this will help.
... View more
10-01-2014
04:36 PM
|
5
|
4
|
3203
|
|
POST
|
Enguerrand, As you know a Feature Dataset is just a logical group containing FeatureClasses etc. The name of the FeatureDataset a FeatureClass 'logically' lives in, is NOT a part of that FeatureClass's name. Therefore, in your case, simply removing the FeatureDataset name from dataSrourceName should make it work. If you really need to (sometime you probably have to) fully qualify the FeatureClass name in 'dataSoureName', then you do it the way it appears in ArcCatalog or ArcMap Catalog Window. Hope this helps. Tanu
... View more
06-27-2014
11:49 AM
|
0
|
0
|
1401
|
|
POST
|
yes, you can add your logo. when you add an image into your template mxd, it gets added by reference using the path. In your case, the reason it is not drawing is most likely because the ArcGIS Server account does not have access to that folder. this is what we usually recommend. After adding an image on the layer, open the Properties of the image, switch to 'Picture' tab and check 'Save Image as a Part of Document' option. this should do it for you.
... View more
06-25-2014
10:05 AM
|
0
|
0
|
703
|
|
POST
|
as of today, you must have at least one layer in your map document in addition to your table in order to publish that map document as a map service.
... View more
05-14-2014
07:42 AM
|
0
|
1
|
2030
|
|
POST
|
Schopp, that is expected behavior. Query operation returns the value in the original data type. Whereas Find and Identify operations return formatted string e.g. depending on the format assigned to the field, the return string may look like $123,345.90 or 9.054% etc. Hope this helps.
... View more
05-08-2014
07:54 AM
|
0
|
0
|
1021
|
|
POST
|
starting at 10.2 where-clauses that do not conform to the StandardizedQueries specifications get error out. if you really need to use database specifics functions etc. in the where-clause, you need to turn StandardizedQueries off. please read carefully about pros and cons before disabling StandardizedQueries: http://resources.arcgis.com/en/help/main/10.2/index.html#//015400000641000000
... View more
03-04-2014
06:59 AM
|
0
|
0
|
1050
|
|
POST
|
Starting at 10.1, ArcGIS Server provides solutions for printing from web applications -- out of the box PrintingTools service is the easy and quick one to start with. http://resources.arcgis.com/en/help/main/10.2/#/Printing_in_web_applications/0154000004w5000000/ have you consider using that instead of your own arcpy export to pdf solution? if so, I was wondering is there any reason you can't use that. thanks.
... View more
03-03-2014
02:02 PM
|
0
|
0
|
2015
|
|
POST
|
But, it says to log into ArcGIS Server Manager and change the default printer page size settings. You need to log on to your server machine using "ArcGIS Server Account" user. Sorry, if there is such confusion. Is it done by setting the default page size for the Server Machine (done outside of ArcGIS Server Manager)? or on each client machine? yep, on the server machine, not on each client machine. But, the problem is my Server Machine where ArcGIS for Server is hosted is not connected to any printer and has no printer drivers/ports installed on it. you don't need to have the server machine connected to any printer. All you need is to install a printer/plotter driver on your server machine, make that the "default printer" and change the "default paper size" of that printer something large enough to fit the largest layout available in your printing service (don't forget about the paper orientation).
... View more
02-28-2014
07:17 AM
|
0
|
0
|
2159
|
|
POST
|
Tim, please see this forum post: http://forums.arcgis.com/threads/64057-Export-WebMap-PDF-Legend?p=227447#post227447
... View more
02-27-2014
09:07 AM
|
0
|
0
|
2159
|
|
POST
|
Aleydis: unfortunately you don't have any other option but installing printer driver on your server to work around this problem with pdf.
... View more
02-05-2014
10:05 AM
|
0
|
0
|
5262
|
|
POST
|
Getting statistics of a query layer is not supported as of today.
... View more
01-24-2014
08:00 AM
|
0
|
1
|
2149
|
|
POST
|
Sometimes, for particular query, the returned values are more than 1,000 where the end-user needs to export them as CSV file (from the web mapping application). I'd recommend to have a gp service which will execute the query, export to a CSV file on the server side and return it by url (or by value, if that is what you want). I'd not recommend to convert a query result to CSV on the client side especially when a query returns a ton of records.
... View more
01-08-2014
07:40 AM
|
0
|
0
|
5672
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-14-2026 04:42 PM | |
| 1 | 05-11-2026 04:59 PM | |
| 1 | 04-16-2026 01:37 PM | |
| 1 | 03-06-2026 04:33 PM | |
| 1 | 03-05-2026 03:22 PM |
| Online Status |
Offline
|
| Date Last Visited |
3 weeks ago
|