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 LAN File Source activity provides the ability to fetch the data from a file, which is accessible on the Local Area Network (LAN). This feature is available in:

Enterprise

Premier

Professional

Express

??

??


This section describes how to create a LAN Source 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 Source Activity

  1. On the Adeptia Suite homepage, click the Develop tab.
  2. Go to Services > Source and then click LAN File.

...

  1.  The Manage LAN File Source screen is displayed (see Figure 203).

    Image Modified

...

...

  1. Figure 203: Manage LAN File Source

  2. Click the Create New link. The Create LAN File Source screen is displayed.
  3. Enter the name and the description of the new LAN File Source in the textboxes Name and Description respectively.
  4. Enter the network path of the source file in the textbox File Path in the following format:

    \\hostname\folder name

...

  1. Info

    You can also use IP address instead of hostname. Make Sure that the path you have defined, is accessible from the machine where Adeptia Suite is running.

  2. Enter the name of the source file in textbox File Name. For Example: Employee_Info.xls
  3. Select the file system from the drop-down list File System. This drop-down list has the following two options:
     
    • Windows
    • Unix
     

    When Adeptia Suite is installed on Windows, the LAN File Source uses windows service to connect to remote machine to access any file. 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 file on a remote machine, select

...

  1. the Use VFS

...

  1.  checkbox.

  2. If authentication is required to access the source file, select the Secure checkbox.
  3. Enter the username in the textbox User ID.
  4. Enter the password, if required, in the textbox Password. Then re-enter the password in the textbox Confirm Password field.
  5. Click Advance Properties to set the values of the advance properties related with LAN File Source Activity.
  6. Select the Delete File on Success checkbox if you want to delete the LAN source file after it has been used in the process flow execution. On the basis of this selection, the LAN source file will be deleted, after the successful execution of the process flow. In case the process flow is aborted due to any reason, the source will not be deleted. (see Figure 204).

    Image Modified

...


...

  1. Figure 204: LAN File Source Activity

     

...

  1. Info

    To learn about Advanced Properties refer to Changing Advanced Properties section.

  2. Click the Save button.

...


Info

You can verify the LAN file source 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.