|
POST
|
if you need use arcobjects in web service (also a IPropertySet ...) you can use soe. You cannot use arcobjects via web service with a license desktop (desktop/engine) furthermore the threading model of ao results difficult in a multiple instances env of the ArcObject ...
... View more
06-10-2016
09:10 AM
|
2
|
2
|
2686
|
|
POST
|
From arcgis server 10.1 or superior you cannot create a server context so you cannot instant arcobjects in web service You can create a soe (rest/soap) for use arcobjects. "ArcGIS Server versions prior to 10.1 supported both DCOM (ArcGIS Server Local) and HTTP (ArcGIS Server Internet) connections. Version 10.1 no longer supports DCOM connections, and existing applications that use the ArcGIS Server Local connection type will not be able to use services you publish with 10.1. You need to refactor these applications to use HTTP connections before upgrading to 10.1. If you used DCOM connections for the purpose of accessing ArcObjects, you need to remove your ArcObjects code or wrap it in a server object extension." From Arcgis 10.4 or superior arcobjects sdk supports visual studio 2015
... View more
06-10-2016
04:30 AM
|
1
|
0
|
2686
|
|
POST
|
you can see the sample in sdk arcobjects: C:\Program Files (x86)\ArcGIS\DeveloperKit10.4\Samples\ArcObjectsNet\ServerLayerAccessSOI
... View more
06-08-2016
12:58 AM
|
0
|
2
|
2288
|
|
POST
|
you can try create a custom provider that manage mix of users AD and sql server (your store for example) and store roles in sql server (your store for example) with two web adaptors (basic authentication and wa) using web tier authentication ( see AGSMixMembershipProvider )
... View more
06-06-2016
09:51 AM
|
0
|
0
|
2437
|
|
POST
|
No. SOIs can only be enabled via Server Manager. You can have an SOE like Ui in server manager but not in arcmap.
... View more
04-19-2016
09:55 AM
|
0
|
2
|
2629
|
|
POST
|
in arcgis pro you can export symbol 3d to json and see with js api . addin in c# arcgis-pro-sdk-community-samples/Map-Authoring/ExportWeb3DObjectResource/ExportWeb3DObjectResource at master · Esri/arcg… I have taken a soe arcobjects that create a multipatch on the fly (manhole) and use viewer cityengine. You can do like it getCameretta3D( alsi/Camerette3D ) (set for example oid = 100 ) here you can see specific Esri i3s: GitHub - Esri/i3s-spec: This repository hosts the specification for the ArcGIS Scene Service, including the Indexed 3D S… see also http://proceedings.esri.com/library/userconf/devsummit16/papers/dev_int_01.pdf
... View more
04-15-2016
10:01 AM
|
0
|
0
|
1119
|
|
POST
|
I don't know but you could take a trace downstream line with toolbar ArcGIS and in sql server runs Create a Trace (SQL Server Profiler) (video 21-How to trace incoming SQL statements to SQL Server Database (using SQL Server Profiler) - YouTube ) so you trace the query for this task ...
... View more
04-15-2016
03:51 AM
|
0
|
0
|
1735
|
|
POST
|
If you have created a soe with 10.2.2 and you need use it in 10.3.1 you don't need upgrade soe. 10.3.1 uses .net 3.5 During installation you select .net extension support
... View more
04-11-2016
03:39 AM
|
0
|
0
|
1316
|
|
POST
|
04-05-2016
01:55 AM
|
2
|
1
|
1140
|
|
POST
|
if your soe is developed with .net and you use ags 10.1 or superior: how is it compiled in build target ? Any CPU or x86 ?
... View more
04-03-2016
09:25 AM
|
0
|
0
|
3960
|
|
POST
|
see https://community.esri.com/message/598968?et=watches.email.thread#comment-598968
... View more
04-01-2016
05:53 AM
|
0
|
0
|
620
|
|
POST
|
see also Fun with Accessors in ArcGIS JS 4.0beta1 - odoenet we have implemented it in 'About us' in Studio A&T
... View more
04-01-2016
03:11 AM
|
0
|
0
|
2402
|
|
POST
|
Hi Jose! you can create a map service with capability feature service ( Editor permissions for feature services—Documentation (10.3 and 10.3.1) | ArcGIS for Server ) and use add feature via rest ArcGIS REST API using vb.net or you can create a soe / gp and call it using vb.net
... View more
03-31-2016
11:06 AM
|
1
|
1
|
2196
|
|
POST
|
in ArcGIS 10.1 or superior, local DCOM connections to arcgis server are not supported. if you need connect ags 10.0 you add assembly Now ags 10.1 or superior is pure http/https for connection. for administrator you can use rest api admin: http://resources.arcgis.com/en/help/server-admin-api/ see also http://resources.arcgis.com/en/help/main/10.1/0154/0154000005p3000000.htm if you need pure arcobjects (server side) you can develop soe (soap/rest): http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/#/What_is_a_server_object_extension/0001000000zv000000/ migrate soe previous 10.0 to 10.1 http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/0001/000100000p4s000000.htm if you need add/edit/delete feature you can use feature service. What do you need do?
... View more
03-31-2016
09:53 AM
|
0
|
1
|
2196
|
|
POST
|
If you use JavaScript client, JSONP callbacks to work you need always send a status of 200. So REST API sends a status code of 200 even when your request failed. You can add the HTTP status in a error JSON object or you can set a custom HTTP header using responseProperties. For instance: responseProperties = "{ \"Content-Type\" : \" application/pdf \", \"X-HTTP-Status\" : \"500 - An error occurred while generating the pdf file.\" }";
... View more
03-29-2016
11:21 PM
|
0
|
0
|
1132
|
| 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
|