|
POST
|
Services have a minimum number of instances property. This represents the number of instances that are already created and available for use on each GIS server machine so if you have 2 machine in site and if you set 0 you should have 0 (0+0). if you set 1 you should have 2 (1+1) and so on. see http://resources.arcgis.com/en/help/main/10.1/0154/015400000301000000.htm
... View more
04-12-2013
10:28 AM
|
0
|
0
|
627
|
|
POST
|
these links can help you: http://resources.arcgis.com/en/help/main/10.1/0154/01540000045v000000.htm http://resources.arcgis.com/en/help/main/10.1/0154/0154000003z1000000.htm
... View more
04-12-2013
12:17 AM
|
0
|
0
|
6272
|
|
POST
|
I think that you cannot do it with soe in your situation. If you want extend feature service you must expose your feature class creating a soe feature service (rest esri compliant) custom (kind how logic : http://www.arcgis.com/home/item.html?id=6d28a606369c43fd9a6f929541ae7c93 ) with added your logic. However I am curious how you manage multiediting (seen mix desktop apps/3rd party/feature service) because 3rd party doesn't understand versioning.
... View more
04-11-2013
11:42 AM
|
0
|
0
|
1513
|
|
POST
|
see http://blogs.esri.com/esri/supportcenter/2012/08/09/how-to-get-an-authorization-file-or-keycodes-file-for-the-new-create-enterprise-geodatabase-tool-at-10-1/
... View more
04-10-2013
11:54 PM
|
0
|
0
|
797
|
|
POST
|
Have you set to look in local Help? I haven't problem with F1 in vs2010. It opens Microsoft Help Viewer 1.1
... View more
04-10-2013
10:57 PM
|
0
|
0
|
1090
|
|
POST
|
I don't understand: you have a feature service so do you consume it with a web application? Or have you a feature service consumed also from desktop? have the feature class same business logic for all client?
... View more
04-10-2013
10:44 PM
|
0
|
0
|
1513
|
|
POST
|
it has already been released http://www.arcgis.com/home/item.html?id=60bf17f2d59441839135adc25654a7d9 if you need also other operations on the surface can also see this soe ( http://www.arcgis.com/home/item.html?id=1c96538fa81948efb5a2436532964def )
... View more
04-10-2013
01:02 AM
|
0
|
0
|
847
|
|
POST
|
I see from buffer call that you use 102100 but measure on 102100 it is not acceptable for measurements see http://blogs.esri.com/esri/arcgis/2010/03/05/measuring-distances-and-areas-when-your-map-uses-the-mercator-projection/ ( This is evident from the enormous dimensions of Greenland and Antarctica relative to land masses closer to the Equator ) However I see in buffer call distance=34
... View more
04-09-2013
09:49 AM
|
0
|
0
|
773
|
|
POST
|
news: esri is coming out with the new version x 10.1 and the included source net and java here you can see my preview beta http://sit.sistemigis.it/Samples/Elevations/ however you download esri version ... Now you can download new version 10.1 soe elevations: http://www.arcgis.com/home/item.html?id=60bf17f2d59441839135adc25654a7d9
... View more
04-09-2013
09:15 AM
|
0
|
0
|
2248
|
|
POST
|
Class Extensions ( http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//0001000004p7000000 ) offer a transparent way of implementing custom behavior across all clients accessing a geodatabase but in your case you have 1 only client that it's arcgis server or I don't understand ("... I'm trying to avoid class extensions as every user of the feature class is required to have them installed on their machines ...")
... View more
04-09-2013
09:09 AM
|
0
|
0
|
1513
|
|
POST
|
you could extend with custom class extensions ( http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//000100000201000000 ) and publish feature class
... View more
04-09-2013
07:12 AM
|
0
|
0
|
1513
|
|
POST
|
License information is stored in enterprise and workgroup geodatabases. Therefore, when your license expires, you must also update the license in your geodatabases. At ArcGIS 10.1, when the geodatabase administrator connects to a geodatabase that contains an expired license, a dialog box is returned to allow the geodatabase administrator to specify a current ArcGIS for Server license.
... View more
04-09-2013
05:37 AM
|
0
|
0
|
797
|
|
POST
|
seeing http://forums.arcgis.com/threads/81493-Operations-Dashboard-won-t-open-on-64-bit-desktop seems there is a problem with Windows 7 64bit ...
... View more
04-08-2013
10:32 AM
|
0
|
0
|
5496
|
|
POST
|
Extra info: remember that SdeWorkspaceFactory is a singleton so you need use activator http://help.arcgis.com/en/sdk/10.0/arcobjects_net/conceptualhelp/index.html#//00010000043p000000
Type t = Type.GetTypeFromProgID("esriDataSourcesGDB.SdeWorkspaceFactory");
System.Object obj = Activator.CreateInstance(t);
IWorkspaceFactory sdeWorkspaceFactory= obj as IWorkspaceFactory;
... View more
04-08-2013
08:08 AM
|
0
|
2
|
1805
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-20-2024 11:20 AM | |
| 1 | 05-25-2017 10:11 AM | |
| 1 | 06-20-2023 12:09 AM | |
| 1 | 10-14-2022 05:14 AM | |
| 1 | 06-14-2023 02:00 AM |
| Online Status |
Offline
|
| Date Last Visited |
05-18-2026
04:12 AM
|