Using the MoveUser utility in IMS 5.2 hotfix 1.21

We are in need to move users from one store server to another.
I am tryng to use the MoveUser utility but IMAP keeps coming back with the following error
%Encryption or a stronger authentication mechanism required
%Encryption or a stronger authentication mechanism required
%Encryption or a stronger authentication mechanism required
Server responded [Too many authentication failures]
I'm running this as the privileged mail user
and have the following imap service information on both servers
service.imap.allowanonymouslogin = no
service.imap.banner = "%h %p service (%P %V)"
service.imap.createtimestamp = 20031121172923Z
service.imap.enable = yes
service.imap.enablesslport = no
service.imap.idletimeout = 30
service.imap.maxsessions = 4000
service.imap.maxthreads = 250
service.imap.modifytimestamp = 20040322150528Z
service.imap.numprocesses = 1
service.imap.objectclass = nsmsgCfgImap
service.imap.plaintextmincipher = 0
service.imap.port = 143
service.imap.sslcachesize = 0
service.imap.sslport = 993
service.imap.sslusessl = no
Anyone familiar with the MoveUser utility?
Thanks

MoveUser gains access to the user's mailboxes by use of the PROXYAUTH mechanism. You have to supply a "store admin" user for proxyauth, and the password for that.
By default, the store admin's name is "admin", but it could be anything. Check your configutil output for "store.admins", and use the user found there.
Test proxyauth by telnetting directly to the imap port, and giving commands like this:
telnet server 143
a login proxyauthuser proxyauthpassword
(server should respond with something including OK)
b proxyauth some_user
(server should respond with something including OK)
c select inbox
(server should give you a listing of what's in the user's inbox. If you fail at any step, you are not correctly set up for proxyauth, and need to check all the steps).
d logout

Similar Messages

  • How do I use the km utility to get a working Swedish keyboard at inst?

    Hi,
    This is my initial post on this forum. I'm interested in archlinux as I find "the arch way" appealing, however I'm faced by a little problem first thing during the setup. It wasn't easy choosing between newbie corner and the installation forum, after consideration I picked the latter.
    I want to install archlinux on my Acer Aspire 1642ZWLMi, which has a swedish keyboard layout. I want to be able to use the swedish characters åäö during and after the installation phase.
    The installation CD suggests that I should run the km utility and pick my keyboard layout and a corresponding console font. How do I find information on which ones to choose?
    I have tried some of the layouts with the prefix se- (there are four) but I don't know which console font that has the necessary characters. Even if I managed to pick the correct layout I might very well have chosen an incompatible console font to go with it.
    Thanks for reading my post. I would greatly appreciate any help I can get!

    Thanks for trying to help me. Though I had already tried the suggested combination of keyboard layout and console font using the km utility.
    When I run the km utility first thing during install and choose 'se-lat6.map.gz' as keymap and 'lat9w-16.psfu.gz' as console font it still doesn't work. When I type åäöÅÄÖ on my keyboard åæøÅÆØ is displayed in the console. My search results are telling me that æ and ø are the danish (and some other languages) equivalent to ä and ö.
    It is also worth giving emphasis to the fact that the km utility just lets me choose keyboard layout and console font. Which means I'm unable to set any consolemap.
    If it's not possible to get swedish characters to work during the installation process I guess installating archlinux first and configuring the keyboard, console font and console mapping later is an option.
    How did people from outside the US/UK perform their install? And more specifically in my case, people from Sweden?
    All suggestions are welcome! I'm quite eager to try out archlinux.
    Last edited by tnek (2008-06-11 21:25:35)

  • I used the migrator utility to transfer music and picture from my old PC and now I have 2 accounts on my new Mac, how can I get back to one account and still have the music and photos transfered ?

    I used the migrator utility to transfer itunes and photos from my old PC to my new Mac and ended up with 2 accounts on my new computer. How do I transfer the music and photos and only have the 1 account on the new Mac ?

    That's not easy.  The Windows migration tool makes a new user account, and you can't prevent it.
    You may be able to transfer what you want manually, but it's not quick or easy.  See Transferring files from one User Account to another.

  • Error while using the export utility

    Dear all of
    I am getting the following error while using the export utility in the Oracle database 9i
    I have run the catexp.sql and catrm.sql suggested by the experts in this forum. But it did not help me. Kindly help me in solving this issue.
    FOLLOWING ARE THE ERROR ----------------------------
    EXP-00008: ORACLE error 942 encountered
    ORA-00942: table or view does not exist
    EXP-00024: Export views not installed, please notify your DBA
    EXP-00000: Export terminated unsuccessfully
    -----------------------------------------------------------------------------------------------------------------------------------

    Can you go to this discussion please.
    Re: Getting a strange error for Exp
    -aijaz

  • Help needed in using the DocCheck utility

    Hi
    Can somebody help me to use the DocCheck utility.I need to check that all the java files have the required javadoc tags and they are correct.
    I have downloaded the zip file and I have been giving the following commands
    c:\javadoc -doclet com.sun.tools.doclets.doccheck.DocCheck -docletpath c:\svk\jdk1.2.2\bin\doccheck1.2b1\lib\doccheck.jar -sourcepath<full path with the file name>
    But I get the following error message : No package or class specified.
    I also tried giving the following command:
    D:\SegaSource\sega\src\com\sega\account>javadoc -doclet com.sun.tools.doclets.do
    ccheck.DocCheck -docletpath d:\jdk1.3\doccheck1.2b1\lib\doccheck.jar User.java
    But I get the following message:
    Loading source file User.java...
    Constructing Javadoc information...
    javadoc: warning - Import not found: com.sega.account.address.Address - ignoring
    javadoc: warning - Import not found: com.sega.account.icon.Icon - ignoring!
    javadoc: warning - Import not found: com.sega.common.DateUtil - ignoring!
    javadoc: warning - Import not found: atg.nucleus.GenericService - ignoring!
    javadoc: warning - Cannot find class com.sega.account.icon.Icon
    javadoc: warning - Cannot find class com.sega.account.address.Address
    javadoc: warning - Cannot find class com.sega.account.MasterManager
    7 warnings
    please help
    Thanks
    SVK

    I have never ran the DocCheck from the command prompt, so I really don't know how to do it, but I do run it succesfully using ant (build tool from apache - jakarta, if you use tomcat you already have it installed).
    So.. if you do use ant.. this will help:
    <target name="doccheck" depends="prepare">
         <javadoc
              packagenames="${packages}"
                    destdir="${doccheck.home}"
              doclet="com.sun.tools.doclets.doccheck.DocCheck"
              docletpath="${doccheck.path}" >
              <classpath refid="project.classpath"/>
              <sourcepath refid="project.classpath"/>
         </javadoc>
    </target>If you don't use it.. I guess I was of no help, sorry.
    Ylan

  • I am trying to upgrade my hard drive in my mac book pro using the disk utility in an attempt to clone my old hard drive.  I can only get so far, just before cloning may start and receive an "error 254" and can go no further.  Any idea what this error is?

    I am trying to upgrad the hard drive in my mac book pro using the disk utility in an attempt to clone my old hard drive.  I can only get so far throughj the process where its about to start cloing when I get a message " error 254".  Any idea what that means and how do I get around this issue so I can use my new hard drive?  Thanks for your input.
    Vince

    Connect the HDD to your MBP.  Open Disk Utility>Erase and drag the HDD icon inrt the Name field.  The format should be Mac OS Extended (Journaled).  Click on the Erase button.
    Then try the clone process again.  You may use Disk Utility>Restore or a third party cloning application such as Carbon Copy Cloner or Super Duper.
    Ciao.

  • I am trying to get my Canon MP190 to print with Macbook, OS10.5.8. I used to use the printers utility file to check ink levels. Now am told must go to Apple for latest drivers, etc. Where do I go??I am lost.

    DesertCatVicki
    I am trying to get my Canon MP190 to print with Macbook, OS10.5.8. I used to use the printers utility file to check ink levels. Now am told must go to Apple for latest drivers, etc. Where do I go??I am lost.

    Printer and Scanner software available for download:
    http://support.apple.com/kb/HT3669?viewlocale=en_US

  • Importing outline using the load utility

    Hi all,
    I have extracted my outline using the EPMA file generator and the file is a csv file. I'm trying to load it using the load utility and I'm getting this error
    "Unable to obtain dimension information and or perform a data load: Unrecognized column header values"
    First row in the excell sheet: !Hierarchies=Account
    Second Row: Parent, Child, Data storage......
    Do I need to change this header...?

    Which utility are you trying to load it with? If it is EPMA then you should look at using the EPMA batch client - http://download.oracle.com/docs/cd/E12825_01/epm.111/epma_batch_user/launch.html
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Using the java.util.logging in JDK1.3

    I would like to use the java.util.logging classes of JDK1.4 in JDK1.3. So I tried creating a new jar with only the java.util.logging package, however, javac generates the error:
    >>>>>>
    bad class file: E:\ThinClient\Log\logging.jar(java/util/logging/Logger.class)
    class file has wrong version 48.0, should be 47.0
    Please remove or make sure it appears in the correct subdirectory of the classpath.
    <<<<<<<
    I tried placing the jar both in classpath and bootclasspath during javac and still was not successful, is there any way of getting around this, other than re-implementing this or getting some third parties implementation such as Apache's log4j?

    check out Lumberjack in sourceForge

  • I lost the hd recovery in my mac. I already erased and the hardrve using the disk utility but then if i try to install the os x using os x utility it sees that could not find installation information for this machine .

    I lost the hd recovery in my mac. I already erased and the hardrve using the disk utility but then if i try to install the os x using os x utility it sees that could not find installation information for this machine .. Plz help

    Recovery Partition – Recreate Without Reinstalling
    Recovery Partition – Recreate Without Reinstalling (Requires Installer)

  • Can I use the Disk Utility Application to backup bootcamp windows 7?

    Can I use the Disk Utility Application to backup Bootcamp that has Windows 7 on it?  If I install a new blank drive, I would like to know that using Time Machine I can get the MAC OS back and using the Disk Image Utility I can restore Bootcamp with Windows 7.

    NO.
    You have to use Windows or a Windows utility.
    There are programs that will clone an entire drive (sector) as well.
    DU does not though. Paragon does support Boot Camp.

  • TS1367 I have MacOS 10.5.8. It is not booting. It stops at the blue screen. I used the disc utility - verify disc. I get the following message - Invalid sibling link. Volume check failed. Error: Filesystem verify or repair failed. Please give a solution a

    I have MacOS 10.5.8. It is not booting. It stops at the blue screen. I used the disc utility - verify disc. I get the following message - Invalid sibling link. Volume check failed. Error: Filesystem verify or repair failed. Please give a solution anybody?

    Many times I tried to simply update from 10.5.8 without any success. It starts and after few minutes ...
    I used many different install disks (I bought ofiicial release from Mac seller), so I think this is not a problem with wrong version or bad install disk. A few days ago I've got back my computer from Apple  technical support and technician told me he had this same problem with system installation

  • Would using a Apple Time Capsules be easier to use as you can use the Airport Utility to set everything up? Would using encryption affect the speed / durability / life span of the drive in a computer or Time Capsule?

    Would using a Apple Time Capsules be easier to use as you can use the Airport Utility to set everything up?
    OR would there be better programs out there that would do more than Airport Utility on a non Apple drive?
    Would using encryption affect the speed / durability / life span of the drive / Fusion drive in a computer or Time Capsule?

    1. Time Capsules are the easiest device to setup for Time Machine.
    2. Sorry this is unclear. There are a huge number of routers available that have far superior controls than apple routers.. some support Time Machine.. most don't. They negate your question 1. in being difficult to setup. And alot of 3rd party devices that claim Time Machine compatibility are unreliable.
    3. Encryption is irrelevant.

  • I just bought an AirPort express. Currently I have a qwest wired router plugged into the back of my computer via an ethernet cable. Can I just unplug the ethernet cable and plug it into the AirPort express, then use the setup utility?

    I just bought an AirPort express. Currently I have a qwest wired router plugged into the back of my computer via an ethernet cable. Can I just unplug the ethernet cable and plug it into the AirPort express, then use the setup utility? Most of the discussions involve an existing wireless network. I don't have one.

    Correct. That's the way to set up the AirPort Express. After connecting your AirPort Express to the router, open AirPort Utility (in /Applications/Utilities) and follow the steps

  • To add a 6 TB G-Raid (Mac os extended) ext drive to a 2Tb time capsule, using a powered usb with the TC usb port. Using the airport utility 5.6 on iMAC (10.7.3). Went to manual setup,then disk. Have options of the TC

    Want to add a 6 TB G-Raid (Mac os extended) ext drive to a 2Tb time capsule, using a powered usb with the TC usb port. Using the airport utility 5.6 on iMAC (10.7.3). Went to manual setup,then disk. Have options of the TC or 6TB. Won't allow update to the 6TB

    4Buck5 wrote:
    Want to add a 6 TB G-Raid (Mac os extended) ext drive to a 2Tb time capsule, using a powered usb with the TC usb port. Using the airport utility 5.6 on iMAC (10.7.3). Went to manual setup,then disk. Have options of the TC or 6TB. Won't allow update to the 6TB
    I am not 100% what isn't allowed.. but I am assuming you want to spread the backup across the two disks.. internal TC and 6TB external.. this is not possible.. It has to be one or the other. TC has no way to build a raid JBOD or anything else. Nor would you want to as that is the most likely to fail and kill your data.
    Let me add, backing up 6TB over USB on TC.. will be the most excruciating experience of your life.. cf child birth or passing kidney stones.. large ones.. being the male equivalent.

Maybe you are looking for