SOA FTP Adapter Problem

Hi ,
I am using FTP adapter to put the file.
I did the setting in oc4j-ra.xml file for the FTP server.
I am getting the follwoing error while running the BPEl process.
I have checked the read write permission and other details as mentioned in the error.
please help.....
+++++++++++++
<bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="code"><code>550</code>
</part><part name="summary"><summary>file:/C:/product/10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_Airticity_Process_1.0_bc04d4d0e0927a043f00d8dd40324e6d.tmp/FTP.wsdl [ Put_ptt::Put(OutputFile) ] - WSIF JCA Execute of operation 'Put' failed due to: Error sending file to FTP Server.
Unable to send file to server.
; nested exception is:
ORABPEL-11429
Error sending file to FTP Server.
Unable to send file to server.
Please ensure 1. Specified remote output Dir has write permission 2. Output filename has not exceeded the max chararters allowed by the OS and 3. Remote File System has enough space.
</summary>
</part><part name="detail"><detail>550 /D:/vikram/output/po_2.xml: The filename, directory name, or volume label syntax is incorrect. </detail>
</part></bindingFault>
++++++++++++++
Please help.
Thanks and Regards,
Vikram singh

Maybe an open door, but are you able to FTP to that server from the same BPEL server under the same user account as BPEL is running?

Similar Messages

  • SOA FTP Adapter stops working abruptly

    Hi All,
    I have a ftp service which provides XML file streams real-time on a remote machine. I connect to this FTP server using the SOA FTP adapter and process files by polling based on timestamp every 3 seconds.
    The issues I face are
    1) The ftp adapter stop working abruptly. Has anybody faced this issue, if yes how can this be resolved?
    2) The XML files comes to FTP location at the rate 2 files per second. Ideally I want to procss this files real-time using FTP adapter. But the backlog build is causing issues. How do I fix it?
    3) If there is any downtime in production how should the SOA FTP application be activated after restart.
    Also, what are the other FTP adapter configuration required to optimize the SOA FTP application to meet my business purpose.

    I am using SOA 11g Fusion Middleware. The error I am getting in the logs are as follows:
    [2010-10-14T15:51:49.116+11:00] [WLS_SOA] [NOTIFICATION] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@152f8c60] [userId: <anonymous>] [ecid: 0000Iid4Vx39xWD_n91FiZ1ChcgY00001u,0] [APP: soa-infra] [composite_name: ProcessData] [component_name: Mediator] [component_instance_id: 89E3E8C0D74E11DF8F0C9FB8AC26F197] [dcid: 46e7c258a0e5cad6:-5a895c67:12ba90f4a18:-8000-000000000000197a] FTP Adapter FetchAvlFiles Could not publish file {20101014T022558ZGA0002.xml} as endpoint has been de-activated.
    [2010-10-14T15:51:49.116+11:00] [WLS_SOA] [NOTIFICATION] [] [oracle.soa.adapter] [tid: weblogic.work.j2ee.J2EEWorkManager$WorkWithListener@152f8c60] [userId: <anonymous>] [ecid: 0000Iid4Vx39xWD_n91FiZ1ChcgY00001u,0] [APP: soa-infra] [composite_name: ProcessData] [component_name: Mediator] [component_instance_id: 89E3E8C0D74E11DF8F0C9FB8AC26F197] [dcid: 46e7c258a0e5cad6:-5a895c67:12ba90f4a18:-8000-000000000000197a] FTP Adapter FetchAvlFiles [[
    BINDING.JCA-11079
    The endpoint has been released.
    The endpoint has been released.
    The endpoint has been released, the message will not be published.
    This is a non-fatal error. No fix is required.
    at oracle.tip.adapter.file.inbound.Publisher.checkForDeactivation(Publisher.java:627)
    at oracle.tip.adapter.file.inbound.Publisher.publishMessage(Publisher.java:327)
    at oracle.tip.adapter.file.inbound.InboundTranslatorDelegate.xlate(InboundTranslatorDelegate.java:476)
    at oracle.tip.adapter.file.inbound.InboundTranslatorDelegate.doXlate(InboundTranslatorDelegate.java:118)
    at oracle.tip.adapter.file.inbound.ProcessorDelegate.doXlate(ProcessorDelegate.java:377)
    at oracle.tip.adapter.file.inbound.ProcessorDelegate.process(ProcessorDelegate.java:175)
    at oracle.tip.adapter.file.inbound.ProcessWork.run(ProcessWork.java:349)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:105)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Edited by: user5108636 on 13/10/2010 23:28

  • SOA FTP Adapter Performance Optimization

    The application scenario is as below
    There is a remote FTP service which receives real-time XML files (may be 2 files per second). In my SOA 11g application, I am using FTP adapter to connect to the remote FTP server. The FTP adapter polls for new files based on the file creation timestamp and after processing, deletes the files. All good so far, no issues at all.
    However, there is a huge backlog in the files. How can improve or speed up the FTP adapter process to match or better the remote FTP file creation rate? Please note I am not doing much processing here, just perist the files to a database. The consuming application expects real-time file feed.
    There should be some configuration in SOA FTP adapter to optimize the performance and beat the file spitting FTP monster.
    Thanks

    However, the inbound FTP location receives around 30 files in a second max. How do I configure the FTP adapter to beat this rate. I looked through the document link and tried few trials
    MaxRaiseSize: 20
    SingleThreadModel: both true and false
    ThreadCount:20
    However, I still cannot beat the rate at which the files are put to this location. Please what configuration changes shhould I consider.
    Thanks
    Edited by: user5108636 on 17/10/2010 21:34

  • FTP Adapter Problem

    Hi,
    I am using the FTP adapter to transfer a file from a remote machine and am getting this exception.
    java.lang.NoClassDefFoundError: oracle/security/pki/OraclePKIProvider
    at oracle.tip.adapter.ftp.FTP.connect(FTP.java:438)
    at oracle.tip.adapter.ftp.FTPClient.establishFtpSession(FTPClient.java:169)
    at oracle.tip.adapter.ftp.FTPAgent.login(FTPAgent.java:597)
    at oracle.tip.adapter.ftp.FTPAgent.getFileList(FTPAgent.java:269)
    at oracle.tip.adapter.file.inbound.FileSource.getFileList(FileSource.java:199)
    at oracle.tip.adapter.file.inbound.PollWork.pollFiles(PollWork.java:210)
    at oracle.tip.adapter.file.inbound.PollWork.run(PollWork.java:116)
    at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
    at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:267)
    at java.lang.Thread.run(Thread.java:534)
    Any ideas?
    Thanks
    -G

    Clemens,
    It's very nice to know that guys like you are here to help people like me. I develope the same BPEL Project on a stand alone windows installation (BPEL Server 10.1.2.0.2) a Works perfectly.
    I'm sure know the problem resides on the BPEL Server or the OAS. Besides updating the BPEL Server version what order suggestions do you have in mind????
    What do you think about OAS R3??? Is it trusted to upgrade to R3 now????
    Thank very much for your time.
    Cordially,
    Jose
    Mensaje editado por:
    user489282

  • FTP adapter problems

    Hi all,
    I'm having some problems with the FTP adapter.
    About two months ago I did an ESB project which reads from an FTP and writes the files in a local directory.
    I noticed that I had to change this parameter oracle.tip.adapter.file.numProcessorThreads=1 in the integration\esb\config\pc.properties.esb en integration\esb\config\ pc.properties file, for the FTP adapter to work all right. And it has been working for a long time.
    The issue is, that now, I deploy this same ESB project to the same server and is not working. No files are being copied to my local directory. Furthermore, there are no instances in the ESB Control either.
    I haven't changed anything so I don't understand why this is happening.
    I set the log trace to FINEST and I found this trace for a lot of files in the log:
    JCA: Poller enqueuing file for processing :/200704110041_r01g0020.gif
    JCA: Ignoring File : 200704110041_r01g0020.gif as it is already enqued for processing.
    So, there are no errors showing in the log but the adapter is not working.
    Any tips about this? It is very important because we have to put this project in the production machine....
    Thanks for your help.
    Message was edited by:
    Zaloa

    Hi Mark,
    Thank you for your response, I have post the service request already. So far, I haven't got any answers and I have been trying to deploy this same project in different servers.
    I get different results everytime without changing anything. In the test environment I just get the first error I post in this thread. In my local server I get a fatal error that I have already reported in this forum with the subject "FatalError FTP Adapter", and I write it here again.
    JCA: Completed inbound translation for : 200704021141_r01g1120.gif
    JCA: Did not publish file {200704021141_r01g1120.gif} as endpoint has been de-activated.
    JCA: Processer thread calling onFatalError with exception Error al publicar el mensaje.
    Se ha producido un error al publicar el mensaje del archivo /200704021141_r01g1120.gif (Error publishing the file message....)
    Compruebe la pila de errores y corrija la causa del error. Póngase en contacto con los Servicios de Soporte Oracle si no se puede
    corregir el error. (Check error stack and fix the error. Contact Oracle Support Services if the error can not be fixed)
    JCA inbound adapter service listener for "SUBIRA.INM.ConsultaFTP_RS.Get" with endpoint ID "[Get_ptt::Get(opaque)]" has been requested
    to shutdown by Resource Adapter due to fatal error. Reason : ORABPEL-11004
    Error al publicar el mensaje. (Error publishing the message)
    Se ha producido un error al publicar el mensaje del archivo /200704021141_r01g1120.gif (An error has occurred publishing the file....)
    Compruebe la pila de errores y corrija la causa del error. Póngase en contacto con los Servicios de Soporte Oracle si no se puede
    corregir el error. (Check error stack and fix the error. Contact Oracle Support Services if the error can not be fixed)
    Any ideas? Thanks in advance,
    Zaloa

  • ESB SOA FTP adapter

    Can someone please explain to me the following error?
    Designtime cache has not been initialized Please look in logs for following signs of failure. Fix them and restart. (a) Database access errors (b) ESB Bootstrap errors (c) OC4J class load errors (d) Product installation errors (e) Export ESB params and verify if host and port parameters are correct. Please contact Oracle Support if unable to fix the issue.
    I looked into the log.xml and it states
    <TSTZ_ORIGINATING>2008-06-16T16:06:25.026-04:00</TSTZ_ORIGINATING>
    <COMPONENT_ID>j2ee</COMPONENT_ID>
    <MSG_ID> J2EE JSP-0008</MSG_ID>
    <MSG_TYPE TYPE="NOTIFICATION"></MSG_TYPE>
    <MSG_LEVEL>1</MSG_LEVEL>
    <HOST_ID>dbdss15h</HOST_ID>
    <HOST_NWADDR>136.180.75.158</HOST_NWADDR>
    <MODULE_ID>jsp</MODULE_ID>
    <THREAD_ID>14</THREAD_ID>
    <USER_ID>soadappl</USER_ID>
    </HEADER>
    <CORRELATION_DATA>
    <EXEC_CONTEXT_ID><UNIQUE_ID>136.180.75.158:77855:1213646785008:39</UNIQUE_ID><SEQ>0</SEQ></EXEC_CONTEXT_ID>
    </CORRELATION_DATA>
    <PAYLOAD>
    <MSG_TEXT>Unable to dispatch JSP Page : Exception:java.io.FileNotFoundException: /soad/app/soadas/10gAS/j2ee/home/applications/orabpel/console/default/index.jsp (No such file or directory) </MSG_TEXT>
    </PAYLOAD>
    </MESSAGE>
    Now i was told to look into the domain.log also but this appears to be for BPEL if not can someone let me know where to obtain this?
    Also i cant manually put my oc4j-ra.xml on the server i have to have a unix admin do it so the path i told them to place it in is
    ORACLE_APP_HOME/j2ee/home/application-deployments/default/FtpAdapter
    We are running an ftpadapter scenario here

    I get this error when trying to deploy to my ESB server and when viewing my ESB via the web or console whatever you would call it. Also im very new to this so when you say esb_parameter i sort of know what you mean than dhydration store you lose me. Now are you saying the host and port name in the oc4j file for the server that my soa server is connecting to ?
    Below is my oc4j file im using this error started after i inserted the last entry ( Im 80 %) sure
    <?xml version="1.0"?>
    <oc4j-connector-factories xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.oracle.com/technology/oracleas/schema/oc4j-connector-factories-10_0.xsd" schema-major-version="10" schema-minor-version="0" >
         <imported-shared-libraries>
              <import-shared-library name="oracle.bpel.common"/>
              <import-shared-library name="oracle.xml"/>
         </imported-shared-libraries>
         <connector-factory location="eis/Ftp/JPMorganDropbox" connector-name="Ftp Adapter">
              <config-property name="host" value="t*****"/>
              <config-property name="port" value="22"/>
              <config-property name="username" value="G****"/>
              <config-property name="password" value=""/>
              <config-property name="ftpAbsolutePathBegin" value="/"/>
              <config-property name="ftpPathSeparator" value="/"/>
              <config-property name="keepConnections" value="true"/>
              <config-property name="serverType" value="unix"/>
              <config-property name="serverLocaleLanguage" value=""/>
              <config-property name="serverLocaleCountry" value=""/>
              <config-property name="serverLocaleVariant" value=""/>
              <config-property name="serverEncoding" value=""/>
              <config-property name="useFtps" value="false"/>
              <config-property name="useImplicitSSL" value="false"/>
              <config-property name="walletLocation" value="C:\wallet\ewallet.p12"/>
              <config-property name="walletPassword" value="welcome1"/>
              <config-property name="channelMask" value="both"/>
              <config-property name="securePort" value="990"/>
              <config-property name="keyStoreProviderName" value=""/>
              <config-property name="keystoreType" value=""/>
              <config-property name="keystoreAlgorithm" value=""/>
              <config-property name="enableCipherSuits" value=""/>
              <config-property name="proxyHost" value=""/>
              <config-property name="proxyPort" value=""/>
              <config-property name="proxyUsername" value=""/>
              <config-property name="proxyPassword" value=""/>
              <config-property name="proxyType" value=""/>
              <config-property name="proxyDefinitionFile" value=""/>
              <config-property name="useProxy" value="false"/>
              <config-property name="useSftp" value="true"/>
              <config-property name="authenticationType" value="publickey"/>
              <config-property name="preferredKeyExchangeAlgorithm" value="diffie-hellman-group1-sha1"/>
              <config-property name="preferredCompressionAlgorithm" value="none"/>
              <config-property name="preferredDataIntegrityAlgorithm" value="hmac-md5"/>
              <config-property name="preferredPKIAlgorithm" value="ssh-rsa"/>
              <config-property name="privateKeyFile" value="/home/soadappl/.ssh/id_rsa"/>
              <config-property name="preferredCipherSuite" value="blowfish-cbc"/>
              <config-property name="transportProvider" value="socket"/>
              <connection-pooling use="none">
              </connection-pooling>
              <security-config use="none">
              </security-config>
         </connector-factory>
         <connector-factory location="eis/Ftp/FtpAdapter" connector-name="Ftp Adapter">
              <config-property name="host" value="localhost"/>
              <config-property name="port" value="21"/>
              <config-property name="username" value="****r"/>
              <config-property name="password" value="******"/>
              <config-property name="ftpAbsolutePathBegin" value="/"/>
              <config-property name="ftpPathSeparator" value="/"/>
              <config-property name="keepConnections" value="true"/>
              <config-property name="serverType" value="unix"/>
              <config-property name="serverLocaleLanguage" value=""/>
              <config-property name="serverLocaleCountry" value=""/>
              <config-property name="serverLocaleVariant" value=""/>
              <config-property name="serverEncoding" value=""/>
              <config-property name="useFtps" value="false"/>
              <config-property name="useImplicitSSL" value="false"/>
              <config-property name="walletLocation" value="C:\wallet\ewallet.p12"/>
              <config-property name="walletPassword" value="welcome1"/>
              <config-property name="channelMask" value="both"/>
              <config-property name="securePort" value="990"/>
              <config-property name="keyStoreProviderName" value=""/>
              <config-property name="keystoreType" value=""/>
              <config-property name="keystoreAlgorithm" value=""/>
              <config-property name="enableCipherSuits" value=""/>
              <config-property name="proxyHost" value=""/>
              <config-property name="proxyPort" value=""/>
              <config-property name="proxyUsername" value=""/>
              <config-property name="proxyPassword" value=""/>
              <config-property name="proxyType" value=""/>
              <config-property name="proxyDefinitionFile" value=""/>
              <config-property name="useProxy" value="false"/>
              <config-property name="useSftp" value="false"/>
              <config-property name="authenticationType" value="password"/>
              <config-property name="preferredKeyExchangeAlgorithm" value="diffie-hellman-group1-sha1"/>
              <config-property name="preferredCompressionAlgorithm" value="none"/>
              <config-property name="preferredDataIntegrityAlgorithm" value="hmac-md5"/>
              <config-property name="preferredPKIAlgorithm" value="ssh-rsa"/>
              <config-property name="privateKeyFile" value=""/>
              <config-property name="preferredCipherSuite" value="blowfish-cbc"/>
              <config-property name="transportProvider" value="socket"/>
              <connection-pooling use="none">
              </connection-pooling>
              <security-config use="none">
              </security-config>
         </connector-factory>
         <connector-factory location="eis/Ftp/CanadaDropbox_WIPRO" connector-name="Ftp Adapter">
              <config-property name="host" value="*****"/>
              <config-property name="port" value="22"/>
              <config-property name="username" value="WIPROtest"/>
              <config-property name="password" value=""/>
              <config-property name="ftpAbsolutePathBegin" value="/"/>
              <config-property name="ftpPathSeparator" value="/"/>
              <config-property name="keepConnections" value="true"/>
              <config-property name="serverType" value="unix"/>
              <config-property name="serverLocaleLanguage" value=""/>
              <config-property name="serverLocaleCountry" value=""/>
              <config-property name="serverLocaleVariant" value=""/>
              <config-property name="serverEncoding" value=""/>
              <config-property name="useFtps" value="false"/>
              <config-property name="useImplicitSSL" value="false"/>
              <config-property name="walletLocation" value="C:\wallet\ewallet.p12"/>
              <config-property name="walletPassword" value="welcome1"/>
              <config-property name="channelMask" value="both"/>
              <config-property name="securePort" value="990"/>
              <config-property name="keyStoreProviderName" value=""/>
              <config-property name="keystoreType" value=""/>
              <config-property name="keystoreAlgorithm" value=""/>
              <config-property name="enableCipherSuits" value=""/>
              <config-property name="proxyHost" value=""/>
              <config-property name="proxyPort" value=""/>
              <config-property name="proxyUsername" value=""/>
              <config-property name="proxyPassword" value=""/>
              <config-property name="proxyType" value=""/>
              <config-property name="proxyDefinitionFile" value=""/>
              <config-property name="useProxy" value="false"/>
              <config-property name="useSftp" value="true"/>
              <config-property name="authenticationType" value="publickey"/>
              <config-property name="preferredKeyExchangeAlgorithm" value="diffie-hellman-group1-sha1"/>
              <config-property name="preferredCompressionAlgorithm" value="none"/>
              <config-property name="preferredDataIntegrityAlgorithm" value="hmac-md5"/>
              <config-property name="preferredPKIAlgorithm" value="ssh-rsa"/>
              <config-property name="privateKeyFile" value="/home/soadappl/.ssh/id_rsa"/>
              <config-property name="preferredCipherSuite" value="blowfish-cbc"/>
              <config-property name="transportProvider" value="socket"/>
              <connection-pooling use="none">
              </connection-pooling>
              <security-config use="none">
              </security-config>
         </connector-factory>
         <connector-factory location="eis/Ftp/CanadaDropbox" connector-name="Ftp Adapter">
              <config-property name="host" value="****"/>
              <config-property name="port" value="22"/>
              <config-property name="username" value="cdn\GDMSC"/>
              <config-property name="password" value=""/>
              <config-property name="ftpAbsolutePathBegin" value="/"/>
              <config-property name="ftpPathSeparator" value="/"/>
              <config-property name="keepConnections" value="true"/>
              <config-property name="serverType" value="unix"/>
              <config-property name="serverLocaleLanguage" value=""/>
              <config-property name="serverLocaleCountry" value=""/>
              <config-property name="serverLocaleVariant" value=""/>
              <config-property name="serverEncoding" value=""/>
              <config-property name="useFtps" value="false"/>
              <config-property name="useImplicitSSL" value="false"/>
              <config-property name="walletLocation" value="C:\wallet\ewallet.p12"/>
              <config-property name="walletPassword" value="welcome1"/>
              <config-property name="channelMask" value="both"/>
              <config-property name="securePort" value="990"/>
              <config-property name="keyStoreProviderName" value=""/>
              <config-property name="keystoreType" value=""/>
              <config-property name="keystoreAlgorithm" value=""/>
              <config-property name="enableCipherSuits" value=""/>
              <config-property name="proxyHost" value=""/>
              <config-property name="proxyPort" value=""/>
              <config-property name="proxyUsername" value=""/>
              <config-property name="proxyPassword" value=""/>
              <config-property name="proxyType" value=""/>
              <config-property name="proxyDefinitionFile" value=""/>
              <config-property name="useProxy" value="false"/>
              <config-property name="useSftp" value="true"/>
              <config-property name="authenticationType" value="publickey"/>
              <config-property name="preferredKeyExchangeAlgorithm" value="diffie-hellman-group1-sha1"/>
              <config-property name="preferredCompressionAlgorithm" value="none"/>
              <config-property name="preferredDataIntegrityAlgorithm" value="hmac-md5"/>
              <config-property name="preferredPKIAlgorithm" value="ssh-rsa"/>
              <config-property name="privateKeyFile" value="/home/soadappl/.ssh/id_rsa"/>
              <config-property name="preferredCipherSuite" value="blowfish-cbc"/>
              <config-property name="transportProvider" value="socket"/>
              <connection-pooling use="none">
              </connection-pooling>
              <security-config use="none">
              </security-config>
         </connector-factory>
         <connector-factory location="eis/Ftp/eBusiness" connector-name="Ftp Adapter">
              <config-property name="host" value="d*****"/>
              <config-property name="port" value="22"/>
              <config-property name="username" value="ftpuser"/>
              <config-property name="password" value=""/>
              <config-property name="ftpAbsolutePathBegin" value="/"/>
              <config-property name="ftpPathSeparator" value="/"/>
              <config-property name="keepConnections" value="true"/>
              <config-property name="serverType" value="unix"/>
              <config-property name="serverLocaleLanguage" value=""/>
              <config-property name="serverLocaleCountry" value=""/>
              <config-property name="serverLocaleVariant" value=""/>
              <config-property name="serverEncoding" value=""/>
              <config-property name="useFtps" value="false"/>
              <config-property name="useImplicitSSL" value="false"/>
              <config-property name="walletLocation" value="C:\wallet\ewallet.p12"/>
              <config-property name="walletPassword" value="welcome1"/>
              <config-property name="channelMask" value="both"/>
              <config-property name="securePort" value="990"/>
              <config-property name="keyStoreProviderName" value=""/>
              <config-property name="keystoreType" value=""/>
              <config-property name="keystoreAlgorithm" value=""/>
              <config-property name="enableCipherSuits" value=""/>
              <config-property name="proxyHost" value=""/>
              <config-property name="proxyPort" value=""/>
              <config-property name="proxyUsername" value=""/>
              <config-property name="proxyPassword" value=""/>
              <config-property name="proxyType" value=""/>
              <config-property name="proxyDefinitionFile" value=""/>
              <config-property name="useProxy" value="false"/>
              <config-property name="useSftp" value="true"/>
              <config-property name="authenticationType" value="publickey"/>
              <config-property name="preferredKeyExchangeAlgorithm" value="diffie-hellman-group1-sha1"/>
              <config-property name="preferredCompressionAlgorithm" value="none"/>
              <config-property name="preferredDataIntegrityAlgorithm" value="hmac-md5"/>
              <config-property name="preferredPKIAlgorithm" value="ssh-rsa"/>
              <config-property name="privateKeyFile" value="/home/soadappl/.ssh/id_rsa"/>
              <config-property name="preferredCipherSuite" value="blowfish-cbc"/>
              <config-property name="transportProvider" value="socket"/>
              <connection-pooling use="none">
              </connection-pooling>
              <security-config use="none">
              </security-config>
         </connector-factory>
         <connector-factory location="eis/Ftp/zdrive" connector-name="Ftp Adapter">
              <config-property name="host" value="*****"/>
              <config-property name="port" value="421"/>
              <config-property name="username" value="cdn/ftpora2"/>
              <config-property name="password" value="****"/>
              <config-property name="ftpAbsolutePathBegin" value="/"/>
              <config-property name="ftpPathSeparator" value="/"/>
              <config-property name="keepConnections" value="true"/>
              <config-property name="serverType" value="unix"/>
              <config-property name="serverLocaleLanguage" value=""/>
              <config-property name="serverLocaleCountry" value=""/>
              <config-property name="serverLocaleVariant" value=""/>
              <config-property name="serverEncoding" value=""/>
              <config-property name="useFtps" value="false"/>
              <config-property name="useImplicitSSL" value="false"/>
              <config-property name="walletLocation" value="C:\wallet\ewallet.p12"/>
              <config-property name="walletPassword" value="welcome1"/>
              <config-property name="channelMask" value="both"/>
              <config-property name="securePort" value="990"/>
              <config-property name="keyStoreProviderName" value=""/>
              <config-property name="keystoreType" value=""/>
              <config-property name="keystoreAlgorithm" value=""/>
              <config-property name="enableCipherSuits" value=""/>
              <config-property name="proxyHost" value=""/>
              <config-property name="proxyPort" value=""/>
              <config-property name="proxyUsername" value=""/>
              <config-property name="proxyPassword" value=""/>
              <config-property name="proxyType" value=""/>
              <config-property name="proxyDefinitionFile" value=""/>
              <config-property name="useProxy" value="false"/>
              <config-property name="useSftp" value="false"/>
              <config-property name="authenticationType" value="password"/>
              <config-property name="preferredKeyExchangeAlgorithm" value="diffie-hellman-group1-sha1"/>
              <config-property name="preferredCompressionAlgorithm" value="none"/>
              <config-property name="preferredDataIntegrityAlgorithm" value="hmac-md5"/>
              <config-property name="preferredPKIAlgorithm" value="ssh-rsa"/>
              <config-property name="privateKeyFile" value=""/>
              <config-property name="preferredCipherSuite" value="blowfish-cbc"/>
              <config-property name="transportProvider" value="socket"/>
              <connection-pooling use="none">
              </connection-pooling>
              <security-config use="none">
              </security-config>
         </connector-factory>
         <connector-factory location="eis/Ftp/concur" connector-name="Sarah Walls FTP">
                   <config-property name="host" value="***.gendyn.com"/>
                   <config-property name="port" value="22"/>
                   <config-property name="username" value="TLSCANCEIS"/>
                   <config-property name="password" value=""/>
                   <config-property name="ftpAbsolutePathBegin" value="/"/>
                   <config-property name="ftpPathSeparator" value="/"/>
                   <config-property name="keepConnections" value="true"/>
                   <config-property name="serverType" value="unix"/>
                   <config-property name="serverLocaleLanguage" value=""/>
                   <config-property name="serverLocaleCountry" value=""/>
                   <config-property name="serverLocaleVariant" value=""/>
                   <config-property name="serverEncoding" value=""/>
                   <config-property name="useFtps" value="false"/>
                   <config-property name="useImplicitSSL" value="false"/>
                   <config-property name="walletLocation" value="C:\wallet\ewallet.p12"/>
                   <config-property name="walletPassword" value="welcome1"/>
                   <config-property name="channelMask" value="both"/>
                   <config-property name="securePort" value="990"/>
                   <config-property name="keyStoreProviderName" value=""/>
                   <config-property name="keystoreType" value=""/>
                   <config-property name="keystoreAlgorithm" value=""/>
                   <config-property name="enableCipherSuits" value=""/>
                   <config-property name="proxyHost" value=""/>
                   <config-property name="proxyPort" value=""/>
                   <config-property name="proxyUsername" value=""/>
                   <config-property name="proxyPassword" value=""/>
                   <config-property name="proxyType" value=""/>
                   <config-property name="proxyDefinitionFile" value=""/>
                   <config-property name="useProxy" value="false"/>
                   <config-property name="useSftp" value="true"/>
                   <config-property name="authenticationType" value="publickey"/>
                   <config-property name="preferredKeyExchangeAlgorithm" value="diffie-hellman-group1-sha1"/>
                   <config-property name="preferredCompressionAlgorithm" value="none"/>
                   <config-property name="preferredDataIntegrityAlgorithm" value="hmac-md5"/>
                   <config-property name="preferredPKIAlgorithm" value="ssh-rsa"/>
                   <config-property name="privateKeyFile" value="/home/soadappl/.ssh/id_rsa"/>
                   <config-property name="preferredCipherSuite" value="blowfish-cbc"/>
                   <config-property name="transportProvider" value="socket"/>
                   <connection-pooling use="none">
                   </connection-pooling>
                   <security-config use="none">
                   </security-config>
         </connector-factory>
    </oc4j-connector-factories>

  • BPEL FTP Adapter problems

    Hi!
    I have two problem using the FTP Adapter in a BPEL process.
    The first can be described as follow: I have a BPEL process that incapsulates the FTP Adapter and it is deployed correctly on the BPEL default domain. It's working fine in a normal context with no error. Now I want to simulate a "read FTP Server" crash; so I put the FTP Server from which I'm reading off-line. When the GET module of the FTP Adapter tries to poll the server, it generates a Null Pointer Exception and on the server command window I can read, after a while, that the process state will be set to OFF. But when I enter in the console I always see the state ON! But the interesting question is: is there an automatic way to recovery the process and to restart it? I see that in the domain parameter there are two values: rcvAgentDelay (7200) and rcvThreshold (600). I tried to set them to some other values, for example (120) and (10), but the process still remains "blocked" and no new polling seems to happen.
    The second problem is about the creation and the deploying on a new domain. I create a new domain called "bulk" and I tried to deploy my process on it but I can't do it due to the generation of many exception! Can I deploy a process with a FTP Adapter component inside on a domain different from the default one? And if the response is positive, like I think, can you summarize the most important steps of it and if I must configure some specific domain parameters?
    Thanks a lot,
    Busnelli.

    OK, firstly I want to thank both of you, Rakesh and Maneesh.
    Here are the details requested:
    Operation System = Windows XP Pro SP2
    BPEL Process Manager = 10.1.2
    BPEL Server version = 2.2 (build 1361)
    JDeveloper version = 10.1.2 (build 1811)
    BPEL Designer version = 10.1.2 (build 050322)
    Usually after any modification I'm used to restarting the BPEL server.
    Today I have downloaded the "Oracle JDeveloper 10g (10.1.3) - Developer Preview" (I think to be the Post Beta 3) and as soon as possible I will try to use it.
    Thanks to both!

  • SOA FTP Adapter error

    Ok so i created a new project an ESB project, i went to my ESB console and create a service/group to use. I placed an ftp adpter called get ( to get), Then i choose ascii and the opration of get for that adapter. The jndi name i choose was one inside my oc4j.xml file that has settings Ex. my username and password to ftp to my unix server (we will call FtpConnect1) it ask for directory to query(Ex. /home/ryan) file names (Ex. i tried *.txt Also i tried ryan123.txt <---- exact file name) then it created this file adapter with a get_RS by default.
    Then i dragged another FTP adapter over into the workspace. called this on put and again same jndi name (im testing now, i want to just ftp from one directory on FtpConnect1 to another directory on FtpConnect1) (home/ryan/test <------ destination) i choose ascii and defined it as put operation.
    Then by default this one did not come with its own RS attached so i created one so that it would connect to Get_RS to the Put_RS to the Put ftp adater connection. Now this was about 80 % fully explained if you need more info i can supply it, also im doing native schema just want to take whole file from point A to point B. Do you see any errors that might be possible in my quest to take over the world :)
    Forgot to mention my problem :) well first off it deploys fine everything successful esb console shows it as valid also. But it just does not work!!!!! Like will not transfer the file
    Message was edited by:
    vande

    Match the hosts file of both the machine. which OS you are working with?
    Regards,
    Anuj

  • Receiver FTP Adapter Problem

    Hello. My scenario is: A file is sent from R/3 via RFC, then from XI to an outside system using the FTP adapter. The RFC part is working, but I've encountered some errors with my FTP adapter. The file is not being created in my directory at all and this is the error message I'm getting:
    - 2006-10-11 08:28:20 CDT: Error: Message processing failed: Exception: ftp access error: com.sap.aii.adapter.file.ftp.FTPEx: 552 transfer failed
    Can anyone help, please?
    Thank you.
    Nicole

    Hi Nicole,
              A few things you might check are:
    1) The Ip address given is correct.
    2) The login details given in File receiver adpater are right
    3) The server is running when you make the transfer, that is 'Allow logins' status is checked in case of guild FTP server or similar servers.
    4) The destination directory is given as "/root" with "/" slash.
    5) All the firewalls are turned off.
    6) File processing mode is 'Create'.
    Cheers,
    Ashish

  • Urgent ! BPEL file and ftp adapter problem.

    Hi All!
    I have created a bpel process having two partner links.One for the ftp adapter and one for the file adapter. I want the ftp adapter to poll the *.pdf files in the specified directory on the remote machine periodically and get them to my local machine here. For this I am using ftp adapter with read operation and with opaque schemas(because I want the files as they are without any transformation). I am using a receive activity with the ftp adapter, with the create instance box checked.
    To write the file to the local machine I am using file adapter and write operation.File adapter also uses opaque schema.With this file adapter I am using invoke activity.Invoke is below the receive activity in the bpel process. I deployed this successfully on the default domain. I want the bpel process to run automatically,depending on the polling frequency given and create instances and bring the files to my machine.
    But it is not happening.
    Can anybody tell me where I am going wrong.How to accomplish this? It is very urgent issue for me.
    Thanking in advance,
    Regards,
    Deepika.

    Hi All!
    Now I am able to write files and also read files successfully with the remote server. I followed the same method described above.I am using binary format itself for pdf files.But I have to check the option 'to delete files after successful retrieval' to make this happen.I created several partnerlinks with the option in the ftp adapter not checked,but it is not working. Has anybody done successful retrieval without deleting the files at the remote server? If so please let me know.
    Thanking in advance,
    Regards,
    Deepika.
    Message was edited by:
    Deepika

  • SOA FTP Adapter - nothing happens !!

    I created a simple scenario to pick up XML files from a remote unix server, similar to the examples provided under bpel/samples. I created a new FTP connection factory and provided the ftp server info. A simple BPEL process which contains a ftp get partner link, which has logical directory names. I provided the real directory names in bpel.xml, polling frequency 1 min. Added an assign step that just plucks out a few value from the incoming xml. I am able to deploy the process, but when I place a file in the input directory, nothing happens. I cant seem to find any error in the opmn.logs or j2ee logs. Whats going on ? How can I troubleshoot this ?

    I increased all logs under BPEL Domain to "ALL", but it doesnt say much in the logs.
    In the oc4j-ra.xml, I dont see ftpAbsolutePathBegin as a parameter. I am providing the complete path from the root directory ex. /home/user/soa/inbound
    Here is the entries in the domain.log
    <2008-09-24 09:56:35,904> <INFO> <default.collaxa.cube.compiler> validating "...10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_CustomerOut_1.0_eded5c53492ee149ac2b4a1528647546.tmp/CustomerOut.bpel" ...
    <2008-09-24 09:56:37,609> <INFO> <default.collaxa.cube.engine.deployment> <CubeProcessFactory::generateProcessClass>
    Process "CustomerOut" (revision "1.0") successfully compiled.
    <2008-09-24 09:56:37,662> <INFO> <default.collaxa.cube.engine.deployment> Process "CustomerOut" (revision "1.0") successfully loaded.
    <2008-09-24 09:57:37,824> <INFO> <default.collaxa.cube.compiler> validating "...10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_CustomerOut_1.0_eded5c53492ee149ac2b4a1528647546.tmp/CustomerOut.bpel" ...
    <2008-09-24 09:57:39,320> <INFO> <default.collaxa.cube.engine.deployment> <CubeProcessFactory::generateProcessClass>
    Process "CustomerOut" (revision "1.0") successfully compiled.
    <2008-09-24 09:57:39,364> <INFO> <default.collaxa.cube.engine.deployment> Process "FDM8CustomerOut" (revision "1.0") successfully loaded.
    in the opmn.logs
    <2008-09-24 09:56:35,904> <INFO> <default.collaxa.cube.compiler> validating ".../10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_CustomerOut_1.0_eded5c53492ee149ac2b4a1528647546.tmp/FDM8CustomerOut.bpel" ...
    <2008-09-24 09:56:37,609> <INFO> <default.collaxa.cube.engine.deployment> <CubeProcessFactory::generateProcessClass>
    Process "CustomerOut" (revision "1.0") successfully compiled.
    <2008-09-24 09:56:37,662> <INFO> <default.collaxa.cube.engine.deployment> Process "CustomerOut" (revision "1.0") successfully loaded.
    Sep 24, 2008 9:56:47 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
    INFO: Recoverable exception caught when processing request
    08/09/24 09:56:49 >>>>>>>>>>>>>>>>>>>>>>>>>>>>> PROCESS GUID = MD5{a4e40d14b389e6b854b58f1b5cd9d9ca}
    08/09/24 09:56:49 >>>>>>>>>>>>>>>>>>>>>>>>>>>> SUITCASE ID = CustomerOut_1.0_eded5c53492ee149ac2b4a1528647546
    <2008-09-24 09:57:37,824> <INFO> <default.collaxa.cube.compiler> validating ".../10.1.3.1/OracleAS_1/bpel/domains/default/tmp/.bpel_CustomerOut_1.0_eded5c53492ee149ac2b4a1528647546.tmp/CustomerOut.bpel" ...
    <2008-09-24 09:57:39,320> <INFO> <default.collaxa.cube.engine.deployment> <CubeProcessFactory::generateProcessClass>
    Process "CustomerOut" (revision "1.0") successfully compiled.
    <2008-09-24 09:57:39,364> <INFO> <default.collaxa.cube.engine.deployment> Process "CustomerOut" (revision "1.0") successfully loaded.
    Sep 24, 2008 9:57:49 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
    INFO: Recoverable exception caught when processing request
    08/09/24 09:57:50 >>>>>>>>>>>>>>>>>>>>>>>>>>>>> PROCESS GUID = MD5{9cb1d6fd401292544aada1b0fe9c5abc}
    08/09/24 09:57:50 >>>>>>>>>>>>>>>>>>>>>>>>>>>> SUITCASE ID = CustomerOut_1.0_eded5c53492ee149ac2b4a1528647546
    Edited by: user9514124 on Sep 24, 2008 10:52 AM

  • Problem with FTP Adapter in creating a new Folder

    Hi all,
    I have a requirement in which a BPEL process shud create a folder named as sysdate dynamically and write a
    CSV file into that.(ex: PO/2010-03-09/PO_1.csv).I created a header variable for Oubound FTP adapter and
    passing the file directory as concat('PO/',xp20:current-date(),'/') to outbound header directory variable.Problem is FTP
    adapter is not creating the sysdate folder its says:1.check u have privileges 2.file name is too long....Blah....Blah.
    But i have all the privileges for that user.If i manually create the sysdate folder the FTP adapter is placing the CSV
    file.The same works fine with file adapter...but i need to use FTP since the FTP server can change in future.Seems to
    be a problem with FTP adapter....can some one help.
    Iam using SOA 10.1.3.4
    Regards,
    Edited by: 0racler on Mar 9, 2010 4:46 AM
    Edited by: 0racler on Mar 9, 2010 5:49 AM

    any thoughts????

  • Problem in FTP adapter ( Duplicate)

    Hi all,
    We have a composite that query the events from Oracle on demand CRM. Event contains key column which is used to fetch all related values.
    Using FTP adapter, we are placing the file in SAP and also one copy using file adapter in our local server for our reference.
    Problem :
    SAP is receiving two files in their inbound folder at same time stamp for one transaction.
    But in our local server, we are receiving one file only.
    So we isolated the problem to FTP adapter.
    When we analyzed the process and its audit trail, everything looks fine and FTP operation is called one time only.
    We are clueless regarding this problem.
    Also same interface works well in Production instance. We even tried deploying new composite that is freshly downloaded from Production.
    We need this to fix this by Wednesday as UAT begins in Test environment and that needs this interface to work fine.
    We have clustered environment and 2 SOA servers.
    Please someone help us identifying the problem. Its very urgent
    Thanks,
    Sundar

    Hi it may be the problem with the environment. Try adding the property <property name ="singleton">true</property name> in the composite.xml for the FTP adapter or at the server level.
    Swami

  • Strange Problem in File Archiving - Sender FTP Adapter

    Hi,
    The scenario is file to IDOc. XI has to read the input file from client FTP server and archive it to XI local file server.
    File is archived properly without FCC (for xml files). But with FCC, the sender FTP adapter is archiving empty files (0 kb files) not the original file with data.
    I've checked SXMB_MONI, even there I can see the file data and the IDoc is getting posted with proper data. But, the archived file is empty. Not sure about the problem.
    Please suggest. Thanks in advance.
    Regards,
    Joe.

    Hi,
    I've already tried archiving the file to the FTP server itself, it's working fine (even with FCC). But, when I try to archive it to the XI server (read from FTP and archive at XI server), it's writing empty file to the XI archive directory. I'm using PI 7.0 SP 14. My sender FTP adapter dtls follow
    Data Connection: Passive
    Timeout Secs: 500
    Connect Mode: Permanently
    Transfer Mode: text and binary tried both
    File type: text and binary tried both..
    Looking out for a solution.
    Thanks,
    Joe.
    Edited by: Joe on Jun 19, 2008 8:07 AM
    Edited by: Joe on Jun 19, 2008 8:08 AM

  • FTP Adapter in SOA 11g

    Hi All,
    I am using a FTP adapter to get files from remote server. The FTP server has password authentication type security. In the connection factory I have given host, port, user name, password and sftp=true.  Is there any way to test this connection from Web Logic server itself? From SOA server logs I am not able to see any error but not able to retrieve the files so just want to make sure whether the connection is fine or not.

    Hi,
    Go to EM into SOA > soa-infra > Logs > Log Configuration, look for oracle.soa.adapter configuration under oracle.soa and set it to TRACE (FINE should be enough)...
    That should show something for you in the log files, hopefully you can figure out what it is wrong based on that...
    Cheers,
    Vlad

Maybe you are looking for

  • Need help on ODI error table

    Hi all, I need to know following things 1) I have created open few tools and if business validation fails it throws OpenToolExecutionException with some error code now I want to check in which SNP_ table it goes and how cud I track my error info. 2)

  • Leopard update will not boot HD, 2nd HD or show anything on the desktop?

    G5 Dual 2 GHz, 4 GB RAM - 250 GB main HD, 2nd HD 500 GB internal used for storage only. Running 10.4.10 before Leopard Note: I checked my permissions and verified my HD before installing Leopard. I did not do a clean install, I did an update. I'm goi

  • Downloads Available, but won't let me download.

    On my account information, it says I have items available for download (410 to be exact) however when I click on the "Download Now" nothing happens. If I go to my downloads icon under "store" on the far left, I click on the download icon at the botto

  • When to use parallel models?

    I am using TestStand to control test execution in a thermal chamber. I am unsure which process model best suits my needs (sequential, parallel, or batch). My requirements are as follows: Up to 4 UUTs will be tested using a single test system. Each UU

  • ActionScript for getting the name of an artboard?

    I'm getting errors when I try this: for (var artboardIndex:int=0; artboardIndex<app.activeDocument.artboards.length; artboardIndex++)     var thisArtboard:Artboard = app.activeDocument.artboards.index(artboardIndex);     var thisArtboardName:String =