SOA Suite FTP Adapter Outbound - Fixed-Lenght File Names Including Dynamic Sequence
All,
I'm trying to create a file when using the outbound FTP Adapter which will conform to these rules:
1. File name will be unique (currently it's set to be ORACLEFMW%yyyyMMddHHmmssSSS%_%SEQ%
2. File name will be of fixed length (35, e.g ORACLEFMW2012120612153012300001)
Problem is that the %SEQ% portion simply creates 1 then 2 then 3...then 10, then 11...then 100...
So the problem is I can't have a fixed length file name.
Is there any way to specifiy the pattern that %SEQ% follows (perhaps on the Weblogic Server itself), or is it defined somewhere in the project's *jar file, or is not possible to do at all?
I'm trying to create a file when using the outbound FTP Adapter which will conform to these rules:
1. File name will be unique (currently it's set to be ORACLEFMW%yyyyMMddHHmmssSSS%_%SEQ%
2. File name will be of fixed length (35, e.g ORACLEFMW2012120612153012300001)
Problem is that the %SEQ% portion simply creates 1 then 2 then 3...then 10, then 11...then 100...
So the problem is I can't have a fixed length file name.
Is there any way to specifiy the pattern that %SEQ% follows (perhaps on the Weblogic Server itself), or is it defined somewhere in the project's *jar file, or is not possible to do at all?
0