Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. In Step 4, there's no authorization wizard for Linux that is equivalent to Windows. However, it was already done silently using CLI.
    1. If you have X-windows, you can try GUI with /arcgis/server/tools/authorizeSoftware.
  2. Create a user account in Portal with Creator and Adminstrator role.
  3. Allow *gisdemo.net domain as Trusted site in your Internet Explorer setting.
  4. Launch ArcGIS Pro. Login to Portal.
  5. Select Favorites. Add server that is federated with Portal. Add AWS RDS as well.
  6. Create mosaic dataset.
  7. Right click on AWS RDS mosaic dataset from Server Connection (with publishing privileges) from Catalog Pane. Click Sharing Publish. Click Share as Web Layer Image Service.
  8. Click Configuration tab.
  9. Edit Image Service properties to include Pixels. This will allow user to click a point and visualize historical plot.
  10. Select WCS and WMS and press Publish.
  11. You can get the URLs for WCS and WMS from ArcGIS Server manager. Please note that there is no /rest/ in the path (cf. the REST interface for ArcGIS Map service).
    1. https://arcgis-s.gisdemo.net/arcgis/services/mosaic_dataset_name/ImageServer/WMSServer
    2. https://arcgis-s.gisdemo.net/arcgis/services/mosaic_dataset_name/ImageServer/WCSServer
  12. Use the above URLs for QGIS to test the enabled services.  Please note the "Returned legend image is flawed" error message. This occurs for WMS only, not WCS.

...