Versions Compared

Key

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

...

  1. Using pgAdmin III, connect as the astun user using the password from above and launch an SQL window.

  2. Run the following command replacing admin_user with username for admin user and password with actual password for admin user. 


    Code Block
    SELECT astun.sdw_new_user('admin_user','password', TRUE); 

    E.g.

 


Create iShare User (Login Role)

  1. Using pgAdmin III, launch the SQL window and connect as an admin user (using username/password from above)
  2. Run the following command 

    Code Block
    SELECT astun.sdw_new_user('iShareData','isharedata', TRUEFALSE);

    E.g.

If MapInfo support is required

If you did not install MapInfo support when you installed your SDW then you can run SDW_Build_Mapinfo.sql as the astun user. 

...