How do you safely and quickly move users from one mailstore to another?

In our current NMS configuration we have our clients spread across 4 mailstores (mstore0-mstore3). The current stores are filling up and we need to move some clients from each existing store to a new one (mstore4). MoveUser will move the users but seems very slow given the number of clients and messages will have to move. Is there any better method and as important has anyone else done anything similar and would share experiences?

Hi,
MoveUser is the safe and better way for moving the user.
Please mention from which version you are migrating users from different store.
hope the following link will help you
http://docs.iplanet.com/docs/manuals/messaging/ims52/mg/changes.htm#20138

Similar Messages

  • Bulk move users from one group to another in XI 3.1

    Hi all,
    I have a group that contains approximately 20,000 users. I now need to move around 7,500 of these users into a different group.
    How can I do this programatically in bulk as I don't want to go through and manually change the groups of 7,500 users?
    Thanks,
    Chris

    Hi Christian,
    Assuming you would need to move users from one group to another and remove them from the previous group, you could use the attached java code.
    To run the code, you would need to save it as .jsp file and paste it inside AdminTools application context.
    The pre-requisite to run this code is to create a Text file with all the 7500 user names in it. The text file should contain one user per line
    (example:
    User1
    User2
    User3
    You can get this information from query builder by running the below query
    Select top 20000 si_name from ci_systemobjects where si_kind='user'
    Initially do it for 2-3 users to text the results.
    You would need to edit the jsp and modify these three lines
    1.
                    * Assign user to a group
                   //Query for the group ID
                   boQuery = "Select SI_ID From CI_SYSTEMOBJECTS Where SI_KIND='UserGroup' And SI_Name='UserGroup name'";
    Above in SI_NAME, you would need to provide the usergroup name you want your users to be added to.
    2.
    if (boUserInfoObject.getGroups().remove(Group Id from which it has to be removed)) {
                            out.print("User removed from group successfully. ");
    Above you would need to provide the id of the group you want the users to be removed from(i.e the current group from where you want them to be moved).
    3.
    * Path to file containing User names.
    final String USER_FILE_PATH = "<Path of txt file from which list of users will be imported>";
    Above you need to specify the path of the text file which contains all the user names.
    Incase you require further assistance on SDKs, raise your concerns in the below space
    http://scn.sap.com/community/bi-platform/java-sdk
    Thanks,
    Prithvi

  • Move user from one OU to another

    How do I move a user from one OU to another in Active Directory

    Moving a user is just a rename operation.
    In LDAP terminology it is a modification of the relative distinguished name; mod_rdn.
    Assuming you have all the other JNDI stuff working, the following snippet is all you need:String oldUserName = "CN=Albert Einstein,OU=Research,DC=antipodes,DC=com";
    String newUserName = "CN=Albert Einstein,OU=Sales,DC=antipodes,DC=com";
    ctx.rename(oldUserName,newUserName);Good luck

  • How to Move users from one OU to another

    I need move user for one OU another, but show error
    this my script:
    Import-Module activedirectory
    $Users = Import-Csv -Delimiter ";" -Path "D:\Joan\teste.txt"
    foreach ($User in $Users)
        $DisplayName = $User.Usuarios
        $TempUser = Get-ADUser -Filter { DisplayName -like $DisplayName }
    Move-ADObject -Identity $DisplayName -TargetPath "OU=teste,DC=teste,DC=br"
    This error:
    ove-ADObject : Não é possível localizar um objeto com identidade: 'ALCIDES ALVES MACHADO                                                                      
    ' em: 'DC=teste,DC=br'.
    Em linha:8 caractere:14
    + Move-ADObject <<<<  -Identity $DisplayName -TargetPath "OU=teste,DC=teste,DC=br"
        + CategoryInfo          : ObjectNotFound: (ALCIDES ALVES M...               :ADObject) [Move-ADObject], ADIdentityNotFoundException
        + FullyQualifiedErrorId : Não é possível localizar um objeto com identidade: 'ALCIDES ALVES MACHADO                                                                      
    ' em: 'DC=teste,DC=br'.,Microsoft.ActiveDirectory.M
       anagement.Commands.MoveADObject

    I try, but... :/
    Move-ADObject : Não é possível validar o argumento no parâmetro 'Identity'. O argumento é nulo. Forneça um argumento que não seja nulo e tente o comando novamente.
    Em linha:8 caractere:25
    +  Move-ADObject -Identity <<<<  $TempUser.distinguishedname -TargetPath "OU=teste,DC=teste,DC=br"
        + CategoryInfo          : InvalidData: (:) [Move-ADObject], ParameterBindingValidationException
        + FullyQualifiedErrorId : ParameterArgumentValidationError,Microsoft.ActiveDirectory.Management.Commands.MoveADObject

  • How do I copy and paste vector art from one layer to another, keeping all of its attributes?

    When I copy a vector shape from one layer to another, the shape picks up the color attributes of an existing shape in the second layer (or sometimes only the outline of the shape appears). What to I do to avoid this from happening (I just just want to paste the shape in its original form and color)?

    OK - I guess this is a little more difficult than I imagined...
    Merge Layers rasterizes all the vector shapes - I want all the shapes to stay as vectors in the second (pasted) layer.
    Merge Shapes changes the color of the copied vector shape - I don't want to change the color
    Shape Layer via Copy [Ctrl] +[J] copies the layer containing the vector shape, but doesn't paste it into the second layer
    Any other ideas? Or, is it possible that PhotoShop doesn't support varied colored vector shapes on the same layer? I am coming from an InDesign background, and there was no issue having many different (colored) vector objects on the same layer.

  • How to move user from one partition to another partition

    i install ims 5.2 on solaris 8, the messagestore is default ..../partition/primary, now i add a new disk, and add a partition secondary through startconsole,when i want to move b user to the new parition , i get a error. anyone can help me, thank a lot
    $ ./mboxutil -r user/b/inbox user/b/inbox secondary
    System I/O error. Administrator, check server log for details.
    $

    hi,jay_plesset
    i downloaded the 5.2p1 and installed it, there are some error.
    Running Post-install procedures.
    /usr/iplanet/server5/msg-ultra1/imsimta chbuild
    -- line #3 of language code fileno country name specified --
    /usr/iplanet/server5/msg-ultra1/imsimta cnbuild
    07:27:11.93: Error in mm_init -- error initializing ch_ facility: no country nam
    -- line #3 of language code file
    /usr/iplanet/server5/msg-ultra1/imsimta cleandb
    /usr/iplanet/server5/msg-ultra1/imsimta version
    SunOS ultra1 5.8 Generic_108528-13 sun4u sparc SUNW,Ultra-1
    iPlanet Messaging Server 5.2 (built Feb 21 2002)
    libimta.so 5.2 (built 15:07:23, Feb 21 2002)
    New Installed Version is 5.2
    WARNING: Newly Installed revision string 0 does not match, it should be 1.09
    2.what's your mean,"Moving a user's partition by manually moving files, will not update the LDAP database. You MUST do this manually, "
    i mv the user,and run reconstruct -m, everything seems ok.

  • How do I copy effects (crop, movement, etc) from one clip to another?

    I have adjusted one clip of footage  in my "timeline" to be a certain size, etc and I want to apply those same effects to a bunch of clips in the timeline. How do I do that? One use to just copy the clip and paste properties but I can't find how to do that in FCPX.
    Thanks for any help

    Thot I'd pop back over here after happening upon the Cmd-Opt-C keystroke which is defined in FCPX Help as "copy selected effects".
    This implies that instead of the old way (Copy with Cmd-C, then select attributes with the Paste Attributes (Opt-V) command), one makes the effects choices up front -- using cmd-opt-C, and then pastes them using the Cmd-Opt-V keystroke.
    However, I see no difference between using Cmd-C and using Cmd-Opt-C.  The Cmd-Opt-V keystroke still ends up pasting all attributes/effects.
    Guess I'll go bring this to their attention.

  • I have a 2008 Macbook.  How do you change out the hard drive from one macbook to another?  Maybe I just need the special screwdriver to get the hard drive out?

    I have a 2008 Macbook.  I want to install a newer (used) hard drive into this one.  I think all I need is the special screwdriver to remove it, then install it.  Where can I get that screw driver?

    There is some information on how to, plus some tool lists in the online iFixit guides for repair and replacement of parts, in these computers.
    •MacBook Unibody model A1278 Repair (aluminum)
    http://www.ifixit.com/Device/MacBook_Unibody_Model_A1278
    http://www.powerbookmedic.com/mac-repair.php
    OWC Macsales offers tools for sale, online instruction videos
    and other helpful information without having to buy.
    A few tools are rather specific to various models.
    Good luck!

  • How do you change an iTunes gift card  from one account to another?

    I Want to know!

    Click here and ask the iTunes Store staff to put the balance back onto the card; they'll only do this if none of it has been spent.
    iTunes Store credit can't be spent on any sort of gift.
    (97629)

  • Moving users from One Group to another

    Hi Guys,
    I am looking for a script which will allow me to move users from One ADGroup to another ADGroup. I have checked ther scripts which are currently present. However, none of them if fixing my issue.
    Details:
    I have Different locations and users moves from one location to another location and same thing happens as they gets moved from one Tower to another Tower (Like From TOWER A to Tower B). Also users gets promoted and most of the time they are in bulk.We also
    have 2 domains one is parent and another is child domain.
    So, I hope above information is making sense and also I Completely new to PS so after going to lot of scripts i asking for help on this. I hope I can gets this sorted out as soon as possible as my work is piling up.

    You are asking a lot of questions about AD.  Do you know how to do this in AD with D tools?
    There is no magic way to guess at what you need. I recommend that you start by learning AD and PowerShell.  There are good resources here:
    http://technet.microsoft.com/en-us/scriptcenter/dd793612.aspx
    ¯\_(ツ)_/¯

  • Move photos from one Album to another

    I am a neophyte with Aperature and am in the process of setting up a cataloguing system in it.
    I wound up with photos in alblums that I want to move to another alblum and not be where they currently are.
    How do I do that?

    To move from one album to another simply drag and drop the images to the new album and remove them from the old one.
    Albums are not masters containers, they just have links to the masters. If you drag and drop an image from one album to another, the destination album will show the images, however the masters will be still at the project they were.
    If you need to move the images to another project select the project that contains the images in the project panel, then in the browser select the images you want to move and drag them to the project you want to move them to. All the links in any album you have those images will be update automatically.
    Hope this makes sense.

  • Having arranged some scanned pictures in an album in I-Photo how can I keep them in the order I have chosen when I move the album. They all have the scan date and not the taken date and move to new positions if I move them from one album to another.

    Having arranged some scanned pictures in an album in I-Photo how can I keep them in the order I have chosen when I move the album. They all have the scan date and not the taken date and move to new positions if I move them from one album to another.
    Is there any way to re-number them in the order I have chosen so that they can then be sorted by number? The scans are all from pre-digital images that I wish to move to a photobook and I don't want to have to organise them twice!
    Thanks for any suggestions.

    I was a bit short, Chris, sorry. It is limited, what can be posted, when typing on an iPad.
    Now I am back on my Mac. I meant the following:  Batch Change the date for a large range of photos, that should have a date stepped in increments.
    Select all Photos at once and use the command "Photos > Batch Change".
    Then set the date for the first photo and select an increment, e.g. one minute.
    Now all photos will get a new date assigned, incremented by one minute, in the sequence you have selected. So you will be able to sort them by date.  This way it will be unnecessary to change the titles or filenames.

  • How do you move icons from one page to another?

    How do you move icons from one page to another?

    hold down on an app till everything start shaking then move it to one side of the ipad and it'll change "pages" after a second or two.

  • How do you move pictures from one album to another

    how do you move pictures from one album to another?

    Pictures can appear in any number of albums.
    To move from one album to another, add the picture to the new album and then right click on the picture, select Remove from album and then select the album you want to remove it from.
    If you need further help, please let us know which version of Photoshop Elements you are using and which operating system you are running on.
    Brian

  • How do you move pictures from one catalog to another?

    How do you move pictures from one catalog to another?  I have just got the program and have moved pictures into the default catalog. I have now created several new catalogs and want to move pics from the default into the new catalogs. I don't see this answer in the general help or my "dummies" book.

    pspack1 wrote:
    How do you move pictures from one catalog to another?  I have just got the program and have moved pictures into the default catalog. I have now created several new catalogs and want to move pics from the default into the new catalogs. I don't see this answer in the general help or my "dummies" book.
    It's not a good idea to create multiple catalogs. For one thing, this defeats the purpose of the Organizer as a way to search for and find your photos; the search can only operate within a single catalog. Also, there are no functions in PSE that work across multiple catalogs. And even though you can "manually" combine the catalogs if you so desire, you lose information such as collection/album membership, stacks, version sets, creations and a few other things.

Maybe you are looking for

  • How to restrict a user to change his/her account information?

    Hi, I want to restrict some users so they can't change their account information (password, name, homepage, etc.). Any clue? TIA

  • Services in unknown state

    Hello All, I have a 2 node RAC cluster running on Oracle 11G on Windows 2003. Everything appears to be working fine, but I have some services in an unknown state. If I stop all services using CRSCTL STOP CRS on any node, all services go offline as ex

  • CS6 Master Collection "Sign In Required" (trial version) window on application startup?

    I am getting a "Sign In Required" window with and adobe ID for a trial version upon running any CS6 application, photohsop, dreamweaver, etc. I have a full purchased install and was working fine for 3 months, what happend and how can I fix it. I can'

  • Macbook pro 10.6 Copying larger files to external

    I'm stuck. I am trying to copy MOV and MTS files from one hard drive to another. I keep getting an error message. Here are the facts: Macbook Pro OS 10.6.8 Hitachi hard drive 2tb Copying MOV and MTS files Hitachi has been formatted many times to Mac

  • Problem with SQL Script in report

    Post Author: danish CA Forum: Data Connectivity and SQL Hi Can someone tell me why I'm not getting the right answer.Basically I want to pick up all creditors invoices that have been invoiced to the 31/12/2007 and then I don't want to count those that