Migrating DS 5.2 to ODSEE 11.1.1.5 using dsmig java error

Problem Summary
Migrating Sun Directory Server 5.2 to Oracle Directory Server 11.1.1.5 using dsmig fails
Problem Description
We are currently migrating our Sun DS 5.2 servers to ODSEE 11.1.1.5. I have successfully migrated one of our DS instances. The second has become more challenging. When running the following command I receive the error output below.
dsmig migrate-config -R /usr/local/sun-ds/slapd-wasp/ /usr/local/dsee7/local/dsInst/
Launching Configuration Migration of server instance /usr/local/sun-ds/slapd-wasp .....
Starting server instance /usr/local/dsee7/local/dsInst ..... Directory Server instance '/usr/local/dsee7/local/dsInst' is already running (pid: 6396)
Enter "cn=Directory Manager" password:
Connecting to server localhost:1389 .....
Discovering suffixes in /usr/local/sun-ds/slapd-wasp/config/dse.ldif configuration file ..... DONE.
Setting server properties ..... DONE.
Setting log properties ..... DONE.
Creating suffix dc=uvic,dc=ca ..... DONE.
Setting suffix dc=uvic,dc=ca properties ..... DONE.
FAILED.
Could not migrate configuration.
"dsmig" raised an unexpected error: "Exception ID = 2
Related property = matching-rule
EmbededException = java.lang.String cannot be cast to [Ljava.lang.String;".
matching-rule
Operation "migrate-config" failed.
Log output is such:
[06/Mar/2013:11:08:03 -0800] MIGRATE-CONFIG - Creating index (suffix dc=uvic,dc=ca, attribute uid) .....
[06/Mar/2013:11:08:03 -0800] ERROR MIGRATE-CONFIG - FAILED.
[06/Mar/2013:11:08:03 -0800] ERROR MIGRATE-CONFIG - Could not migrate configuration.
[06/Mar/2013:11:08:03 -0800] ERROR MIGRATE-CONFIG - "dsmig" raised an unexpected error: "Exception ID = 2
Related property = matching-rule
EmbededException = java.lang.String cannot be cast to [Ljava.lang.String;".
[06/Mar/2013:11:08:03 -0800] ERROR MIGRATE-CONFIG - Operation "migrate-config" failed.
What is Java trying to cast to a string here? I see this under uid in the DS 5.2 dse.ldif:
nsMatchingRule: 2.5.13.5
Is this the issue?
Thanks.

This is a known bug:
Bug 12972095: ODSEE 11G MIGRATION FROM DS 5.2 FAILING ON NSMATCHINGRULE
There is a workaround available. The configuration has a 'matching rule' in it somewhere, for example:
dn: cn=ActiveOID5,cn=index,cn=example,cn=ldbm database,cn=plugins,cn=config
objectClass: top
objectClass: nsIndex
cn: ActiveOID5
nsSystemIndex: false
nsIndexType: pres
nsIndexType: eq
nsMatchingRule: 1.3.6.1.4.1.42.2.27.9.4.34.1 <<-- this here
creatorsName: cn=directory manager
modifiersName: cn=directory manager
createTimestamp: 20110318205627Z
modifyTimestamp: 20110318205627Z
If the 'matching rule' information is removed the dsmig will then be successful. The configuration attribute "nsMatchingRule" is one that is noted as it will not be migrated automatically. However dsmig should not produce an JAVA exception reading the attribute. This bug states that it should be fixed in DS 11.1.1.7.0

Similar Messages

  • Issue with migration DB from SQL Server 2005 to Oracle 11.2 using SQL Developer Migration workbench

    Hi,
    We face an issue while migrating an SQL Server 2005 DB to Oracle 11.2.  It fails during the process.  I hope someone on the forum has seen this before and can give us some advice.
    I use the latest version of SQL Developer with JRE included (3.2.20.09).  The JDBC driver to connect to SQL Server 2005 is 1.2.0
    Here are the steps we take in the Migration Workbench wizard:
    I made an online extract of the SQL Server database.
    Using the workbench in SQL Developer I created a migration repository in schema PDM_MIGRATION.
    Next I start the migration, it captures the tables fine, but immediately after the start of the conversion I get a failed message without further explanations.
    This is the content of the error xml:
    <?xml version="1.0" encoding="windows-1252" standalone="no"?>
    <log>
    <record>
      <date>2013-08-14T16:23:32</date>
      <logger>oracle.dbtools.migration.workbench.core.MigrationLogResourceBundle</logger>
      <level>SEVERE</level>
      <class>oracle.dbtools.migration.workbench.core.logging.MigrationLogUtil</class>
      <message>Ongeldig naampatroon.: PDM_MIGRATION .MIGR_FILTER</message>
      <param>oracle.dbtools.migration.workbench.core.logging.LogInfo@4c12ab</param>
      <exception>
        <message>oracle.dbtools.migration.convert.ConvertException: Ongeldig naampatroon.: PDM_MIGRATION .MIGR_FILTER</message>
        <frame>
          <class>oracle.dbtools.migration.convert.ConverterWorker</class>
          <line>1078</line>
        </frame>
        <frame>
          <class>oracle.dbtools.migration.convert.ConverterWorker</class>
          <line>316</line>
        </frame>
        <frame>
          <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
          <line>1002</line>
        </frame>
        <frame>
          <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
          <line>303</line>
        </frame>
        <frame>
          <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
          <line>205</line>
        </frame>
        <frame>
          <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
          <line>159</line>
        </frame>
        <frame>
          <class>oracle.dbtools.raptor.backgroundTask.RaptorTask</class>
          <line>193</line>
        </frame>
        <frame>
          <class>java.util.concurrent.FutureTask$Sync</class>
          <line>303</line>
        </frame>
        <frame>
          <class>java.util.concurrent.FutureTask</class>
          <line>138</line>
        </frame>
        <frame>
          <class>oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask</class>
          <line>515</line>
        </frame>
        <frame>
          <class>java.util.concurrent.Executors$RunnableAdapter</class>
          <line>441</line>
        </frame>
        <frame>
          <class>java.util.concurrent.FutureTask$Sync</class>
          <line>303</line>
        </frame>
        <frame>
          <class>java.util.concurrent.FutureTask</class>
          <line>138</line>
        </frame>
        <frame>
          <class>java.util.concurrent.ThreadPoolExecutor$Worker</class>
          <line>886</line>
        </frame>
        <frame>
          <class>java.util.concurrent.ThreadPoolExecutor$Worker</class>
          <line>908</line>
        </frame>
        <frame>
          <class>java.lang.Thread</class>
          <line>662</line>
        </frame>
      </exception>
    </record>
    <record>
      <date>2013-08-14T16:23:32</date>
      <logger>oracle.dbtools.migration.workbench.core.MigrationLogResourceBundle</logger>
      <level>SEVERE</level>
      <class>oracle.dbtools.migration.workbench.core.logging.MigrationLogUtil</class>
      <message>Ongeldig naampatroon.: PDM_MIGRATION .MIGR_FILTER</message>
      <param>oracle.dbtools.migration.convert.ConverterWorker.copyModel(ConverterWorker.java:1078)</param>
      <param>oracle.dbtools.migration.convert.ConverterWorker.runConvert(ConverterWorker.java:316)</param>
      <param>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doConvert(FullMigrateTask.java:1002)</param>
      <param>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doMaskBasedActions(FullMigrateTask.java:303)</param>
      <param>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doWork(FullMigrateTask.java:205)</param>
      <param>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask.doWork(FullMigrateTask.java:159)</param>
      <param>oracle.dbtools.raptor.backgroundTask.RaptorTask.call(RaptorTask.java:193)</param>
      <param>java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)</param>
      <param>java.util.concurrent.FutureTask.run(FutureTask.java:138)</param>
      <param>oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask.run(RaptorTaskManager.java:515)</param>
      <param>java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)</param>
      <param>java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)</param>
      <param>java.util.concurrent.FutureTask.run(FutureTask.java:138)</param>
      <param>java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)</param>
      <param>java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)</param>
      <param>java.lang.Thread.run(Thread.java:662)</param>
      <param>oracle.dbtools.migration.workbench.core.logging.LogInfo@5dc1bc</param>
      <exception>
        <message>oracle.dbtools.migration.convert.ConvertException: Ongeldig naampatroon.: PDM_MIGRATION .MIGR_FILTER</message>
        <frame>
          <class>oracle.dbtools.migration.convert.ConverterWorker</class>
          <line>1078</line>
        </frame>
        <frame>
          <class>oracle.dbtools.migration.convert.ConverterWorker</class>
          <line>316</line>
        </frame>
        <frame>
          <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
          <line>1002</line>
        </frame>
        <frame>
          <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
          <line>303</line>
        </frame>
        <frame>
          <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
          <line>205</line>
        </frame>
        <frame>
          <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
          <line>159</line>
        </frame>
        <frame>
          <class>oracle.dbtools.raptor.backgroundTask.RaptorTask</class>
          <line>193</line>
        </frame>
        <frame>
          <class>java.util.concurrent.FutureTask$Sync</class>
          <line>303</line>
        </frame>
        <frame>
          <class>java.util.concurrent.FutureTask</class>
          <line>138</line>
        </frame>
        <frame>
          <class>oracle.dbtools.raptor.backgroundTask.RaptorTaskManager$RaptorFutureTask</class>
          <line>515</line>
        </frame>
        <frame>
          <class>java.util.concurrent.Executors$RunnableAdapter</class>
          <line>441</line>
        </frame>
        <frame>
          <class>java.util.concurrent.FutureTask$Sync</class>
          <line>303</line>
        </frame>
        <frame>
          <class>java.util.concurrent.FutureTask</class>
          <line>138</line>
        </frame>
        <frame>
          <class>java.util.concurrent.ThreadPoolExecutor$Worker</class>
          <line>886</line>
        </frame>
        <frame>
          <class>java.util.concurrent.ThreadPoolExecutor$Worker</class>
          <line>908</line>
        </frame>
        <frame>
          <class>java.lang.Thread</class>
          <line>662</line>
        </frame>
      </exception>
    </record>
    <record>
      <date>2013-08-14T16:23:32</date>
      <logger>oracle.dbtools.migration.workbench.core.MigrationLogResourceBundle</logger>
      <level>WARNING</level>
      <class>oracle.dbtools.migration.workbench.core.ui.FullMigrateTask</class>
      <message>Building converted model: FAILED : Database Migration : FAILED</message>
      <param>oracle.dbtools.migration.workbench.core.logging.LogInfo@15a3779</param>
    </record>
    Does anybody know what this error means and what steps we should take to continue the migration?
    I see the PDM_MIGRATION.MIGR_FILTER is a type.
    Many thanks in advance,
    Kris

    Hi Wolfgang,
    Thanks for your reply.
    This is how the type MIGR_FILTER looks like:
    create or replace
    TYPE MIGR_FILTER IS OBJECT (
      FILTER_TYPE INTEGER, -- Filter Types are 0-> ALL, 1->NAMELIST, 2->WHERE CLAUSE, 3->OBJECTID LIST
      OBJTYPE VARCHAR2(40),
      OBJECTIDS OBJECTIDLIST,
      NAMES NAMELIST,
      WHERECLAUSE VARCHAR2(1000));
    I think the repository user has the correct privileges.  This is the overview of privileges it has:
    SQL> select * from dba_sys_privs where GRANTEE in ('PDM_MIGRATION') order by GRANTEE;
    GRANTEE PRIVILEGE ADM
    PDM_MIGRATION ALTER SESSION NO
    PDM_MIGRATION CREATE CLUSTER NO
    PDM_MIGRATION CREATE DATABASE LINK NO
    PDM_MIGRATION CREATE PROCEDURE NO
    PDM_MIGRATION CREATE SEQUENCE NO
    PDM_MIGRATION CREATE SESSION NO
    PDM_MIGRATION CREATE SYNONYM NO
    PDM_MIGRATION CREATE TABLE NO
    PDM_MIGRATION CREATE TRIGGER NO
    PDM_MIGRATION CREATE VIEW NO
    PDM_MIGRATION UNLIMITED TABLESPACE NO
    SQL> select * from dba_role_privs where GRANTEE in ('PDM_MIGRATION') order by GRANTEE;
    GRANTEE GRANTED_ROLE ADM DEF
    PDM_MIGRATION CONNECT NO  YES
    PDM_MIGRATION RESOURCE NO  YES
    Best regards,
    Kris

  • Migration from old to new iMac do you need to use set up on new or go straight to migration?

    Just got a new iMac and going to migrate from my old 2008 iMac, info from Apple Support is a bit confusing but I want to know if it is best to use the "Set Up" on new iMac before migration or go straight into migration.
    Also the support info says to connect both using ethernet as one option (which is my option) and connected to your network, how do you do this as there is only one ethernet port on each machine and if connected together it would not be possible to connect to a network, ie, the internet via my ISP. Suppot says no router etc needed.
    Somewhat confused so if there is anyone out there who has done this I would appreciate their comments.
    Thank you for any help forthcoming.
    Derek

    How to use Migration Assistant:
    http://support.apple.com/kb/HT4889?viewlocale=en_US
    http://support.apple.com/kb/HT4413?viewlocale=en_US
    http://support.apple.com/kb/TS1963
    Troubleshooting Firewire target disk mode:
    http://support.apple.com/kb/HT1661
    How to transfer data from a PC to a Macintosh:  http://support.apple.com/kb/HT1408

  • RunMigrate.sh Java error for patch AddrBook migration to UWC

    Hello All --
    The MigratePab java app appears to core dump half-way through "batch" migration of PAB entries to new UWC AB Server.
    /tmp/migrate.log to shows the pabMigrate finds all users for domain and correctly constructs new AB entry for o=piserverdb, and correctly updates user object in Directory (ie. all users have correct 'psroot' attribute added to user object).
    Then -- apparently when actual data migration supposed to happen (ie. the MigratePab.run method -- the app throws Java exception (see below).
    Note: this pabMigrate utility appears to be very "bleeding edge" (read that: "not ready for prime time") -- any ideas where more recent version of pabMigrate code resides??
    Note2: each "Thread" below corrsponds to separate connection to Directory.
    Thanks --GA
    /var/opt/SUNWuwc/WEB-INF/classes> ./runMigrate.sh
    Exception in thread "Thread-5" java.lang.NoClassDefFoundError: com/sun/comclient/calendar/PropertiesException
    at com.iplanet.iabs.ldapplug.iLDAP.initConnection(iLDAP.java:72)
    at com.iplanet.iabs.coresrv.DBPluginMap.getDBPlugin(Unknown Source)
    at com.iplanet.iabs.coresrv.DBPluginMap.getPSDBPlugin(Unknown Source)
    at com.iplanet.iabs.coresrv.CorePersonalStore.<init>(Unknown Source)
    at com.iplanet.iabs.coresrv.CorePersonalStoreFactory.newSessionObject(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.migrate(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.initMigration(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.run(Unknown Source)
    Exception in thread "Thread-6" java.lang.NoClassDefFoundError: com/sun/comclient/calendar/PropertiesException
    at com.iplanet.iabs.ldapplug.iLDAP.initConnection(iLDAP.java:72)
    at com.iplanet.iabs.coresrv.DBPluginMap.getDBPlugin(Unknown Source)
    at com.iplanet.iabs.coresrv.DBPluginMap.getPSDBPlugin(Unknown Source)
    at com.iplanet.iabs.coresrv.CorePersonalStore.<init>(Unknown Source)
    at com.iplanet.iabs.coresrv.CorePersonalStoreFactory.newSessionObject(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.migrate(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.initMigration(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.run(Unknown Source)
    Exception in thread "Thread-9" java.lang.NoClassDefFoundError: com/sun/comclient/calendar/PropertiesException
    at com.iplanet.iabs.ldapplug.iLDAP.initConnection(iLDAP.java:72)
    at com.iplanet.iabs.coresrv.DBPluginMap.getDBPlugin(Unknown Source)
    at com.iplanet.iabs.coresrv.DBPluginMap.getPSDBPlugin(Unknown Source)
    at com.iplanet.iabs.coresrv.CorePersonalStore.<init>(Unknown Source)
    at com.iplanet.iabs.coresrv.CorePersonalStoreFactory.newSessionObject(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.migrate(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.initMigration(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.run(Unknown Source)
    Exception in thread "Thread-7" java.lang.NoClassDefFoundError: com/sun/comclient/calendar/PropertiesException
    at com.iplanet.iabs.ldapplug.iLDAP.initConnection(iLDAP.java:72)
    at com.iplanet.iabs.coresrv.DBPluginMap.getDBPlugin(Unknown Source)
    at com.iplanet.iabs.coresrv.DBPluginMap.getPSDBPlugin(Unknown Source)
    at com.iplanet.iabs.coresrv.CorePersonalStore.<init>(Unknown Source)
    at com.iplanet.iabs.coresrv.CorePersonalStoreFactory.newSessionObject(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.migrate(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.initMigration(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.run(Unknown Source)
    Exception in thread "Thread-3" java.lang.NoClassDefFoundError: com/sun/comclient/calendar/PropertiesException
    at com.iplanet.iabs.ldapplug.iLDAP.initConnection(iLDAP.java:72)
    at com.iplanet.iabs.coresrv.DBPluginMap.getDBPlugin(Unknown Source)
    at com.iplanet.iabs.coresrv.DBPluginMap.getPSDBPlugin(Unknown Source)
    at com.iplanet.iabs.coresrv.CorePersonalStore.<init>(Unknown Source)
    at com.iplanet.iabs.coresrv.CorePersonalStoreFactory.newSessionObject(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.migrate(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.initMigration(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.run(Unknown Source)
    Exception in thread "Thread-10" java.lang.NoClassDefFoundError: com/sun/comclient/calendar/PropertiesException
    at com.iplanet.iabs.ldapplug.iLDAP.initConnection(iLDAP.java:72)
    at com.iplanet.iabs.coresrv.DBPluginMap.getDBPlugin(Unknown Source)
    at com.iplanet.iabs.coresrv.DBPluginMap.getPSDBPlugin(Unknown Source)
    at com.iplanet.iabs.coresrv.CorePersonalStore.<init>(Unknown Source)
    at com.iplanet.iabs.coresrv.CorePersonalStoreFactory.newSessionObject(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.migrate(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.initMigration(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.run(Unknown Source)
    Exception in thread "Thread-4" java.lang.NoClassDefFoundError: com/sun/comclient/calendar/PropertiesException
    at com.iplanet.iabs.ldapplug.iLDAP.initConnection(iLDAP.java:72)
    at com.iplanet.iabs.coresrv.DBPluginMap.getDBPlugin(Unknown Source)
    at com.iplanet.iabs.coresrv.DBPluginMap.getPSDBPlugin(Unknown Source)
    at com.iplanet.iabs.coresrv.CorePersonalStore.<init>(Unknown Source)
    at com.iplanet.iabs.coresrv.CorePersonalStoreFactory.newSessionObject(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.migrate(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.initMigration(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.run(Unknown Source)
    Exception in thread "Thread-1" java.lang.NoClassDefFoundError: com/sun/comclient/calendar/PropertiesException
    at com.iplanet.iabs.ldapplug.iLDAP.initConnection(iLDAP.java:72)
    at com.iplanet.iabs.coresrv.DBPluginMap.getDBPlugin(Unknown Source)
    at com.iplanet.iabs.coresrv.DBPluginMap.getPSDBPlugin(Unknown Source)
    at com.iplanet.iabs.coresrv.CorePersonalStore.<init>(Unknown Source)
    at com.iplanet.iabs.coresrv.CorePersonalStoreFactory.newSessionObject(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.migrate(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.initMigration(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.run(Unknown Source)
    Exception in thread "Thread-8" java.lang.NoClassDefFoundError: com/sun/comclient/calendar/PropertiesException
    at com.iplanet.iabs.ldapplug.iLDAP.initConnection(iLDAP.java:72)
    at com.iplanet.iabs.coresrv.DBPluginMap.getDBPlugin(Unknown Source)
    at com.iplanet.iabs.coresrv.DBPluginMap.getPSDBPlugin(Unknown Source)
    at com.iplanet.iabs.coresrv.CorePersonalStore.<init>(Unknown Source)
    at com.iplanet.iabs.coresrv.CorePersonalStoreFactory.newSessionObject(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.migrate(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.initMigration(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.run(Unknown Source)
    Exception in thread "Thread-2" java.lang.NoClassDefFoundError: com/sun/comclient/calendar/PropertiesException
    at com.iplanet.iabs.ldapplug.iLDAP.initConnection(iLDAP.java:72)
    at com.iplanet.iabs.coresrv.DBPluginMap.getDBPlugin(Unknown Source)
    at com.iplanet.iabs.coresrv.DBPluginMap.getPSDBPlugin(Unknown Source)
    at com.iplanet.iabs.coresrv.CorePersonalStore.<init>(Unknown Source)
    at com.iplanet.iabs.coresrv.CorePersonalStoreFactory.newSessionObject(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.migrate(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.initMigration(Unknown Source)
    at com.sun.uwc.common.util.MigratePab.run(Unknown Source)
    =

    Example of LDAP connection setup and first entry in /tmp/migrate.log
    Note: in this particular entry, the 'prroot' attribute already set -- hence the LDAP error.
    ds-sun1:/tmp> head -40 ./migrate.log
    TRACE [Fri Oct 07 12:26:41 MDT 2005] Pool doesn't exists for -> ds-sun1.domain.com:389:cn=Directory Manager so creating a new one
    TRACE [Fri Oct 07 12:26:41 MDT 2005] in initUgLdap
    TRACE [Fri Oct 07 12:26:42 MDT 2005] Creating DBPluginMap for key:ldapplug
    TRACE [Fri Oct 07 12:26:42 MDT 2005] Creating DBPluginMap for key:idir
    TRACE [Fri Oct 07 12:26:42 MDT 2005] Thread-1 is started
    TRACE [Fri Oct 07 12:26:42 MDT 2005] Thread-2 is started
    TRACE [Fri Oct 07 12:26:42 MDT 2005] Thread-3 is started
    TRACE [Fri Oct 07 12:26:42 MDT 2005] Thread-4 is started
    TRACE [Fri Oct 07 12:26:42 MDT 2005] Thread-5 is started
    TRACE [Fri Oct 07 12:26:42 MDT 2005] Thread-6 is started
    TRACE [Fri Oct 07 12:26:42 MDT 2005] Thread-7 is started
    TRACE [Fri Oct 07 12:26:42 MDT 2005] Thread-8 is started
    TRACE [Fri Oct 07 12:26:42 MDT 2005] Thread-9 is started
    TRACE [Fri Oct 07 12:26:42 MDT 2005] Thread-10 is started
    TRACE [Fri Oct 07 12:26:42 MDT 2005] in getConnection
    TRACE [Fri Oct 07 12:26:42 MDT 2005] number users undergoing migration:44
    TRACE [Fri Oct 07 12:26:42 MDT 2005] NEW Request to Migrate: uid=ServiceAdmin,domain=domain.com,dn=uid=ServiceAdmin, ou=People, o=domain.com,o=users
    TRACE [Fri Oct 07 12:26:42 MDT 2005] USER LOCKED:uid=ServiceAdmin, ou=People, o=domain.com,o=users
    TRACE [Fri Oct 07 12:26:42 MDT 2005] in initUgLdap
    TRACE [Fri Oct 07 12:26:42 MDT 2005] IN initPabServiceAdmin:domain.com
    ERROR [Fri Oct 07 12:26:42 MDT 2005] user DN = uid=ServiceAdmin, ou=People, o=domain.com,o=users:Exception while setting value of psRoot as null:null
    TRACE [Fri Oct 07 12:26:42 MDT 2005] USER UNLOCKED:uid=ServiceAdmin, ou=People, o=domain.com,o=users
    TRACE [Fri Oct 07 12:26:42 MDT 2005] NEW Request to Migrate: uid=admin,domain=domain.com,dn=uid=admin, ou=People, o=domain.com,o=users
    TRACE [Fri Oct 07 12:26:42 MDT 2005] USER LOCKED:uid=admin, ou=People, o=domain.com,o=users
    TRACE [Fri Oct 07 12:26:42 MDT 2005] in initUgLdap
    TRACE [Fri Oct 07 12:26:42 MDT 2005] IN initPabadmin:domain.com
    TRACE [Fri Oct 07 12:26:42 MDT 2005] com.iplanet.xslui.auth.LDAPUserSession@c2ff5
    TRACE [Fri Oct 07 12:26:42 MDT 2005] admin
    TRACE [Fri Oct 07 12:26:42 MDT 2005] uid=admin, ou=People, o=domain.com,o=users
    TRACE [Fri Oct 07 12:26:42 MDT 2005] ds-sun1.domain.com
    TRACE [Fri Oct 07 12:26:42 MDT 2005] ldap://ds-sun1.domain.com:389/ou=admin,ou=People,o=domain.com,o=users,o=pab
    TRACE [Fri Oct 07 12:26:42 MDT 2005] pabdn=ou=admin, ou=People, o=domain.com,o=users ,o=pab
    TRACE [Fri Oct 07 12:26:42 MDT 2005] pab initiated successfully
    TRACE [Fri Oct 07 12:26:42 MDT 2005] hostport of abs set for ds-sun1.domain.com.389 is:ds-sun1.domain.com:389
    TRACE [Fri Oct 07 12:26:42 MDT 2005] Warning:getDBHandler - Can't open Personal Store : DBHandler: couldn't open configuration file at /var/opt/SUNWuwc/WEB-INF/domain/domain.com : PropertyReader: config is not a file: /var/opt/SUNWuwc/WEB-INF/domain/domain.com/personalstore.properties
    TRACE [Fri Oct 07 12:26:42 MDT 2005] returning DBHandler for default
    TRACE [Fri Oct 07 12:26:42 MDT 2005] Setting psroot to:uid=admin, ou=People, o=domain.com,o=users with psRoot value as:ldap://ds-sun1.domain.com:389/piPStoreOwner=admin,o=domain.com,o=PiServerDb
    TRACE [Fri Oct 07 12:26:42 MDT 2005] in getConnection
    ERROR [Fri Oct 07 12:26:42 MDT 2005] user DN = uid=admin, ou=People, o=domain.com,o=users:LDAPException while setting value of psRoot as ldap://ds-sun1.domain.com:389/piPStoreOwner=admin,o=domain.com,o=PiServerDb:error result:20
    TRACE [Fri Oct 07 12:26:42 MDT 2005] Setting psroot to uid=admin, ou=People, o=domain.com,o=users is successful
    ds-sun1:/tmp>

  • I'm migrating a WP site to BC. I want to use a web app for their Blog...is there any way to have the web app item show in the root url vs root-url/web-app-name/web-app-item-name?

    I'm migrating a WP site to BC. I want to use a web app for their Blog...is there any way to have the web app item show in the root url vs root-url/web-app-name/web-app-item-name?

    Hi Justin,
    There's nothing like that atm. Please see http://forums.adobe.com/message/4730854
    Cheers,
    -mario

  • Migrate SAP from DB2 9.5 to DB2 9.7 using System copy

    Hello,
    We are migrating our SAP systems to new hardware and we are also planning to upgrade our database from DB2 9.5 to DB2 9.7. So my question is can we take a db backup of our current SAP system which is on DB2 9.5 and install the target SAP instance directly on DB2 9.7 during the System copy?
    Or do we need to install the target SAP instance on DB2 9.5 and then upgrade the system to DB2 9.7 after the System copy procedure.
    Please let me know as we need to start the migration at the earliest.
    Thanks
    D

    Hi Deepak,
    Yes, that is possible (but only offline backup). But for the new features like reclaimable tablespace (to lower the high watermark)
    it's better to export/import with systemcopy.
    Also with systemcopy you can use index compression.
    After backup and restore you can have also reclaimable tablespace, but you have to create new tablespaces
    and then work with db6conv and online table move to move one tablespace online to the new one.
    Best regards,
    Joachim

  • HT4796 I can't see where are the folders that I had in my old PC on my new Mac after the migration. Even when I see it on my Mac using the search box, it doesn't appear with the right order of my old PC. I need some help, please.

    I used the Migration utilitie from Lion and eventhough I know the folders are there (with a quick search I find images etc) the proper order is not displayed.

    Migrate your Windows files or system to your Mac
    http://support.apple.com/kb/HT2518

  • HT4413 Migration Assistant for a brand new mac that has been used already?

    My dad bought a Mini but has been using it for a few months but didn't transfer anything from his old Mac. All his address book entries and files are still on his original Mac. Can Migration Assistant still be of help to transfer over the data without erasing what he's accumlated on his new Mac? Is it going to write over his email for instance?
    Thanks!

    Migration Assistant is not the tool you need to use at this point. Instead you should manually copy the data you want from the old computer to the new computer. If both computers have Firewire ports then use Target Disk Mode - Transferring files between two computers using FireWire. Boot the old computer into TDM and the new computer normally. You should then find a disk icon for the old computer's drive on the Desktop of the new computer.
    Before you do any of the described file copying below be sure you have quit Mail and Address Book if they are now open except where directed.
    For Mail you open Mail and select Import from the File menu. Check the top option to import from Apple Mail. Navigate on the old computer to its /Users/username/Library/Mail/ folder and then locate a folder named "Mailboxes." Select the folder and click on the Open button. Select the mailboxes you want to import and click on the Import/OK button. This will import the old mail to a new set of mailboxes in Mail under a mailbox named Imported. You can then move the old mail to wherever you want in Mail.
    For contacts locate the /Users/username/Library/Applications Support/AddressBook/ folder. Copy the entire folder to the new computer to the same location on the new computer.
    Last, navigate to the /Users/username/Library/Preferences/ folder and copy these preference files: com.apple.mail.plist and all beginning with com.apple.AddressBook. Copy them to the same location on the new computer.

  • How to migrate or transfer Windows Live email to OS X Yosemite, using Postbox

    I just got an iMac and it didn't migrate my emails from my Windows PC; only some of them.  I gave up on getting them into Apple Mail, but had Postbox (just Google it to find the download site) on my PC for another email account, so I was able to get Postbox on the Mac to accept emails from Postbox on Windows, which means you'll be using Postbox as your email client on your Mac.  Here's what finally worked, after LOTS of trial and error, which I hope you won't have to repeat:
    1. On the Windows 7 PC (? works with XP or Windows 8), rom Windows Live Mail (this was 2011 version), click on the blue square in the upper left corner and select Export email, and then select Email messages.
    2. Choose Windows Live Mail for the program, then click Next.
    3. Enter the name of folder where you want to export them to and click OK.  I suggest making a New Folder (empty) on Desktop, and name it something to describe the group of email folders you want to transfer.  I have a few groups of email master folders with subfolders, and so did this for each master folder.  If you have only one master folder that contains all your email folders, then you'll only have to do this once. Then click Next.
    4. In the next window that appears, select all the email folders within the master folder you want to transfer, then click Next.
    5. When it finishes exporting, it will say so, and then click Finish.  This can take many minutes or maybe an hour, depending on how many emails you are transferring. 
    6. Open Postbox on the Windows PC (free download for 30-day trial, and only $10 for license, so well worth it), and near the top on the left, highlight “Local Folders.”  Then from the File menu select New and then Subfolder to create an email master folder in Local Folder section of Postbox. Select that folder so it's highlighted.
    7.  Select Tools in Postbox, then "Import all messages from a directory," then "also from its subdirectories."  Then click on the master folder you created that contains all the email folders you just exported from Windows Live Mail.  You'll see that there is a subfolder named something (mine says "Live ([name]), and another subfolder within that that is the name of the master folder that just received your export.  Select this subfolder and click OK.  (Within that are the subfolders corresponding to your Windows Live email folders.)
    8. Within Postbox, right-click on the email master folder you created in step 6, then select Properties, and put your cursor inside the Location box.  You'll probably have to scroll to the right as it will be a long path.  (Mine is Users/[name]/AppData/Roaming/Postbox/Profiles/[long series of random letters and numbers]/Mail/Local Folders/[master email folder name]).
    9. Open Windows Explorer and go to the folder in the Location box, and it will have an “sbd” extension in the folder name.  Open that folder, select all the files in it and copy (ctrl-C) them.
    10.  Put an SD card or USB drive in your PC (formatted with exFAT, so the Mac can read it), and create a new folder with the same name as the master email folder.  Paste all the copied files into that folder.
    11.  Eject the SD/USB and insert into your Mac.
    12. Open Postbox on the Mac (free download, again).
    13. If you’ve set up an email account in Postbox, select & highlight that account on the top left, otherwise select Local Folders.  Maybe better to just select Local Folders as to not get into conflicts with your email account, especially if it’s IMAP, but I had problems with POP account, too.
    14. From the File menu, select New and then Subfolder, and create a Subfolder with the name of your email master folder.
    15.  Highlight your new email master folder and repeat step 14 to create a new subfolder named “test” or something like that, which you’ll later delete.  Then QUIT POSTBOX.
    16. Repeat step 8 with your master email folder to find the location of this folder on your Mac, then open Finder and open that folder.  There should be a subfolder there named “test”, which confirms that you’re in the right place.
    17. Open another Finder window and select the SD/USB drive and the folder in it with your Windows email folders inside it.  Highlight and copy (command-C) all the files within that folder, which will be named something like your Windows Live email folders, but maybe with random letters and numbers at the end.
    18.  Paste all those files into the master email folder in first Finder window.  (This is the actual step of moving all your emails from your Windows PC to your Mac.)
    19.  Reopen Postbox, and you should see all your email folders (possibly with the  random endings to their names) within the email master folder you created.  If there are a lot of them, it may take Postbox a while to index them all.
    20.  To confirm that all your emails transferred, go back to Windows Live Mail on your Windows PC and right click all the email folders you just transferred, and click on Properties, where it will tell you how many messages are in that folder. Write down the number of messages for each folder you transferred.
    21.  On your Mac, select each folder, then highlight all the messages in each folder (select the first, the press Shift and select the last message).  Then right-click on the highlighted messages and then click on Mark and then “Mark all as unread.”  Then a number will appear to the right of the folder telling you the number of unread emails, which should equal the numbers you got from Windows Live email folder properties.
    22.  If the numbers aren’t equal, then I’m sorry, and it’s time to try it again or do some trial and error.
    I tried many different approaches before arriving at this one, which consistently worked for me over and over.  I hope it saves you all the trial and error time it took me.  This is long and complicated, but not as long as trying a bunch of long and complicated methods that didn’t work.  Now you can use Postbox as your email client on your Mac.  Maybe there's a way to transfer them into Apple Mail, but Postbox is fine for me.

    PS:  The Mac folder where Postbox stores it's messages is inside the Library folder inside your User folder.  Normally, the Library folder is invisible.  To make it visible in Finder, I did what it said here: 
    http://osxdaily.com/2011/07/22/access-user-library-folder-in-os-x-lion/

  • I will be working on a project to migrate from Sybase ASE (15.7) to SQL Server 2014 using Oracle golden gate........I am trying to find documentation which can guide me to use a separate box installation of OGG and how to configure it for Sybase and SQL s

    Hi,
    I need guide to install OGG on a separate box which will help me to migrate Sybase to SQL server.
    Viral Dave

    hi - just an fyi
    we have SQL Server 2012 and from my reads and understanding OGG supports SQL Server up to 2008. not to say it wouldn't work on higher versions if installed. in the link above check out the SQL Server installation chapter. before purchasing the license I would contact Oracle.
    maybe someone here has installed it on a higher version and got it to work. we are currently working on setting up OGG to work on Oracle to Oracle servers.

  • What do I use when Migration Assistant reads "you might not be able to transfer using firewire on this computer"?

    When using Migration Assistant to transfer from one Mac to another Mac, as soon as I get to the point where it says to connect the firewire to each computer, it says "You might not be able to transfer using Firewire on this computer". What do I use then?

    firetruckjanet wrote:
    The G5 is running osx 10.4.11, but so is the G4.
    I don't know if it's the Tiger or the Leopard.
    10.4.x is Tiger; 10.5.x is Leopard.
    I've not used the Tiger version of Migration Assistant (just Leopard and later), and there's not much in the way of Apple tech articles for it anymore.
    Since the message says "might not," I don't see any reason not to give it a try.  At worst, it will fail and perhaps leave a partially-transferred user account on the G5.  If that happens, we can deal with it.
    I'd make sure the connections are snug and secure, and try it.
    Good luck, and keep us posted.
    I don't have any backups of the G4 and I don't have an external drive and I don't know anyone who has one.
    If your data is important to you, invest in one . . . soon, and start making regular backups.  They're not very expensive (some as cheap as $50, good ones perhaps $100). Disk drives fail, especially after a few years, other things go wrong, and even the most careful users make mistakes now and then.

  • Problem migrating account from one active directory domain to another. Using NetBIOS

    Hello,
    I'm migrating a Lion machine from one domain to another. When I try to join it to abc.example.com it joines it to 123.example.com in the list of domains. 123.example.com is the NetBIOS name of abc.example.com. This configuration does not work.
    What is even more strange, is if I go into the Open Directory Utility > Active Directory to set the create mobile account settings, once I apply the settings (or even if I don't apply the settings) when I get back to the list of domains, it show BOTH abc.example.com and 123.example.com as domains I am joined to. If I remove 123.example.com it removes abc.example.com.
    I've only seen this problem one other time and this was with a snow leopard machine that was not bound to AD. I upgraded it to Lion and tried to bind it, and had the exact same thing occur.
    I'm certain there is a "stuck" setting somewhere that is causing this. I have had successful snow leopard > lion upgrades work, and many lion machines joined to AD so this does work normally. Just not sure whats wrong or really where to look.
    The OS is fully patched and updated to the current version.
    Any thoughts?

    Case 1:
    Here you can written pre-update event handler which will check whether minor and major org code changed or not.
    If changed then first starts de-provisioning and then start provisioning.
    If not changed then do nothing.
    This approach will not transfer accounts from one domain to another but it will create fresh accounts and remove accounts from old domain.
    Case2:
    If you want to transfer accounts from one domain to another in that on pre-update you have to change OU of user on process which automatically move to another domain.
    but not sure about exchange it is possible to move to another domain.
    hopping that all domains under same forest otherwise same Connector Sever will not work.

  • Migration From 10.1.2 to 10.1.3.1.26 (licensed version) - ERROR loading tem

    Made it through the upgrade to step 11 in the release notes instructions. The step is as follows:
    ======
    Run the JHeadstart Application Generator. If you have a group with a shuttle layout in your application definition, you will get an error. See the section Migrating Shuttle Functionality for more info on how to fix such an error. Note that some of the generator switch checkboxes might have been unchecked in 10.1.2. These settings are migrated as is, so you might need to check these generator switch checkboxes again. The JHeadstart log window displays warnings about files not generated because of such settings.
    ======
    I don't have a shuttle in my application.
    No matter what I do I get the following error in the log window when I RUN the JHS app generator:
    Error while loading template bindings property file: java.io.FileNotFoundException: C:\ClaimDemo6\ViewController1013\templates\config (Access is denied)
    I'm stuck and I can't go any further! What am I missing?
    Message was edited by:
    user565025

    You did nothing wrong. Some changes from 10.1.3.0 to 10.1.3.1 introduced this issue. We will fix it with the next service update.
    To work around it, you can do the following:
    - open the application definition editor
    - select the service node
    - click the templates tab
    - enter "defaultTemplateBindings.jtp" as the value for property "Template Binding File (.jtp)".
    Steven Davelaar,
    JHeadstart Team.

  • HT204350 How many hours (maximum) does it take to migrate 400  GB from one MacBook Pro to another MBP using Ethernet connection?

    How long do I need for migrating data from old MBP to a new MBP?

    The fastest way would be to connect the two computers over Firewire, start the new MBP in Target Mode, and either clone the whole hard drive from the old MBP or only copy across the things you need. Doing it that way would take about 1-2 hours depending on how much stuff you're copying.
    Ethernet would be a lot slower.

  • Migrating users from XP (yeah, I know) to Windows 7 using offline USMT

    Using gmail and outlook, Outlook sometime (in around 20% of the cases) hangs in the process of "loading profile" after user has been migrated to a new system with USMT Version 6.2.9200.16384.
    I have been reading that the success rate of USMT can be enhanced by doing it offline. So... I am testing a solution to boot the source PC up with WinPE through our PXE-booting solution, and before deploying the new OS, we are doing a USMT scanstate like
    this:
    mkdir d:\temp
    SET USMT_WORKING_DIR=d:\temp
    set MIG_OFFLINE_PLATFORM_ARCH=32
    "\\Intserv01\usmt\x86\Scanstate.exe" \\intserv01\usmt\%computername% /ui:* /i:"\\Intserv01\usmt\x86\migdocs.xml" /i:"\\Intserv01\usmt
    \x86\miguser.xml" /i:"\\Intserv01\usmt\x86\migapp.xml" /o /c /vsc /offlinewindir:d:\Windows /targetWindows7
    Now... because the WinPE is not part of the domain, the SID's are migrated... so when doing a loadstate on the target:
    set /p brugernavn= "Tast brugernavn (udelad domainname ad.dk)= "
    set /p maskinnavn= "Tast maskinnavn (som den hed under forste USMT-korsel altsaa uden W7)= "
    "\\Intserv01\usmt\x86\Loadstate.exe" \\intserv01\usmt\%maskinnavn% /ui:AD\%brugernavn% /i:"\\Intserv01\usmt\x86\migdocs.xml" /i:"\\Intserv01\usmt
    \x86\miguser.xml" /i:"\\Intserv01\usmt\x86\migapp.xml" /l:C:\Users\Public\Documents\USMTLOG\USMTlog.txt
    call "\\intserv01\usmt\sendmail\mails\loadstate_done.cmd"
    the user is not migrated back when typing the "brugernavn" (Danish for "username") like "<domain>\<username>"
    I guess that typing the SID would work (well just tried it now, and I was right, this does work), but I would prefer typing the username instead.
    What would be the best approach to accomplish this?
    Regards, Lars.

    Hi  Lars,
    You can  run the command Scanstate /UI /UE rules with user names, specify which users to migrate with the /all, /ui, /uel, and /ue options with both the ScanState and LoadState command-line tools, for example, To include only User2 from the FarWest
    domain, type: /ue:*\* /ui:farwest\user2 the detail configuration can be found at:
    http://technet.microsoft.com/en-us/library/dd560781(v=ws.10).aspx
    But I highly recommend to use the SID instead, because the WinPE computer has no knowledge of the domain Specifying /ui:domain\username or /ui:*\username is therefore an invalid command, I am afraid the SID is the best choice, Scanstate /UI /UE rules with
    user names will be ignored, thus it won’t work, the detail explaination can be found at:
    http://blogs.technet.com/b/askds/archive/2010/02/18/usmt-4-and-winpe-common-issues.aspx
    Regards
    Wade Liu
    TechNet Community Support

Maybe you are looking for

  • Automatic filling of field in sel screen where match code obj is used

    Dear all. Suppose you have a selection screen with two fields: pa_usid  and  pa_name, both fields are obligatory. The user wants - as soon as field pa_usid is filled  from the list opened through the matchcode obj, default value  gets filled in  pa_n

  • SOAP adapter error: invalid content type for SOAP: TEXT/HTML.

    Dear SAP experts, Need your help again here. Currently, i am getting this specific error in my RWB logs. The connection is from SAP XI going to Trading Partner via SOAP adapter. The specific error is: Delivery of the message to the application using

  • Table T043G

    Dear expert,                      when i am doing vendor payment through f-53 then error occurred:- In company code (IPCL) table T043G is missing.As per my knowledge it is related to customer / vendor tolerance group. I checked it & it is properly co

  • Table of content, third level leader lines

    Hello i have atable of content that works properly now, except for the fact that third level chapters, dont have leader lines to the page number 1 blabla .............5 1.1 blasecond.....7 1.1.3 third lvl 9 I want that third lvl style to also have le

  • Dynamic interpretation in JSP

    Hi, As everybody knows, JSP is dynamicly interpretated at firts access when the JSP file is in the server. In my case, I'd like to have personalized JSP in some screens, according to the user who is accessing it. I thought about store a JSP code in t