I have installed courier on both by development and staging server and when I try to Transfer my content I get the following error
Transfer Error!
There was a problem connecting to the target server 'http://web1.eval.veros.verosapps.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://web1.eval.veros.verosapps.com'
That Umbraco Courier is installed on the target server as well
That this server are able to reach and communicate with 'http://web1.eval.veros.verosapps.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
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)
Both the dev and staging environments are on the same webserver.
Transfer Error!
I have installed courier on both by development and staging server and when I try to Transfer my content I get the following error
Transfer Error!
There was a problem connecting to the target server 'http://web1.eval.veros.verosapps.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://web1.eval.veros.verosapps.com'
That Umbraco Courier is installed on the target server as well
That this server are able to reach and communicate with 'http://web1.eval.veros.verosapps.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)
Both the dev and staging environments are on the same webserver.
Any help appreciated.
is working on a reply...