Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Jim Lesinski 32 posts 54 karma points
    Feb 17, 2011 @ 20:08
    Jim Lesinski
    0

    Transfer Error! There was a problem connecting to the target server...

    I was getting the error below when transferring a media folder to a server running IIS 7 using Umbraco 4.5.2 and Courier 1.3. The error is related to the file size upload limit set in IIS... The resolution is to set the file size upload limit in IIS7. (previously discussed here for other issues) I know I am answering my own post but hopefully this will help someone else out. 

    From a command line go to:

    cd %windir%\system32\inetsrv

    Then run the following command where sitename is the name of your site in IIS7 and size in bytes is the max size (

    appcmd.exe set config "sitename" -section:requestFiltering -requestLimits.maxAllowedContentLength:size in bytes -commitpath:apphost 

     

     

    Transfer Error!

    There was a problem connecting to the target server 'www.ctg.com'.

    How to solve

    This error occured because Umbraco Courier on this server was unable to communicate with the target server. Please check that:

    • The url for the target server is correct: 'www.ctg.com'
    • That Umbraco Courier is installed on the target server as well
    • That this server are able to reach and communicate with 'www.ctg.com' via HTTP, port 80 (you might need to consult a network admin to verify)
    Settings for Courier can be changed in the file
    /umbraco/plugins/UmbracoCourier/Settings/courier.config

     

    Show Details:

    System.Net.WebException: The request failed with HTTP status 404: Not Found. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at Umbraco.Courier.CourierMessengerService.Messenger.Extract(String messengerKey, CourierPackage[] packages, String login, String password) at Umbraco.Courier.BusinessLogic.Proxy.Messenger.Extract(String messengerKey, List`1 packages, String login, String password) at Umbraco.Courier.Dialogs.TransferNode.transferNode(Int32 selectedId, Boolean transferChildren, List`1& results) at Umbraco.Courier.Dialogs.TransferNode.Page_Load(Object sender, EventArgs e)



     

  • Pushpendra Singh 61 posts 116 karma points
    Sep 18, 2014 @ 14:17
    Pushpendra Singh
    0

    Hi Jim,

    I am  facing the same issue with Umbraco Courier 1.2.

    Is there any solution for this ?

    Transfer Error!

    There was a problem connecting to the target server 'http://livesite.com'.

    How to solve

    This error occured because Umbraco Courier on this server was unable to communicate with the target server. Please check that:

    • The url for the target server is correct: 'http://livesite.com'
    • That Umbraco Courier is installed on the target server as well
    • That this server are able to reach and communicate with 'http://livesite.com' via HTTP, port 80 (you might need to consult a network admin to verify)

    Settings for Courier can be changed in the file
    /umbraco/plugins/UmbracoCourier/Settings/courier.config

    Show Details:

    System.Net.WebException: The remote name could not be resolved: 'http' at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context) at System.Net.HttpWebRequest.GetRequestStream() at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at Umbraco.Courier.CourierMessengerService.Messenger.ValidateDependency(String dependencyKey, Object validationObject, String login, String password) at Umbraco.Courier.BusinessLogic.Proxy.Messenger.ValidateDependency(String dependencyKey, Object validationObject, String& errorMessage, String login, String password) at Umbraco.Courier.BusinessLogic.Messengers.Helpers.MessengerHelper.ValidateDependencies(User u, Object objectToValidate, List`1 dependencies, String errorMessageTemplate, String& errorMessage) at Umbraco.Courier.BusinessLogic.Messengers.Content.ContentMessenger.Validate(Object id, Object parentId, String& errorMessage, User u) at Umbraco.Courier.Dialogs.TransferNode.validateNode(Int32 selectedId, Boolean transferChildren, String& validationErrors) at Umbraco.Courier.Dialogs.TransferNode.Page_Load(Object sender, EventArgs e) 

     
Please Sign in or register to post replies

Write your reply to:

Draft