|
POST
|
Joe Borgione wrote: At 10.1 and later versions, edits made to the source data (such as feature classes displayed in a map) should be immediately visible in the service as long as a copy of the data was not placed on the server when publishing Joe, lets see whether I can explain it clearly. Unlike pre-10.1 server, starting at 10.1 (put that in very simple way), you can publish a service (a) by referencing the original data and (b) by copying data on the server along. As you may have noticed that the publishing process is different at 10.1 and depending on your workflow (which seems like the case for you) you may want to 'register' the FileGDB / SDE/ folders etc. (that layers in your mxd pointing to) to the 'data store'. If you don't do that you will see an analyzer warning and if you accept, your data get copied to the server; and the service starts to use that version of data (off a server's managed location) instead of the workspace layers in your source mxd referring to. Option (a): this is like pre-10.1 server. you create a map document in ArcMap, you add bunch of layers e.g. from a FileGDB, you register the workspace and you publish... in this scenario, as you update you data in the workspace, every map refresh or query operation call will give you the updated data. No service restart, no overwrite needed. Option (b): this is when you do not register the workspace to the data-store and right before publishing process starts, you accept to copy data on the server. In this case, layers in that map/feature service will *no* longer refer to the workspace that the layers in the source mxd refer to... instead they refer to a managed workspace on the server... In this particular scenario, if you data get updated, yes, you need to overwrite the map/feature service so that the data on server get updated as well. Hope this help. Sorry about the lengthy reply.
... View more
01-20-2015
12:04 PM
|
1
|
1
|
1061
|
|
POST
|
Thanks Pato. Quick question: Is '186.47.xx.xx' the IP address of the arcgis server machine? or is this the IP address that you use to access the machine from outside the firewall?
... View more
01-20-2015
11:40 AM
|
0
|
0
|
2675
|
|
POST
|
I'm not sure why/how the email on this thread showed up in my inbox today. Anyways, I think it is a good thing that happened I probably understand what you mean this time around. You meant the 'layer names' are not showing up in the legend element for "class breaks" and "unique value" renderers, no job failure or error right? and because of that you'd not know which layer a legend patch belongs too. If i understood the issue correctly, then there is a good news that the bug got fixed in 10.3.
... View more
01-16-2015
12:36 PM
|
0
|
1
|
1690
|
|
POST
|
Are both map and printing services running on the same machine/network? Can you please check whether the machine and the process that runs the printing service has access to the map service?
... View more
01-16-2015
12:19 PM
|
0
|
2
|
2675
|
|
POST
|
the bug (http://support.esri.com/en/bugs/nimbus/TklNMDg5NDg2) is fixed in 10.3
... View more
01-16-2015
12:15 PM
|
0
|
0
|
732
|
|
POST
|
At 10.3, two new parameters (resultOffset and resultRecordCount) are added to query operation to support pagination. http://resources.arcgis.com/en/help/arcgis-rest-api/index.html#/Query_Map_Service_Layer/02r3000000p1000000/ pls note: before you execute query operation to page through, pls check the layer's resource to find out whether it supports pagination (e.g. at 10.3, layers/tables off a FileGDB or shape files etc. don't support pagination; should work for enterprise databases). Look for 'supportsPagination' flag inside 'advancedQueryCapabilities'.
... View more
01-15-2015
09:29 AM
|
1
|
3
|
6900
|
|
POST
|
In ArcCatalog or ArcMap's Catalog window, you can right click on a map service and select 'Service Workspaces...' which will bring up a dialog to all workspaces referenced in the mxd In Manager (may not be available in 10.1x), there is a database icon next to each service name, click on it to view all database referenced by the service. hope this helps
... View more
01-15-2015
09:21 AM
|
2
|
1
|
1729
|
|
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
|
3481
|
|
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
|
3481
|
|
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
|
2354
|
|
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
|
2970
|
|
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
|
1286
|
|
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
|
634
|
|
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
|
1823
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Monday | |
| 1 | a month ago | |
| 1 | 03-06-2026 04:33 PM | |
| 1 | 03-05-2026 03:22 PM | |
| 1 | 03-05-2026 03:25 PM |
| Online Status |
Online
|
| Date Last Visited |
3 hours ago
|