Error on Migration

0
No votes yet

I receive the error below. Any one else get this? or know how to solve it?

INFO: Performing the uPortal Framed Tab migration....

ERROR The Sql Error Code is 1427
ERROR Exception while performing the uPortal Framed Tab migration.
java.sql.SQLException: ORA-01427: single-row subquery returns more than one row

at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:305)
at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:272)
at oracle.jdbc.driver.T4C8Oall.receive(T4C8Oall.java:626)
at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:182)
at oracle.jdbc.driver.T4CPreparedStatement.execute_for_rows(T4CPreparedStatement.java:630)
at oracle.jdbc.driver.OracleStatement.execute_maybe_describe(OracleStatement.java:961)
at oracle.jdbc.driver.T4CPreparedStatement.execute_maybe_describe(T4CPreparedStatement.java:532)
at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1037)
at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2905)
at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java:2946)
at com.sct.pipeline.migration.rdb.MigrationRDBUtil.migrateFramedTabs(MigrationRDBUtil.java:1150)
at com.sct.pipeline.migration.rdb.Up_RdbHandler.main(Up_RdbHandler.java:565)
migrator encountered an error: operation ImportUP_RDB encountered an error

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Did you try

Did you try the suggestion made by pvsk10 from your previous post?

Quoted from pvsk10:
Get the latest migration jar

You are running old migration code. Get the latest migration jar, script and config file which address a number of issues.

Ooops

I totally forgot I already posted this. Where has my mind gone? Anywhos, where can I download the jar. I looked in the downloads section of Sungard, but to no avail.

It happens

It happens to all of us!

I actually don't know where to ge tthe files off-hand. I would *assume* they would be in the Luminis support center. You can always put in a ticket to have one of them send it to you (if nobody else here can provide a link or the files). Sorry I can't help with that.

new jar download

Search the knowledgebase for thhis article 1-3AU6BM Luminis IV known migration issues

Dave

Thanks a bunches!

Thanks Dave, that got me past the Framed Tab Migration. However, I hit another snag. Ideas?

## executing operation: import uPortal configuration data
ERROR An unexpected problem occurred while updating roles of Fragment Owner, 'employee-lo'.
com.pipeline.bom.BomObjectNotFoundException: No object found with filter '(|(pds
LoginId=employee-lo)(pdsLoginAlias=employee-lo))' for subject Subject: [cn=Direc
tory Manager hashcode=-1841320504 static id=cn=Directory Manager] Credentials fo
r [cn=DirectoryService,ou=Services,o=ycp.edu,o=university]Subject:
Principal: com.sct.security.User@e41d4a "cn=Directory Manager"

at com.pipeline.bom.BomManager_3Impl.lookupByFilter(BomManager_3Impl.jav
a:837)
at com.pipeline.bom.PersonManager_3Impl.lookupByLogin(PersonManager_3Imp
l.java:219)
at com.pipeline.uportal.DLMRoleUpdater$1.run(DLMRoleUpdater.java:112)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:396)
at com.pipeline.security.SubjectManager.doAs(SubjectManager.java:154)
at com.pipeline.uportal.DLMRoleUpdater.setFragmentOwnerRoles(DLMRoleUpda
ter.java:138)
at com.pipeline.uportal.dlm.fragments.migration.member.BomMemberMigrator
.process(BomMemberMigrator.java:58)
at org.jasig.portal.layout.dlm.fragments.migration.DlmXmlToFragmentRdbMi
grator.processDlmXml(DlmXmlToFragmentRdbMigrator.java:259)
at org.jasig.portal.layout.dlm.fragments.migration.DlmXmlToFragmentRdbMi
grator.main(DlmXmlToFragmentRdbMigrator.java:129)