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 ?

Similar Messages

  • Migration Error from Access to Oracle through SQL Developer.

    Hi,
    Actually I am trying to migrate data from MS Access 2002 to Oracle 9i database through the SQL Developer. But Whenever I go to Capture Database from Access it will show me an error.... Invalid procedure Call and then it shows an error message... >>>>>>
    ShowSplashScreen("_OracleSplashScreen",3)
    after that i wont be able to do this task anymore..... So please help me get out of it... How Cam I Maigrate data from Access to Oracle 9i...
    Is any other tool i use or you can help me for this tool to migrate date...
    Please tell me..
    If yu can send me a mail then mail me on [email protected]
    regards,
    Vishal

    Hi Vishal,
    I have responded to your related thread on the Migration Workbench forum - Migration Error from Access to Oracle through SQL Developer.
    Regards,
    Hilary

  • Core data: Versioned model migration with change in existing attribute data types.

    Hi ,
    I want to upgrade my ios app with app store version with enhancement of new functionality related to core data features in the app.
    -In new upgarde version, I want to change data types of attribute which is already present in core data model of existing app store version.
    e.g.In Version 1.0 ,Attribute "date" datatype is "NSDate", New change required to change  datatype "NSDate" to "NSString" with new version model.
    I followed Lightwaight migration, but as per documentation , Lightwaigh migration not support for change data type of any existing attribute/entity of core data model.
    Please suggest optimized solution for migration of database along with change in data type of exsiting attribute of the entity in core data.
    If required in further info ,please ask.
    Thanks in advances.
    Regards,
    Laxmikant

    More Info: The two entries are actually pointing to the same object. If I save the context and restart, I only have one entry (I can also see this by looking at the XML store).
    It seems that the NSTableView is getting messed up somehow after the FetchRequest. Still stumped.

  • Directory Migration with changing schema

    Hi,
    We are planning a directory migration as part of an implementation of Sun Identity Manager.
    The directory migration is from one set of servers to another and comprises an upgrade from Directory 5.2 to 6.3, and a schema change.
    We'd like to have a rollback plan that involves copying changes from the new directory to our legacy servers. A delay is acceptable.
    We're doing two things to our schema which increases the complexity:
    - Users are being segregated, e.g.:
    OLD: uid=123456,ou=People,ou=UK,dc=root
    NEW: uid=123456,ou=Internal,ou=Users,dc=root OR uid=567890,ou=External,ou=Users,dc=root
    - Replacing an ou hierarchy containing Groups (groupofuniquenames) to nsRoleDN attributes on users.
    We'd like to avoid writing some kind of custom script to retrieve changes, modify them and insert them into the old directory.
    Directory Proxy doesn't seem to be the right tool for this job.
    Could anyone suggest an alternative?

    So I have done this migration before - The directory information is not so bad to get migrated in fact the Novell IDM could do that piece for you.
    Migrating the files, and security over will be an exercise in icacls
    Logon scripts/Group policy preferences will need to be done to convert the existing drive mapping scripts over, Look at DFS for this so you only have to migrate once.
    If everything is planned out it will keep the migration smooth, but truly understanding the role of Novell IDM in the environment, analyzing the shared files and data (Good time to cleanup, hint hint), validating the groups and security are set up correctly
    will aid immensely.
    I would also do in batches based on shared data and not try to move everyone at one big move, that way as departments move you can get the kinks out of the process.
    From a workstation that has the novell client you can script the data copy with robocopy over to the new home
    once the data is copied over, robocopy can keep the data sync'd until users are migrated over.
    Novell has the ability of exporting directory structures with permissions on them, scripting icacls will get the permissions repopulated on the MS side. Groups and users of course would need to be there already.
    Thanks,
    Brad Held
    Windorks.wordpress.com
    View
    Brad Held's profile

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

  • User names with apostrophes failing in Oracle and SQL

    Attempting to pass a name with an apostrophe through and getting ORA-1756. How can I get this to work for my usernames with apostrphes

    SELECT 'O''Brian'
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Need help with Thin JDBC connecting Oracle to SQL server.

    I am fairly new to JAVA. We have ORACLE 8.1.7 running on Solaris 8. I have a need to
    periodically extract data from ORACLE DB and transfer it to SQL Server. I am limited to
    moving data from the ORACLE/UNIX environment to SQL Server side.
    From what I have read, Server-side Thin driver should work.
    1) Are there any issues in trying to achieve this with ORACLE running on the UNIX platform?
    2) Will the Server-side Thin driver talk to both the DBs ?
    3) Is it possible to provide some sample code ?
    Thanks in advance,
    Solomon

    Quattro,
    I had complete success in reading from Oracle and writing to SQL Server. First of all let me thank you for all your help. I do have one last request. Its more on optimization than any thing else.
    I was trying to optimize my code by grouping both the connections in one place and to keep my reads and inserts together so that I don't commit at the end of each insert etc. I don't seem to have the scope rules under control yet. Could you suggest how to improve this:
    import java.sql.*;
    public class Test_Combined2 {
    public static void main(String args[]) throws SQLException {
    // Load the Oracle JDBC driver
    DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
    // Connect to the database
    // You must put a database name after the @ sign in the connection URL.
    // You can use either the fully specified SQL*net syntax or a short cut
    // syntax as <host>:<port>:<sid>. The example uses the short cut syntax.
    Connection con2 = DriverManager.getConnection ("jdbc:oracle:thin:@Test:1521:PSDEVElOP",
    "SOLOMON","SOL1");
    // Create a Statement
    Statement stmt2 = con2.createStatement ();
    String url = "jdbc:microsoft:sqlserver://INTRADEV:1433;DatabaseName=Measure";
    Connection con;
    String query = "select dataYear, dataMonth, yieldRate from tblYield " ;
    Statement stmt;
    try {
    Class.forName("com.microsoft.jdbc.sqlserver.SQLServerDriver");
    } catch(java.lang.ClassNotFoundException e) {
    System.err.print("ClassNotFoundException: ");
    System.err.print(e.getMessage());
    // Select the ENAME column from the EMP table
    ResultSet rset = stmt2.executeQuery ("select year_start, monthofyear, percent_comp " +
    " from ps_usm_ytd_yield ");
    // Iterate through the result and print the employee names
    while (rset.next ()) {
    System.out.println (rset.getFloat (3));
    int ps_dataYear = rset.getInt(1);
    int ps_dataMonth = rset.getInt(2);
    float ps_yieldRate = rset.getFloat(3);
    try{
    con = DriverManager.getConnection (url, "tmpuser","tmppush");
    stmt = con.createStatement();
    PreparedStatement insertTblYield;
    String insertString = "insert into tblYield " +
    " values(?, ?, ?)";
    //con.setAutoCommit(false);
    insertTblYield = con.prepareStatement(insertString);
    insertTblYield.setInt(1, ps_dataYear);
    insertTblYield.setInt(2, ps_dataMonth);
    insertTblYield.setFloat(3, ps_yieldRate);
    insertTblYield.executeUpdate();
    con.commit();
    //con.setAutoCommit(false);
    /*ResultSet rs = stmt.executeQuery(query);
    System.out.println("dataYear, dataMonth, yieldRate");
    while (rs.next()) {
    int dataYear = rs.getInt(1);
    int dataMonth = rs.getInt(2);
    float yieldRate = rs.getFloat(3);
    System.out.println(" " + dataYear + ", " + dataMonth + ", " + yieldRate);
    stmt.close();
    con.close();
    } catch(SQLException ex) {
    System.err.print("SQLException: ");
    System.err.println(ex.getMessage());
    } //while
    stmt2.close();
    con2.close();

  • Data filter when migrating Oracle to SQL

    How can I use a data filter (via t-sql or ??) when using SSMA to migrate data from Oracle to SQL Server ?

    Hi sqlworker,
    SQL Server Migration Assistant for Oracle are designed to migrate data from Oracle to SQL Server, we can convert and synchronize the schema of database, the particular category of the schema, and the attributes of objects. However, we can only use data filter
    to help you retrieve from a database table by using the WHERE clause to specify search conditions in SQL. According to your description, we need to verify if you just want to migrate some specific data from Oracle to SQL Server, or just use data filter in
    SQL Server after migration. You can post more information for analysis.
    For more information, you can review the following article.
    migrating
    data form Oracle to SQL Serve via SSMA.
    Filtering Data Retrieved from Database Table in SQL
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Convert Informix "with resume" feature in stored procedures to Oracle PL/SQL

    I am trying to convert an Informix stored procedure with the "return value with resume"
    feature into Oracle PL/SQL.
    So far, all I have gathered is that I need to use packages and reference cursors.
    What is hazy is that how and when does this value get returned? Is it on the execution of the FETCH statement or do I need to specify a RETURN statement.
    If anybody has any ideas or better yet any
    concrete examples, please email me.
    Thank you.

    This is a small example of the use of ref cursor , for further details see the Oracle documentation
    PL/SQL User's Guide and Reference
    Release 8.1.6
    A77069-01 . The stored procedure converter for informix (downloadable from Oracle Technology Network) does not unfortunately cover this situation.
    Turloch
    create or replace PACKAGE BYROYALTYPkg AS
    TYPE RT1 IS RECORD (
    val MTG_VERSION.VERSION%TYPE
    TYPE RCT1 IS REF CURSOR RETURN RT1;
    PROCEDURE byroyalty(
    RC1 IN OUT BYROYALTYPkg.RCT1);
    END;
    create or replace PACKAGE BODY BYROYALTYPkg AS
    PROCEDURE byroyalty(
    RC1 IN OUT BYROYALTYPkg.RCT1)
    AS
    BEGIN
    OPEN RC1 FOR
    SELECT VERSION FROM MTG_VERSION;
    END byroyalty;
    END;

  • HT6114 after i migrate my pictures and music from my PC to my Macbook Air, how do i access that info? does it have something to do with changing the user?

    I wirelessly migrated successfully my pictures and music via Wi-Fi from my PC laptop to my new Macbook Air but I don't now how to access that info. The space was used up on my Mac Air, but can't find music or pictures. Does it have something to do with changing user and if so what do I do when I change it. I think I got that far but got stuck.

    Hello jeycool1,
    Thank you for using Apple Support Communities.
    For more information, take a look at:
    Switch Basics: Migrate your Windows files to your Mac
    http://support.apple.com/kb/ht2518
    If you transferred a user account from your Windows PC to your Mac, you can log into the account on your Mac.
    Have a nice day,
    Mario

  • Content migrated with ICE, Name property and Check In

    I have pulled in a new portal server several KM folders, originally located in another portal, with <i>Content Exchange</i> (online ICE protocol).
    When I edit locally one of these migrated files, save, and check it in, I get a message complaining that the resource has no name.
    Three curious things:
    1) If I open the <i>Details</i> view for that file, I can see that the resource's name property is indeed correctly set.
    2) After choosing <i>Edit locally</i>, the message reports the correct name of the resource!
    <i>You are currently editing the document "REAL_NAME_OF_THE_FILE.doc"...</i>
    3) From this page, if I choose <i>Show Properties</i> (showing me again the correct resource's name) and subsequently <i>Hide Properties</i>, no problem arises when checking the file in.
    Please notice that:
    1) This problem involves <b>only the resources migrated with ICE</b>.
    2) If I change either the resource ID or its name from the Details view, no problem arises anymore.
    We're using the ActiveX control to edit locally. Our portal version is:
    J2EE Engine 6.40 PatchLevel 87289.311
    Portal 6.0.9.0.0
    KnowledgeManagementCollaboration 6.0.9.3.0 (NW04 SPS09 Patch3)
    Have you gurus any idea?
    Thanks all, Davide

    I can't find any SAP note about such a problem. Has anyone any info about it?
    Thanks, Davide

  • CRM 5.0 - CRM 7.0 Migration with Systemcopy

    Hello Together,
    We want to migrate from CRM 5.0 (Windows 2003R2) to CRM 7.0 (Windows 2008R2).  The actual System ID of the Development System is D02. The migration should be done parallel to a System called D04. My questions are following:
    1. Is it possible to migrate with the sapinst disc of CRM 7.0 by a heterogeneous system copy?
    OR:
    2. Is it necessary, to create an additional system D04 based on CRM 5.0 and Upgrade the system with the upgrade CD?
    The second approach is more time consuming as the first one - in my opinion.
    We need an additional system to check the functionality of CRM 7.0 with our customizing settings.
    3. If I have a plain target system. Is it possible to import the system copy without installing the database and a SAP system? Can this be done in one step during the system copy import?
    Thanks a lot,
    Stefan

    No, it is not possible to do a system copy when the source and target system release is different. Basically, you need do the upgrade firstly and then system copy, or system copy to another host, but still on crm 5.0, then do a system upgrade.
    In one word, system copy/migration should be peformed without changing the SAP basis release.

  • Does The GroupWise Server Migration Utility Change Case?

    From what I've read, if I do a manual migration with dbcopy and use the "m" switch it will change the case of files (to lower) from the source server. Is this true?
    Also, if I use the Novell GroupWise Migration Utility will that change files to lower case? If not is there a way to make it?
    Thank you for your help
    David

    Originally Posted by samsa1mi
    From what I've read, if I do a manual migration with dbcopy and use the "m" switch it will change the case of files (to lower) from the source server. Is this true?
    Also, if I use the Novell GroupWise Migration Utility will that change files to lower case? If not is there a way to make it?
    Thank you for your help
    David
    Yes and yes :) The dbcopy -m switch performs lowercase and according to the documentation for the migration utility it also does the same:
    Performs an operation equivalent to GroupWise Check (GWCheck) with the storelowercase option to ensure that all filenames and directory names stored in the guardian database (ngwguard.db) are also converted to lowercase.
    Novell Doc: GroupWise Server Migration Utility Installation and Migration Guide - Post Office Migration Process
    Thomas

  • Are there any issues with changing IP address of an ACS v5.3 system after initial setup?

    I am migrating from ACS v4.2.1 to v5.3.  I want the final v5.3 system to assume the IP address of the original 4.2 machine so I don't have to change any configs on the network devices.
    Are there any issues with changing the v5.3 system IP address AFTER the initial setup?

    I tried it without a problem. I changed the ip address of the WLC many times.
    You have to make sure though that:
    1-) You change the switchport accordingly to the appropriate vlan if the new ip belongs to a subnet of a different vlan.
    2-) Make sure that all AAA clients configured to use the new IP address of the ACS servers.
    Here is the procedure how to change the ip of the interface (as per cisco doc):
    http://goo.gl/0BYqVT
    I changed also by normal ip address command and it works. but of course the server must be standalone before doing that step (i.e. no secondary ACSs registered to it and it is not registered to other ACSs in a distributoin).
    HTH
    Amjad

  • Error while changing BOM with change number

    Hi ALL, Please help me with followed error message, I am using ECM. I created ECR and converted to ECO and then released.
    Object management record cannot be generated
    Message no. 29046
    Diagnosis
    You want to change the BOM with the entered change number.
    One of the following situations triggered this error message:
    1. The indicator that allows automatic generation is not set for object type BOM in the change master.
    2. The indicator generation only on initial creation is set for object type BOM
    3. You are processing a change request.
    System response
    The system checks whether the indicator object management record will be generated is set in the change master.
    If the indicator generation only on initial creation is set, the system checks whether the BOM exists in the system.
    Procedure
    If you are authorized to change the change master, execute the following steps:
    For 1.)
    Set this indicator for object type BOM or create the control record in the change master.
    For 2.)
    If the BOM already exists in the system and the generation only on initial creation indicator is set, the system can no longer generate the control record automatically.
    In this case you have to add the object control record to the change master first, then you can change the BOM in relation to the change number.
    For 3.)
    You cannot generate any object control records for a change request.

    Hi
    With your question regarding changing BOM with change number  it looks lke there may be problem in defining the Object types,objects.Moreover whenever converted to ECO you need to enter into cs02 tcode for changing the bom with relevant change number and valid from date.
    Hope this gives you a clear idea.let me know if you need anyfurther inputs.
    Regards
    Praveen

Maybe you are looking for

  • Problem in saving pdf with added pages

    Hi to all, I'm new in this forum and I have a problem. My scenario is: I have a dyanmic pdf of 2 pages. I inserted a button on the pdf which duplicates the second page (using the addInstance method in javascript in "click" event) and all works fine:

  • Creating a new table similar to an existing one

    Hi, I need to implement a stored procedure with the follwing signature (simplified) CREATE_TABLE_AS(p_NewTableName , p_OrigTableName , p_Col1, p_Col2, p_Col3) It should do the following: Creating a new, empty table with name p_newTableName. The new t

  • Nasty Bug: Windows exit code 128

    Hi. I'm having weird exit code 128 bugs. It's apparently caused by my printing engine. Sometimes the problem occurs sometimes it doesn't. There isn't any exceptions thrown also. I'm using the java.awt.print API with a MediaTracker for tracking PNG im

  • First time using Skype to call

    Hello! I live in Fla and I am goint to Brazil. Because this is the first time, I want be sure I will do the right thing: I have skype on my cell phone, i can buy credits to talk with my family and friends in Brazil and USA. I need to be in a place wi

  • PDF's won't open or get corrupted

    I have downloaded 3 x PDF's, one works perfectly, one has some pages twisted (standing on their sides) and one won't open at all (this one is a larger file) they are all presentations...........any ideas for resolution??? I'm  not tecci!