Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I get this error while trying to transfer using Courier1.1. Everything works great while logged in as administrator.
Details:
System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.ArgumentException: No User exists with ID -1 at umbraco.BusinessLogic.User.setupUser(Int32 ID) at umbraco.BusinessLogic.User..ctor(String Login, String Password) at Umbraco.Courier.Webservices.Helper.AuthorizeClient(String login, String password) at Umbraco.Courier.Webservices.Messenger.ValidateDependency(String dependencyKey, Object validationObject, String login, String password) --- End of inner exception stack trace --- 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.ValidateDependency(String dependencyKey, Object validationObject, 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)
As far as i have checked all the permissions are sset in the 'Users' section. Also in courier.config I have set
<user>*<user/>
I have set up this user as a Editior and all permissions are set up for the usertype Editor, nothing works though.
Could some one shed some light on what could be missing????
Thanks.
From the error message I would say that the error is caused by your user not validating.
It tries to fetch the user based on password and login, that fails so it gets a user ID = -1 back
So my guess is that the 2 installations do not have the same user credentials for that specific user or
that one site has password encoding = hashed and the other = Clear (under membership in the web.config)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Transfer Error
I get this error while trying to transfer using Courier1.1. Everything works great while logged in as administrator.
From the error message I would say that the error is caused by your user not validating.
It tries to fetch the user based on password and login, that fails so it gets a user ID = -1 back
So my guess is that the 2 installations do not have the same user credentials for that specific user or
that one site has password encoding = hashed and the other = Clear (under membership in the web.config)
is working on a reply...