Deleting RPC names from a transaction group  Deleting a transaction group

Chapter 5: Configuring a TRS Library for Security

Modifying a transaction group

To change values in an existing transaction group, use this procedure:

exec sgw_modtrngrp tran_group, GROUP_LOGIN,
  GROUP_PWD, langrpc, langpwdlevel

where:

Example

If the TGROUP1 transaction group langpwdlevel is currently set to user, this isql example sets it to group:

exec sgw_modtrngrp TGROUP1, JOE, MOE, AMD2, group
go

The GROUP_LOGIN and GROUP_PWD are now set to JOE and MOE, respectively. The language RPC remains AMD2, and the langpwdlevel is now group. If langpwdlevel is the only parameter you are changing the value of, you can enter this procedure as follows:

exec sgw_modtrnprp TGROUP1,,,,group
go

The commas serve as placeholders for the unchanged parameters.





Copyright © 2005. Sybase Inc. All rights reserved. Deleting a transaction group

View this book as PDF