This Specification Flow Task will perform a Pack and Go on a specified source Group.
This allows the functionality of the Data Management task Pack and Go to be automated.
All Group information will be contained in an Individual Group.
Property Name | Description |
---|---|
Title | Changes the Title (not the name) of the task. |
Package File Path | The path and name of the package file to create. |
Package Group Name | The name of the Group to create inside the package. |
Configuration File Path | The options to use to pack the Group.
This is the full path to a saved configuration file. See How To Use A Pack And Go Configuration for more information. |
Source Group Connection String | Source 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 |
Source Group Username | The username to log into the source group. |
Source Group Password | The password to log into the source group. |
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.
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 Name | Example Rule | Example Result | Meaning |
---|---|---|---|
Package File Path | "D:\DriveWorks\Package\PackAndGo.drivepkg" | D:\DriveWorks\Package | Will create the package file PackAndGo.drivepkg in the location D:\DriveWorks\Package. |
Package Group Name | "PackageGroup" | PackageGroup | Will create a Group with the name PackageGroup within the package file. |
Configuration File Path | "D:\DriveWorks\PackAndGoConfigFile.xml" | D:\DriveWorks\PackAndGoConfigFile.xml | Will use the configuration file PackAndGoConfigFile.xml. |
Source Group Connection String (For Individual Group) | "Provider=LocalGroupProvider;Path=C:\DriveWorks\MyGroup.drivegroup" | Provider=LocalGroupProvider;Path=C:\DriveWorks\MyGroup.drivegroup | Will package the source Individual Group - MyGroup. |
Source Group Connection String (For Shared Group) | "Provider=RemoteGroupProvider;Server=DriveWorksProServer;Name=MyGroup" | Provider=RemoteGroupProvider;Server=DriveWorksProServer;Name=MyGroup | Will package the source Shared Group - MyGroup. |
Source Group Username | "Admin" | Admin | Will login to the source group as Admin. |
Source Group Password | "1234" | 1234 | Will login to the source group with the password 1234. |