Data Integration

 View Only
  • 1.  add user roles to project

    Posted Tue March 22, 2022 09:19 AM

    Hello.

    Can anyone help me understand where I'm going wrong in the syntax to add the user rafael as "DataStage and QualityStage Operations Viewer" in the UAT project:

    ./DirectoryCommand.sh -host hostname.ibm.com -port 9446 -user dsadm -password ***** -assign_project_user_roles "HOSTNAME.IBM.COM/UAT$rafael$DataStageOperationsViewer"

    Info The -host and -port options have been deprecated. Please use the -url option.
    Error Invalid data was specified with the "assign_project_user_roles" option.

    Tried various ways using ~ but same error


    Thank you



    ------------------------------
    Rafael Nery
    ------------------------------

    #DataIntegration


  • 2.  RE: add user roles to project

    Posted Wed March 23, 2022 02:26 AM
    Edited by System Fri January 20, 2023 04:17 PM
    Hi

    To assign user role, you may need to have the UserID created in the DataStage server.
    You can use the UI DataStage Administrator client to do it.

    In DataStage we have 2 layers.
    The UserID in the DataStage Server and the UserID you created in the Information Server Admin Console.
    By default, customer "assign dsadm" to all the UserID created in the IS Admin Console.
    In the above example, dsadm is the UserID in the DataStage Server.
    If the DataStage Server is install on Linux, then it is a Linux UserID.


    ------------------------------
    HOW MING YONG
    ------------------------------



  • 3.  RE: add user roles to project

    Posted Wed March 23, 2022 06:57 AM
    Thank you.

    ------------------------------
    Rafael Nery
    ------------------------------