DW CC 2014 SFTP newlines

Greetings All,
Using DW CC 2014 on Win8.1 transferring php files to a UNIX server we are seeing ^M a problem with carriage returns and newlines.
Server Model: PHP MySQL
Preferences > Code Format > Line break type: CR LF (Windows)
These same settings * were* working fine in DW CS4, I believe the php file transfer type is ascii , I am not sure where to check in CC 2014, is there an xml file ?
Some how I suspect the DW CC 2014 is not handling the SFTP ascii transfer correctly. When we use another SFTP client the file transfer is correct.
Am I missing some setting in DW CC 2014 ?
Thanks for any help you can provide.
-Rb

Hi Lefing,
See this discussion Re: Dreamweaver CC 2014 and Server Behaviors. I am locking this post so that we can have all this discussion in one forum post.
Thanks,
Preran

Similar Messages

  • SFTP connection issue with Dreamweaver 2014

    I have a very weird SFTP connection issue with Dreamweaver CC (2014). I am on a Mac running 10.9.4 and have no problem connecting to my server through SFTP with Dreamweaver CS 6. However, using the exact same settings on CC (2014), I get the following error: "An FTP error occurred - cannot make connection to host. Your login or password is incorrect. Please check your connection information".
    I am truly at a loss here. Command line connection works without problems.
    Any thoughts?

    Hi there,
    Try after rebooting your system or in a different user account on MAC.
    Is there any limit with number of login sessions with your SFTP?
    Could you check with Filezila or similar FTP client and connect to your site, see if you get any error there?
    Thanks.

  • Upgraded to DW CC 2014.1, FTP/SFTP isn't working at all

    There's a HostNexus webserver I usually connect to but since I upgraded to DW CC 2014, it only spits back errors. I can connect successfully to the server in FileZilla (using FTP explicit). I've looked through the forum and tried various suggestions but none have worked:
    tried all the FTP modes
    --> FTP Explicit: The remote host actively refused the attempt to connect to it. This may be due to 1. destination server name or IP address, 2. port number, 3. server inaccessible, 4. incorrect protocol or settings.
    --> FTP Explicit with passive: The remote host actively refused the attempt to connect to it. This may be due to 1. destination server name or IP address, 2. port number, 3. server inaccessible, 4. incorrect protocol or settings.
    --> FTP: An unknown error occurred.
    --> FTP with passive: An unknown error occurred.
    --> FTP Implicit: User limit reached or not authorized to make the connection due to local firewall blocking FTP data.
    --> FTP Implicit with passive: User limit reached or not authorized to make the connection due to local firewall blocking FTP data.
    reset preferences
    specified root folder
    contacted HostNexus, they said to change settings to SFTP, port 4000
    --> User limit reached or not authorized to make the connection due to local firewall blocking FTP data.
    shut down my antivirus/firewall
    --> Same error: User limit reached or not authorized to make the connection due to local firewall blocking FTP data.
    made sure not connected through any other program
    uninstalled CS4
    Nothing works.
    I really want the efficiency of being able to do everything with DW. What else can I try?

    Like I said in  your previous post, please send me your details (Adobe ID, phone number, location) over a private message. Click my picture and use the message option. We suggest that you avoid multiple discussions for the same query.

  • Dreamweaver 2014 (Windows) SFTP issue

    I am experiencing a frustrating problem with Dreamweaver 2014 build 6733.  I have several SFTP websites that work fine.  But I have two or three that won't connect claiming that I am giving invalid username or password.  The thing is that the credentials work fine in WinSCP ftp package, but not in Dreamweaver or Filezilla.  Furthermore the same credentials work fine on Dreamweaver on a Mac, but do not work on another windows machine with Dreamweaver 2014.  Another interesting thing is that I have several SFTP accounts on the SAME IP address that work fine in Dreamweaver on my machine...I just have a couple that won't work.  I don't know why.
    I am just wondering if anyone has any ideas for troubleshooting this?  I did talk to Adobe tech support about it but since they were able to connect on their machine they didn't really have any helpful suggestions.

    Hi EronC,
    Please try the steps mentioned below:
    Launch DW CC 2014
    Go to menu “Site -> Manage Sites”
    Double click the Site in question to open the “Site setup” dialog for that site
    Click “Servers” on the left, then select the server and click the “Delete Server” button
    Click the “Add new Server” button and enter the details manually
    Click “Save”, and then click “Save” again
    Click “Done”
    Check if you still face any issues. If you do, please let us know.

  • Openssh and dhcpcd updated today - now sftp cannot find local servers

    Hi folks,
    I did my update thing this evening 'packer -Syu' and openssh was updated to 6.6p1
    [2014-03-19 18:44] [PACMAN] upgraded openssh (6.5p1-2 -> 6.6p1-1)
    and dhcpcd was updated to 6.3.2-1
    [2014-03-19 18:43] [PACMAN] upgraded dhcpcd (6.3.1-2 -> 6.3.2-1)
    and then sftp stopped working as it was ok before the updates.
    I get error messages like this:
    [dellgx270:steve] /home/steve
    1442 20140319 234019 $ sftp laptop.local
    ssh: Could not resolve hostname laptop.local: Inappropriate ioctl for device
    Couldn't read packet: Connection reset by peer
    [dellgx270:steve] /home/steve
    1443 20140319 234030 $ _
    This is how I network my machines. Its much lighter on resources than either NFS or Samba, but is a bit tricky to configure at first go. The Arch Wiki has some older stuff in it and is a bit confusing for first-time users but I also 'googled' other forums and eventually got things configured correctly. Ubuntu flavors work out of the box, but Arch needs some extra leg-work to get things organized.
    I tried removing the ~/.ssh/known_hosts files but that didn't work. Since the error was a resolver issue (according to my error messages) I tried using the IP address of the laptop.local machine 192.168.2.10 and that worked both at the command line and via my file manager thunar (I run XFCE on all my boxes because it works well and with a few additions I can get it to do what I want) ...
    Problem is, the IP addresses are assigned by dhcpcd (which means they can get reassigned somewhere else) so I would prefer using the host.local names in scripts and bookmarks etc.
    Anyone else having issues of this sort? Inquiring minds need to know!
    Regards,
    Steve Dupuis
    Oracle DBA, Unix and NT Systems Management Services
    SGC/EDP Consultants INC. Ottawa, CANADA
    mailto:[email protected]

    From the Arch Wiki - Networking - Avahi page (this is what I've been using for more than a year):
    "Avahi is a free Zero-configuration networking (zeroconf) implementation, including a system for multicast DNS/DNS-SD service discovery. It allows programs to publish and discover services and hosts running on a local network with no specific configuration. For example you can plug into a network and instantly find printers to print to, files to look at and people to talk to. It is licensed under the GNU Lesser General Public License (LGPL)."
    I don't use hosts file or anything else to resolve the names of the local workstations and/or devices. I have a relatively new Sagemcom fibre router / modem device, and it has been working well since installation ..
    What I've been trying to say - as in my initial post - that this worked properly before I did the dhcpcd update. I'll recheck all the settings for dhcpcd, ssh and sftp (and anything else in my networking configurations) to see if anything is in error. There were no .pacnew files created during that software update. I'll post anything that I learn.
    Regards,
    Steve Dupuis

  • BizTalk 2013 SFTP Adapter : Host Instance configured for SFTP Receive cause high CPU usage

    Hi,
    Our BizTalk 2013 Server test env have 16 GB RAM.  We have one SFTP Receive Location which is using a dedicated Host instance for SFTP receive.
    As soon as we start this SFTP Host Instance it starts consuming 50-60% CPU. (Even when it is not handling any file receive)
    As suggested in below thread, to fix this issue, we changed the SFTP RL default configuration. i.e. Changed polling interval from default 0 sec to
    10 minutes and also changed the RL Schedule window to business hours only.
    https://connectedpawns.wordpress.com/2014/04/13/biztalk-2013-sftp-adapter-biztalk-host-receiving-throttled-because-processmemory-exceeded-the-configured-throttling-limit/#comment-2602
    Even after changing the RL configuration , the Host Instance continuously consumes ~60% CPU.
    Any suggestions to troubleshoot more on this issue ?
    Thanks in advance !!
    Anoop

    This is one of the issue which has already been raised to Microsoft and hopefully a public build will be available soon  in next cumulative update pack .
    There are variety of reason for this starting for password mismatch or password not given , SFTP adapter unable to connect and so on .
    There is good post here in below link for this issue
    http://thoughtsofmarcus.blogspot.co.uk/2013/06/leaving-password-blank-in-biztalk-2013.html
    Another greate artcicle is by Nino which states these issues .SFTP adapter is  protocol  sensitive and some configuration by server side, can cause a lot of crazy situations
    http://ninocrudele.me/2014/01/29/checkstat-and-sftp-adapter-issues/
    Thanks
    Abhishek

  • PI 7.4 - SFTP Adapter - Logs successful - No File Written

    All,
    We are on PI 7.4 Dual stack -
    Scenario:
    IDOC to FlatFile via Reciver SFTP adapter - FCC is done by XML2Plain adapter module.
    The receiver comm channel logs are looking good. Please see below.
    But we dont see any file on the SFTP server.
    Please note that -
    1. We were able to write a file to the SFTP server without using XML2Plain bean
    XML2Plain module parameters.
    Receiver Comm Channel - logs:
    09/16/2014 04:03:38.457 PM Information Message was received by the messaging system. Protocol: XI URL: http://<PISERVER>:50000/MessagingSystem/receive/AFW/XI Credential (User): PIISDX1
    09/16/2014 04:03:38.459 PM Information Using connection SFTP_http://sap.com/xi/XI/SFTP. Trying to put the message into the receive queue
    09/16/2014 04:03:38.471 PM Information Message successfully put into the queue
    09/16/2014 04:03:38.474 PM Information The message was successfully retrieved from the receive queue
    09/16/2014 04:03:38.493 PM Information Delivering to channel: CC_GoodsMovementsFileRcv
    09/16/2014 04:03:38.493 PM Information MP: processing local module localejbs/AF_Modules/MessageTransformBean
    09/16/2014 04:03:38.493 PM Information Message status set to DLNG
    09/16/2014 04:03:38.494 PM Information Transform: using Transform.Class: com.sap.aii.messaging.adapter.Conversion
    09/16/2014 04:03:38.495 PM Information Transform: transforming the payload ...
    09/16/2014 04:03:38.496 PM Information MP: processing local module localejbs/CallSapAdapter
    09/16/2014 04:03:38.496 PM Information The message was successfully delivered to the application using connection SFTP_http://sap.com/xi/XI/SFTP
    09/16/2014 04:03:38.496 PM Information Transform: successfully transformed
    09/16/2014 04:03:38.498 PM Information Message status set to DLVD

    Hi Naveen
    There are a few typo errors in your configuration.
    First one is xml.conversionType - your value have a lower case p while it should be in upper case (SimpleXML2Plain)
    The next one is xml.endSeperator - should be xml.endSeparator.
    Try to make these typo corrections to see if it helps.
    Also, you have configured a lot of parameters that are not applicable for the SimpleXML2Plain conversion, i.e. documentName and documentNamespace, fieldNames, lastFieldsOptional, processFieldNames and structureTitle. These can be removed. You can refer to my blog below for the list of parameters that are applicable.
    FCC parameter reference for MessageTransformBean module
    Rgds
    Eng Swee

  • Receiver File/FTP, SFTP, binary, endSeparator for CRLF ?

    We are planning an interface using the Receiver File/FTP Adapter, using SFTP in binary mode.
    The SAP PI runs on Unix, the other applications runs on Windows.
    Can NameA.endSeparator be used to ensure that every line in this file ends on CRLF?
    (As you know, Windows has the habit of ending lines in text files with CRLF - carriagereturn-linefeed, whereas Unix uses a singe LF - linefeed, also known as newline or nl).

    Yes it can be done with '0x0D''0x0A' value which represents the CR and LF respectively...
    which has been implemented succesfully in our interface...
    HTH
    Rajesh

  • Problem Connecting to SFTP server using the SFTP Transport in OSB 11gr1

    Hi,
    I have a proxy service that polls for files from an SFTP server. But there seems to be some problem with the handshake between the both.
    Below is the error that is logged:
    <Error> <WliSbTransports> <tshvm03x> <OSB_AdminServer1a> <pool-14-thread-1> <weblogic> <> <11d1def534ea1be0:-2e6486ae:130dafcd1ef:-8000-0000000000615cf8> <1309358912109> <BEA-381602> <Error encountered while polling the resource for the service endpoint ProxyService$XXWMMPROJECTS$DF155_INBOUND_ASN$Proxy_Services$PS_PO_DF002_SFTP_01: com.bea.wli.sb.transports.TransportException
    com.bea.wli.sb.transports.TransportException
    at com.bea.wli.sb.transports.sftp.connector.SFTPWorkPartitioningAgent.execute(SFTPWorkPartitioningAgent.java:125)
    at com.bea.wli.sb.transports.poller.TransportTimerListener.run(TransportTimerListener.java:74)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:206)
    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:662)
    Caused By: java.util.NoSuchElementException
    at java.util.StringTokenizer.nextToken(StringTokenizer.java:332)
    at java.util.StringTokenizer.nextElement(StringTokenizer.java:390)
    at com.bea.wli.sb.transports.sftp.client.KnownHostVerifier.validateKnownHosts(KnownHostVerifier.java:65)
    at com.bea.wli.sb.transports.sftp.client.SFTPClient.authenticate(SFTPClient.java:104)
    at com.bea.wli.sb.transports.sftp.connector.SFTPResource.<init>(SFTPResource.java:77)
    at com.bea.wli.sb.transports.sftp.resource.SFTPUtils.createSFTPResource(SFTPUtils.java:170)
    at com.bea.wli.sb.transports.sftp.connector.SFTPWorkPartitioningAgent.getSftpResource(SFTPWorkPartitioningAgent.java:148)
    at com.bea.wli.sb.transports.sftp.connector.SFTPWorkPartitioningAgent.execute(SFTPWorkPartitioningAgent.java:58)
    at com.bea.wli.sb.transports.poller.TransportTimerListener.run(TransportTimerListener.java:74)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)
    at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:206)
    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:662)
    >
    I could see the same error mentioned in a couple of posts; but couldn't find any resolution to it. Any Pointers on this would really help.
    Settings Done:
    I have configured a service key provider.
    Placed the Known_hosts file at Domain_Home/config/osb/transports/sftp with all the necessary details.
    Thanks,
    Manoj

    Hi Manoj,
    It may be an issue with Known_hosts file. Make sure that it is properly formed and it has no space/newline character at the starting of the file.
    Regards,
    Anuj

  • SAP HCI SFTP Adapter

    Hello,
    With the SAP HCI SFTP adapter is it possible to connect to an SFTP site that only supports username and password authentication? Do I have to use key based authentication?
    Thanks,
    Krishneel

    Hi Martín
    Check this blog. He uses different modules for banking interfaces
    http://scn.sap.com/community/pi-and-soa-middleware/blog/2014/04/14/sap-pi-integration-to-different-banks-using-swiftnet-and-bcm
    Hope it helps
    Regards
    Javi

  • OSB SFTP transport not finding key for hostname, IP

    Hello everyone,
    I'm trying to set a proxy service in OSB that connects to a SFTP server to retrieve files.
    I am on a single server environment.
    WLS version is 10.3.6
    SOA Suite/OSB version is 11.1.1.6
    I've setup the directory for the known_hosts file which contains the public key to access my SFTP :
    $DOMAIN_HOME/config/osb/transports/sftp
    I've tried reaching the SFTP server from my server and it works fine :
    sftp -v -oIdentityFile=myKey user@my-sftp-hostname
    But when I try this with my proxy service, I get the following error :
    <6 janv. 2014 11 h 49 CET> <Error> <SFTPTransport> <BEA-381826> <Clé introuvable pour l'hôte <my-sftp-hostname>,<ip>>
    [ERROR] TransportProtocolCommon - The Transport Protocol thread failed <com.sshtools.j2ssh.transport.TransportProtocolException: Clé introuvable pour l'hôte <my-sftp-hostname>,<ip>>com.sshtools.j2ssh.transport.TransportProtocolException: Clé introuvable pour l'hôte <my-sftp-hostname>,<ip>
            at com.bea.wli.sb.transports.sftp.client.KnownHostVerifier.onUnknownHost(KnownHostVerifier.java:40)
            at com.sshtools.j2ssh.transport.AbstractKnownHostsKeyVerification.verifyHost(Unknown Source)
            at com.sshtools.j2ssh.transport.TransportProtocolClient.verifyHostKey(Unknown Source)
            at com.sshtools.j2ssh.transport.TransportProtocolClient.performKeyExchange(Unknown Source)
            at com.sshtools.j2ssh.transport.TransportProtocolCommon.beginKeyExchange(Unknown Source)
            at com.sshtools.j2ssh.transport.TransportProtocolCommon.onMsgKexInit(Unknown Source)
            at com.sshtools.j2ssh.transport.TransportProtocolCommon.startBinaryPacketProtocol(Unknown Source)
            at com.sshtools.j2ssh.transport.TransportProtocolCommon.run(Unknown Source)
            at java.lang.Thread.run(Thread.java:722)
    <6 janv. 2014 11 h 49 CET> <Error> <SFTPTransport> <BEA-381828> <Exception SFTPClientException, message : Clé introuvable pour l'hôte <my-sftp-hostname>,<ip>>
    <6 janv. 2014 11 h 49 CET> <Error> <WliSbTransports> <BEA-381602> <Une erreur est survenue lors de l'interrogation de la ressource pour l'adresse de service ProxyService$DHARMA_ECOMMERCE_OSB$OUT$Commande$V4$ProxyServices$ADC$SFTP_Test : com.bea.wli.sb.transports.TransportException: Clé introuvable pour l'hôte <my-sftp-hostname>,<ip>
    com.bea.wli.sb.transports.TransportException: Clé introuvable pour l'hôte <my-sftp-hostname>,<ip>
            at com.bea.wli.sb.transports.sftp.connector.SFTPWorkPartitioningAgent.execute(SFTPWorkPartitioningAgent.java:125)
            at com.bea.wli.sb.transports.poller.TransportTimerListener.run(TransportTimerListener.java:74)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
            at java.util.concurrent.FutureTask.run(FutureTask.java:166)
            Truncated. see log file for complete stacktrace
    Caused By: com.bea.wli.sb.transports.TransportException: Clé introuvable pour l'hôte <my-sftp-hostname>,<ip>
            at com.bea.wli.sb.transports.sftp.connector.SFTPWorkPartitioningAgent.getSftpResource(SFTPWorkPartitioningAgent.java:165)
            at com.bea.wli.sb.transports.sftp.connector.SFTPWorkPartitioningAgent.execute(SFTPWorkPartitioningAgent.java:58)
            at com.bea.wli.sb.transports.poller.TransportTimerListener.run(TransportTimerListener.java:74)
            at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
            at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
            Truncated. see log file for complete stacktrace
    Caused By: com.sshtools.j2ssh.transport.TransportProtocolException: Clé introuvable pour l'hôte <my-sftp-hostname>,<ip>
            at com.bea.wli.sb.transports.sftp.client.KnownHostVerifier.onUnknownHost(KnownHostVerifier.java:40)
            at com.sshtools.j2ssh.transport.AbstractKnownHostsKeyVerification.verifyHost(Unknown Source)
            at com.sshtools.j2ssh.transport.TransportProtocolClient.verifyHostKey(Unknown Source)
            at com.sshtools.j2ssh.transport.TransportProtocolClient.performKeyExchange(Unknown Source)
            at com.sshtools.j2ssh.transport.TransportProtocolCommon.beginKeyExchange(Unknown Source)
            Truncated. see log file for complete stacktrace
    >
    What  am I missing here ?
    Thank you very much for your help.
    Chris

    Hi,
    It's not finding the key... That may be because:
    1. It's not finding the known_hosts file
    2. The hostname/ip don't match in the file
    3. The public key is not in the Open SSH public key format
    Have you had a look at this?
    http://docs.oracle.com/cd/E28280_01/dev.1111/e15866/http_poller.htm#i1085323
    Cheers,
    Vlad

  • How to change shift+enter to be newline in Messages

    I use a few chat message programs on Mavericks but the Messages app is the only that doesn't use Shift+Enter for a new line and sends the half written message instead.
    Enter & Shift+Enter in messages does the same thing.
    Is there a way to change the keyboard shortcut so that Shift+Enter gives a newline instead of sending the message?
    Thanks,
    M

    Hi,
    Like you I have long used th ALT/Option+Enter keys to produce new lines/paragraphs in iChat and Messages.
    This set of keystrokes appear nowhere in the menus.
    I did create a shortcut for Mail when it had no Keystrokes for adding a Link.
    Now that the current Mail App does have CMD + K I get the System Error sound when I want to use the one I created.
    This suggests that even if you added a Shortcut keystroke in System Preferences > Keyboard > Shortcuts tab it would not work.
    7:32 pm      Saturday; August 30, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • Native SSH and SFTP in LabVIEW

    At the risk of re-opening a can of worms, is there any consideration for adding native SSH and SFTP support for LabVIEW?
    Using PuTTy/plink is cumbersome and not cross-platform.
    Calling a .NET (or any other) external assembly is cumbersome and not cross-platform.
    Labwerx SSH has a terrible licensing model (not to mention the additional cost).
    It is 2015, and SSH/SFTP is ubiquitous and not going away. These protocols should be natively supported in LabVIEW.
    I have seen this idea on the exchange (http://forums.ni.com/t5/LabVIEW-Idea-Exchange/Native-SSH-and-SFTP-Support/idi-p/1141529), but there hasn't been any movement in 5 years. I would appreciate any news from NI here, even in the negative. If LabVIEW isn't going to support SSH anytime soon, it would be better to find out now.
    Solved!
    Go to Solution.

    I doubt it is likely to happen any time soon - the LabSSH toolkit is pretty reasonably priced when you compare it to how long it would take you to implement the functionality yourself and there is nothing to stop you from implementing it yourself using the TCP/IP functions which are in LabVIEW. You can of course use the command-line interface to something like WinSCP / PuTTy as well.
    I did also find a wrapper that someone had made for an Open Source .NET SSH library called Renci
    I downloaded a copy from this thread: http://forums.ni.com/t5/LabVIEW/Plink-PuTTY-works-30-of-the-time-using-System-Exec-vi/td-p/3002261
    There is also another implementation of the wrapper here: https://decibel.ni.com/content/docs/DOC-41388
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • How do I enable "Host-key" for my sftp server on ISE?

    Hello,
    I am having trouble copying my ISE 1.2 upgrade files to my local repositories.
    Here is a cut and paste from my CLI on one of my ISE nodes after attemtping to copy from my workstation (running an SFTP server) to one of my ISE nodes.
    XXX-ise-01/admin# Copy sftp://<My_SFTP_Server_IP_Address>/ise-upgradebundle-1.1.x-to-1.2.0.899.i386.tar.gz. disk:/
    Username: Admin
    Password:
    % ERROR : Backup failed due to one of the following reasons
    1. host-key option is not configured
    2. host key is removed because of re-image
    3. host key is removed from some other repository having same ip/hostname
    % Please reconfigure the host-key option
    % Error: Transfer failed
    I have not configured anything with the "Host-Key" option.
    I have googled and searched but can only find limited references to the "Host-key" command within Cisco. I have tried various forms of this on the ISE node with no luck.
    I tried an FTP transfer but that did not work.
    Any ideas?

    I was wondering why the last character is capitalized. Also are you able to copy files from the disk file over to the same repository. I havent had any problems and I see in a seperate thread that the user gave other directions on how to transfer the file.
    If you can open two ssh connection and try to run the following command to tail the logs:
    "show logging system ade/ADE.log tail"
    You should get some messaging behind the error you are receiving, for example I went to look for a file that did not exist (even though I am using ftp you should get the same error).
    Here is when the transfer fails:
    2014-01-02T13:41:22.506519-06:00 ise01 ADE-SERVICE[4786]: [30325]:[info] transfe
    r: cars_xfer.c[264] [tadmani]: ftp copy in of ftp://172.16.249.1/test requested
    2014-01-02T13:41:22.522470-06:00 ise01 ADE-SERVICE[4786]: [30325]:[error] transf
    er: cars_xfer_util.c[349] [tadmani]: curl error: FTP: couldn't retrieve (RETR fa
    iled) the specified file
    2014-01-02T13:41:22.523040-06:00 ise01 ADE-SERVICE[4786]: [30325]:[error] copy:
    cm_copy.c[1144] [tadmani]: local file disk:/ transfer from url ftp://172.16.249.
    1/test failed retcode=-302
    2014-01-02T13:41:22.527148-06:00 ise01 ADEOSShell[30325]: ADEAUDIT 3017, type=CO
    PY, name=COPY IN FILE FAILED, username=tadmani, cause=Error while copying file f
    rom remote system, adminipaddress=172.16.247.12, interface=CLI, detail=Disk file
    disk:/ transfer from url ftp://172.16.249.1/test failed
    Here is when login fails:
    curl error: FTP: login denied
    Here is some logging around a successful transfer -
    2014-01-02T13:44:46.897499-06:00 ise01 ADE-SERVICE[4786]: [30766]:[info] transfe
    r: cars_xfer.c[264] [tadmani]: ftp copy in of ftp://172.16.249.1/running-config
    requested
    2014-01-02T13:44:46.934972-06:00 ise01 ADEOSShell[30766]: ADEAUDIT 2042, type=CO
    PY, name=COPY FILE, username=tadmani, cause=Copied a file, adminipaddress=172.16
    .247.12, interface=CLI, detail=Copied disk file disk:/ from url ftp://172.16.249
    .1/running-config successfully
    Thanks,
    Tarik Admani
    *Please rate helpful posts*

  • SFTP upload crashes Muse

    I am trying to upload site to a server via SFTP and every time Muse CC 2014.2 (Mac) just crashes. No error message no nothing.
    I can find the following in Console:
    09/10/14 21:40:28,000 kernel[0]: process Adobe Muse CC[83012] caught causing excessive wakeups. Observed wakeups rate (per sec): 347; Maximum permitted wakeups rate (per sec): 150; Observation period: 300 seconds; Task lifetime number of wakeups: 45516
    09/10/14 21:40:28,262 ReportCrash[83033]: Invoking spindump for pid=83012 wakeups_rate=347 duration=130 because of excessive wakeups
    09/10/14 21:40:28,754 spindump[83034]: Saved wakeups_resource.spin report for Adobe Muse CC version 2014.2.0 (2014.2.0.569) to /Library/Logs/DiagnosticReports/Adobe Muse CC_2014-10-09-214028_almamac19053.wakeups_resource.spin
    Any way around this bug?

    Hi kimmohalonen,
    Could you please let me know if you are crashing with any SFTP server or with just one particular one? Does it happen with regular FTP as well or only with SFTP?
    Could you please do the following steps to turn on more logging, so that we can better understand the issue you are facing?
    1. Create a file in /Users/username/Documents called MuseEnabledLogs.txt
    2. Add these 3 lines in MuseEnabledLogs.txt:
    FTPManager
    LibCurl
    DOMFTPManager
    3. Open your Muse document and try to SFTP again.
    4. When it crashes, there will be more logs written to /Users/username/MuseLog.txt
    Could you please email /Users/username/MuseLog.txt to [email protected] Attn:Prashanth in the subject line with a link to this forum thread?
    Thanks
    Prashanth

Maybe you are looking for