Data Integration

Data Integration

Connect with experts and peers to elevate technical expertise, solve problems and share insights.


#Data
#Data
#Dataintegration
#Artificialintelligence
 View Only
  • 1.  add user roles to project

    Posted 03/22/22 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 03/23/22 02:26 AM
    Edited by System Admin 01/20/23 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 03/23/22 06:57 AM
    Thank you.

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