Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Polling Service activity is used to check the arrival or modification of file(s) on the Local LAN location.
This feature is available in:

Enterprise

Premier

Professional

Express

??

?

 


Steps to create a File Polling Activity

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

...

  1. The Manage File Polling Service

...

  1.  screen is displayed (see Figure 580).

    Image Modified

...

...

  1. Figure 580: Manage File Polling Service

  2. Click the Create New link. The Create File Polling Service screen is displayed (see Figure 581).

    Image Modified

...

...

  1. Figure 581: Create File Polling Service

  2. Enter the name and description of the new File Polling Service in the textboxes Name and Description respectively.
  3. Select the trigger type from the dropdown list Trigger Type. The effect on the selection is listed in the table below.

    Anchor
    _Ref144139937
    _Ref144139937
    Anchor
    _Toc144313787
    _Toc144313787
    Anchor
    _Toc144827065
    _Toc144827065
    Anchor
    _Toc156195271
    _Toc156195271
    Anchor
    _Toc177878250
    _Toc177878250
    Anchor
    _Hlt185166541
    _Hlt185166541
    Anchor
    _Toc208651146
    _Toc208651146
    Anchor
    _Toc315524522
    _Toc315524522
    Table 1: Trigger Type Selection Values

    Trigger Type Selection

    Description

    On FileCreated

    To configure the File Polling service to check for the creation of a new file(s).

    Anchor
    OLE_LINK11
    OLE_LINK11
    In case a file is being created and after that it is being modified, then you need to enable the Check for File Modification option. This option is only used with On File Created option.

...

 

  1. On FileExists

    To configure the File Polling service to check for the existence of the file(s)

    On FileModified

    To configure the File Polling service to check for any modification in file(s)

  2. Enter the name of file that File Polling service needs to verify, in File Include Criteria field.
  3. Enter the name of file that File Polling service does not need to verify, in File Exclude Criteria field. For example *.txt is entered in File Include Criteria, but two files Gdata.txt and Gdata1.txt are not required to be verified by File Polling service. Then Gdata.txt and Gdata1.txt file name need to be entered separated by comma in File Exclude Criteria field. You can use regular expressions listed in the table below.

    Anchor
    _Ref144139949
    _Ref144139949
    Anchor
    _Toc144313788
    _Toc144313788
    Anchor
    _Toc144827066
    _Toc144827066
    Anchor
    _Toc156195272
    _Toc156195272
    Anchor
    _Toc177878251
    _Toc177878251
    Anchor
    _Toc208651147
    _Toc208651147
    Anchor
    _Toc315524523
    _Toc315524523
    Table 2: Expressions used in File Include Criteria and File Exclude Criteria

    Expression

    Description

    .

    For all files with some extension

    *

    For all files in a directory

    a*.txt

    For files starting with a and having extension txt (e.g. arch.txt)

    a??????.txt

    For files starting with a and have 6 more character followed by txt extension (e.g. archive.txt)

    a[1-9]

    For a1, a2 ,a3 …………..a9

    b[aiu]t

    For bat, bit or but

    a.txt, a.doc

    For two files named as a.txt and a.doc

  4. Enter the path of file in File Base Location. Example c:/Gmdata.

    Image Removed
    Info

    You can also use regular expression for folders, in File Include Criteria and File Exclude Criteria fields. For example, if you enter h*/*.txt in File Include Criteria field and C:/Gmdata in File Base Location field, it will search for all .txt file inside all directories which starts from h under C:\Gmdata.

  5. When Adeptia Server is installed on Windows Operating System, File Polling 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 the Use VFS checkbox.
  6. Enter username and password in the textboxes User ID and Password respectively. Then, re-enter the password in the textbox Confirm Password.
  7. Enter the time interval, the file polling service will check for the arrival of any file or modification of existing file in the textbox Polling Frequency. Enter the digit in the Frequency field and select the unit of time i.e. seconds, minutes or hours etc. from the Duration dropdown list.

    Image Removed
    Info

    Recommended minimum Polling Frequency is 30 seconds.

  8. Enter the file stable time in the textbox File Stable Time. This is applicable only when user selects On FileModified in trigger type. Polling will wait for the above specified time to become a file stable.
  9. Enter the expiry time in the textbox Expiry Time. After expiry time process flow does not poll for the file.

    Image Removed
    Info

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

    Image Removed
    Info

    When a file polling service is used in a process flow, it creates a Polling Status activity variable. For details, refer to Polling Status section.

  10. Click the Save button.