Grants each user in the specified file membership in the connection role of each specified database.
stsconnroleutil grantfile -file filename 
    [ -folder folder-name] 
    -db dbname [db-options] 
         [-db dbname [db-options] ... ] 
    [abl-startup-options]
  
-file filename
Specify a file containing qualified user-ids to grant connection role membership. The format of the file is as follows:
  • One user-id per line, with comma-delimited values
  • The first field is the user-id
  • The second field is the can-grant value (yes or no), indicating if the user can grant connection role membership to others.
-folder folder-name
Specify a directory (folder) where log files and temporary files are written. If not provided, the following locations are tested, and the first available folder is used:
  • The directory specified by the WRKDIR environment variable
  • Current working directory
  • The session temp-dir specified using -T
-db dbname [ db-options ]
Specify one or more OpenEdge databases to connect to. db-options allows you to specify additional connection parameters.
[-db dbname [db-options] ... ]
Specify additional databases and connection options.
abl-startup-options
Specify additional ABL connection parameters.