Wiki server migration from 10.5 to 10.6.2

I have upgraded our xServe server from 10.5.x to 10.6.2. I was also able to migrate our wiki pages. When I tried to "comment" on a wiki page, I am getting the following message.
Error from server: table discussions has no column named unauthenticated (8002)
Looking at the wiki log, this is the error message that is being displayed.
http://HTTPChannel,4,127.0.0.1 Unhandled Error
Traceback (most recent call last):
File "/usr/share/caldavd/lib/python/twisted/web/http.py", line 720, in requestReceived
self.process()
File "/usr/share/caldavd/lib/python/twisted/web/server.py", line 126, in process
self.render(resrc)
File "/usr/share/caldavd/lib/python/twisted/web/server.py", line 133, in render
body = resrc.render(self)
File "/usr/share/wikid/lib/python/applexmlrpcserver/WebAppServer.py", line 87, in render
d = defer.maybeDeferred(function, request, *args)
▪ <exception caught here> ---
File "/usr/share/caldavd/lib/python/twisted/internet/defer.py", line 104, in maybeDeferred
result = f(*args, **kw)
File "/usr/share/wikid/lib/python/applexmlrpcserver/DiscussionService.py", line 117, in xmlrpc_addDiscussionEntry
aUID = aDiscussion.addEntry(entryDictionary'subject', entryDictionary'content', author = author, unauthenticated = unauthenticated, moderated = moderated, parent = parent)
File "/usr/share/wikid/lib/python/applexmlrpcserver/Discussion.py", line 153, in addEntry
anIndex.addDiscussionEntry(self.data'entries'entryID)
File "/usr/share/wikid/lib/python/apple_utilities/DiscussionIndex.py", line 62, in addDiscussionEntry
con.cursor().execute('INSERT INTO discussions(parent, moderated, content, author, uid, unauthenticated, time) VALUES (?, ?, ?, ?, ?, ?, ?)', values)
sqlite3.OperationalError: table discussions has no column named unauthenticated
Has anyone migrated their wiki pages w/o any issues? Could one migrate their wiki server pages from 10.5.x to 10.6?
Thanks,
Thomas

When I upgraded our server (which was solely a Wiki server), I simply grabbed the Collaboration directory on the old server, wiped it, set up a new server with the same group and wiki name, examined the permissions on the empty Wiki it created, pasted in the old Collaboration folder, tweaked the permissions, and it worked fine.

Similar Messages

  • 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.

  • Sql server migration from 2005 to 2012 (110)

    hi, experts, 
    the database of  .net web form application (Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1025  ) that I am responsible will be migrated to sql server 2012 (110). 
    the .net webform use the functions from System.Data.SqlClient. should be ado.net
    e.g.
    public static DataSet LoadByID(int id)
    SqlConnection conn = new SqlConnection();
    DataSet ds = new DataSet();
    try
    conn.ConnectionString = ConfigurationManager.ConnectionStrings["connection_string"].ToString();
    conn.Open();
    SqlParameter[] aryParams = new SqlParameter[1];
    aryParams[0] = new SqlParameter("@ID", SqlDbType.Int);
    aryParams[0].Value = id;
    SqlCommand cmd = new SqlCommand("a_store_procedure_name", conn);
    cmd.CommandType = CommandType.StoredProcedure;
    cmd.Parameters.AddRange(aryParams);
    SqlDataAdapter sqlAdapter = new SqlDataAdapter(cmd);
    sqlAdapter.Fill(ds);
    catch (Exception ex)
    throw ex;
    finally
    if (conn.State == ConnectionState.Open)
    conn.Close();
    return ds;
    I cloned the database from 2005, restore into 2012 and change the compatibility level to 110 of cloned database.
    I am doing tests on the sql server 2012 from the web application user interface. (changed connection string to new 2012 db)
    I found that I always hit this error 
    any configuration for whole web form application?
    Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
    Source Error:
    delaynomore.

    Hi delaynomore,
    According to your description, you fail to execute the function with timeout error after migration to SQL Server 2012. Based on my research, the issue could be due to the long running tasks or uncommitted transactions.
    To troubleshoot the issue, besides Olaf's suggestion to check the connection to SQL Server 2012 instance and the stored procedure using SQL Server Management Studio(SSMS) manually, you could also follow the methods below.
    1. Execute that procedure manually using SSMS and check if it takes a very long time to execute and return. For example, there could be millions of rows being updated. If it takes a long time, you can adjust the CommandTimeout accordingly.
    2. Execute the following statement in SSMS to check if there are any uncommitted transactions: dbcc opentran ('yourDatabaseName'). If there are any uncommitted transactions, please change the  stored procedure accordingly to commit the transactions.
    For more information about the process, please refer to the article:
    http://blogs.msdn.com/b/spike/archive/2008/07/31/timeout-expired-the-timeout-period-elapsed-prior-to-completion-of-the-operation-or-the-server-is-not-responding.aspx
    Regards,
    Michelle Li

  • File Server Migration from 2008 Standard to 2012 Standard accross different subnet

    Hi
    Im going to migrate File server from Windows 2008 Standard server to Windows 2012 Standard . Source and Destination Servers are on different subnets . According to this
    http://technet.microsoft.com/en-us/library/jj863566.aspx I cannot use Server migrations tool in-built into 2012 .  Im not sure if I can use file server migration toolkit 1.2?.  
    Also my Domain controllers are mixture of Windows 2003, 2008 , 2008 R2 and I've upgraded the schema level to 2012 R2 . Is there anything else I need to be aware of ?
    Can anyone please recommended best way to go about doing this migration . Is file server migration toolkit 1.2 is compatible ?  .
    Only reason I don't want to use Robocopy to this is because If I miss a small setting etc then I will face unwanted downtime.
    I presume Migration toolkit will also create all the Quotas etc on the destination server .
    Thanks
    mumtaz

    Hi mumtaz, 
    We could use file server migration toolkit 1.2 to migrate file server between the two subnets. In order to maintain security settings after the migration, please ensure the security of files and folders after they are migrated to a target file server, the File
    Server Migration Wizard applies permissions that are the same as or more restrictive than they were on the source files and folders, depending on the option you select.
    In the meantime, quota cannot migrate by this tool but we can export and import the quota using dirquota command. Export the templates as xml and then import to new server:
    dirquota template export /file:C:\test.xml
    dirquota template import /file:C:\test.xml
    For more detailed information, please see:
    Template Export and Import Scenarios
    http://technet.microsoft.com/en-us/library/cc730873(WS.10).aspx
    Regards,
    Mandy
    If you have any feedback on our support, please click
    here
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Lion server migration from 10.6 wiki dead, mail dead, ical dead

    i have a mac mini w leopard server- everything worked perfect
    i upgrade and migrated to lion server
    nothing working, wiki, mail, or icalendar
    any ideas-
    other than going back to restore of timemachine of leopard server
    thanx
    CT

    One thing that jumps out from your brief description of the problem is a bug in the persent iteration of Lion Server that occurs when the "Dedicate system resources to server services" box is checked (or, honestly, when it's unchecked too -- read on).  This is located within Server.app.  in the left pane, select your machine under the hardware section.  The second tab, settings, contains this option.  I'd try either ticking or unticking the box and then restarting and then trying to start those services again.  Though the bug was initially reported as related to this similar problem (the one you describe) occurring when this box is checked, I've found that toggling between on to off, or off to on (depending on the current state) and then restarting, seems to help get things going again.  Sometimes this has to be done twice.  As well, until Apple issues a fix for these Server.app related problems, it's best, once you get your server configured, to keep from opening Server.app when possible.  Just opening it seems to cause problems.  One example of this is checking the mail quota box and entering a value.  It seems to stick fine, but when Server.app is opened again, the box is unchecked once again.  This one happens every time.

  • Can someone help me with optimal specs for a 2012 R2 server migration from 2003 R2?

    My specs for the Windows Server 2003 R2 which is our file server are:
    Intel Core 2 CPU 6600 @ 2.40GHz (2 CPU's), ~2.4GHz Processor types are x86 Family 6 Model 15 Stepping 6 GenuineIntel ~2399 Mhz Physical Memory is 2 GB RAM Virtual Memory is 4 GB We have 6 fixed drives in place. They all range from 300 GB to 1 TB in total space.
    We have two roles on the file server in place which are File Server and WINS Server. We have QuickBooks running on it and a bunch of random smaller applications as well.
    When it comes to purchasing servers, we're open to either getting all the parts and building it from the ground up or a built machine. So my question is when getting Server 2012 R2, based on what I said, what hardware should I be getting? If you need more information,
    please don't hesitate to ask.
    Also, if you know where I could find quality documentation on the actual migration process for a file server between 2003 R2 and 2012 R2, please let me know.
    Thank you for reading. ^_^

    Hi,
    Since Microsoft is ending support for Windows Server 2003 R2 mid-2015, there are a bunch of resources. To partially answer your question. I came across the following blog by Jose Barreto that might be able to help.
    http://blogs.technet.com/b/josebda/archive/2014/11/05/migrating-file-server-from-windows-server-2003-to-windows-server-2012-r2.aspx
    Thanks,
    Jeff Thai
    www.AvePoint.com
    Please Mark Answered if my reply solves your problem. Thanks!

  • 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.

  • Server Migration from SLS to ML and from OD to AD

    Current setup:
    small network of macs (10 users, mostly ML), using a mac mini with SLS as OD server. SLS provides: OD, DNS, AFP, VPN, Time Machine
    we are merging with a (somewhat) larger company that has a Windows 2003 Server (which provides AD, DNS and network folders, not much else) and windows clients.
    Now I would like to:
    1) move my 10 users to AD, keeping my mac server in a golden triangle setup
    2) upgrade SLS to ML, since I am interested in using the Profile Manager (all users of the two companies use company provided iphones), and would like to continue to have centralized time machine backups for mac machines.
    My questions:
    1) what should I tackle first, upgrade to ML, then migrate users, or viceversa?
    2) is golden triangle the best solution? is a trust relationship between the two domain servers an acceptable replacement?
    3) what is the best way to migrate users? I would like to maintain all their settings, but do not care about having to reset passwords. all mac users are mobile users. Here is what I would do (on each mac client, once OD is joined to AD in golden triangle setup):
      a. make a backup copy of home folder, then rename the home folder
      b. create a new user on AD with same login name as old mac user
      c. copy files from backup folder to new home folder
      d. make sure all files are owned by user:DOMAIN\group
      e. make sure new users belongs to same groups on joined OD as the old one, so that access to mac-server provided services remains unchanged
    What happens with mobile home folders? Will the network copy remain on the mac server? Must this be set up within AD somehow?
    Thanks for any help!
    Chris

    In both cases, you should check
    Oracle® Database Upgrade Guide
    11g Release 1 (11.1)
    http://download.oracle.com/docs/cd/B28359_01/server.111/b28300/toc.htm
    also note, Only Oracle 10.2.0.3 are supported on vista platform, make sure you download and install 10.2.0.3 for Microsoft Windows Vista before upgrade.
    http://www.oracle.com/technology/software/products/database/oracle10g/htdocs/10203vista.html

  • ZCC fails to login after server migration from 32 to 64 bit

    After I migrated my Primary server from 32 to 64 bit I can not login into ZCC. Page give me the following error:
    JDBC Driver class not found: Sybase.jdbc4.sqlanywhere.IDriver
    I migrated a Windows 2003 32 bit with Zenworks 11.2.4 to Windows 2008 R2 SP1 64 bit with Zenworks 11.2.4 in same zone. I would like to move to zenworks 11.3 but the documents show I need my Primary server to be 64 bit.
    My Primary server is my CA and has the embedded Sybase database.

    Originally Posted by nop1983
    Here you go...
    https://www.novell.com/documentation...a/bj3xt3x.html
    So you've only got one server?
    yes, I only had 1 server in the zone and needed to move from windows 2003 32bit to windows2008 r2 64 bit.

  • Project Server Migration from 2007 to 2010

    Hi Team,
    I am migrating project server 2007 and wss 3.0 to sharePoint 2010 and project server 2010. I am using full database attach upgrade method. The provisioning process end up with failure and uls logs showing the below mentioned errors.
    ULS Logs can be found at the below mentioned link
    https://onedrive.live.com/redir?resid=AC01B07FAACAFC5!534&authkey=!AM1v2WSkbUQx-t8&ithint=file%2ctxt
    I am looking for help, and i really appreciate if some one can help me sorting this out.
    Regards
    Kashif
    Kashif Saeed

    um...
    > Upgrade session finished successfully! 0 errors and 0 warnings encountered.
    not sure what you're asking
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • CA Server Migration from 2003 R2 to 2008 R2

    What would be the best path to upgrade the Certification Authority (CA) server for a domain that is currently running off Windows Server 2003 R2?
    1. In-place upgrade to 2008
    2. Backup existing configuration, decommission server from domain, bring a 2008 R2 server online to the domain with the same name and then restore configuration

    Hello,
    is that a single server domain? So everything is installed on a single DC?
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://blogs.msmvps.com/MWeber
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.
    Twitter:  

  • Migration from Exchange 2007 SP3 to Exchange 2010

    Hello,
    We are planning a single server migration from Exchange 2007 SP3 to Exchange 2010.  I'll be building the 2010 server on a 2008 R2 box. My question is, can I make the jump directly to Exchange 2010 SP3, or do I need to install exchange 2010 SP1 first
    - migrate from 2007 SP3, and then install SP3 for exchange 2010 later? 
    Thanks,
    Eric

    @ Hasan
    Dimdik - TAT,
    That's not correct at all, you can migrate exchange server 2007 SP3 and RollUp Update 10 minimum to Exchange Server 2013 with minimum CU1.
    Cheers,
    Gulab Prasad,
    Technology Consultant
    Blog:
    www.exchangeranger.com 
    Twitter:   
    LinkedIn:   
    Check out CodeTwo’s tools for Exchange admins   
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Application Migration from HP-UNIX to SUN Solaris

    Hi Gurus,
    Need help on the application migration from HP-UNIX to Sun Solaris . Copied the filesystems APPL_TOP, OA_HTML, OA_JAVA, COMMON_TOP/util and COMMON_TOP/_pages from SOURCE( HP) to TARGET SUN-solaris as per 238276.1
    Now trying to clone Autoconfig XML context file on the TARGET System
    perl adclonectx.pl migrate java=\opt\java1.4 \
    contextfile=\ul01\app\applmgr\lasrx\admin\LASRX_fiapd4.xml
    Error: source context file ul01appapplmgrlasrxadminLASRX_fiapd4.xml does not exist.
    Questions:
    ======
    1. we still need to install jdk in the TARGET or copy the file system from source(HP) to target( Solaris) bring the JDK and how to check jdk on Solaris?
    2. In clone autoconfig XML, contextfile=? Is the location of SOURCE or TARGER?
    3. I think running above with root permission.
    Please help somebody on this issue.
    Thank You.

    Hi Hussein,
    I need your help on the Application migration from HP-UNIX to SUN Solaris. As per the note 238276.1 we dont copy $806_ORACLE_HOME for cross platform migration, Copied all the filesystem from SOURCE to TARGET but rename it because it suppose to create while installing Middle tier.
    Issue:1
    =====
    When i start to set environment like below, i get the error and
    . /ul01/app/applmgr/lasrx/APPSORA.env
    ksh: /ul02/app/oracle/lasrx/8.0.6_new/LASRX_fiapd4.env: not found
    I am trying to install Middle Tier Technology Stack on SUN server ( Migrating from HP-UNIX to SUN solaris)
    Issue 2: ( Display error) while install Tech Stack
    =====
    ./rapidwiz -techstack
    Rapid Install Wizard is validating your file system......
    >> Wizard requires the DISPLAY variable to be set.
    >> Please set your DISPLAY variable and restart Rapid Install Wizard.
    even i can not see
    echo $DISPLAY because not set the environment.
    Need your help and suggetions on this.
    Thank You.

  • Zenworks server migration already started error

    We are attempting a server migration from Windows Server 2003 to Windows Server 2008 R2, using the Zenworks 11 SP3a ISO.
    Migrating the First Primary Server (ZCM 11.2.4, Windows 2003) failed at the end -- network move failed. The new server was deleted and the old server was brought back on to the network. Now we can't get past "Zenworks server migration already started", when we try to start over with a new destination server.
    Is there a way to get past the error stop? Will we have to start over with a new zone?

    white087,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://www.novell.com/support and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Forums Team
    http://forums.novell.com

  • 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

  • I-Pod is synced with another I-Tunes libary

    Hi. I'm having troubles with my i-pod classic (120 GB). My i-pod was synced with my Windows XP verion of i-tunes but i had a computer crash and had to install Windows 7 and could not de-authorised my pod before starting installing Windows 7. After i

  • Steps to upgrade to 10.1.3.4.1 from 10.1.3.4.0 in Linux...

    Hi, Can you please suggest the steps to follow to upgrade to 10.1.3.4.1 from 10.1.3.4.0 in Linux... Thanks in advance.

  • Illustrator CS5 crashes during save. error code 0xc0000005  FreeHand Reader.dll

    These are the codes im getting Faulting application name: Illustrator.exe, version: 15.0.2.399, time stamp: 0x4ce0f2fc Faulting module name: FreeHand Reader.dll_unloaded, version: 0.0.0.0, time stamp: 0x4c3ec50a Exception code: 0xc0000005 Fault offse

  • CS4 - how do you drag adj. layers to other images?

    I used to drag adjustment layers between opened image files in CS1. Recently I upgraded to CS4. Using CS4, even if you open several images at one time, only one of those images is visible on screen at a time. With only one image visible, how do you d

  • Choosing a basic 88 key keyboard and latency

    Please bear with a newbie's question. I'm thinking about buying a very basic 88 key keyboard to get back to playing the piano (after 40+ years). All I'm really interested in is one that will just play sounds like a piano. My musical tastes are 99% cl