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.

LAN File Target provides the ability to specify a target file location that is accessible on the network.  

This section describes how to create a LAN Target activity using the following details as an example:
 

File Name

Employee_PersonalDetails.xls

File Path

\\FileServer\HR_Files\Employee

Transfer Type

Secure

File System

Windows

User Id

MyUserName

Password

Mypassword

 

Steps to create a LAN File Target:

  1. Click Configure > TARGETS > LAN File Target.
  2. Click CREATE LAN File Target.
  3. On Create LAN File Target screen, enter the name and description of the new LAN File Target in the textboxes Name and Description respectively.



  4. Enter the network path of the folder where you want the target file to be created in the textbox File Path field in the following format:

    \\hostname\folder name
    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 Auto folder Creation added in the Advanced Properties section.

  5. Enter the name of the target file in 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 checkbox. When this option is enabled, a 30 digit random number is appended in the file name.
  8. File Extension
  9. Select the target file system, whether Windows or Unix from the drop-down list of File System.
  10. When Adeptia Connect is installed on Windows Operating System, LAN File Target uses windows service to connect to remote machine. It just connects once and uses the same connection with the same User ID and Password (which is stored in the cache) every time. If you want to enforce the validation of User ID and Password every time while accessing the remote machine, select the Use VFS checkbox.
  11. If username and password is required to access the target location, select the Secure checkbox.
  12. Enter the username and password in the textboxes User ID and Password fields respectively. Then re-enter the password in the textbox Confirm Password.
  13. Click Advanced Properties to expand the hierarchy. All items in Advance Properties are displayed.


    A new drop-down list Auto Folder Creation has been added. 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 New Folder 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.


    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 New Folder 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.

    If the option value selected from the drop-down list New Folder is None. In this case, None indicates that the folder will be created depending only on the value of the property abpm.target.createFolder
     
    If abpm.target.createFolder is set to Yes then the folder will be created and if abpm is set to No then the folder will not be created irrespective of the option value selected from the drop-down list New Folder.

  14. Select the project of the activity from the drop-down list of Project.

  15. Click Save.

    Info
    You can verify the LAN file target activity at design time. For this, click Test. This verifies the values in the File Path, User ID and Password fields and checks whether the file actually exists in the specified location. To test this activity, fill up all the required fields and click Test. If the file specified in this activity is present in the specified folder, the test will be successful otherwise it will give an error.