Home Search

DriveWorks Pro 21
Copy Group

Send Feedback

Copy Group

This Specification Flow Task will copy the current Group to the specified target Group.

This allows the functionality of the Data Management task Copy Group to be automated.

The target Group must already exist.

Properties

Property NameDescription
TitleChanges the Title (not the name) of the task.
Target Group Connection StringTarget Group must be an existing and accessible Group.

For Individual Groups the complete connection string is:

Provider=LocalGroupProvider;Path=C:\Users\username\Documents\MyGroup.drivegroup

For Shared Groups the complete connection string is:

Provider=RemoteGroupProvider;Server=YourServerName;Name=YourGroupName

Target Group UsernameThe username to log into the target group.
Target Group PasswordThe password to log into the target group.
Configuration File PathThe full path to the saved configuration file.

See Copy Group for more information.

Log

This connection point can be linked to another task, such as Drive Constant Value, to report the success of the task once it has been executed.

Example

When this Task is added the properties are static. To be able to build rules on a static property see How To: Change A Static Property To A Dynamic Property.

Property NameExample RuleExample ResultMeaning
Target Group Connection String (For Individual Group)"Provider=LocalGroupProvider;Path=C:\DriveWorks\MyGroup.drivegroup"Provider=LocalGroupProvider;Path=C:\DriveWorks\MyGroup.drivegroupWill copy the current Group into the target Individual Group - MyGroup.
Target Group Connection String (For Shared Group)"Provider=RemoteGroupProvider;Server=DriveWorksProServer;Name=MyGroup"Provider=RemoteGroupProvider;Server=DriveWorksProServer;Name=MyGroupWill copy the current Group into the target Shared Group - MyGroup.
Target Group Username"Admin"AdminWill login to the target group as Admin.
Target Group Password"1234"1234Will login to the target group with the password 1234.
Configuration File Path"D:\DriveWorks\CopyGroupConfigFile.xml"D:\DriveWorks\CopyGroupConfigFile.xmlWill use the configuration file CopyGroupConfigFile.xml.