Following the migration of ITPAM from 4.3.5 to 4.4 CP04 encountering an issue with all file management operators:
As per the c2o.log noted below:
ERROR [com.optinuity.c2o.servicegroup.filetransferserviceoperation.GetFileFileTransferServiceOperationRunner] [07-22d0bf0038e3] Failed to get the file from the Remote
com.maverick.sftp.SftpStatusException: Server responded with an unknown failure: Failed to open outputstream to \\path\\STRUCTURE.csv
ITPAM 4.4 CP04
The issue is due to Java 11 security.
After making the changes below, it started working.
Updated the Java security configuration by modifying the following file:
C:\Program Files\Eclipse Adoptium\jdk-11.0.28.6-hotspot\lib\security\default.policy
Added the following permission rule: