1 / 31

Publishing GIS Services to ArcGIS for Server

2013 Esri International User Conference July 8–12, 2013 | San Diego, California. Technical Workshop. Publishing GIS Services to ArcGIS for Server. Atma Mani, Joanne Parkinson, Tushar Jadhav. Agenda. Introduction Publishing workflow Configuring services

astro
Download Presentation

Publishing GIS Services to ArcGIS for Server

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 2013 Esri International User Conference July 8–12, 2013 | San Diego, California Technical Workshop Publishing GIS Services to ArcGIS for Server Atma Mani, Joanne Parkinson, Tushar Jadhav

  2. Agenda • Introduction • Publishing workflow • Configuring services • Registering data with the server’s data store • Consuming services • Automating publishing workflows using Python Publishing GIS Services to ArcGIS for Server

  3. Introduction Publishing GIS Services to ArcGIS for Server

  4. Sharing GIS content on the web • Share geographic information using the web • Make geographic data available instantly across • Devices • Platforms • Work on projects collaboratively ArcGIS Server Publishing GIS Services to ArcGIS for Server

  5. Map service layers • Basemap service layers • Reusable background service • Provide context for operational layers • Operational service layers • Interactive • Provide functions that meet a business need Publishing GIS Services to ArcGIS for Server

  6. Demo 1 Publishing a simple map service Publishing GIS Services to ArcGIS for Server

  7. Publishing workflow Publishing GIS Services to ArcGIS for Server

  8. Service publishing workflow Service deployed and started Service Editor Publish Share as service Configure Properties Analyze Errors No Stage Yes Fix Exit Save an sd draft or discard Publishing GIS Services to ArcGIS for Server

  9. Choosing a server ArcGIS Server Cloud ArcGIS Online Desktop ArcGIS for Portal ArcGIS Server On-Premises A Publishing GIS Services to ArcGIS for Server

  10. Servers Publishing GIS Services to ArcGIS for Server

  11. Service capabilities • Depend on server and licensing Network Analysis Mapping Tiled Mapping Mobile Data Access Feature Access Open Standards A Publishing GIS Services to ArcGIS for Server

  12. Common service capabilities • Mapping • Dynamic • Server needs to retrieve data • Option to cache • Tiled Mapping (cached) • Pre-rendered tiles at different scales • Improved performance • Feature Access • Serve feature geometry and symbology • Allows for editing and querying 1:1,000,000 1:500,000 1:250,000 Publishing GIS Services to ArcGIS for Server

  13. Sharing items • Must be signed into ArcGIS Online or your portal My Content Organization* Everyone Groups Publishing GIS Services to ArcGIS for Server

  14. Analyzers • Help to • Identify critical errors • Create optimized map services • Three types • Errors • Warnings • InformationMessages • Provide access to the help and solutions Publishing GIS Services to ArcGIS for Server

  15. Service Definition Desktop ArcGIS Online/ ArcGIS Server Service Publishing Map Data (optional) Map Service Configuration Service Definition

  16. Consuming services MobileApps Web Apps ArcGIS Online Desktop GIS Server Publishing GIS Services to ArcGIS for Server

  17. Demo 2 Publishing a cached map service from a service definition file Publishing GIS Services to ArcGIS for Server

  18. Data Stores Publishing GIS Services to ArcGIS for Server

  19. Data Stores • Determine how published services access data • Register data directories and databases • Three registration options: • Referenced • Replaced • ArcGIS Server’s Managed Database Publishing GIS Services to ArcGIS for Server

  20. Data Store Registration: referenced • Publisher and server reference the SAME • Database connection • Folder path • Publishing using shared data ArcGIS Server on-premise Publisher’s machine Publish References Data References Data Publishing GIS Services to ArcGIS for Server

  21. Data Store Registration: replaced • Publisher and server reference DIFFERENT • Database connections • Folder paths • Data sources are replaced during publishing ArcGIS Server Publisher’s machine Publish References Data References Data Geodata service for synchronizing changes Data copied manually before publishing Publishing GIS Services to ArcGIS for Server

  22. Data Store Registration: managed • Used only when publishing a Feature service or a Web Feature Service-Transactional (WFS-T) by not referencing the data • Must be an enterprise geodatase ArcGIS Server Publisher’s machine Publish References Data References Data Data copied during publishing Managed Enterprise geodatabase Publishing GIS Services to ArcGIS for Server

  23. Demo 3 Publishing a feature service Publishing GIS Services to ArcGIS for Server

  24. Automating publishing using Python scripts Publishing GIS Services to ArcGIS for Server

  25. Arcpy library • CreateMapSDDraft() • StageService_server() • UploadServiceDefinition_server() Open and modify MXD Set up the variables Create and analyze SDDraft, optionally modify XML Configure the service Stage and publish Map Service Stage into a SD file Publish as service Publishing GIS Services to ArcGIS for Server

  26. Demo 4 Publishing using Python Publishing GIS Services to ArcGIS for Server

  27. Tips & Tricks • If you get a consolidation error, check: • There’s enough space on the publisher/server machine • Path names are not too long • The appropriate extension is enabled • If publishing services that reference enterprise data • Ensure you install the appropriate database client libraries on both the client and server machines • Be sure the ArcGIS Server account has the appropriate permissions to the database • Videos • http://video.arcgis.com/series/40/server Publishing GIS Services to ArcGIS for Server

  28. Summary • Publishing allows you users: • To share and use gis resources via the web • Publishing workflow is the same • Configure the service • Analyze the service • Publish/Stage the service • Data store ensures data is accessible to the server • Ability to automate the publishing workflow Publishing GIS Services to ArcGIS for Server

  29. Thank you… Please fill out the session evaluation First Offering ID: 1208 Second Offering ID: 1318 Online – www.esri.com/ucsessionsurveys Paper – pick up and put in drop box Publishing GIS Services to ArcGIS for Server

  30. Wrap-up & Questions • Related presentations Publishing GIS Services to ArcGIS for Server

  31. Publishing GIS Services to ArcGIS for Server

More Related