Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

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.

Note
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.

    Info
    By default, the value of abpm.target.createFolder property is set to None. To check or change the value of this application property, do the followings,
    1. Click Account > Settings.
    2. Expand the Server Nodes Settings in the left panel.
    3. Select the server node.
    4. Click Edit.
    5. Click  to expand Services and then Target Property .
    6. Update the values for the property abpm.target.createFolder
    7. Click Save and reload the settings by clicking Reload, and restart the services.


  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. Enter the file extension in the field File Extension.

  9. Expand Advanced Properties section. 

  10. 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
    Info
    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.

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

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