Versions Compared

Key

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

...

  1. Create .sde connection [2].
  2. Use the .sde file to specify mosaic destination (e.g., test_mosaic) using CLI. It will ignore Geodatabase in MDCS.xml file.

    Code Block
    languagexmlpowershell
      <Workspace>
        <!-- CM - Create Mosaic Dataset -->
        <WorkspacePath>Z:\home\arcgis\etc\aws_rds_geodb_conn.sde\</WorkspacePath>
        <Geodatabase>POWER_801_Services</Geodatabase>
    

    It generates an error.

    Code Block
    log-msg: Creating Geodatabase: (%py% MDCS.py -i:MDCS_Solar.xml  -m:Z:\home\arcgis\etc\aws_rds_geodb_conn.sde\POWER_801_Services.gdb)
    log-status: Failed!
    log-msg: Done...test_mosaic
    

Step-by-step guide for AWS RDS Input

...