Function EN Version 1.90

@CopyACL

ACL Database NotesAdmin

Syntax

@CopyACL(DBHANDLE1;DBHANDLE2);

Description

Copies the ACL of the database with the DBHANDLE DBHANDLE1 to the database with the DBHANDLE DBHANDLE2.

If the @function was executed successfully, the @function result has the data type PV.
The executing server must have Manager access to the database with theDBHANDLE2 in order to be able to perform this operation.

IMPORTANT:
The databases should be copies of each other.

Example: @CopyACL(DBHANDLE1;DBHANDLE2)
@CopyACL(DBHANDLE1;DBHANDLE2)

The databases are opened to obtain the handles; then the ACL is copied, and finally both databases are closed.

Note : This text was machine-translated and may contain inaccuracies.