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
Original Message:
Sent: Tue June 10, 2025 04:06 AM
From: Gibin G Luke
Subject: FTP Poller Handler Error in IBM APIC - "Cannot allocate polling event"
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
|
source-ftp-poller (testFrontSide)
:
|
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
------------------------------
Original Message:
Sent: Tue June 10, 2025 03:36 AM
From: Ajey Chekravarthi
Subject: FTP Poller Handler Error in IBM APIC - "Cannot allocate polling event"
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