Calendar Server Migration from iplanet5.2 to Sunjava messaging server

Hi
Can any one help me on Calendar server migration.
How can i migrate the calendar server from iplanet 5.2 to sunjava messaging server
Users
Calendar resources
Groups
Attributes

Hi,
I assume you mean iplanet calendar server 5.1.1 to the latest calendar server (6.3). If so, I suggest you start by reading through the calendar server admin guide which goes through the steps involved and tools to use to migrate from 5.1.1 onto calendar server 6.3.
http://www.sun.com/bigadmin/hubs/comms/library/manuals.calendar.jsp
Regards,
Shane.

Similar Messages

  • Migration from Access97 - Run time error message

    When I am trying to migrate from Access 97 to Oracle 8i Using Migration Work Bench I am getting the following error message.
    Microsoft Visual C++ Run Time Library (Message Title)
    Runtime Error
    Program: C:\ProgramFiles\Oracle\jre\1.1.7\JREW.EXE
    Abnormal Program Termination
    OK (button to click.)
    Please help me with your valuable input.
    null

    And is a boolean operator. Try it like this instead:
    Select Case ComboBox1.Text
    Case "Banks"
    Sector = "Bank"
    Index = -0.086
    Case "Mobile Telecommunications"
    Sector = "Mobile Telecommunications"
    Index = -0.024
    Case "Real Estate Investment Trusts"
    Sector = "Real Estate Investment Trusts"
    Index = 0.132
    End Select
    Still lost in code, just at a little higher level.

  • Calendar server Migration from one server to another

    Dear folks,
    We are planing to move our calendar server from one server to another, Platform is same, OS is same, Calendar server on both systems are having similar version, Only pointing to new directory server but same schema level and populated with same users,
    What would be the best approach to accomplish this:
    1) Just take backup of Database & Restore it on the new server
    2) Run Migration utility .....
    ll appreciate for any help......
    Thanks

    Sp00ky_Geek wrote:
    We are planing to move our calendar server from one server to another, Platform is same, OS is same, Calendar server on both systems are having similar versionHow 'similar'? (showrev -p | grep ics)
    Only pointing to new directory server but same schema level and populated with same users,
    What would be the best approach to accomplish this:
    1) Just take backup of Database & Restore it on the new server
    2) Run Migration utility .....Which migration utility?
    If they are the same platform/version you should be able to copy the database across as-is. The users directory entries (icsdwphost) will need to be updated to reflect the new hostname for the calendar server.
    As with any move/migration, test and retest.
    Regards,
    Shane.

  • Calendar Server 1.x to 3.x Migration

    I need to migrate my Calendar Server 1.x to Calendar Server 3.5.
    How do I export my calendar user information?
    <P>
    Use CTDB2LDIF.This information is available in the Calendar Server
    3.5 ReadMe.
    <P>
    SYNTAX
    ctdb2ldif -n node-ID [ -host hostname ] [ -p sysOpPwd ] [ -f filter ]
    [ -dnsuffix dn ]
    ctdb2ldif -v
    ctdb2ldif -h
    DESCRIPTION
    The ctdb2ldif script exports the database of a specific Calendar node
    into an LDIF file which describes a series of modifications in the form
    of change records. This utility can be used to add new entries or to
    modify existing entries in a pre-populated directory server, or to
    populate a new directory server.
    The created LDIF file can be used by the ldapmodify utility to apply
    the entry modification information to the directory server.
    ctdb2ldif outputs two files, node.ldif and
    undo.ldif.
    OPTIONS
    -n
    node-ID
    Node-ID of the node to export.
    -host
    hostname
    Specifies the host on which the database for the specified Node-ID can
    be found. The default is localhost.
    -p
    sysOpPwd
    Specifies the password of the node's SYSOP.
    -dnsuffix
    Specifies a suffix string to be used when creating distinguished names
    for directory entries.
    -f
    filter
    Specifies the calendar item to export. The filter has the following
    format: "key=value/.../key=value" where key is one of the key listed
    below (uppercase and lowercase both accepted) and value is a string
    that can contain wild cards (*).
    Key
    Directory Fields
    S
    Surname
    G
    Given name
    I
    Initials
    Q
    Generation qualifier
    OU1
    Organizational Unit 1
    OU2
    Organizational Unit 2
    OU3
    Organizational Unit 3
    OU4
    Organizational Unit 4
    O
    Organization
    C
    Country
    A
    Administration domain
    P
    Private Domain
    EMPL-ID
    Employee number
    -v
    Prints the current version.
    -h
    Prints a usage message explaining how to run ctdb2ldif.
    EXAMPLES
    1.The following command:
    ctdb2ldif -n 10000 -dnsuffix "o=Airius.com"
    exports the database of the calendar node 10000 on localhost using an alternate distinguished name suffix instead of the basedn specified in
    /users/unison/misc/ctdb2ldif.ini into an LDIF file.
    2.The following command:
    ctdb2ldif -n 10000 -dnsuffix "o=Airius.com"
    exports the database of the calendar node 10000 on localhost using an alternate distinguished name suffix instead of the base dn specified in
    /users/unison/misc/ctdb2ldif.ini into an LDIF file.
    FILES
    /users/unison/misc/ctdb2ldif.ini
    [CTDB2LDIF]
    NOTE: A "#" as the first character in a line is used to indicate that this line is a comment and should be ignored when ctdb2ldif is run.
    ldifdir =
    Specifies the output directory for LDIF files. The default directory is /users/unison/tmp.
    userfilterfmt = "(&(givenName=%gn)(surName=%sn))"
    Specifies the LDAP search filter format to be used to match existing entries.
    Supported format codes are :
    %sn
    SurName
    %gn
    GivenName
    %in
    Initials
    %ge
    Generation
    %u1
    OrgUnit1
    %u2
    OrgUnit2
    %u3
    OrgUnit3
    %u4
    OrgUnit4
    %co
    Country
    %d1
    AdminDomain
    %d2
    PrivmDomain
    %ad
    Address
    %en
    EmployeeNo
    %ph
    Phone
    %fa
    Fax
    %ex
    Extension
    %jt
    JobTitle
    %re
    ResourceName
    %rn
    ResourceNo
    %ca
    Capacity
    %no
    Node-ID
    %id
    ItemId
    [LDAP,v2,NSCP,1]
    host =
    Specifies the host on which the LDAP directory server is running.
    The default host is localhost.
    port =
    Specifies an alternate TCP/IP port on which the LDAP directory server
    is listening. The default port is 389.
    basedn =
    Specifies the starting point for search operations on the Directory
    Information Tree. The default is "o=Airius.com".
    binddn =
    Specifies the distinguished name used to bind to the LDAP directory
    server. The default is "cn=Directory Manager".
    NOTE: If this LDAP directory server is 1.03, this binddn must also
    include the basedn. For example, the binddn should be changed to
    something like "cn=Directory
    Manager,o=Airius.com".
    bindpwd =
    Specifies the password used to bind to the LDAP directory server.
    The default is secret99.
    admin =
    Used in conjunction with the basedn to specify the location of Calendar
    administrators in the Directory Information Tree. The default value is
    "ou=Netscape Servers".
    admingroup =
    Used in conjunction with the basedn to specify the location of Calendar
    administrators in the Directory Information Tree. The default value
    is "cn=Netscape Calendar Server Administrators,ou=Netscape Servers"
    defaultpwd =
    Default user Password to use for entries without a password. The
    default password is "sesame".
    /users/unison/log/ctdb2ldif.log
    A log file of all related errors and warnings.
    /users/unison/tmp/node.ldif
    /users/unison/tmp/undo.ldif
    LDIF files describing a series of modifications in the form of change
    records.
    /bin/slapd/server/ldapmodify
    A shell-accessible interface to the ldap_modify(3) and ldap_add(3)
    library calls.
    WARNINGS
    Items with an empty SurName are exported with the "CalUser:
    " (eg. "CalUser 10000:00256") value as directory entries with
    the inetOrgPerson object class are required to have a surname.
    Only the first eight characters of the original passwords are used to
    construct the encrypted value of the userPassword attribute; the rest
    are ignored.
    RETURN VALUES
    Exit values are:
    0 Success
    1 Failure
    2 Usage error
    3 User interrupt

    Hi,
    You are very welcome.
    You can always migrate from ADFS 1.x to ADFS 2.0, we cannot upgrade from ADFS 2.0 to 3.0 though.
    Since we are not very familiar about ADFS, so the experts in ADFS forum as I mentioned above will provide more efficient support to you.
    More information for you:
    Migrating from AD FS 1.x to AD FS 2.0
    http://technet.microsoft.com/en-us/library/ff678035(v=WS.10).aspx
    ADFS 2.0 compatibility with ADFS 3.0
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/45b579ca-ba3b-49e6-8cbd-285516de6cc3/adfs-20-compatibility-with-adfs-30?forum=winserverDS
    Have a nice day!              
    Amy

  • Migration from MS Exchange 2003 to Mavericks Server

    Can anyone recommend a migration path from MS Exchange 2003 to OS X Mavericks Server? The key features to be migrated and used with the new server are: email, contacts, calendar, group tasks management, file sharing.
    Also, any hardware recommendation? Is Mac mini enough for a group of about 6-8 other Macs or could we benefit from the new Mac Pro? Perhaps an iMac (with a Fusion Drive)?
    Thanks for any suggestions.

    Reginato Gobbo wrote:
    knowing the limitations, I d´like to know if there is any tool to migrate all the mailbox from Exchange Server 2007 to Mavericks Server.
    I don't think you know the limitations — Exchange Server provides rather more than what Postfix and Dovecot do.   
    This is a generic Exchange Server to Postfix/Dovecot migration, which — in conjunction with the imapsync option — might find some other discussions. 
    For migrating from Exchange Server itself, AFAIK, no, there are no packaged tools for that available.   Tools such as imapsync can be used to migrate mail among imap servers, which can be an option here once imap is enabled on the Exchange Server, and once you know (or reset) all the passwords.  Or you can select all and then drag and drop the messages. 
    Slightly closer to Exchange Server in capabilities are the Zimbra and Kerio products.  Zimbra has migration tools, IIRC.
    FWIW, please do not thread-jack, it just confuses the discussions — or at least it usually just ends up confusing readers.  This is a very different question from the original, and should be its own separate thread.

  • Migrate from Exchange Server 2011 to Mac OSX Lion Mail Server

    Hi all,
    I'm looking to migrate from Exchange Server 2011 to Mac OSX Lion Mail Server.  I work for a company with roughly 30 employees and they use exchange for mail, contacts and calendars.  We want to take full advantage of OSX Server and to completly get off of exchange.
    What are the best ways to do this?  Are there any tools available to help this process?

    I agree with the points made by Strontium90. If you have any PCs then Apple's mail/contacts/calendar software is a poor choice. Kerio Connect as a mail/contacts/calendar server would not only support Macs but would also do a good job supporting PCs running Outlook.
    If you are going to become a pure Apple site, then you could use just the Apple software and this would be cheaper than using Kerio. For 30 users this might be a suitable solution, however even in a pure Apple environment many people prefer Kerio. For example I find Kerio much more pleasent when dealing with email addresses across multiple domains, email aliases, email group addresses, and so on. Kerio also has built-in email archiving, that is keeping a record of all emails. Kerio also provides a web-browser client for accessing email, calendar and contacts. It is worth noting that as standard Mountain Lion Server no longer includes a webmail feature. While I personally find the Kerio webclient rather ugly it does work.
    There are some annoyances I have with Kerio, firstly they have always charged a 'maintenance' fee for their software. This provided access to software updates, and in the past also provided access to Kerio technical support. Unfortunately they now only let you make two (2) support cases per year for that cost, and you now have to pay extra for any more cases. Also while they added support for EWS (Exchange Web Service) to allow using Outlook 2011 for Mac as a supported email client, they did a poor job of this so that it does not work properly with any other EWS compatible client. This means it will not work in EWS mode with Apple Mail, nor with Outlook for Windows. While there are other ways to connect these other clients, this seems a foolish move and there have been plenty of requests to fix this.
    Apple's Mail client uses EWS to connect to a 'real' MS Exhange server.

  • Calendar Free/Busy permissions being ignored for users migrated from Exchange 2003, fine for new users created on Exchange 2010

    I have uncovered a situation where it seems the free/busy permissions are being ignored for users that were migrated from Exchange 2003 to Exchange 2010.
    I have the default permissions set to only show Free/Busy Time, not Details.  However if I look at the calendar for a users who was migrated from the old Exchange 2003 server, I can see details.  If I look
    at a newer user who was added directly to the Exchange 2010 server, I (correctly) only see the times and "Free" or "Busy", not the specific details.
    I verified the permissions on the migrated mailboxes many different ways (Exfolders, cmdlets, etc) and all signs point to only allow showing Free/Busy Times, but alas, I can still see the Details as well.
    My users are using Outlook 2010.

    Hi,
    Does this issue occur on Outlook only or both Outlook and OWA?
    Since you have double checked the permissions via multiple methods, it seems there is nothing problem on permission. Please make sure the migration from Exchange 2003 server completed successfully.
    If in OWA everything goes well (cannot see details), it should be an issue on the Outlook client side.
    I suggest run Outlook under safe mode to avoid some AVs and add-ins.
    I suggest re-create profile to refresh the caches.
    Thanks
    Mavis
    Mavis Huang
    TechNet Community Support

  • Migrating from SBS 2011 to Windows Server 2012R2 Standard with 365

    Im looking to move SBS 2011 to Server 2012R2 standard and with a 365 migration as well.
    Im thinking
    BPA for AD (health check)
    Add the Server2012R2 as a DC
    Ensure replication
    Move DHCP
    Change DNS
    Now this is where I get lost, now Im lost to use either dirsync or add essentials service, I have gone for standard and 30 cals with the option  as I have 28 users and the essentials service would make everything quite nice for remote access and backups
    etc....  however I don't know whether to just use dirsync with password replication instead ?
    Currently Im aiming towards getting the dc up and running then enabling essentials on the dc but I dont know how it will effect SBS and having essentials on the same network and sync'ing people to the cloud ? So Should I use DirSync on a different server
    instead to sync up to azure ?
    Finally with 365 I have only ever done a migration involving an export of pst's from an exchange box and then on a new domain with new pc's and reimport the pst's on the user accounts in outlook.
    However I have read when migrating to 365 was using exchange 2010 there was a application
    to move everything across however you needed an ssl cert iirc ? so I dont know how it works now since the nice new dashboard upgrade (assuming the tool has been updated like dirsync)
    along with the above how does AD now know where exahcnge if you use the migration app with an ssl cert and is it a case of still running the 365 config tool to configure each user to look at their mail in the
    cloud ? Also is it a good idea to enable essentials from the start of the 2012r2 dc for replication top 365 or to use dirsync ?
    then finally when replications is all good start transferring the FSMO roles over to the new DC and demote and remove the SBS server
    I have seen (below) but i dont think it covers this scenario and I cant be the only person in this situation =\ ?
    http://blogs.technet.com/b/infratalks/archive/2012/09/07/transition-from-small-business-server-to-standard-windows-server.aspx
    http://social.technet.microsoft.com/Forums/en-US/f552ef12-07a9-4f7a-bf5e-24500c3e1dc3/migrate-sbs-2011-to-server-2012-standard?forum=smallbusinessserver
    http://social.technet.microsoft.com/Forums/en-US/e1d4b09f-8857-4ef6-9a80-6a906e76b688/how-to-migrate-sbs-2011-to-standard-2012-server?forum=smallbusinessserver

    Hi,
    Would you please let us know current situation of this issue? If any update, please feel free to let us know.
    à
    Currently Im aiming towards getting the dc up and running then enabling essentials on the dc but I dont know how it will effect SBS and having essentials on the same network
    and sync'ing people to the cloud?
    I’m a little confused with the description. Did you mean that set up DC (Windows Server 2012 Standard) and
    then install the Windows Server Essentials Experience role? If so, when you migrate, please refer to the article:
    Migrate from Previous Versions to Windows Server 2012 R2 Essentials or Windows Server Essentials Experience
    Regarding to migrate Exchange to Office 365, please refer to following articles.
    Migrate
    All Mailboxes to the Cloud with a Cutover Exchange Migration
    Step-By-Step:
    Migrating from Exchange 2007 to Office 365
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft
    does not guarantee the accuracy of this information.
    Meanwhile, there is an additional article that you can refer to:
    Manage Office 365 in Windows Server Essentials. It may help us to understand Office 365 in Server Essentials clearly.
    If anything I misunderstand, please don’t hesitate to let me know.
    Hope this helps.
    Best regards,
    Justin Gu

  • How do I set up a proxy server for webmail services to assist in migrating from NMS 4.15p6 on NT to iMS 5.1 on HP-UX.

    I want to have minimal if no downtime at all when moving the message store. iPlanet support hinted at an "unsupported" proxy server solution, and would give no further information. I am running the MMP with 5.1 and that supports IMAP and POP migration, but I need support for webmail services as well to complete the migration from NT to UNIX with minimal distruption of thousands of users. I am using the MoveUser utility to move the message store in hopes that will clear up some store corruption we have been seeing.

    To get this in a 'supported' fashion you might want to wait until the iMS 5.2 release. iPlanet has said this release would include a webmail proxy/mmp server to do exactly what you desire.
    A proxy server would not be a solution to your problem as it would have to have access and knowledge to the users mailhost attribute to determine to which host to route the webmail connection. The webmail proxy/mmp will have this functionality.
    You might want to contact your iPlanet rep about this product and maybe you could get a copy of it as part of a beta program. I know iPlanet is always looking for oppourtunities for feedback like this.
    -Chris

  • Migration From SQL Server 2005 to Oracle DB through Oracle SQ Dev Problem

    Hi all,
    we are trying to do a full Migration from MS SQL Server 2005 to Oracle DB 9.2 i
    we are using Oracle SQL Developer V 1.5.3,
    the capturing of the DB and the conversion to the oracle model completed succefully
    however when we try to generate the scripts from the converted model
    the script generation hangs on a sequence and no further progress is made (the script generation pop up keeps still on a certain sequence displaying its name, and thats it )
    no error messages are displayed,
    how can we know the reason for this? or atleast find a log for whats happening...
    any suggestions?
    Thank you

    Hi,
    migrating a sequence shouldn't make a problem. I did a quick test. I created this table in SQL Server:
    create table test_seq (col1 int identity(1,1),col2 char(1))
    Then I captured the table, converted the table and generated the script. There was no problem.
    CREATE SEQUENCE succeeded.
    CREATE TABLE succeeded.
    Connected
    TRIGGER test_seq_col1_TRG Compiled.
    As you see, applying the script was also successful.
    I am using Oracle RDBMS 11g, I don't know whether this makes a difference. Do you have any 11g instance available to test it?
    Can you show me one of the sequences that are causing the hang? Is the CREATE SEQUENCE statement already in the generated script, or not? Your table is for sure more complex than my simple example.
    Regards,
    Wolfgang
    Edited by: wkobargs on Jan 13, 2009 3:01 AM

  • Migration from ATG Dynamo 5.1 to Weblogic 10.3 Server

    Hi,
    We are currently involved in a project in which the application has be
    migrated from the ATG Dynamo Server 5.1 to Weblogic 10.3 application
    server.
    While doing this we are facing some problems related to
    DynamoHttpServletRequest.
    Previosly the code was written as below:
    DynamoHttpServletRequest atgRequest = (DynamoHttpServletRequest)
    request;
    HttpSession atgSession = (HttpSession) atgRequest.resolveName("/" );
    Since we are moving to the weblogic server we are planning to remove
    the DynamoHttpServletRequest and use the javax HttpServletRequest.
    But to do this i am unable to find the functionality that does
    resolveName("/" ).
    I tried writing the below 2 lines of code inplace of the 2 lines of
    code above, but it is not solving the purpose.
    HttpServletRequest weblogicRequest = (HttpServletRequest) request;
    HttpSession weblogicSession = (HttpSession)
    weblogicRequest.getSession();
    Can anybody please help me in solving this problem where i can replace
    DynamoHttpServletRequest with HttpServletRequest.
    Any suggestions are welcome.
    Thanks in advance
    Shailendra

    Hi Ravi,
    Thanks for your response.
    While migrating we have tried to remove the ATG dependency and we are getting session invalid. We are unable to find a similar method for “resolveName” in HTTPServletRequest. The method “resolveName” of the DynamoHttpServletRequest is being used to retrieve the session object by passing a String parameter (‘/’ or any URL).
    Whereas the HTTPServletRequest has only two methods [getSession() or getSession(Boolean)] to retrieve the session object and here we cannot pass any String parameter. Thus we are unable the replicate the existing functionality using the HTTPServletRequest class.
    Below are some code examples for your reference.
    Sample1:
    Below commented code is original one. we tried to as mentined below:
    //import atg.servlet.DynamoHttpServletRequest;
    /* DynamoHttpServletRequest atgRequest = (DynamoHttpServletRequest) request;
    HttpSession atgSession = (HttpSession) atgRequest.resolveName("/" );
    String atgsession = "jsessionid=" + atgSession.getId();
    HttpServletRequest weblogicRequest = (HttpServletRequest) request;
    HttpSession weblogicSession = (HttpSession) weblogicRequest.getSession();
    String weblogicsession = "jsessionid=" + weblogicSession.getId();
    Sample2:
    Below commented code is original one. we tried to as mentined below:
    /* ATG Dynamo for Session Last Access Time functionality */
    //import atg.servlet.DynamoHttpServletRequest;
    /* DynamoHttpServletRequest atgRequest = (DynamoHttpServletRequest) request;
    HttpSession session = (HttpSession) atgRequest.resolveName("/atg/dynamo/servlet/sessiontracking/SessionManager/" + sessionID);
    HttpServletRequest weblogicRequest = (HttpServletRequest) request;
    HttpSession session = (HttpSession) weblogicRequest.getSession();
    we would like to know is there any smilar functionality or methods available so we can use in HttpServletRequest or servlets.
    Thanks,
    Nagesh

  • Migrate from Server 2003 (no Exchange, single server) to SBS 2011

    Are there any Technets or other Microsoft documentation on migrating from Server 2003 (no Exchange, single server) to SBS 2011?  I understand it is possible, but I would like confirmation and some documentation before purchasing the appropriate hardware
    and licenses.
    Thanks,
    Doug
    Doug Orr

    Hi Doug,
    In general, the migration is the similar with migrating process from SBS 2003. In addition, also have main
    difference.
    “The main difference is that you don’t have to remove the source and that you have to follow the migration
    instructions as the SBS migration wizard will not launch.”
    You can get above description from following similar thread. Please refer to.
    Migrate from Windows Server Standard 2003 (not SBS) to SBS 2011
    http://social.technet.microsoft.com/Forums/en-US/68790e41-b833-4e81-8200-63852ab9e196/migrate-from-windows-server-standard-2003-not-sbs-to-sbs-2011?forum=smallbusinessserver
    Meanwhile, please refer to the following article. It may be helpful.
    Step By Step Guide To Migrating To SBS 2011
    http://www.techieshelp.com/step-by-step-guide-to-migrating-to-sbs-2011/
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft
    does not guarantee the accuracy of this information.
    However, as Robert suggests, would you please confirm specific version of SBS? It may help us to understand
    clearly and provide correct information.
    Hope this helps.
    Best regards,
    Justin Gu

  • Migration from SQL Server 7 to oracle 8.1.7 on windows 2000 professional

    Hello All,
    I am currently working on Database migration from sql server 7 to oracle 8.1.7.
    My setup is as follows:
    1. Both the databases (sql server and oracle are on the same machine )
    2. My sql server database contains 200 tables and 190 stored procedures, which need to be migrated to oracle.
    When i am trying to capture the Source database details, its capturing evry thing but when its mapping at the end ...it says "MAPPING ROLE PUBLIC" and its not proceeding furthur..What do u want me to do ? i waited for approx 1 hr , still its not proceeding....How to resolve this bug ?
    Also please suggest me the best methodology for Migrating the stored procedures. allmost all my stored procedures have TEMP Tables implemented in it. Please help me in this...
    Also please let me know the Timeframe estimate for this total thing to be done..
    Waiting for your reply,
    Thanks and Regards
    SAI SREENIVAS JEEDIGUNTA

    You can user Oracle Migration Workbench to migrate from SQL Server to Oracle.
    Here is the link which gives info on software usage and download :
    http://otn.oracle.com/tech/migration/workbench/content.html
    Chandar

  • Migration from Small business server 2011 standad to Windows 2012 Server Standard

    Hi everyone,
    I have a network with SBS 2011 standard (that is the only server) and now we are moving (migrating) to windows 2012 server standard with an exchange 2013 (not yet installed).
    The main thing is that when trying to install the migration tool on the SBS server, it will not install because it is not a 2008 R2 server.
    is there a workaround for this problem?
    I Hope this will help. Amir Ovadia

    Hi,
    Would you please first let me know how did you perform the migration? Regarding the migration tool, is it the Windows Server Migration Tools in Windows Server 2012 R2? Since you need to install
    the Windows Server Migration Tools on the source SBS 2011 server, I suggest we could perform the following steps to install it.
    Create deployment folders for ource computers by running the
    smigdeploy.exe tool (included with Windows Server Migration Tools) on your destination server.
    Register Windows Server Migration Tools on source computers that are running Windows Server 2012, Windows Server 2008 R2, Windows Server 2008, or Windows
    Server 2003 by using SmigDeploy.exe.
    For details, please refer to the following article.
    Install, Use, and Remove Windows Server Migration Tools
    http://technet.microsoft.com/library/jj134202
    In addition, here are some similar threads about how to perform the migration from SBS to Windows Server 2012 Standard, maybe they are useful to us.
    how to Migrate sbs 2011 to Standard 2012 server
    http://social.technet.microsoft.com/Forums/en-US/e1d4b09f-8857-4ef6-9a80-6a906e76b688/how-to-migrate-sbs-2011-to-standard-2012-server
    Migrate SBS 2011 to Server 2012 Standard
    http://social.technet.microsoft.com/Forums/en-US/f552ef12-07a9-4f7a-bf5e-24500c3e1dc3/migrate-sbs-2011-to-server-2012-standard
    Migrating from Windows SBS 2011 Essentials to Windows Server 2012 Standard
    http://social.technet.microsoft.com/Forums/en-US/41d17523-c6ae-4ba6-851f-a42b16f31d2a/migrating-from-windows-sbs-2011-essentials-to-windows-server-2012-standard
    As there is no specific documentation on migrating from SBS to Windows server 2012, if you want the step by step procedure about the migration, we’d better involve
    SBSMigration.com for detailed information.
    Thanks.
    Best Regards,
    Andy Qi
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Andy Qi
    TechNet Community Support

  • Wiki migration from 10.6.8 to 10.10 Server 4 no data loaded

    I'm trying to migrate wiki from an old OSX Server 10.6.8 to a brand new installation of 10.10.1 with Server App ver 4.
    I followed the article at http://krypted.com/mac-os-x/setup-os-x-yosemite-server-as-a-wiki-server/
    I used the migration method:
    1) copy the /Library/Collaboration folder to Yosemite Server ~/Desktop/Collaboration
    2) changed owner to _teamserver of the copied folder
    3) started wiki service
    4) created a new wiki
    5) configure accounts to access LDAP of the old server
    6) run sudo wikiadmin migrate -r ~/Desktop/Collaboration
    No wiki were created. The log file shows that no users and groups found.
    Extract of the log:
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [CSConfig.m:128 7db9d300 +0ms] CSConfig: Initializing or updating cached config file: /Library/Server/Wiki/Config/collabd.plist because file mod date 2014-12-15 11:07:02 +0000 is newer than cached file mod date (null)
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [main.m:90 7db9d300 +0ms] Wikiadmin trying to start PGCServer...
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [main.m:96 7db9d300 +135ms] PGCServer started.
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [main.m:237 7db9d300 +0ms] Repository location appears to be a relative path (/Users/micei/desktop/Collaboration), prepending --sourceRoot ()
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [main.m:240 7db9d300 +0ms] Repository location is /Users/micei/desktop/Collaboration
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [main.m:255 7db9d300 +2ms] Updating schema to current version
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [SchemaMigrator.m:142 7db9d300 +0ms] Updating schema to latest schema version (166)
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [SchemaMigrator.m:148 7db9d300 +0ms] Bumping schema to version (166)
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [SchemaMigrator.m:351 7db9d300 +5ms] Schema updates completed.
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [main.m:258 7db9d300 +0ms] Running migration from source location /Users/micei/desktop/Collaboration
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [MigrationController.m:724 7db9d300 +0ms] Migrating...
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [MigrationController.m:730 7db9d300 +47ms] Migrating known users
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Warning>: [UserMigrator.m:259 7db9d300 +0ms] No Users directory found. Skipping.
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [MigrationController.m:732 7db9d300 +0ms] Generating placeholders for all known pages and wikis
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Warning>: [ProjectMigrator.m:259 7db9d300 +0ms] No Groups directory found. Skipping.
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [MigrationController.m:734 7db9d300 +0ms] Found 0 pages belonging to 0 wikis and 1 users.
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [MigrationController.m:737 7db9d300 +0ms] Re-scanning 0 pages for pasted image/attachment URLs
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [MigrationController.m:522 7db9d300 +0ms] Copying content to real tables...
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [MigrationController.m:627 7db9d300 +14ms] Destroying migration entity and scratch tables...
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [MigrationController.m:655 7db9d300 +45ms] Done
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [MigrationController.m:747 7db9d300 +0ms] Importing user preferences
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [MigrationController.m:693 7db9d300 +4ms] Rebuilding search index...
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [CSLocalServiceLocator.m:173 7db9d300 +1ms] Allocating service ContentService
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [CSConfig.m:128 cb84000 +33ms] CSConfig: Initializing or updating cached config file: /Library/Server/Wiki/Config/collabd-search.plist because file mod date 2014-12-15 11:07:02 +0000 is newer than cached file mod date (null)
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [CSLocalServiceLocator.m:173 cc07000 +0ms] Allocating service HTMLFilterService
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [MigrationController.m:719 7db9d300 +118ms] Done
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [MigrationController.m:753 7db9d300 +0ms] Migration complete
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [main.m:261 7db9d300 +0ms] Running post-migration updates
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [SchemaMigrator.m:366 7db9d300 +3ms] Running post-migration updates...
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [SchemaMigrator.m:104 7db9d300 +0ms] Executing migration SQL script /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/server/sql/migra tions/36.sql
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [CSExecutionTimer.m:14 7db9d300 +6ms] TIMER: 6ms ---> migration #36
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [SchemaMigrator.m:104 7db9d300 +0ms] Executing migration SQL script /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/server/sql/migra tions/48.sql
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [CSExecutionTimer.m:14 7db9d300 +1ms] TIMER: 2ms ---> migration #48
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [SchemaMigrator.m:116 7db9d300 +0ms] Executing migration block #58
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [CSExecutionTimer.m:14 7db9d300 +1ms] TIMER: 2ms ---> migration #58
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [SchemaMigrator.m:104 7db9d300 +0ms] Executing migration SQL script /Applications/Server.app/Contents/ServerRoot/usr/share/collabd/server/sql/migra tions/68.sql
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [CSExecutionTimer.m:14 7db9d300 +2ms] TIMER: 3ms ---> migration #68
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [SchemaMigrator.m:116 7db9d300 +0ms] Executing migration block #160
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [CSExecutionTimer.m:14 7db9d300 +0ms] TIMER: 1ms ---> migration #160
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [SchemaMigrator.m:374 7db9d300 +0ms] Post-migration updates completed.
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [SchemaMigrator.m:379 7db9d300 +6ms] Performing a VACUUM FULL ANALYZE of user_activity
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [main.m:264 7db9d300 +39ms] Done
    Dec 16 12:35:20 Micheles-iMac.local wikiadmin[1307] <Info>: [main.m:516 7db9d300 +0ms] Wikiadmin trying to stop PGCServer...
    Dec 16 12:35:21 Micheles-iMac.local wikiadmin[1307] <Info>: [main.m:519 7db9d300 +130ms] PGCServer stopped.
    Please help me

    I have a bad 10.8 server, and what I did to rescue my WIKI
    1- Listed users on old wiki server " dscacheutil -q user | grep -A 3 -B 2 -e uid:\ 5'[0-9][0-9]'    ", I dont use open directory
    2- Create an new 1.8.5 server
    3- Create users on new server (keep an eye on order of creation ID is more important than username)
    4- Turned on Wiki *Important starts up service for 1st time
    5- Then followed these instuctions on:  http://support.apple.com/en-us/HT5585
    *Wiki worked
    6 -Then Upgraded form 10-8-5 to Yosemithe server
    ALL WORKS
    *Note1: Apple's KB note has 10.6 to 8 migration which I did not use, try that before
    *Note2: Clone new server each important step with CC or DiskUtil, step 5 trashed compleatly the server at one time, never knew what happened

Maybe you are looking for

  • Additional Alias created - not by me - can't get rid of it!

    My husband and I have a .Mac account and we set that up fine. We've also added two aliases (one for me and one for my husband). So, now we have 3 e-mail addresses, our family address and then a personal e-mail address for both of us. We set up folder

  • N96 Firmware update

    I am aware that a new firmware has been released by Nokia for the N96. However i am not able to get hold of it yet. I have a UK Vodafone phone & contract. 1.Can you advise how i can install this new firmware? 2. Will it address the various problems s

  • Change pointers not being generated in case of Z fields (extension IDOC)

    Hello, My requirement is of generating change pointers when fields from customer master change ( z fields). Actually this is working for standard fields, but not for z fields . I have created a Z segment and added fields 'ADRC-STR_SUPPL3' & 'ADR3-FAX

  • How to set default date of 3 weeks(21 days) from today's date during page load?

    I want to show the default date as 3 weeks from today's date during page load. For example ,i have given as adf.CurrentDate + 21 in EO for the attribute 'DueDate'. But it is showing me the date as 9.7.2013. 3 weeks default date is not getting set.If

  • Hotot text is messed up.

    Hi, I'm accessing the internet behind a proxy server, and I tried to apply the proxy settings to Hotot (a really nice Twitter client). What's happened is all the text has now become 'blacked out' as if it were highlighted using a black highlighter. I