Peoplesoft Project migration from version(PT8.48) to lower version(PT8.45)

Hi all
I would like to know the migration of a project from higher version to lower version
for example PeopleTools 8.49 or 8.48 to PeopleTools 8.43 or 8.44 or 8.45
and the application HR 9.0 or8.9 to HR8.8
Any idea of this !
Look forward to here you.
Thank You.

jim.marion wrote:
I believe the ini file Nicolas is referring to exists when you export a project to file (I didn't see mention of exporting the project to a file in this thread).
If you export a project to a file, then you should be able to import it into another tools release. If you do this, just be sure the project does not contain any PeopleTools definitions.Yes, this is what I was refering to, copy project to a file, modify the .ini (at least that was required on old PT version) as I explained before importing into target. Note if I already tested many time to move project from lower to higher PT version with this methid I never tested it from higher to lower version.
Furthermore, need to be tested, validated, and I'm not really sure it is a supported way (modify PT release in .ini file) to copy project accross version.
Nicolas.

Similar Messages

  • Migrate 11g AWM in 10g AWM (lower version compatibilities)

    Hi,
    I am new to Oracle OLAP AWM.
    I want to migrate 11g AWM in 10g AWM (lower version compatibilities) and then build the Cube in 10G database itself. Can some one please help me in this regard?
    Thanks in advance,
    CD

    Here is a site showing examples of how to use datapump
    http://www.oracle-base.com/articles/10g/OracleDataPump10g.php
    Here is a very simple example where I export two tables, PRICE_AND_COST_FACT and UNITS_FACT, from the GLOBAL schema.
    expdp global/global tables=UNITS_FACT,PRICE_AND_COST_FACT directory=WORK_DIR dumpfile=GLOBAL_PART.dmp logfile=expdGLOBAL.log
    Export: Release 11.2.0.2.0 - Production on Mon Aug 1 08:09:15 2011
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Starting "GLOBAL"."SYS_EXPORT_TABLE_01":  global/******** tables=UNITS_FACT,PRICE_AND_COST_FACT directory=WORK_DIR dumpfile=GLOBAL_PART.dmp logfile=expdGLOBAL.log
    Estimate in progress using BLOCKS method...
    Processing object type TABLE_EXPORT/TABLE/TABLE_DATA
    Total estimation using BLOCKS method: 11.34 MB
    Processing object type TABLE_EXPORT/TABLE/TABLE
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type TABLE_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type TABLE_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type TABLE_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    Processing object type TABLE_EXPORT/TABLE/POST_TABLE_ACTION
    . . exported "GLOBAL"."UNITS_FACT"                       6.522 MB  222589 rows
    . . exported "GLOBAL"."PRICE_AND_COST_FACT"              58.47 KB    2523 rows
    Master table "GLOBAL"."SYS_EXPORT_TABLE_01" successfully loaded/unloaded
    Dump file set for GLOBAL.SYS_EXPORT_TABLE_01 is:
      ../oracle/work/GLOBAL_PART.dmpThe impdp command will import it back into an instance. Note that the directory name, T_WORK in my example, is the name of an Oracle DIRECTORY, not just a file system directory. It was created using the CREATE DIRECTORY statement and is exposed in the all_directories view.
    select directory_name from all_directories

  • Higher version of Oracle client version is compatible with lower version

    Higher version of Oracle client version is compatible with lower version Oracle DB
    Oracle 10.2.0.5 client version should be compatible with 10.2.0.4 DB ?

    H wrote:
    Higher version of Oracle client version is compatible with lower version Oracle DB
    Oracle 10.2.0.5 client version should be compatible with 10.2.0.4 DB ?yes, compatible

  • PHIRE Architect for PeopleSoft project migration

    Hi,
    Does any one has document/detailed information on PHIRE Architect which is used to migrate PeopleSoft projects?
    Please share with me.
    [email protected]

    Phire's website is www.phire-soft.com. We are considering replacing Quest Stat! with Phire Architect, later this year, or next year, for PeopleSoft change management. It is much cheaper and has the same or better functionality. Their staff is also very responsive and I usually receive a response within one day.

  • After Migrating from 4.7ITS to 6.0 version, HTML view is disabled

    We have migrated from 4.7 to ecc6.0 (i.e from a stand alone ITS to integrated ITS). For these we have followed the steps given in SAP HELP.
    Now when I test a service, pages are displayed  as in sap format and not in HTML format. Can anyone suggest me what might have gone wrong? Or what should I do to get Pages in browser in HTML format and not SAP format.
    The logic and programming are working fine. Only I need them in HTML fromat.
    Please help .
    Thanks a lot in advance.

    Dear Edgar,
    Thanks for the reply, But my question is not about the themes. I do not have any idea of them
    I am redescribing my problem. We used to have third party ESS on our 4.7 system, external ITS. Now we have upgraded to ECC6. As there is no external ITS in ECC6 we had to configure the ESS on our system.
    We have followed the some steps from sap help.
    i.e to copy the files from external ITS server to ECC6 server.
    I think I may have missed something, Please can you share with me some document serving the same purpose.
    I want to know in detail what I need to do to arrive at the solution of displaying ESS pages in HTML format.
    Essesntials
    browser : internet explorer
    ECC 6.0
    Thanks in advance.

  • Java Project migration from Eclipse (3.2+) to JDeveloper (11.x)

    I want to import/modify an Eclipse's java project into JDeveloper and use it. I see that there are some fundamental differences between the Eclipse and JDeveloper projects. Some of the differences like plugin.xml vs extension.xml, non-existance of .classpath and etc... makes it little difficult to take a Eclipse's java project and import it in to the JDeveloper to make it work. I am hoping that there is a mapping between the Eclipse's plugin.xml, JDeveloper's extension.xml, so that project migration is easier among these.
    Of course i have limited knowledge of JDeveloper, so would like to get some expert's opinion on this. Any automatic plugin or any sorts of tips or advise is appreciated.
    Edited by: SureshKrishna on Jan 19, 2009 8:52 AM

    When i import the source code and try to compile i get huge number of compilation errors as below. Below are only few examples. I have set the external libraries and jars for all the related projects. Any idea or pointers why the code with Generics has problem.
    Thanks,
    Krishna
    Error(466,27): method load(com.xxx.base.api.datatypes.EntityId<?>) not found in class com.xxx.base.support.schema.MaintenanceObjectInfo
    Error(234,50): method copyEntity(E, java.util.Map<java.lang.String,java.lang.Object>, com.xxx.base.api.datatypes.EntityId<E>, com.xxx.shared.environ.DataElementDefinition, java.lang.String) in class com.xxx.base.domain.common.metaDataUserInterfaceReference.MetaDataUserInterfaceReferenceMaintenance_Gen cannot override method copyEntity(E, java.util.Map<java.lang.String,java.lang.Object>, com.xxx.base.api.datatypes.EntityId<E>, com.xxx.shared.environ.DataElementDefinition, java.lang.String) in class com.xxx.base.support.pagemaintenance.AbstractPageMaintenance with different return type, was E
    Error(58,38): incompatible types; found: class com.xxx.base.api.datatypes.StringId<com.xxx.base.domain.common.metaDataService.MetaDataService>, required: class com.xxx.base.domain.common.metaDataService.MetaDataService_Id
    Error(229,49): method createDTO(java.lang.Class<T>) not found in interface com.xxx.base.support.context.Session
    Error(54,49): type parameter E is out of bounds
    Error(41,37): method getInfo(com.xxx.base.api.datatypes.EntityId<?>) not found in interface com.xxx.base.domain.common.foreignKeyReference.ForeignKeyReference

  • Deployment from version 701.4 to lower version (700.14) portal?

    Hi all,
    We are in a situation where our VC development portal has been upgraded to 7.01.4 (EHP1 SP4 of NW 7.0, not CE). But now we have a model we want to deploy to a portal at a lower version - SP 14 of 7.00.  When we try to deploy it we get a blank page with an internet explorer error (line 237, object expected).
    Does anyone know if this should be doable, or if there is any simple way to make the model compatible with the lower version?
    Thanks,
    Margaret

    I put in an oss message on this and the response was that it isn't really doable. We would have to set up a federated portal network, then we could deploy our 701.4 model to the 701 portal and access it from a 700 portal.
    So I am closing this question.

  • Project Migration from NetBean 5.0 to JDeveloper 10g

    Hi Everyone,
    I've small issue which require assistance from experts and gurus in this forum and I hope that you are able to provide me with some clues.
    Our development team is currently made up of most NetBean 5.0 and 6.0 developers and because we are continue to use more and more Oracle products, like Designer, Form, Database, Oracle Internet Directory, BPEL and others. It became apparent that we should start investigating whether JDeveloper should be our choice of IDE instead of sticking with NetBean.
    I've read a lot of resources about comparison between NetBean and JDeveloper. But to my surprise, I cannot find any useful information about the steps and procedures in migrating a NetBean project and open it in JDeveloper so the audience can see the steps and transitions involved and clearly see how easily or difficult to perform such migration tasks? Any feedback is welcomed as I believe someone would have asked similar questions which I'm enquiring and certainly, it will encourage more NetBean users to switch to JDeveloper if their requirements equate and lie in similar perspective with our organizations. Thank you for reading this email and have a nice day.
    Kind Regards,
    John

    Try to use the "project from WAR file" or "project from existing source" option in JDeveloper and point to either a WAR file produced from Netbeans or the actual source code.
    You then might need to set up libraries and project content as well as web content under the project properties in JDeveloper.
    This how-to shows how we did it with another tool but the general directions should be similar:
    http://www.oracle.com/technology/products/jdev/howtos/1013/w4wljdev/workshopandjdev.html

  • Project Migration from 7.0 to 7.1

    Hi Experts,
    We are performing a clean installation of SM7.1. We already have another SM 7.0 instance which will be replaced by this new one (this is not an upgrade project, it's a clean installation).
    Is there any way to transport project & documentation created in 7.0?
    We tried creating transports request from solar_project_admin, but in the import phase so many warnings appears because versions.
    Please advice if its normal, or if exists a workaround.
    Regards,
    Adrian

    Hey,
    we also face the same problem. We want to transport our projects from a SolMan 7.0 to a new SolMan 7.1 System.
    When i import my transport into the target system (7.1) using option ignore component mismatches I always runs into RC8 (error in Post-import method SDOK_FILE_TRANSFER_AFTER_IMP). Did you have the same probleme? How to solve that? Thanks!
    Here is the Log:
      Post-import method SDOK_FILE_TRANSFER_AFTER_IMP started for SAPH L, date and time: 20120214141725
      Start of processing for request XXXXXXXXX, time 14:17:25
      Message 705: (SAPKPROTP Error: Could not open Transport File for reading)
      Start of recovery for logically motivated categories
      End of restoring for logically motivated categories
      Start of indexing
      39 documents were reserveed for indexing for document class SOLARGNSRC
      End of indexing
      Errors occurred during post-handling SDOK_FILE_TRANSFER_AFTER_IMP for SAPH L
      SDOK_FILE_TRANSFER_AFTER_IMP belongs to package SDOK
      The errors affect the following components:
         BC-SRV-KPR-DMS (Document Management Services)
      Post-import method SDOK_FILE_TRANSFER_AFTER_IMP completed for SAPH L, date and time: 20120214141725
      Post-import methods of change/transport request XXXXXXXXX completed
           Start of subsequent processing ... 20120214141725
           End of subsequent processing... 20120214141725
       Execution of programs after import (XPRA)
       End date and time : 20120214141725
       Ended with return code:  ===> 8 <===

  • Error in Migration from SQL Server to Oracle latest version

    I am following the steps in the notes
    http://www.oracle.com/technology/tech/migration/workbench/files/omwb_getstarted.html#capt
    I was doing great (connected and captured SQL Server db and Oracle etc) till I ran the Generation Script which is giving me errors since I do not have DBO/admin permissions to create users.
    I wish to create the database within an existing user's database schema - that is in my schema since I do not have privileges to create users.
    What lines do I change in the script to make this happen.
    PLEASE HELP

    You should remove the create user ..., grant ... and connect ... statements from the script. All you should keep are the DDLs for creating the objects: tables, views, triggers, sequences, SPs ...
    But why don't you download Oracle Database Express Edition (http://www.oracle.com/technology/software/products/database/xe/index.html) and play with it. You can install it easily on your machine and then you can create as many users/schemas as you want as you are the DBA :).

  • JavaFX Project   Migration from 1.3 to 2.0

    Hello,
    after considering several solutions, my company finally decided to use JavaFX.
    Our product is currently using JavaFX 1.3, it's been a hard work to do it, and we have many lines of code in JavaFX Script. It's been a surprise for us that JavaFX is going to be no longer supported, so we are a bit sceptical of migrating to 2.0 because it will suppose a lot effort.
    One tool which have helped a lot in our development has been the gui builder provided by NetBeans to create the interface, and it was an important advantage which helped in the final decision of using JavaFX, I guess many JavaFX users decided to change to JavaFX for the same reason.
    We've been testing the new JavaFX 2.0, but the NetBeans plugin for JavaFX 2.0 doesn't include any builder, so everything needs to be done in code without any WYSIWYG editor.
    In our final decision of keeping JavaFX for our project or leave it, we need to know if NetBeans or another IDE is planning to implement a builder and when.
    Can anyone response these questions? I'll appreciate if someone can give me any email to contact the developers/responsible of JavaFX to get any official answer.
    Thanks for your help and time.

    If you want to continue doing stuff in JavaFX script, you can without worrying about a deprecated language. The visage project took it over: http://code.google.com/p/visage/
    If you would rather convert to the normal Java APIs, I have heard a rumor about some conversion tool: http://www.gerbrand-ict.nl/2011/02/javafx-2-0-by-roger-brinkley/ , I don't know when it is coming out.
    As to Netbeans... They will almost certainly come out with a GUI design tool sooner or later. As to when, who knows?

  • Selected system is not supported by modeler version.The version of modeler supports versions  from 3 to 999, use lower version of modeler se lower version of modeler to work with the system.

    Hi there,
    Today 28th Aug turned on my HANA instance to work on it and I got this message
    Yesterday everything was OK, no errors, no warnings... nothing. My instance is in AWS with SP07 (version 1.00.72.X)
    My Hana studio is 1.00.73.. .but it was not a problem during the last 5 months...are you guys facing anything similar?
    Any ideas about how to solve the issue? I read quite a few posts but could not find the solution.
    Cheers,
    Mariano

    Hi Vijay,
    I did not have to change any config, I have just restarted these processes and rebooted the AWS instance. After that... all good.
    Hope you solved the problem already, otherwise try this if you had not.
    Cheers
    Mariano

  • I am doing browser testing for the different firefox versions. Shall I use only the latest version to cover the lower versions?

    I heard that if i test using the latest firefox version which is 32, it would be sufficient and I do not need to test the older versions e.g., 26, 27, 28, 29, 30, 31.
    Is that a correct assumption?

    You may want to test with the Firefox 24 ESR and Firefox 31 ESR version as those are still supported with security updates.
    Firefox 24.8.0 and 31.1.0 ESR:
    *https://www.mozilla.org/en-US/firefox/organizations/all.html
    *https://www.mozilla.org/en-US/firefox/24.8.0/releasenotes/
    *https://www.mozilla.org/en-US/firefox/31.1.0/releasenotes/

  • Migrating from 1.5.6 Academic to full version 2.0

    Is there any issue migrating from Aperture 1.5 academic full version of 2.0? In other words, if I buy a 2.0 full version can I easily migrate my existing library?

    You have to buy the full 2.0 version (well, or you can buy the academic 2.0 version for $20 less) but then you can just open your library and Aperture 2.0 will offer to upgrade it.
    Once that's done you can decide whether you want to migrate the masters to the 2.0 RAW conversion, as well (this is optional and changes the RAW conversion but gives you more options for recovery, etc.). Only do this if you want to re-fiddle with images you've already worked on.

  • Problem with servlet after migrating from OC4J to WebLogic 10.3

    I come across a problem when I was migrating from jDev 11g TP4 to production version in that step also server got changed from OC4J to webLogic.
    I am running java http servlet along other jspx pages. When everything was on OC4J there was no problem whit security on this servlet ( servlet was under same authorization automatically, and I was able to create new application module on this servlet by createRootApplicationModule
    ) but when I changed to WebLogic 10.3 I come across a numerous problems. First one is solved i managed to put the servlet under same authorization as jspx pages by
    *&lt;servlet&gt;*
    *&lt;servlet-name&gt;report&lt;/servlet-name&gt;*
    *&lt;servlet-class&gt;path.to.class&lt;/servlet-class&gt;*
    *&lt;security-role-ref&gt;*
    *&lt;role-name&gt;name&lt;/role-name&gt;*
    *&lt;role-link&gt;valid-users&lt;/role-link&gt;*
    *&lt;/security-role-ref&gt;*
    *&lt;/servlet&gt;*
    but when I trying to create new application module I get JBO-30003 error which is Caused by:
    oracle.adf.share.security.ADFSecurityAuthenticationException: JAAS login error.
    Invalid null input: name
    Has anybody any idea what I am doing wrong?
    Thank you for your help, Rok Kogov&scaron;ek

    for example:
    web.xml
    <security-role>
    <role-name>yourrole</role-name>
    </security-role>
    weblogic.xml
    <security-role-assignment>
    <role-name>yourrole</role-name>
    <principal-name>wlsuser</principal-name > <!-- wlsuser is define at wls console-->
    </security-role-assignment>

Maybe you are looking for