ftp outbound support for as400

2
TIP Integration - FTP_outbound_support_for_AS400 - # 6 FTP outbound support for AS400 The following configuration can be used when implementing FTP outbound adapter to connect to a AS400 mainframe: Composite.xml in the composite.xml add the following properties: <property name="changeWorkingDirectory" type="xs:string" many="false" override="may">false</property> <property name="UseNlst" type="xs:string" many="false" override="may">true</property> .jca in the .jca set the FileType to the correct value, ascii or binary; FTP connection factory in the FTP connection factory set the property enforceFileTypeFromSpec = true More info Read more on Oracle support, search service request with description "Unable to FTP a File to an AS400 System Using the FTP Adapter [ID 734915.1]" 04/03/2012 1/1

Upload: janaki1234

Post on 19-Jan-2016

57 views

Category:

Documents


0 download

DESCRIPTION

FTP

TRANSCRIPT

Page 1: FTP Outbound Support for AS400

TIP Integration - FTP_outbound_support_for_AS400 - # 6

FTP outbound support for AS400The following configuration can be used when implementing FTP outbound adapter to connect to a AS400 mainframe:

Composite.xmlin the composite.xml add the following properties:

<property name="changeWorkingDirectory" type="xs:string" many="false" override="may">false</property> <property name="UseNlst" type="xs:string" many="false" override="may">true</property>

.jcain the .jca set the FileType to the correct value, ascii or binary;

FTP connection factoryin the FTP connection factory set the property enforceFileTypeFromSpec = true

More infoRead more on Oracle support, search service request with description "Unable to FTP a File to an AS400 System Using the FTPAdapter [ID 734915.1]"

04/03/2012 1/1