Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

how to create an FTPadapter configuration using wlst

3387302Jul 30 2019

Hi,

I have about 50 different FTPAdapter configurations to be created where each one has a different set of values. Some have the usesFTP as true, while some have sshKey file, some have pathseparator and so on. I have the various properties for each of these 50 connetions in 50 separate property files, as a name, value pair. Is it possible to invoke a python(wlst) script and pass the property files as input so that each configuration is created with the set of properties in the property file.

I tried the script in "http://blog.whitehorses.nl/2016/06/29/creating-ftp-connection-factories-using-wlst/?utm_campaign=Blog2Twitter&utm_medium… ", but for an adapter configured using this script, i could not delete it from the weblogic console and ran into the below error.

The outbound connection instance eis/Ftp/ftp_server1 in group javax.resource.cci.ConnectionFactory is defined explicitly in the applications deployment descriptors and may not be deleted via the console.

If anyone can share pointers on how to configure an FTPadapter using wlst/ant scripts, would appreciate much.

Thanks,

Vijay

Comments
Post Details
Added on Jul 30 2019
2 comments
450 views