SFTP Error: MGET Incorrect Filename Pattern
Scenario:
Created SFTP MGET Business Process Task. To retrieve the filename and other with the filenamepattern of ABCDEF_12345_1234.csv.
In the SFTP filename set-up, we used '*.csv'.
Issue:
EXTOL SFTP MGET Client is unable to process filename pattern: '*.csv'
EXTOL error message:
Mapped 22; class - java.lang.String to 22; class - java.lang.String Mapped *.psv; class - java.lang.String to *.csv; class - java.lang.String Starting SFTPClient Establishing SFTP connection on: Host: sftp.seanhoppe.com Port: 22 SFTP connection established. Establishing SFTP channel... Establishing SFTP channel... Complete. Retrieving list of file names from server... Retrieving list of file names from server... Complete. There was a problem creating the internal storage location: Dangling meta character '*' near index 0 *.csv ^
Resolution:
For our set-up we used '*_*_*.*'.
By: Sean Hoppe on