File Target

The File Target service provides the ability to specify the name and path of the target file that you want to create. This section describes how to create a file target service.

As this File Target service has now been deprecated in Connect, it is recommended that you use LAN File Target service instead of this. Click here to know how to create an LAN File Target service.

Follow the steps below to create a file target:

  1. Click Configure > TARGETS > File Target.
  2. Click Create File Target.



  3. Enter the name and description of the new File Target in the textboxes Name and Description respectively.
  4. To specify the target location, enter the full path of the target file in the textbox File Path. However, if the respective drive does not contain the folder mentioned in the path then the creation of the new folder will depend on the value of the system property abpm.target.createFolder and on the option value selected from the new drop-down list of Auto Folder Creation added in the Advanced Properties section.

    To check or change the value of the application property abpm.target.createFolder, click Configure > Developer Studio > Proceed > Administer > Update System Properties. The Target Property is present under the Services category. By default, the value of this property is set to None.
  5. Enter the name of the target file in the textbox File Name.
  6. If you want to append date and time stamp in the target file name, then select the date and time stamp from the drop-down list of Time Stamp.
  7. If you want that each target file created by this activity should have unique name, then select the Create Unique File check box. When this option is enabled, a 30 digit random number is appended in the file name.

  8. Expand Advanced Properties section. 

  9. Select the below options from the drop-down list of Auto Folder Creation. This drop-down list has the following three options:
    • None
    • Yes
    • No
    By default, the option None is selected.

    When the value of the system property abpm.target.createFolder is set to Yes and if the option value selected from the drop-down list is:

    • Yes, then the new folder will be created.
    • No, then the new folder will not be created and an error message will be displayed.
    • None: Then the new folder will be created.

    When the value of the system property abpm.target.createFolder is set to No and if the option value selected from the drop-down list is:
    • Yes, then the new folder will be created.
    • No, then the new folder will not be created and an error message will be displayed.
    • None: Then the folder will not be created.

  10. Select the project from the drop-down list of Project.
  11. Click Save.

    You can verify the File Target activity at design time. For this, click Test. This verifies the values given in the File Path field.