Create a File Channel in IPA

,

File Channels are a feature in IPA that is similar to the ScanFile Client feature in ProcessFlow. A File Channel scans a directory periodically for files which will kick off processes in IPA. The files and processes are configured in File Receivers. Here is how to set them up.

How to Set up File Channels

  1. Log in to Rich Client Run A Process-1
  2. The canvas is now open. Look in the upper left corner and make sure you are pointing to the prod or test data area (not gen) Run A Process-3
  3. In the upper right corner, click “Start > Applications > Process Server Administrator > Administration > Channels Administrator”
    Create a File Channel in IPA-3

    1. At this point, you can click, HOLD, and drag the “Channels Administrator” link to the canvas. That way, it will create a shortcut on the canvas. Create a File Channel in IPA-4
  4. Once you are in Channels Administrator, click on the File Channels tab
  5. Click Actions > Create or click the create icon Run A Process-6
  6. Overview Tab
    Create a File Channel in IPA-6

    1. Enter a meaningful channel name
    2. Enter a description for the channel
    3. Check “Is Enabled”
      1. This can be unchecked when the file scanner is not needed
    4. Choose the channel type
      1. Local points to a directory on the local server
      2. Remote requires FTP to be enabled on the local server and the remote server
    5. Enter the directory that will be scanned by the file channel
    6. Choose whether to match case sensitivity on the file
    7. Enter an error file directory
      1. This is where files will go if there is an error in the scanning (NOT an error in the flow)
    8. Enter an in-progress file directory
      1. This is where files will go once they are successfully scanned
    9. Choose a scan interval (in minutes)
  7. Click the Save icon Create a File Channel in IPA-7

How to Set up File Channel Receivers

  1. Once you have created your File Channel, you must now set up the File Channel Receivers, which will configure the files that are picked up during a scan
  2. Make sure your File Channel is deactivated
    1. File Receivers cannot be created or modified if the File Channel is active
    2. Go to the File Channels screen
    3. Right click on the File Channel for which you are adding a receiver
    4. Select “Deactivate” Create a File Channel in IPA-8
  3. Open your new File Channel and navigate to the File Channel Receivers tab
  4. Click Actions > Create or click the create icon Run A Process-6
  5. Enter the Receiver details
    Create a File Channel in IPA-10
  1. Enter a name for the Receiver
  2. Enter a description
  3. Choose the file name for which the receiver will be scanning
    1. You can use regular expressions here
  4. Select the process that should begin when the file is found in a scan
  5. Choose the Startup Type
  • Click the Save icon Create a File Channel in IPA-7
  • Be sure to reactivate your File Channel so that it can begin scanning for your files