Copied to clipboard

Flag this post as spam?

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


  • umbracov 38 posts 58 karma points
    Jul 13, 2011 @ 21:10
    umbracov
    0

    Transfer Error

    I get this error while trying to transfer using Courier1.1. Everything works great while logged in as administrator.

     

     

    Transfer Error!

    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.

  • Per Ploug 865 posts 3491 karma points MVP admin
    Jul 15, 2011 @ 09:52
    Per Ploug
    0

    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)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies