Friday, May 25, 2018

Remote debug environment setup for ArcGIS server extensions- SOE and SOI

2 Comments
In order to debug the ArcGIS server extension SOE/SOI from your development machine, you have to follow 3 steps:
           1.       Enable remote debug ( Presumption is your development machine and GIS server are different machines)
           2.       Enable sever extension for debug
           3.       Attach debugger to the process running the service

Download and install the remote debuggin tools from - https://docs.microsoft.com/en-us/visualstudio/debugger/remote-debugging 

      A.  Enable remote debug
1.       Download and configure Remote tools on the development
a.       Find msvsmon.exe in the directory matching your version of Visual Studio. For Visual Studio 2015:

Program Files\Microsoft Visual Studio 14.0\Common7\IDE\Remote Debugger\x64\msvsmon.exe
(x64 can debug both x86 and x64 but x86 can only debugs x86)

2.       On the remote computer,  copy Remote Debugger folder from development machine and put in C:\ drive. Then, run msvsmon.exe
3.       The msvsmon.exe output terminal shows

Tuesday, February 6, 2018

ArcGIS Server Rest End Point POST parameters for Create Replica for ArcGIS collector

Be The First To Comment

Post Params list -
  1. replicaName:
    test_02_32_Feb6_2018
  2. layers:
    26
  3. layerQueries:
  4. geometry:
    {"rings": [[[-9074894.9, 3341138.1], [-9045657.8, 3341176.3], [-9045657.8, 3320500.1], [-9074818.5, 3320538.3], [-9074894.9, 3341138.1]]], "spatialReference": {"wkid": 3857}}
  5. geometryType:
    esriGeometryPolygon
  6. inSR:
  7. replicaSR:
  8. transportType:
    esriTransportTypeUrl
  9. returnAttachments:
    false
  10. returnAttachmentsDataByUrl:
    true
  11. attachmentsSyncDirection:
    none
  12. async:
    false
  13. syncModel:
    perLayer
  14. dataFormat:
    sqlite
  15. replicaOptions:
  16. f:
    pjson
 

© 2011 GIS and Remote Sensing Tools, Tips and more .. ToS | Privacy Policy | Sitemap

About Me