Versions Compared

Key

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

...

  1. Expand the Jobs node, right click on Unassigned tasks and select New Task.

  2. Create a Workflow Stored Procedure Task and give it a Name e.g. Create SDW Admin User
     
  3. Select the Spatial Data Warehouse Connection, Click on the All radio button and select the Function astun.sdw_new_user. From v6.0.0 select astun from the Function filter and pick sdw_new_user.

  4. Select the username parameter and enter the name of the user you wish to create by typing in the Edit parameter 'username' box. Repeat for the password and makeadmin (which should be true) parameters e.g


    Note

    Ensure makeadmin is set to true.

     

  5. Click the Run button  to run the task. You should see the dialog SPTask 'Create SDW Admin User' completed successfully. Click OK.
     
  6. Click save to save your new task details.

...