FTPS - BadCertificate issue

Hi All -
We are trying to build a job using FTPS to an outside vendor.  We have loaded the digital certificate from them and Windows 2008 reports "certificate is ok".  But when we run the job we get the following error message:
FTP JOB Failed : The server has sent an error notification: BadCertificate
The support folks at the vendor don't see us try to connect before we get the error message.
We've verified that both port 21 and 22 are open between the vendor and our Agent using Telnet.  We've verified we are using the correct runtime user and password.
Does anyone have other ideas we should try for troubleshooting?
Michelle Morris

Tidal Support sent our issue to the developers.  There seems to be a problem with Tidal using a Client Authorization Certificate which is needed for Wells Fargo.
In the meantime, I found MoveIT Freely which is a command-line ftps tool.  This tool allows you to explicitly list the cert you want passed to the ftp server.  I am calling it via a batch file from Tidal and it is working.  If there aren't any files to transfer, the job completes abnormally.  There were some hiccups and the 'Quote PBSZ 0' and 'PROT P' commands were needed to fix it.  (also make sure you use dir instead of ls -l)
If anyone else is contemplating using Tidal to send files to WellsFargo, here are the commands I used.
batch file:
c:\local_path\ftps.exe -e:on ftpserver -pfxfile:c:\localpath\certificate_name -pfxpw:certificate_password -s:c:\local_path\script.txt >c:\local_path\results.txt
script:
ftp_username
ftp_password
Quote PBSZ 0
PROT P
Passive
normal ftp commands
quit
http://www.ipswitchft.com/Products/MOVEitFreely/Evaluation.aspx

Similar Messages

  • FTP Adapater issues in SOA Suite 11g- ResourceDeadException..

    We are losing the process and had to manually re-start the process because of below ResourceDeadException. We are having the FTP adapter connection pool to connect to external FTP server which we are going through the internet. Intermittently some of the connections becoming stale and geting rejected. I appreciate any inputs... Thanks, Saagi
    oracle.fabric.common.FabricInvocationException: BINDING.JCA-12563
    Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'execute' failed due to: JCA Binding Component connection issue.
    JCA Binding Component is unable to create an outbound JCA (CCI) connection.
    STC_PROV_INS_SM_CS:WRITE_SM [ execute_ptt::execute(body) ] : The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue: javax.resource.spi.ApplicationServerInternalException: Unable to get a connection for pool = 'eis/FTP/STC', weblogic.common.resourcepool.ResourceDeadException
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution.
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.EndpointInteractionException.getFabricInvocationException(EndpointInteractionException.java:75)
         at oracle.integration.platform.blocks.adapter.AdapterReference.getFabricInvocationException(AdapterReference.java:286)
         at oracle.integration.platform.blocks.adapter.AdapterReference.post(AdapterReference.java:272)
         at oracle.integration.platform.blocks.mesh.AsynchronousMessageHandler.doPost(AsynchronousMessageHandler.java:142)
         at oracle.integration.platform.blocks.mesh.MessageRouter.post(MessageRouter.java:194)
         at oracle.integration.platform.blocks.mesh.MeshImpl.post(MeshImpl.java:204)
         at sun.reflect.GeneratedMethodAccessor1149.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:296)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:177)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
         at oracle.integration.platform.metrics.PhaseEventAspect.invoke(PhaseEventAspect.java:71)
         at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:166)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy192.post(Unknown Source)
         at oracle.fabric.CubeServiceEngine.postToMesh(CubeServiceEngine.java:770)
         at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:251)
         at com.collaxa.cube.engine.ext.common.InvokeHandler.__invoke(InvokeHandler.java:1009)
         at com.collaxa.cube.engine.ext.common.InvokeHandler.handleNormalInvoke(InvokeHandler.java:512)
         at com.collaxa.cube.engine.ext.common.InvokeHandler.handle(InvokeHandler.java:123)
         at com.collaxa.cube.engine.ext.bpel.common.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:63)
         at com.collaxa.cube.engine.ext.bpel.common.wmp.BaseBPELActivityWMP.perform(BaseBPELActivityWMP.java:157)
         at com.collaxa.cube.engine.CubeEngine._performActivity(CubeEngine.java:2585)
         at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:2444)
         at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1121)
         at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:73)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:220)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:322)
         at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4497)
         at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:4428)
         at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:685)
         at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(DeliveryService.java:682)
         at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleInvoke(CubeDeliveryBean.java:356)
         at sun.reflect.GeneratedMethodAccessor1170.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
         at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
         at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:88)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.wls.JpsWeblogicEjbInterceptor.runJaasMode(JpsWeblogicEjbInterceptor.java:61)
         at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:106)
         at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:105)
         at sun.reflect.GeneratedMethodAccessor1125.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
         at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:55)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy179.handleInvoke(Unknown Source)
         at com.collaxa.cube.engine.ejb.impl.bpel.BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.handleInvoke(BPELDeliveryBean_5k948i_ICubeDeliveryLocalBeanImpl.java:409)
         at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessageHandler.handle(InvokeInstanceMessageHandler.java:35)
         at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:142)
         at com.collaxa.cube.engine.dispatch.BaseDispatchTask.run(BaseDispatchTask.java:82)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: BINDING.JCA-12563
    Exception occured when binding was invoked.
    Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'execute' failed due to: JCA Binding Component connection issue.
    JCA Binding Component is unable to create an outbound JCA (CCI) connection.
    STC_PROV_INS_SM_CS:WRITE_SM [ execute_ptt::execute(body) ] : The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue: javax.resource.spi.ApplicationServerInternalException: Unable to get a connection for pool = 'eis/FTP/STC', weblogic.common.resourcepool.ResourceDeadException
    The invoked JCA adapter raised a resource exception.
    Please examine the above error message carefully to determine a resolution.
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.executeJcaInteraction(JCAInteractionInvoker.java:432)
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.invokeJcaReference(JCAInteractionInvoker.java:541)
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.invokeAsyncJcaReference(JCAInteractionInvoker.java:501)
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAEndpointInteraction.performAsynchronousInteraction(JCAEndpointInteraction.java:479)
         at oracle.integration.platform.blocks.adapter.AdapterReference.post(AdapterReference.java:235)
         ... 72 more
    Caused by: BINDING.JCA-12511
    JCA Binding Component connection issue.
    JCA Binding Component is unable to create an outbound JCA (CCI) connection.
    STC_PROV_INS_SM_CS:WRITE_SM [ execute_ptt::execute(body) ] : The JCA Binding Component was unable to establish an outbound JCA CCI connection due to the following issue: javax.resource.spi.ApplicationServerInternalException: Unable to get a connection for pool = 'eis/FTP/STC', weblogic.common.resourcepool.ResourceDeadException
    Please examine the log file for any reasons. Enable FINEST adapter logging via Enterprise Manager.
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAConnectionManager$JCAConnectionPool.createJCAConnection(JCAConnectionManager.java:1372)
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAConnectionManager$JCAConnectionPool$JCAConnection.init(JCAConnectionManager.java:1041)
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAConnectionManager.obtainJCAConnection(JCAConnectionManager.java:694)
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAInteractionInvoker.executeJcaInteraction(JCAInteractionInvoker.java:175)
         ... 76 more
    Caused by: javax.resource.spi.ApplicationServerInternalException: Unable to get a connection for pool = 'eis/FTP/STC', weblogic.common.resourcepool.ResourceDeadException
         at weblogic.connector.outbound.ConnectionManagerImpl.getConnectionInfo(ConnectionManagerImpl.java:394)
         at weblogic.connector.outbound.ConnectionManagerImpl.getConnection(ConnectionManagerImpl.java:307)
         at weblogic.connector.outbound.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:115)
         at oracle.tip.adapter.ftp.FTPConnectionFactory.getConnection(FTPConnectionFactory.java:98)
         at oracle.integration.platform.blocks.adapter.fw.jca.cci.JCAConnectionManager$JCAConnectionPool.createJCAConnection(JCAConnectionManager.java:1355)
         ... 79 more
    Caused by: weblogic.common.resourcepool.ResourceDeadException
         at weblogic.common.resourcepool.ResourcePoolImpl.checkAndReturnResource(ResourcePoolImpl.java:1540)
         at weblogic.common.resourcepool.ResourcePoolImpl.checkAndReturnResource(ResourcePoolImpl.java:1496)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResourceInternal(ResourcePoolImpl.java:375)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:332)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:315)
         at weblogic.connector.outbound.ConnectionPool.reserveResource(ConnectionPool.java:596)
         at weblogic.common.resourcepool.ResourcePoolImpl.reserveResource(ResourcePoolImpl.java:309)
         at weblogic.connector.outbound.ConnectionManagerImpl.getConnectionInfo(ConnectionManagerImpl.java:352)
         ... 83 more

    This is issue with File and Ftp Adapters in the soa installation 11.1.1.2. These adapters not able to recycle the dead connections in the connection pool. Process are receiving the dead connections from the pool. Oracle provided the patch for it. In the patch ftp adapter is throwing out the dead connection pool instead of keeping them.

  • Getting remote file using FTP Server Issue in OSB

    Hi Guys,
    I have configured a FTP server on my local system and I created a proxy service to get file from ftp location to some other location but it fails . I used ftp protocol for getting file
    and my ftp location is D:\host\ftp and it has another folder called osb . I used ftp as protocol and EndPointURI is ftp://localhost/. It fails to get files and shows error message like
    com.bea.wli.sb.transports.TransportException: <user:osb>Unable to list files for
    directory: .
    at com.bea.wli.sb.transports.ftp.connector.FTPWorkPartitioningAgent.exec
    ute(FTPWorkPartitioningAgent.java:218)
    In case of Business Service, writing a file to ftp location (i.e ftp://localhost/ means D:\host\ftp\osb) working.
    I used service account for both proxy,BS to connect . osb is username and same as password.
    Can Any one please suggest me How to solve this issue?
    Thanks,
    Srinivas.
    Edited by: 863597 on May 22, 2012 1:06 AM

    Hi Vijay Thank you,
    Can we do the pooling directly using FTP protocol like JMS protocol in OSB with out using FTP JCA Adapter.I did in such a way but it fails. For pooling files the mentioned endpoint uri is as ftp://localhost/ and it actual path is D:\host\ftp and ftp has another folder called osb here i have to get the files from this osb Can any one suggest me if there is any problem with the ftp protocol end point.
    Thank You,
    Srinivas.

  • FTP Adapter : Issue with Non English Text.

    Dear All,
    We are trying to read a file which contains Korean Language and write into a different folder in a CSV format.
    The output file contains "???" inplace of Korean text.
    We can see the invoke to FTP adapter contains Korean text as part of it's input. But the CSV file contains "???"
    <FinalTradeCardList>
    <imp1:FinalRows>
    <imp1:C1>NO</imp1:C1>
    <imp1:C2>사이트코드</imp1:C2>
    <imp1:C3>사이트명</imp1:C3>
    <imp1:C4>승인일자</imp1:C4>
    <imp1:C5>주문번호</imp1:C5>
    <imp1:C6>주문자</imp1:C6>
    <imp1:C7>주문자연락처</imp1:C7>
    <imp1:C8>카드종류</imp1:C8>
    <imp1:C9>승인번호</imp1:C9>
    <imp1:C10>거래상태</imp1:C10>
    <imp1:C11>거래상태일시</imp1:C11>
    <imp1:C12>할부</imp1:C12>
    <imp1:C13>거래금액</imp1:C13>
    <imp1:C14>비과세공급가액</imp1:C14>
    <imp1:C15>과세공급가액</imp1:C15>
    </imp1:FinalRows>
    </FinalTradeCardList>
    What needs to be done in BPEL to get Korean Language text in CSV file.
    Thanks,
    Sid.

    Thanks for your reply.
    I used the character set as you suggested.But it is not getting converted correctly.
    Actual Value : (유)라이프테크놀로지스코리아
    Converted Value : ( $)C @/ ) 6s@LGAEWE)3n7NAv=:DZ8.>F
    I tried all others that are mentioned in the document. Still i am seeing different values. I am not getting the actual value.
    But in BPEL i see correct value getting passed to FTP Adapter.
    The character set is in XSD. Please find it below..
    <?xml version="1.0" encoding="UTF-8" ?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                xmlns:nxsd="http://xmlns.oracle.com/pcbpel/nxsd"
                xmlns:tns="http://TargetNamespace.com/DeleteMe"
                targetNamespace="http://TargetNamespace.com/DeleteMe"
                elementFormDefault="qualified"
                attributeFormDefault="unqualified"
                nxsd:version="NXSD"
                nxsd:stream="chars"
                nxsd:encoding="ISO-2022-KR">
      <xsd:element name="Root-Element">
        <xsd:complexType>
          <xsd:sequence>
            <xsd:element name="Row" minOccurs="1" maxOccurs="unbounded">
              <xsd:complexType>
                <xsd:sequence>
                  <xsd:element name="C1" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="," nxsd:quotedBy="&quot;" />
                  <xsd:element name="C2" type="xsd:string" nxsd:style="terminated" nxsd:terminatedBy="${eol}" nxsd:quotedBy="&quot;" />
                </xsd:sequence>
              </xsd:complexType>
            </xsd:element>
          </xsd:sequence>
        </xsd:complexType>
      </xsd:element>
    </xsd:schema>
    Please review the above and help me in resolving this issue.
    Thanks,
    Sid.

  • Seeburger ftp adapter issue

    Hi there,
    We have the following scenario. We want to get EDI 861 via ftp from our partner  to XI to our R3. The challenge we are facing is getting started with seeburger adapters. We looked into seeburger ftp/van adapter. We are not using VAN. Is it possible to configure this adapter in sender communication channel for our scenario? We tried it, but we are stuck at choosing the message protocol, because we get only the VAN supported message protocols from the drop down menu.
    Our goal is to get the EDI 861 from our partner via ftp, parse it to XML representation, map the xml to equvalent IDOC and send it to our R3. Is there a seeburger adapter that receives the edi and parses it into? If yes, how do we go about to solve this issue. Right now, we are not able to configure the adapter right so that we could get the edi flat file via ftp and get the parsed edi xml in xi moni.
    Your help is greatly appreciated.
    Thanks

    Hi,
    You need to configure the AS2_MDN_Sender Communication Channel with transport protocol is AS2 and Message protocol is Reports.
    Regards,
    Ramesh

  • FTP logon issues on IIS 7 using Windows Server 2008 R2

    Hi, I'm currently experiencing issues when trying to log on to an FTP server I created using Windows Server 2008 R2.
    The FTP web site has Enabled both Anonymous and Basic Authentication.
    On the Authotization Rules it has enabled Allow All Users and Anonymous Users with read permissions, and the local administrator with read and write.
    Whenever I try to log on, either via IE or Command prompt, when asked for credentials, I get logon failures, either with anonymous or a username that has access permissions to the FTP root folder.
    I tried changing the FTP application pool identity to Network Service, but still get the same error. I also have tried testing the connection from the basic settings section of the FTP Site, and when I test it using Application User (use pass-through authentication)
    I get an error that says: ¨IIS Manager cannot verify whether the builtin account has access¨If I instead use a username and password, the test passes ok, however using this account to try to enter the FTP site I get logon failure, even when the account
    I´m using is a local admin account.
    The Server is part of an AD Domain.
    I have read a few blogs and forums about problems with FTP validation but nothing related exactly to my issue.
    Any ideas are deeply appreciated.
    thanks
    Eduardo Rojas

    Hi, I would tend to ask on IIS forum (iis.net), as you might get more attention and help there.
    For your issue, I would tend to think that you need to set the correct security on the FTP's home folder, but again it's only an advice, as I'am not an IIS's guru.
    Regards, Philippe
    Don't forget to mark as answer or vote as helpful to help identify good information. ( linkedin endorsement never hurt too :o) )
    Answer an interesting question ? Create a
    wiki article about it!

  • FTP Connection Issue in Dreamweaver CS4

    I just reinstalled Windows 7 Home Premium 64 bit and of course had to reinstall Design Premium CS4. Up until now Dreamweaver CS4 (Version 10.0 Build 4117) has connected to ftp flawlessly, however ever since I reinstalled I have been receiving the "An FTP error occurred - cannot make connection to host. The remote host cannot be found" error message.
    What I have tried so far:
    I have double checked that my login information is correct
    I have successfully logged in to the ftp server using another ftp client and through a browser
    Through Dreamweaver I have tried using passive FTP, secure FTP, firewall and none of those settings make a difference.
    I receive the error message whether I click "test" or try to connect through the files panel .
    I have checked my firewall settings and Dreamweaver is an allowed program.
    I don't have access to another ftp server to check if would work in that situation.
    I have uninstalled and reinstalled both Dreamweaver and the entire suite.
    Is there anything else that I need to do?
    Thanks in advance for any help.

    This is a maddening issue that's getting press in various forums, here and on Adobe's site, and all sorts of third party blogs, etc. I spent days wrestling with this with no luck, because in CS3, which I"ve been using for years under OS X, Extension Manager is broken (under Mountain Lion, at least). Installed CS4, CS5—nothing worked. The ""can't connect" error message appears instantly, suggesting that DW wasn't even trying to make the FTP connection, which led me to suspect Little Snitch or some other firewall issue, but this wasn't the case. I isolated login items, repaired permissions, booted in Safe Mode—all with no luck. Finally, I tried opening DW from a different user login and FTP connected. This, at least in my case, pointed to something in the user folder. I narrowed it down to the User/Library folder. Creating a new user and copying the Library folder over copied over the problem, as expected. New user was deleted, and I wen tinto the troublemaking User/Library folder to see what I could see. There were old files and folders there from previous installs, including CS3—speciifically in the User/Library/Application Support folder and, of course, in User/Library/Preferences. After deleting thiese, I found no further problems connecting via FTP in DW CS4. I presume that CS5 also would connect now, but I'm not keen to put it to the test. Under CS4, Extension Manager works fine, which is what I was looking to accomplish in upgrading from CS3. Moral of the story: Adobe CS installations do not like legacy files and folder either in User/Library/Application Support or User/Library/Preferences. Deleting these may work for you, too—at least it's another string to the troubleshooting bow, and this one can be a real bear. Good luck to all who have run into this.

  • FTP Publishing Issues w/ GoDaddy

    I've recreated my website using iWeb. I completed all of the appropriate information on the 1st page to publish to my FTP site. However, once I publish my site doesn't go to the right place. It creates a whole new site.
    For example, it should publish to www.rsvpeventsmd.com but instead it publishes to rsvpevents.com/www.rsvpevents.com. Meanwhile, my original site hasn't changed.
    Godaddy can't figure out the issue.
    Please help!

    kelley rush,
    I recommend taking a look at the following thread. It provides the answer you're looking for.
    http://discussions.apple.com/thread.jspa?threadID=2055525&tstart=0

  • FTP Connection Issues Dreamweaver CS5.5

    I can't ftp into the top level directory of any of my hosting accounts with dreamweaver cs5.5
    This is becoming a major issue and I'm aware now of other users with the same issue.
    First  log in to an ftp server works fine - the test case directory is created  and deleted - and I think it is this which is causing some odd  permissions issue.
    Second time you try to log in, the connection is made,  but then any directory listing times out. However if I define a  directory such as /public_html/images/ then it will connect and display  directory listings just fine.  Clicking "Test" in the server definition dialog results in an OK message.
    If i FTP in using a different FTP Client (in this case  Transmit) and upload a single file, the issue goes away, and  dreamweaver can again connect - one time only, until I perform this odd  "reset".
    This happens on all FTP connections across multiple  hosting companies (all of the hosting companies my clients sites are  stored at).
    FTP log is below:
    < 257 "/www"
      < 220 Welcome to Proweb Server FTP service (JubJub).
      > USER winfo
      < 331 Please specify the password.
      > PASS
      < 230 Login successful.
      > PWD
      < 257 "/"
      > CWD /
      < 250 Directory successfully changed.
      > CWD /www
      < 250 Directory successfully changed.
      > PWD
      < 257 "/www"
    Then it waits for a while before  giving me the following error message (I've extended timeout to anything  up to a couple of minutes, no difference):
    Toggling the "USE Passive FTP"  checkbox may help you establish a connection. -Select or de-select the  checkbox and click Test to tray again.
    -if you are connecting  using an IPv6 enabled server, please select the "USE IPv6 transfer mode"  checkbox in the Advanced site definition dialog.
    If  the problem persists, check you network settings, including the local  firewall settings on your computer, or consult your network  administrator.
    I have tried PASV checked and unchecked, performance optimisation, and every other combination available to me. I am not connecting through a proxy.
    The  settings on ALL of my sites worked before the cs5.5 upgrade. The  settings on NONE of my sites with a root directory specified work since  the upgrade.  The only thing that has changed is the move to dreamweaver  cs5.5.  I can connect with other ftp clients.  my ftp server settings  are correct. My server and network settings are unchanged. The settings on ALL my sites on other FTP clients continue to work fine.
    Am on an i7 2.8GHz Intel iMac running 10.6.7 with 8 gigs of RAM. I have quit all software except dreamweaver and tried running my mac firewall both on and off.
    Really running out of ideas, and know of other people with the same issue since the upgrade - what's going on Adobe?!

    Same for me, in that I had an unreliable and effectively unusable FTP connection with CS5.5 . I've reverted to CS5, because even though I'll miss a couple of the new features I need to have a working connection to the site when working with PHP - because otherwise I can't see my site at all other than via Firefox. I also suspect that at least a couple of times I've had some sort of corruption occur as a result of the FTP hanging. All was okay before CS5.5, and I may have slagged off a different hosting provider than my present one when it was in fact (at least in part) a DW issue. If it isn't fixed in CS6 then CS6 is unusable for me and I'd definitely be happier with 'unenhanced' CS5 FTP functionality. The theoretical performance gains with the CS5.5 implementation are trivial by comparison with the problems. If all else fails, please revert to CS5 code for the FTP side of things.
    UPDATE!!!!!!!!!!!!!!!!!!!!!!! This is now fixed for me. The problem was that I did not have a proper web url entered in my site definition for the remote server. I'm not sure how that was placing any limitation on FTP access - after all, the need for a full site definition was removed a couple of software issues ago - but the fact is that with the correct web address entered I have working FTP on CS6 (and seemingly on CS5.5 too). I had a simple forward slash entered for the web address, probably as a result of some earlier investigation of the local server/remote server relationships for file upload on a PHP site. I was running CS5 with the correct Web Url entered, so that was working and the CS5.5, without the correct Web Url, was not. I vaguely remember reading that the Web Url was connected with DWs management of absolute/relative links and not much else, but it seems that is not the case. The new FTP is MUCH faster and I'm a happy guy. Site menu>>>Manage sites>>>[select your site]>>>Edit>>>Servers>>>[2-click your server]>>>Web URL:    Put in the full URL e.g. http://www.somesite.com . Not sure if you need a trailing / after, but I have one.
    UPDATING AGAIN: Through all of that I had turned on the  'IPv6 protocol' and 'Passive FTP' options in an attempt to get working. The result of that was FTP that worked well once transferring files but often took a while to hook up. Deselecting those, and using CS6, I'm happy with my FTP.

  • FTP upload issues (failing to upload files 64k)

    When I first got my Mac I used to be able to FTP large files to one of the several servers I use. This is now failing with 'Broken Pipe' errors, always at 64K of upload.
    I have tried using both Cyberduck and YummyFTP but I get the same result on each. Could I have made a change to my OSX config to cause this problem?
    Thanks in advance.

    Here's some more information. The UK FTP server which Cyberduck etc work fine with has problems on the Terminal. Here's the Terminal output:
    230 OK. Current restricted directory is /
    Remote system type is UNIX.
    Using binary mode to transfer files.
    ftp> bin
    200 TYPE is now 8-bit binary
    ftp> lcd ~/Desktop/
    Local directory now /Users/Lylo/Desktop
    ftp> put TestFile.pdf
    local: TestFile.pdf
    remote: TestFile.pdf
    229 Extended Passive mode OK (|||30552|)
    150 Accepted data connection
    75% |**************************************** | 127 KB 0.29 KB/s - stalled -
    This just times out.
    Now, if I issue the EPSV command to turn off Extended Passive Mode, I can upload the file:
    230 OK. Current restricted directory is /
    Remote system type is UNIX.
    Using binary mode to transfer files.
    ftp> bin
    200 TYPE is now 8-bit binary
    ftp> lcd ~/Desktop/
    Local directory now /Users/Lylo/Desktop
    ftp> epsv
    EPSV/EPRT on IPv4 off.
    ftp> put TestFile.pdf
    local: TestFile.pdf remote: TestFile.pdf
    227 Entering Passive Mode (85,13,252,5,221,6)
    150 Accepted data connection
    100% |*******************************************************| 170 KB 60.18 KB/s 00:02
    226-File successfully transferred
    226 3.503 seconds (measured here), 48.70 Kbytes per second
    174673 bytes sent in 00:03 (48.66 KB/s)
    Oddly, P4HOST.com uses Extended Passive Mode by default but turning it off using EPSV makes no difference. It stalls regardless.
    Any ideas?
    15" MBP Core 2 Duo 2.33 Mac OS X (10.4.9)

  • FTP Delete issue

    I am having an issue with ftp polling in which the ftp server deletes the file after transmission so when b2b tries to issue delete command it fails and file transport fails. Once this fails it leaves the rest of the files until the next polling interval which is an hour away.
    1) Is there any parameter or property to tell b2b to not delete after retrieving file?
    or
    2) Is there away to ignore this error and have b2b pick up all files regardless of this error?
    Host FTPSERVER FTP command: PASV
    FTP Command: PASV, reply:
    227 Entering Passive Mode. (209,95,232,132,4,2)
    Passive: ip = 209.95.232.132, port = 1026
    Connecting to FTPSERVER:1026
    Host FTPSERVER FTP command: TYPE I
    FTP Command: TYPE, reply:
    200 Command okay.
    Host FTPSERVER FTP command: RETR 351559114999871315261129_1
    FTP Command: RETR, reply:
    125 Data connection already open; transfer starting.
    Disconnecting from FTPSERVER
    Host FTPSERVER disconnected.
    Conversion of file file to TransportMessage is completed.
    No archiving active, so deleting retrieved file
    FileSourceMonitor.deleteFile(MessageOrigin): begin to delete file in /in
    Host name is 'FTPSERVER'.
    Host FTPSERVER FTP command: USER USER
    FTP Command: USER, reply:
    331 Need password.
    Host FTPSERVER FTP command: PASS
    FTP Command: PASS, reply:
    230 USER logged in, proceed
    Host FTPSERVER FTP command: CWD /in
    FTP Command: CWD, reply:
    250 CWD command successful.
    Host FTPSERVER FTP command: DELE file
    FTP Command: DELE, reply:
    550 No such file or directory
    FTPClient.deleteFile(): 550 No such file or directory
    FTPClient.deleteFile(): Unable to delete file file', reply code = 550
    [IPT_FileRecMonitorError] Error in ftp or file receiver monitor.
    oracle.tip.transport.TransportException: FTPAgent cannot delete file file.
    at oracle.tip.transport.basic.ftp.FTPAgent.deleteFile(FTPAgent.java:333)
    at oracle.tip.transport.basic.FileSource.deleteFile(FileSource.java:318)
    at oracle.tip.transport.basic.FileSourceMonitor.deleteFile(FileSourceMonitor.java:383)
    at oracle.tip.transport.basic.FileSourceMonitor.removeFileFromEndpoint(FileSourceMonitor.java:409)
    at oracle.tip.transport.basic.FileSourceMonitor.processMessages(FileSourceMonitor.java:801)
    at oracle.tip.transport.basic.FileSourceMonitor.run(FileSourceMonitor.java:286)

    Hi,
    Is there any parameter or property to tell b2b to not delete after retrieving file?
    Yes: Delivery channel parameter "Receiver read only"
    When set to "true" Oracle B2B will not delete the file
    regards,
    Jeff

  • IDOC to FTPs performance issue

    Hello everyone,
    I have a scenario BS_A:idoc > xi > BS_B: file via ftps (ftp over ssl/tcp).
    For each idoc two different files (content conversion) are created in the same directory.
    I therefore have one receiver determination and one interface intermination with 2 inbound interfaces + interface mappings + 2 file receiver adpapters.
    I have a performance problem when more than one idocs are created at the same time. First message goes through very fast. The ones after that take there time.
    It takes 10 to 30 minutes (and some times more) for 2 idocs to deliver successfully 4 files at the other side.
    Note 1: I do not exprience this when i work with normal FTP.
    Note 2: I have unchecked the "Maintain at order time" check box in the interface determination. If checked then the QoS is set to EOIO.
    Thanks in advance for any input or suggestions.
    Dimitris Hagigeorgiou

    Hi ,
    see the below links
    FTP Problem
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/94007075cae04f930cc4c034e411e1/frameset.htm
    FTP Error
    File Adapter FTP Timeout
    FTP error Socket connection timed out:
    Check if FTP is reachable? (like CMD > FTP > open?)
    Secure FTP using FTPS (SSL/TLS) - need help!
    Customize "Connection Timed Out" - Error Page
    Regards
    Chilla

  • BPEL FTP Adapter Issue

    I am trying to run the tutorials/129.FTPAdapter example.
    1) placed my FTP configuration in Oracle_Home\integration\orabpel\system\appserver\oc4j\j2ee\home\a
    pplication-deployments\default\FtpAdapter\oc4j-ra.xml file.
    2) created the input, output folder is my ftp
    3) deployed the FTPDebatching process.
    The process started polling the FTP- input directory immediately after deployment.
    But when I place the container.txt file in the input folder then its not reading the contents of that file and no exception message is thrown
    But when I manually initiate the process by giving some input then its writing the input in to a file in FTP- output directory.
    But it should pick up the file from input directory when it is place over there.
    polling frequency is 1 minute.
    Am I missing some configuration ????????

    Did you define in your first activity to create an instance? If you stated in your first activity in your bpel process he needs to create an instance, he will instantiate your process when a file is picked up by the polling mechanism.

  • Regarding FTP adapter issue

    Hi
    The below error i am getting using FTP adapter. After deploying the process only one time it is picking the file. But we are putting one more file in that directory it is not read the file.
    Regarding this cause we are getting the below error. So,any one know this error pls help me.
    <2010-08-16 16:34:19,523> <INFO> <default.collaxa.cube.activation>
    <File Adapter::Inbound> Recovery still not possible after 20 attempts due to ORABPEL-11000
    Invalid Activation parameter.
    Activation parameter Physical/Logical Directory has invalid value {u02/test/FTPgetfile}.
    Check the error stack and fix the cause of the error. Contact oracle support if error is not fixable.
    <2010-08-16 16:34:21,194> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Managed Connection Created
    <2010-08-16 16:34:21,194> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Managed Connection Created
    <2010-08-16 16:34:21,194> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Connection Created
    <2010-08-16 16:34:21,194> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Connection Created
    <2010-08-16 16:34:24,519> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Managed Connection Created
    <2010-08-16 16:34:24,519> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Connection Created
    <2010-08-16 16:34:34,418> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Managed Connection Created
    <2010-08-16 16:34:34,418> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Connection Created
    <2010-08-16 16:34:44,113> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Managed Connection Created
    <2010-08-16 16:34:44,113> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Connection Created
    <2010-08-16 16:34:45,175> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Managed Connection Created
    <2010-08-16 16:34:45,175> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Connection Created
    <2010-08-16 16:34:47,126> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Managed Connection Created
    <2010-08-16 16:34:47,126> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Managed Connection Created
    <2010-08-16 16:34:47,126> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Connection Created
    <2010-08-16 16:34:47,126> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Connection Created
    <2010-08-16 16:34:53,809> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Managed Connection Created
    <2010-08-16 16:34:53,809> <INFO> <default.collaxa.cube.activation> <File Adapter::Inbound> Connection Created

    Maybe you know ftp error but i will post in here anyways.
    The 550 error is a message from the server stating that the account you have currently logged in as does not have permission to perform the action you are attempting. You may be trying to upload to the wrong directory or trying to delete a file
    I dont know exactly if it is a bug or a problem with permission on the ftp side. but i think that the folder that is containing the files, does not have permission to read (weird because you can retreive files). Also another problem is that the account does not have put priviliges and you are using it in another process to upload files.

  • Publishing to ftp server issues

    Hi all,
    hoping i can find some help from someone who knows more about xml (?) than me. Finished my site, published to a folder, then uploaded manually to my server. Its a very simple site with a main page and an external link to the forum. I haven't tried it with any browsers other than safari but i'm finding that some of my content isn't working, two errors are definitely my doing but i need help to fix them
    issue 1: the original site name has a colon in it (b:ministries) but the folder on my server that the files point to doesn't. I went through and edited most of the img src tags to point to the real location. I have a problem with some of the java mouse over tags, i just can't seem to find where i've got shapeimage_4 sourced to b:monline_files/shapeimage_4_link0.png . I've been over and over the script but i simply don't know enough about it to find it. Can anyone source my page and tell me where i went wrong?
    issue 2: my background refuses to show up i have it sourced correctly (i think), the code reads (minus asterisk, of course)
    **<body style="background: transparent url("http://www.beulahyouth.net/images/Pattern Browser.jpg") repeat scroll top left; margin: 0pt; " onload="onPageLoad();">**
    again, don't know that much about coding but it seems like it should be there. i didn't alter it from the default bg in the template. if i put the img src url into the address bar i do see the image.
    issue 3: i see the QT icon on my site but no media is loaded i have looked through the script and don't see any references to the audio file or the QT placeholder bar. Is that normal?
    Anyway. If you can't figure me out, its ok, the site is functional at this point but i think it needs a background
    URL www.beulahyouth.net
    any help hugely appreciated, i'm definitely a non-profit organization just a city youth group. thanks!!
    iMac 17" Intel Core Duo   Mac OS X (10.4.8)   1.5 GB RAM

    Thanks for the help, I just went into iweb and removed the colon from everything. The problem with the QT was resolved by moving the text box slightly down, and the problem with my background was that i needed to edit the spaces from all the files in the /Images folder.
    Which is really much nicer because then I can post updates without quite as much effort

Maybe you are looking for