DataPower

DataPower

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  FTP Poller Handler Error in IBM APIC - "Cannot allocate polling event"

    Posted 9 days ago

    Hi everyone,

    I'm working with a Multi-Protocol Gateway on my local IBM APIC (DataPower Gateway), and I'm trying to configure an FTP Poller Handler to fetch files from an FTP server. However, I'm running into the following error in the logs:

    3:11:30 AM file-poller error
    1434
    0x80e000c8

    To verify connectivity, I tried connecting to the same FTP server via Windows CMD prompt using the same credentials, and it worked. I was able to list and access the file without any issues.

    Here's what I'm trying to confirm:

    • Am I using the correct FTP Poller configuration?

    • Is there something I might be missing in terms of DataPower configuration or directory permissions?

    Any help or guidance from the community would be really appreciated.




    ------------------------------
    Gibin G Luke
    ------------------------------


  • 2.  RE: FTP Poller Handler Error in IBM APIC - "Cannot allocate polling event"

    Posted 9 days ago
    Edited by Ajey Chekravarthi 9 days ago

    Hi Gibin,

             password with '@' can not be passed directly,

             Instead please go to useragent which is mapped inside xml-manager.

             URL matching expression = ftp://10.16.10.30:22/* ,  username = user2 , password = 

    P@ssw0rd123


             Target directory = ftp://10.16.10.30:22%2Fuser2/
             otherwise change the password with out @ and try - ftp://user2:Pssw0rd123@10.16.10.30/user2/

    [Eg:]



    ------------------------------
    Ajey Chekravarthi
    ------------------------------



  • 3.  RE: FTP Poller Handler Error in IBM APIC - "Cannot allocate polling event"

    Posted 9 days ago

    Hi Ajey Chekravarthi,

    Thanks for your response.

    I tried mapping the User-Agent inside the XML Manager as you suggested, but unfortunately, I'm still encountering the same error.

    3:59:22 AM file-poller error
    1434
    0x80e000c8



    Just to confirm, when I connect to the same FTP server using FileZilla, I'm able to successfully access the file without any issues.

    Please let me know if there's anything else I might be missing.

    Thanks again for your support!

     



    ------------------------------
    Gibin G Luke
    ------------------------------



  • 4.  RE: FTP Poller Handler Error in IBM APIC - "Cannot allocate polling event"

    Posted 9 days ago

    Hi Gibin,

               Check the tcp connection from datapower to remote system.

               change the log level to debug mode and see any stream error with remote connection reset is happening (or) not.



    ------------------------------
    Ajey Chekravarthi
    ------------------------------



  • 5.  RE: FTP Poller Handler Error in IBM APIC - "Cannot allocate polling event"

    Posted 8 days ago
    Edited by Ajey Chekravarthi 8 days ago

    Hi Gibin,

                 Created a sftp protocol to show demo where our environment are cipher enabled connection.
                 Here i have used static filename and for dynamic please apply a xslt with route-uri function.

    Sample sftp polling: successful case 

    After successful connection sending to another location:

    remote folder:

    destination folder:

    SFTP screen:



    ------------------------------
    Ajey Chekravarthi
    ------------------------------