Before you start performing the activities in this guide, you need to complete the necessary setup and customization of the activity resource files:
You need to place the activity resource files in a known location on your system and edit the Self-Study.XML
file so it references that location and your specific configuration.
To complete the setup and configuration:
- Extract the resource
.Zip
file to a server on your system such as a job home share on your job home server. Note the full UNC path to the location where theSelf-Study.XML
file now resides. - Open the
Self-Study.XML
in a text editor such as Notepad. - Change the value of JobName from
XX_Job
to whatever you want to call the test job you are going to create with the automated XML workflow you about to configure. The name must be a valid Prinergy job name and should not exist on the system. - Change the value of JobHomeServer from
HOSTNAME
to the name of your job home server. - Change the value of JobGroup from
XX_Group
to the name of the job group that you want the test job created in. If it is a nested group use a forward character to separate the groups. For example:Testing/XMLWorkflow
- Change the value of JobHomeShare from
AraxiVolume_HOSTNAME_DRIVELETTER
to the job home share you want your test job created on. - Change the path portion of the ImpositionPath value from \\HOSTNAME\AraxiVolume_HOSTNAME_DRIVELETTER\RESOURCEDIRECTORY to the path where the
AustraliaTour.pjtf
file is located. - Change the path portion of each string in the InputFiles list from \\HOSTNAME\AraxiVolume_HOSTNAME_DRIVELETTER\RESOURCEDIRECTORY to the path where the specified
Aus Tours
PostScript file is located. - Save the XML file and close the editor.