Copied to clipboard

Flag this post as spam?

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


  • Murray Roke 503 posts 966 karma points c-trib
    May 06, 2014 @ 06:48
    Murray Roke
    0

    I need to merge 2 umbraco DBs the target one has no members the source one does. Is there a way to Import as well as export?

  • Richard Soeteman 4035 posts 12842 karma points MVP
    May 06, 2014 @ 07:03
    Richard Soeteman
    100

    Hi Murray,

    Yes it's possible if you use CMSImport as well. Export the members from the source then change the web.config of the target to set the password format of members to plain text otherwise the hashed password gets hashed again. Then import the members and set password format to hashed again and all should be good.

    Hope this helps,

    Richard

  • Murray Roke 503 posts 966 karma points c-trib
    May 12, 2014 @ 04:01
    Murray Roke
    0

    Hi Richard,
    I tried this and I get the error message "Login is required".

    • I am logged into the admin (obviously)
    • The CSV has a column labelled "Login"

    I'm not sure what else this could mean.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    May 12, 2014 @ 08:53
    Richard Soeteman
    1

    Hi Murray,

    The file is propably ANSI encoded where CMSImport requires UTF-8. Opens the file in Notepad. Then save it with encodingf UTF-8 and try again. I'm sure it will be picked up now.

    Sorry for the hassle.

    Best,

    Richard

  • Murray Roke 503 posts 966 karma points c-trib
    May 12, 2014 @ 09:05
    Murray Roke
    0

    Yep,
    Thanks.

Please Sign in or register to post replies

Write your reply to:

Draft