Migrating from SQL Server to Oracle - Emulating SQL Server databases

I want to offer Oracle connectivity from an ADO.NET application that was developed for SQL Server. The application accesses multiple databases, each having the same schema but each storing different data that is confidential to the users of each database. I’ve been reading up on Oracle but have not yet found a way to group tables, views, etc. in a way that would emulate the ‘databases’ of SQL Server.
The application currently uses the SQL ‘CREATE DATABASE’ command to generate each database and then populates each with the appropriate tables. However, CREATE DATABASE appears to work differently with Oracle, creating a new instance rather than a new ‘internal database’. I’m wondering if CREATE TABLESPACE would give me the functionality I’m looking for, if it were subsequently possible to refer to a specific table within a specific tablespace.
I guess it comes down to whether it’s possible to access specific groups of tables, views, etc. within Oracle (e.g. Groups A, B and C, each having relational tables T1, T2 and T3, and be able to access and update data within any specific table, say, B-T2), while also being able to limit access to any of the Groups.
Would ODP.Net offer advantages over the System.Data.OracleClient for this architectural problem?
Any thoughts on how best to proceed would be most welcome. Thanks in advance for any ideas you might have.

Sorry for the delay closing-out this thread but I work from a rural location and we lost our internet service for the two-weeks prior to the holidays. Now back on-line so let's wrap-up.
Oracle and SQLServer are now both being accessed from my ADO.Net application, so a big thanks to all who've helped me with this first use of the forum. Hopefully these final comments might help someone else in turn...
In migrating from SQLServer to Oracle I initially found it hard to stop thinking about accessing multiple databases on a single dataserver and start thinking more about a single instance of a database that supports muliple users, any one of which can be assigned the same schema. While I had used the SQL CREATE command to produce miltiple databases within SQLServer, it serves a completely different purpose for Oracle, creating an entirely new instance that I did not require.
Other differences that I ran in to included Oracle utilizing 'sequences' to autoincrement identities, whereas SQLServer lets you specify the identify while creating a table (here SQLServer may simplify declaration but Oracle's approach may be more powerful, e.g. if the same identity applies across multiple tables). Also ADO.NET command parameters use an '@' prefix in SQLServer but ':' for Oracle. But by-and-large few changes were required to my SQL to get up and running with Oracle (I found the 'Oracle Database SQL Reference' useful but no substitute for logging into Oracle and just trying each string in the 'SQL Commands' area).
Clearly I'm no database expert and I've barely scratched the surface with Oracle, but after logging in through the 'Database Home Page' I've found Oracle to offer a very 'clean' and logical interface that made it easy to move around the application and get a 'feel' for its organization and what it can do before digging furhter into the documentation. The 'Object Browser' is also a great way to quickly view and edit your various tables, views, sequences, triggers, etc., and ditto your data. In short, I think I'm going to like Oracle.
Thanks again and bye for now.

Similar Messages

  • Very difficult migration from MS Access to Oracle with SQL Developer

    Dear Developers
    I have tried to used for one Project Oracle Sql Developer Migration from Access to Oracle (Application Express). Was about an evaluation if Oracle Express (with Application Express) or Mysql (with PHP) as target database.
    I am working with Oracle for 14 years and i earn my money in projects related with Oracle. Of course i am sentimental and i push every time when an opportunity comes to have as an option Oracle.
    This time beside my sentimental approach the decision was different.
    I will tell you why and i hope that someone there will listen and make something for a better Product.
    I was trying yesterday the whole day to migrate an Microsoft Access database. A nightmare....
    1. Microsoft Access Exporter 2000 was too slow. For a 25 MB Access database, running time was 15 Minutes. And 15 minutes to obtain an undocumented error. I followed your instruction and eliminate all references etc... as you described in HELP. a lot of time necessary to read and do..... After that i obtained an Error #..16. Sorry that i don't provide you with an exact number error. i don't have it right know and personally i am not interested anymore. For this error i don't find nothing in forums about it.... Search again and again..... Every time after waiting 15 Minutes in which you don't know exactly what application does or if really does something. I decided to delete sequentially macros, modules, forms, querys from Access database and see where Exporter stops... Time and time lost for trying and searching.... Finally i obtained my XML file only by keeping my Access tables. The file was produced even if i obtained at the end Error #5:..... Because was an error i am not really sure if the file was completly consistent with my database.
    2. I followed the next steps and with some errors (enabling, disabling constraints, objects couldn't be created because of different reasons) i had my Model and Oracle Schema. I have tried to export the data from Access and import it in Oracle. data exported was in UTF8 and SQL Loader Control file doesn't have
    LOAD DATA
    character set utf8
    So i tried to add the string "character set utf8" in my dozens of CTL files - with a freeware of course.....
    Maybe you can say that if i knew that from the beginning i would have set my character set in SQL Developer. I don't know and i will not ever try with this product!
    So finally after hours of working and trying and playing with my nerves, reading a lot of forums and documentation, i had an Oracle schema, maybe incomplete because of different errors at so much migration stages.
    And now i have tried for the first time in my life MySQL Migration Toolkit. I read that for migration to MYSQL this tool is what i needed.
    I recommend you to try the product and see something about the quality required for a piece of software. Is not enough if your product runs OK with Nortwind DEMO Access database. It should run OK with all ACCESS databases.
    With the tool i have done the job in 5 MINUTES. Simple, efficiently and without errors. At the end i had the SQL Scripts and the DATA imported in the database.
    Difficult to say something now. I am sentimental but i asked mysef if you can do something to improve the quality of the product.
    What arguments can we provide for a client in Migration from Access to Oracle ???? Can you honestly answer at that?
    Please try this MYSQL Migration Toolkit.....Maybe this give you some ideas about simple tasks and about what we really need...
    Best regards
    Adrian

    Dear Barry and Kgronau
    Thank you very much for your response. My Post was after a long day of trying to import an MDB file.
    Maybe you can understand why i was so angry...
    Yes i understand that your tool try to do more than other even if actually you don't really convert too much.
    From Modules to make some procedures where the whole code is commented! .....
    For other MDB which i tried to import in APEX the forms where really not usable. Queries are full of errors requires most of the time manual corrections.
    I am sorry that i can not provide you with this MDB which cause these problems.
    Data and software doesn't belong to me and the company which own it can not provide to you.
    What i hope from your product is, even when errors come, to show a better error explanation. At what object in Access error ocures ? This is very important because i can correct my MDB or just delete the module,form,query in cause if SQL Developer doesn't like it....
    Just showing an error Error #.... doesn't help me too much. And if an error occurs i don't know if program continues to work or is dead. No information about this. Maybe you can show that your application is alive and does something (working status etc...) ! Anyway we wait long minutes in front of dead screen....
    Again, thank you very much for your attention
    Adrian

  • Quick Migration from Access db to Oracle using Sql Developer

    Hey
    I created a connection to an Access DB and then did a quick migration of the tables and data into my Oracle schema. Great!
    Now if I add a new table to my Access DB, how do I get this new access table into my Oracle schema without having to do the migration all over again
    Thanks

    I don't think so. It is intended for one-off migrations after all.
    You can probably migrate a single table by going through the longer migration process and excluding the ones you have already done.

  • Migration from MS SQL7 to Oracle 8i

    Has any one successfully migrated from MS SQL7 to Oracle 8i
    (basically tables & stored procedures).
    Any suggestion would be greatly appreciated.
    Thanks
    Anish
    null

    Oracle Migration Workbench Team wrote:
    : Anish,
    : We have a number of customers from our SQL Server 7.0 beta
    : program who have successfully migrated their databases. We will
    : be making the SQL Server 7.0 version of the Workbench available
    : on OTN within the next 3 weeks.
    : This should be able to significantly help you with your
    : migration. If you have not already used the tool I would
    suggest
    : either downloading the 6.5 version or take a look at the Quick
    : Tour which is available within the Migration Technology section
    : on OTN.
    : Regards,
    : Marie
    : =====
    : Anish (guest) wrote:
    : : Has any one successfully migrated from MS SQL7 to Oracle 8i
    : : (basically tables & stored procedures).
    : : Any suggestion would be greatly appreciated.
    : : Thanks
    : : Anish
    : Oracle Technology Network
    : http://technet.oracle.com
    null

  • Migration from SQL7.0 To Oracle & Uni-code Characters

    Hi..
    I faced one problem in migration from SQL7.0 to Oracle using
    Workbench, which is that all Arabic characters is comming
    question marks after the migration.
    So does Oracle Workbench supports two_byte code for internationl
    languages..
    null

    Hi Khalil,
    Can you please e-mail [email protected] with answers to the
    following questions. We will try and investigate this.
    What is the structure of the SQL Server table?
    What is the structure of the Oracle table?
    Also, what character set did you create the Oracle database with?
    What codepage was the SQL Server database?
    Are the characters appearing as question marks in an application?
    Regards
    John
    Khalil A. Khalil (guest) wrote:
    : Hi..
    : I faced one problem in migration from SQL7.0 to Oracle using
    : Workbench, which is that all Arabic characters is comming
    : question marks after the migration.
    : So does Oracle Workbench supports two_byte code for
    internationl
    : languages..
    Oracle Technology Network
    http://technet.oracle.com
    null

  • Problems while migrating from mySql DB to oracle DB

    Hi All,
    I'm using sql developer tool to migrate from MySql DB to oracle DB. I followed the below steps.
    1) I've created oracle and mysql connections successfully.
    2) I've captured Mysql data and I'm able to see the captured model in ' Captured Models ' window. After that right clicked on the captured model and selected ' Set Data Mapping'. Selected ' apply ' button without changing anything. After that I've right clicked on the captured model and selected ' Convert to Oracle Model ' . It has shown the converting process. After some time it has shown conversion completed successfully.
    But converted model is not visible in ' Converted Models ' window.
    Can anyone kindly assist on how to migrate from MySql Db to Oracle DB?
    Thanks,
    Saty.

    Hi,
    We did mysql to oracle migration some time back and played with workbench tool and many other softwares available.
    However our experience was not so good with these tools, each tool had its own limitation and was not able to migrate 100% data. Even the speed of migration was too slow which would have violated our production SLAs.
    So after spending a month with these tools we finally decided to create our own scripts for data migration. We used tools like TOAD and SQL Yok to create the DDL for the tables and other DB objects.
    For the data migration we downloaded the mysql data in flat files and used sql loader to upload the same data in oracle. Even if this was a time consuming activity but this resulted in 100% data migration with no record getting failed and the time taken for this activity was around 6 Hrs in comparison to time of 24-28 Hrs that the workbench tool took.
    Amar

  • Migrate from  Ingres DB to Oracle

    Hi Friends,
    I have to migrate from Ingres DB to Oracle and the application developed by Oracle Forms.How can we do this any process of docs.
    From my research,I came to know about Transparent gateways,But Oracle will support for this or not I'm not sure.Any such experience shared
    will be really useful.
    Regards.

    We have two more customers that currently are in the process of upgrading from MS SQL but as far as I know no one has actually performed an upgrade this far.
    If you want to upgrade to OIM 9.1 you will have to wait until the upgrade scripts are available (estimated arrival H2 2008 according to the latest info I have).
    If you would like to discuss this further send me an email on firstname.lastname@my_company.com (you can get the "variables" from my forum profile)
    Best regards
    /M

  • Migrate from sas spds to oracle 11gr2

    One of my customer wants to move sas spds database to oracle database. What is the best way to migrate the spds data to oracle when data size is in TB.

    2838712 wrote:
    Is it possible to migrate from Redhat Linux to Oracle Linux on servers in a Data Center that don't have an internet connection? If so, what is the process?
    In my case, tunnel.
    Have ssh. Can travel.
    Can you ssh into the server? Even via multiple hops? Then you can hook that server up to your Internet connection.
    Simple example. Your desktop have Internet connectivity via web proxy 10.1.2.3 on port 8080. Your desktop can reach the server via ssh.
    From your desktop, ssh into the server and reverse tunnel Internet connectivity
    ssh -R 7777:10.1.2.3:8080 root@server
    This creates a tunnel on port 7777 on server - and tunnel traffic on that port to your desktop. Arriving at your desktop, that tunneled traffic is send to the web proxy server 10.1.2.3 on port 8080.
    On server, set the proxy variable so that yum, wget and other Internet usage/dependent commands know how to reach the Internet. And the proxy on the sever is the tunnel on port 7777. Thus:
    export http_proxy=http://127.0.0.1:7777
    export https_proxy=https://127.0.0.1:7777
    Use wget google.com to test tunneled access to the Internet. And Bob is not only your uncle, but gives you slack.

  • Move database from server running Oracle 11G to server running Oracle 12c

    I'm trying to find out the easiest way to migrate a database from a server running Oracle 11G to a server running Oracle 12c. I have tried using RMAN's duplicate database command but have run into far too many issues when trying to setup both servers before running the duplicate command.  If someone could provide some clear guidance on configuring both servers for the RMAN Duplicate command then that would be great.  The other thing I have tried is performing a cold backup of all the files for the database (control files, data files, etc.).  Copying them to the new server and then recreating the control file to include the correct location and names for the datafiles and redologs.  After recreating the control file the database will not start up.  I'm suspecting this is due to the version differences. If you can provide me clear (ie. migration for dummies) instruction for getting either of these methods to work it would be greatly appreciated.  I'm also open to any other method you can think of to achieve what I'm trying to accomplish. Thanks, Paul Noyes

    Pl do not post duplicates - Move database from server running Oracle 11G to server running Oracle 12c

  • Is there any difference in Oracle 9i SQL Loader and Oracle 10g SQL Loader

    Hi
    Can anyone tell me whether is there any difference in Oracle 9i SQL Loader and Oracle 10g SQL Loader?
    I am upgrading the 9i db to 10g and wanted to run the 9i SQL Loader control files on upgraded 10g db. So please let me know is there any difference which I need to consider any modifications in the control files..
    Thank you in advance
    Adi

    answered

  • Migration from Crystal Enterprise 10 to SAP Crystal Server 2011

    Hi all,
    We are currently using Crystal Enterprise 10 to schedule and view our reports and the designer is Crystal Reports 10 .
    we are planning to migrate to SAP Crystal Server 2011 with Crystal Reports 2011 as the designer.Can we do this migration directly or do we need to do the migration to an intermediate version before going to SAP Crystal Server 2011.
    Regards,
    Sreekanth S S

    1. So in this case, I need to migrate from Crystal Enterprise 10 to Crystal Reports Server XI R2/Crystal Reports Server 2008 or more using import wizard Then I will need to migrate from Crystal Reports Server XI R2/Crystal Reports Server 2008 to SAP Crystal Server 2011 using Upgrade Manager tool. Is my inference correct?
    That is correct. For XI R2, it would be XI R2 SP2 minimum. And you need to have a live installation of XI R2 SP2 as SAP does not have it in archieve download area.
    2.What is the potential risk if we try to migrate from Crystal Enterprise 10 to SAP Crystal Server 2011 using upgrade manager tool?
    I am not sure if that will work with success, If the reports migrated from CE10 do not work in CRS2011, it would be unsupported. You can however try it anyways.
    3.Can we open the reports developed using Crystal Reports 10 designer in Crystal Reports 2011 designer? .This is for another requirement of us where we have to just migrate the reports alone .
    Yes you can do that. Try opening and running them in CR2011, they should work but some of them can also result in some errors here and their, this is more specific to report design and what kind of grouping\ filtering\formulas you use.

  • IXOS 9.6.1 migration with change in DBMS(Oracle - MS SQL)

    Hi All
    We have requirement to migrate IXOS 9.6.1 archive server(DBMS:Oracle) from one server to another with change in DBMS to sql server
    Current : OpenText Archive server 9.6.1 with Oracle 
    Target : OpenText Archive server 9.6.1 with MS SQL
    Can anyone please help me out with migration of OpenText archive server.
    Thanks and Regards,
    Chaitanya

    I turned on the jsp debug init-param for the system for more information about the error. I get the following:
    Request URI:/interop/jsp/css/CSSTemplate.jsp
    Exception:
    OracleJSP:oracle.jsp.parse.JspParseException: /jsp/css/provisionSummary.jsp: Line # 119, <bean:define id="appId" name="appName" property="key"/>
    Error: Tag attempted to define a bean which already exists: appId
    When I attempt to provision the user I created for administrative purposes, Ialso see the following:
    --from the file SharedServices_Metadata.log I see the error:
    +2009-09-18 15:55:32,399 \[AJPRequestHandler-HTTPThreadGroup-6\] ERROR com.hyperion.eie.common.cms.CMSFacade - org.apache.slide.structure.ObjectNotFoundException: No object found at /users/admin+
    --from SharedServices_Admin.log
    +2009-09-17 14:49:20,583 \[Thread-13\] ERROR com.hyperion.cas.server.CASAppRegistrationHandler.loadApplicationsFromCMS(CASAppRegistrationHandler.java:430) - AuthorizationException occured when loading applications : Refer log in debug mode for details+
    How does one set these logs into debug mode ?

  • Migrating from Centura/Gupta to Oracle forms

    Hi
    I work at an organistion that is the result of a merger, we have two main bespoke systems, one in Oracle Forms which has recently been upgraded to the web based version (6.5) and a second written in Gupta / Centura SQL Windows client server. Both use Oracle databases thought the Centura application is still on 8i.
    We want to move to Forms over time but will have to run both for a while and would like to try and run them as more of a single system in the interim. e.g a single security system so users can move from one to the other without having to use 2 userids & passwords. My initial investigations suggest this isn't going to be easy.
    I wondered if anyone had any experience/ tips, or could point me at any useful resources.
    Thanks

    We want migrate from gupta 9.0 (sql base) to oracle db 11.1. We need some help or information. Could you give us any procedure of migration ?
    Thanks you. We hope for your help.

  • Data Migration from Microsoft Access to Oracle 9i

    Dear All
    This is my first request in your forum,My problem is that I have installed SQL developer but unable to migrate my MDB (Microsoft access file) into Oracle 9i,I have done the following activities in order to migrate data.
    open sql developer
    under migration,click quick migration
    quick migration wizard diaglog box appear,click new,
    in the oracle tab, input the following information
    input connection name 'zuhair',give user name and password (sys/s),check save password option,give role "sysdba" ,give connection type "basic",didnt check any any check box like os authorization and others,give host name 'zkhan-dfml',port '1521',sid 'dba' and then push the test button and then status show "success"
    in the access tab, input the following information
    input connection name ,input mdb file name by using browse button,after this step click test button then the following message display 'test fail odbc microsoft access driver not a valid password
    I have tried to create odbc link but i think i have done some thing wrong,kindly help
    Regards
    Zuhair

    Hi Zuhair,
    If you give details of the problems you are still having then we should be able to get SQL*Developer to work.
    However, if you don't want to use SQL*Developer then the following options are taken from note 393760.1 available in Metalink if you have access to that -
    1. Use a gateway that supports the non-Oracle database or generic connectivity if a third party ODBC driver is available to do a -
    'create Oracle_table as select from non_oracle_table@database_link'
    for each table. You would then have to manually create all the other objects (views, indexes, stored procedurs etc) and permissions etc that existed in the non-Oracle database.
    2. Use the SQL*Plus COPY command to copy data from the non-Oracle database to the
    Oracle database using a gateway or generic connectivity. The syntax is as follows:
    COPY FROM username/password@oracle_sid -
    INSERT destination_oracle_table -
    USING query;
    The following example selects all rows from the EMP table in the non-Oracle database and
    inserts them into the local Oracle EMP table:
    COPY FROM SCOTT/TIGER@ora10 -
    INSERT EMP -
    USING SELECT * FROM SCOTT.EMP@gateway;
    where "gateway" is the database link created for the gateway.
    3. Load the non-Oracle data into flat files and use SQL*Loader to put the data into Oracle tables. Again manual
    work is required for the other objects.
    4. Contact the Oracle Product Technology Services (PTS) group for assistance. See the webpage -
    http://www.oracle.com/technology/tech/migration//workbench/index_sqldev_omwb.html
    5. Use a third party migration tool. See -
    http://www.oracle.com/technology/tech/migration/isv/third_party.html
    6. Use JDBC to connect to the non-Oracle database and Java in the Oracle database. This method will work but it is not suppported by the JDBC team.
    =========
    The amount of work involved will depend on the number and size of Access tables that you want to migrate.
    Regards,
    Mike

  • 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

  • Failing hard drive or ??? of FOUR new laptop?

    FOUR brand-new Toshiba Satellite C50 laptops - Windows 7 Steps taken:  Setup  Uninstall Norton Security Essentials trial  Install, update, and scan with Microsoft Security Essentials  Uninstall Norton Backup trial and Norton Anti-Theft  Download, ins

  • How do you make a PDF ?

    How do I start to make a file into a PDF file?

  • Italicizing text in Acrobat Pro

    Hi, I have Acrobat Pro 7.0. Is there a way to italicize text in a PDF within Acrobat? Robin

  • IPod receiving iPhone txt messages

    My sons iPod touch is receiving my iPhone txt messages. I know how to disable by stopping iMessage on iPod, but it keeps getting enabled so he can use FaceTime. Is the connection between the two made via the apple I'd? The email associated to the iPo

  • Do i have to use JMS with EJBS?

    Hi I want to use JMS as a messaging system (a queue) between my system and someone elses. I would like to have some java classes on Tomcat to do the job. But...whenever i hear about JMS i always hear it in relation to EJBs. Can i only use JMS with EJ