rpcprofile create
Creates a new profile entry in CDS. The syntax is:
rpcprofile create profile_name_list
Description The rpcprofile create operation creates a new (empty) profile entry in CDS. Since an empty profile is the same as an empty RPC entry or RPC group, calling
rpcprofile create is the same as calling rpcentry create or rpcgroup create. The profile_name_list argument is a list of names of RPC profiles to be created.
This operation returns an empty string on success. If the RPC profile already exists, an error is returned.
Privileges Required You need i (insert) permission to the parent directory. You also need both r (read) permission and w
(write) permission to the CDS object entry (the target profile entry).
Example
dcecp> rpcprofile create /.:/users/wards_profile dcecp>
|