Migration of Oracle9iAS Portal across DB's

Hi:
I tried to migrate my portal 3.0.9.8.3 repository that's in 9.0.1.4 database on Windows to an 9.0.1.4 database on Linux following the instruction in "Migration of Oracle9i Application Server Portal (Release 1) Across Databases" An Oracle White Paper August 2002, but I did not achieve success. After configuring my SSODATAN and redirected my Apache modplsql to i do not get any error on apache error_log, and i do not see any error in modplsql logs in debug mode. I've tried that 3 times always creating a new database and following the instructions in that paper, but always with no success. Can anyone help me ? I need hel urgent
Thanks
Joao Oliveira

repost

Similar Messages

  • Oracle9iAS Portal Installation problem on Windows 2000

    I'm trying to install distributed oracle AS environment.
    There are two servers(A, B) with Windows2000+SP2
    and one of them, Server A, has domain controller in it.
    Server B is a member of that domain.
    In server A,
    I installed Oracle9i and Oracle9iAS infrastructure.
    Everything looks fine when I checked with EnterpriseManager website.
    These are the components I can see...
    BC4J, ClickStream Collector, HTTP Server Internet Directory, OC4J_DAS, OC4J_Demos, OC4J_Home, Single Sign-On:orasso:7777
    All the components are running except ClickStream Collector.
    In server B, as a middle-tier,
    I installed Oracle9iAS Portal/Wireless.
    Everything goes fine except Wireless Configuration at the end of the Installation Process.
    Ignoring Wireless error, I connected to EnterpriseManager website in Server A.
    I can see the <9iAS Portal/Wireless> instance registered that I just installed in Server B.
    Click into the <9iAS Portal/Wireless> Application Server, it seems OK except Wireless.
    But, when I opened <oracle_home>/assistants/opca/install.log in Server B,
    I could find some ERRORS while <configuring portal as a Partner Application for SSO Server>.
    INSTALL_ACTION:createPartnerApplicationConfig()
    INSTALL_ACTION:assocPortalToExistingSSO()
    It was sql*plus ERROR, and it says...
    SQL>ERROR:
    ORA-01017: invalid username/password: login denied
    Because of this error, I think, Portal DAD creation has failed.
    Could somebody can help me with this problem?

    Hi,
    The problem of installing Oracle Product on P4 computers comes from the symcjit.dll (Java Jusit in time compiler) which doesn't recognize the P4.
    I installed Oracle products on my P4 just by copying the CD's on a harddisk and manually replacing the dll (which is Version 3...) by a one I found to be Version 4.0.0.7.
    It is maybe not the best solution as it can result some instability (I don't know yet) but at least I didn't bought a brand new computer for nothing.
    The question is to know when Oracle will deliver some patches to allow a normal installation on P4s.
    Let me know if you want me to send you the dll.
    Regards,
    Jacques.

  • New Patch Release 3.0.9.8.1 for Oracle9iAS Portal 3.0.9.8.0

    The patch can be found on metalink. The patch number is: 1841088.
    Oracle9iAS Portal 3.0.9 Patch Release Notes
    July 2001
    Contents
    For the latest release note updates, visit the Oracle Technology Network
    and click the Documentation tab.
    Installation and Setup Patch Contents
    Installation (Windows) Bugs fixed by this patch
    Installation (UNIX)
    Post-installation steps
    Installation (Windows)
    You can only apply this patch to Release 3.0.9 of Oracle Portal
    (Oracle9iAS v1.0.2.2). To apply this patch, do the following:
    From the command line prompt, execute the patch command according to
    the following syntax:
    patch.cmd [-m patch_mode] [-s schema_name]
    [-p schema_password] [-u sys_password]
    -c connect_string [-l log_file_name]
    -m patch_mode is the patch mode. Valid values are
    loginserver or portalschema. Default value is
    portalschema.
    -s schema_name is the name of the Portal schema that you
    want to patch. Default value is PORTAL30.
    -p schema_password is the password of the schema you want
    to patch. Default value is PORTAL30.
    -u sys_password is the SYS Password. Default value is
    CHANGE_ON_INSTALL.
    -c connect_string is the TNS connect string information.
    -l log_file_name is the name of the log file. Default value
    is patch.log.
    Examples:
    To patch Login Server Only:
    patch -m loginserver -s portal30_sso -p portal30_sso -u
    change_after_install -c mydatabase -l mypatch.log
    To patch Portal Schema Only
    patch -m portalschema -s portal30 -p portal30 -u
    change_after_install -c mydatabase -l mypatch.log
    To patch both Portal Schema and Login Server
    patch -m loginserver -s portal30_sso -p portal30_sso -u
    change_after_install -c mydatabase -l mypatch.log
    patch -m portalschema -s portal30 -p portal30 -u
    change_after_install -c mydatabase -l mypatch.log
    To complete the application of the patch, follow the instructions in
    Post-installation steps.
    Installation (UNIX)
    You can only apply this patch to Release 3.0.9 of Oracle Portal
    (Oracle9iAS v1.0.2.2). To apply this patch, do the following:
    From the command line prompt, execute the patch command according to
    the following syntax:
    patch.csh [-m <patch_mode>] [<-l log_file_name>]
    -m <patch_mode> is is the patch mode. Valid values are
    loginserver, portalschema, or both. Default value is both.
    -l log_file_name is the name of the log file. Default value
    is patch.log.
    Examples:
    To patch Login Server only
    patch.csh -m loginserver -l mypatch.log
    To patch Portal Schema only
    patch.csh -m portalschema -l mypatch.log
    To patch both Portal Schema and Login Server
    patch.csh -m both -l mypatch.log
    patch.csh -l mypatch.log
    To patch both Portal Schema and Login Server with default
    log file
    patch.csh -m both
    patch.csh
    To complete the application of the patch, follow the instructions in
    Post-installation steps.
    Post-installation steps
    The bug fixes for bug numbers 1817550, 1830898, 1832632, 1840420, 1664594,
    1810741, 1807325, and 1819442 are not installed via the patch script
    because you must shut down your Web server prior to applying them. The
    sections that follow describe how to apply these fixes.
    JPDK.ZIP
    On the Web server where the provider is running:
    Unzip the contents of jpdk.zip into a directory (e.g., JPDK_30901).
    Shut down your Web server.
    Change your zone.properties file to include <extract
    dir>/jpdk/lib/provider.jar in the wrapper.classpath.
    If you are using Java Portal Development Kit (JPDK) samples from a
    previous release of the JPDK, update your samples using those
    included in the zip file. Refer to <extract dir>/installing.jpdk.html
    for more details.
    Restart your Web server.
    Note: Refer to <extract dir>/release.notes.html for a list of changes made
    in this release.
    wwpage.jar
    On the middle tier where the Portal listener is running:
    Shut down your Web server.
    Create a backup of your current wwpage.jar file.
    Replace /$IAS_HOME/Apac he/Jserv/servlets/wwpage.jar with the new
    wwpage.jar provided in this patch.
    Restart your Web server.
    New Parameters
    The Parallel Page Engine now accepts two new parameters in the
    zone.properties file:
    minStall is the minimum stall value allowed for a contentfetcher
    before it assumes there is a problem and times out. This value
    defaults to 120 seconds. It was added to help upgrades from
    308, which had a normal stall value of 40 seconds. The meaning
    of stall has changed slightly, raising the need for a minimum
    value.
    minTimeout is the minimum timeout that may be sent by a
    portlet. At times portlets send very small values, like 1
    second. This almost always fails, and pages are rendered
    incomplete. The minTimeout defaults to 5 seconds, but may be
    set otherwise if this is not large enough. The minTimeout is
    different from the requestTime. The requestTime is used when no
    timeout value is sent for a portlet.
    opca.jar
    Back up your current opca.jar file, which is found in the
    <IAS_HOME>/assistants/opca/ directory.
    Copy the opca.jar file provided with this patch to the
    <IAS_HOME>/assistants/opca/ directory.
    To install the Portal repository, run the launch.bat (on NT) or
    launch.sh (on Solaris) to invoke the Portal Configuration Assistant.
    Follow the steps in the configuration assistant.
    Oracle Portal Cache
    Go to Oracle MetaLink and retrieve the patch for bug number 1817550.
    Stop your Oracle HTTP Server.
    Apply the patch you downloaded from Oracle MetaLink as per the
    instructions in the README.txt file.
    Login to your system as root and delete all cache files and
    subdirectories under the directory
    <IAS_HOME>/Apache/modplsql/cache/plsql. Make sure the directory
    <IAS_HOME>/Apache/modplsql/cache/plsql is empty.
    Start your Oracle HTTP Server.
    Bugs fixed by this patch
    This patch fixes the following known bugs:
    Bug Number Bug Subject and Description
    1817550 ON SOLARIS, WHEN RUNNING ON PORT 80, ORACLE PORTAL CACHE
    GETS DISABLED
    Due to a bug in the Oracle HTTP Server powered by Apache,
    the Oracle Portal cache gets disabled when it is running
    on port 80.
    1819194 EXCEPTION THROWN IF A USER'S PASSWORD HAS AN AMPERSAND.
    Special characters such as an ampersand (&) in passwords
    or any text node that is sent to the Web providers were
    causing errors.
    1664594 XML TAGS IN THE JAVA STACK - CAUSING PARSER TO CRASH.
    (Duplicate Bug: 1788506) Control characters were not
    being properly escaped appropriately and causing errors
    in the database SOAP parser.
    1823166 PORTLET SECURITY IS RAISING AN ERROR FOR NON-ADMIN USERS
    W/ ANY_PORTLET MANAGE.
    1782458 NOT ABLE TO CREATE MASTER DETAIL REPORT.
    1802055 308-309 UPGR: CLICKING ON "REFRESH ERROR" IN PORTLET
    REPOSITORY GIVES ERROR.
    1815257 UPGRADE: 306-309:308-309:SEARCH PEOPLE PORTLET: SHOWS
    ERROR.
    1744458 REPORTS FROM SQL: VALID SQL:GIVES AMBIGUOUS COLUMN ERROR
    FOR JOINED TABLES.
    1783257 REPORT COMPONENT AS PORTAL IN PAGE CAN'T BE ASSOCIATED
    WITH TAB.
    1801961 UPGRADE:307-309:ADD PORTLETS REGION IS SHOWING UP VERY
    SLOW.
    1807325 FETCHERS TIMEOUTS, AND PORTLET PRODUCED AN ERROR.
    This bug pertains to a synchronization issue in the 3.0.9
    fetching of portlet content. The Document could not be
    contacted error is randomly raised. However, it may be
    that other problems are causing this error. This bug only
    refers to the synchronization issue in which the Parallel
    Page Engine causes the problem.
    1810741 PROVIDER USER DOES NOT DETECT PUBLIC USER CORRECTLY.
    Previously, the JPDK did not correctly detect if the
    current user was logged in or accessing the portal using
    a public session. This bug also affected providers
    registered with a login frequency of PUBLIC. Failure to
    detect the logged in state of the user correctly caused
    ProviderUser.isPublicUser() to return an incorrect value
    when a provider written using JPDK release 3.0.9 was used
    with earlier releases of Oracle9iAS Portal.
    The most common symptom of thi s error is the Customize
    link being shown to public users when the provider
    definition specified that it should be hidden. A new
    username parameter has been added so the JPDK can
    correctly detect the logged in state of users while
    maintaining backwards compatibility with older versions
    of Oracle9iAS Portal.
    1811275 GROUP NAME IS REPEATED IN LIST OF GROUPS IN SPANISH,
    FRENCH ETC.
    1812018 PERSPECTIVES ARE REMOVED FROM ITEMS IF THEY ARE EDITED.
    1815037 OPCA HANGS AT 90%
    Oracle Portal Configuration Assistant hangs at 90% during
    the Oracle9iAS 1.0.2.2 installation.
    1819442 PROVIDE MINTIMEOUT FOR PPE TO OVERRIDE SMALLEST
    TIMEOUT(S).
    Previously, there were no minimum values for timeouts.
    The fix for this bug adds some minimum values for
    timeouts and changes the defaults such that the Parallel
    Page Engine works better without any configuration by the
    user. These changes help to prevent getting the Portlet
    could not be contacted error message.
    1830898 SSOUNLCK.SQL DOESN'T UNLOCK SSO USER ACCOUNT.
    1832632 BITMAP INDEXES IN EXPORT-IMPORT FAIL TO INSTALL ON ORACLE
    8I STANDARD.
    1833509 SITE MANAGER BUGS FOR CATEGORY, ITEMTYPE, FOLDERTYPE, AND
    PERSPECTIVE.
    This bug covers the following:
    Showing the category popup correctly when you hide
    categories.
    Same Banner appears more than once while rendering.
    All Item Types show up when you create Custom Item
    Types.
    All Folder Types show up when you create Custom
    Folder Types.
    No data found error occurs in perspective list of
    content area manager.
    All item types get hidden when you hide different
    item types in different content areas.
    Categories are not displayed appropriately when you
    go into content areas of default languages other
    than "us."
    Minor issues with Bulk action.
    1840420 CUSTOM WRITTEN EXTERNAL AUTH MODULE NEED TO BE UPDATED
    AFTER 3.0.9 UPGRADE SSOXOID.PKB DOESN'T LOAD.
    External authentication modules that were written before
    3.0.9 need to be updated after upgrading to 3.0.9.
    ssoauthx.pks is updated in 3.0.9 and contains additional
    routines that need to be implemented.
    null

    Richard,
    I have just applied patch to upgrade from Portal 3.0.9 to 3.0.9.8.1 (Patch applied to loginserver and portal schema) and the External Applications that were previously set up have gone from the portlet.
    Does this relate to your note at the bottom:
    "Minor issues with Bulk action. 1840420 CUSTOM WRITTEN EXTERNAL AUTH MODULE NEED TO BE UPDATED AFTER 3.0.9 UPGRADE SSOXOID.PKB DOESN'T LOAD.
    External authentication modules that were written before 3.0.9 need to be updated after upgrading to 3.0.9. ssoauthx.pks is updated in 3.0.9 and contains additional routines that need to be implemented." ??
    If I go to the "Login Server Administration" portlet and select the link "Administer External Applications" I get a list of 5 External Applications that have previously been set up.
    If I go back to the Home Page and select "customize" on the "External Applications" portlet I get the message "Your Login Server administrator has not registered any external applications".
    Does that mean I should just run 'ssoauthx.pks' & 'ssoxoid.pkb' or do I need to do something else ??
    Thanks
    Simo

  • Announcement Oracle9iAS Portal Patch Release 3.0.9.8.3 For Solaris is now available

    Oracle9iAS Portal Patch Release 3.0.9.8.3 For Solaris is now available for download from metalink. Bugnumber for the patch release is 2131815.
    You must install this patch release over an Oracle9iAS 1.0.2.2 installation of Oracle9iAS Portal. You can install it over either a production installation (3.0.9.8.0) or a patched installation (3.0.9.8.1, 3.0.9.8.2). This patch release is cumulative and it incorporates the changes from the earlier patches (3.0.9.8.1, 3.0.9.8.2). The installation instructions are in README.TXT and RELNOTES.HTM contained in the patch release.
    The patch will be available for other platforms by the end of May.

    I saw this warning in the content area API home page.
    Warning - The Content Area APIs available in 3.0.8.x and 3.0.9.x will not work with Oracle9iAS Portal 9.0.2. They are not available with this release
    Will there be other API's?
    Are you removing the concept of loading an item through APIs?
    Thanks in advance
    Harish

  • Content Migration into the Portal Environment

    We have a handbook of more than 1200 pages which have to be migrated into the portal environment.
    These pages after migrating should be able to be edited while in the editor.
    Can anyone direct me how to achieve that. I really appreciate your response. Please let me know if any information is needed.
    Thanks,

    If the source material is in a Microsoft Office format (MS Word, for example) and if you have Collaboration Server, you can bulk upload the handbook into a collaboration project.
    Collaboration has a WebEdit feature (assuming you installed it in your environment) that you can use to check out, edit and check in documents in the browser without downloading them to your local machine.
    The users would need to have at least Edit access to the documents through project security.

  • Migration from WebLogic Portal to WebCenter Portal

    Hi,
    we are on the way to migrate our WebLogic Portal application to the new WebCenter Portal Framework. We have solved some problems but now we are having one, we do not know how to solve it.
    In our WebLogic Portal we used the tag "isUserInRole" from http://www.bea.com/servers/p13n/tags/auth
    we cannot find this tag or something comparable in the new environment.
    <code>
    <%@ taglib prefix="auth" uri="http://www.bea.com/servers/p13n/tags/auth"%>
    <auth:isUserInRole roleName="AuthenticatedVisitor" roleMap="rm" id="rid">
    </auth:isUserInRole>
    </code>
    I know, we could start writing our own tag libraries but I cannot believe that this is the preferred and recommended way.
    Our environment at the WebLogic Portal (WebLogic Server 10.3.2) is JDK 1.6 and JSF 1.2
    and in the first step we would like to just keep everything as it is not migrate to ADF, this will be a later step.
    Target Environment: WebCenter Portal Framework 11.1.1.4.
    Can anyone help, please?
    Regards
    Edmund
    Edited by: egeesken on 05.04.2011 10:07

    I don't realy know WebLogic portal so i don't realy know what the isUserInRole actualy does in WLP.
    Can you tell a bit about the functionality of that tag?
    Is it that everything between those tags will only be shown in the case that a user is in particular role? If so, this can be easily achieved in webcenter. We don't have a <auth:isUserInRole> tag but we can use the securityContext of ADF (WebCenter) in combination with the rendered attribute.
    A simple example. Suppose you have a JSPX page with a panelGroupLayout and you only want to show the content of that section if the user is an admin:
    <af:panelGroupLayout rendered="#{securityContext.userInRole['Administrator']}">
    </af:panelGroupLayout>You can use the rendered attribute on pritty much all the components, both WebCenter as ADF.
    Is this what you mean or don't i understand your question?

  • New Technote: Monitoring, Diagnostics & Analytics with Oracle9iAS Portal

    A new Portal technote (Monitoring, Diagnostics & Analytics with Oracle9iAS Portal Release 2) that documents the "state of the union" on Monitoring, Diagnostics & Analytics has been published in the Architecture folder of PortalCenter (http://portalstudio.oracle.com/servlet/page?_pageid=478&_dad=ops&_schema=OPSTUDIO&7655_MAINPAGE_39847486.p_subid=33710&7655_MAINPAGE_39847486.p_sub_siteid=73&7655_MAINPAGE_39847486.p_edit=0).
    ...or you can link to it directly at http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/OTN_CONTENT/MAINPAGE/ARCHITECTURE/MONITOR_DIAGNOSTICS_ANALYTICS_PORTAL.HTM
    Portal PM

    Hi Jason,
    The scripts link is from oracle site, which you mentioned http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/OTN_CONTENT/MAINPAGE/ARCHITECTURE/PERFMON_MODPLSQL.HTM. We are using Oracle 9i AS v9.03 and not planning upgrade to v9.04. How can I download those scripts to do Performance monitor. I have metalink account. But I cannot find any information there either. Please help me. If we cannot find from public site could you send it to my email address [email protected]
    Thanks a lot.
    David

  • Migrate OID of Portal to Another OID

    Hi
    We have a dubt about the procedure to migrate OID of portal to another OID.
    We have two portal, and it are associocate with diferent OID.
    We need to have only one OID server with two portal.
    These portals have diferents domains, one have cliente1.cl and
    another have cliente.cl, its registry with diferent cn, and we have diferent
    users and groups.
    The goal of this change is create users in 1 OID. So we have 2 question:
    1) Can I migrate user and groups for OID2 to OID1 that it have different domiain?
    2) What is the best procedure (how to) for change portal to other OID?, we read some notes but it is not very clary, because OID1 just already existing with other portal.
    Please we need the answer asap.
    Thank you very much

    Hi,
    You can use transportable tablespace if you are on 10gR2 (and above).
    10gR2 Transportable Tablespaces Certified for EBS 11i
    http://blogs.oracle.com/stevenChan/2010/04/10gr2_xtts_ebs11i.html
    Note: 454574.1 - Cross Platform Transportable Tablespaces on 11i with 10gR2
    Note: 729309.1 - Using Transportable Database to migrate Oracle E-Business Suite 11i Using Oracle Database 10.2.0 or 11g
    For Oracle9i migration, you will have to use export/import (which I believe you are aware of).
    Thanks,
    Hussein

  • The step-by-step guide for installing the Oracle Database and Oracle9iAS Portal

    All,
    I made a step-by-step guide for installing the Oracle 8.1.7 database and Oracle9iAS 1.0.2.1 (HTTP Only) install on a 'clean' Windows 2000 machine. The guide has a screen shot of every single step that I went through to get an installation of the database and Oracle9iAS Portal to work.
    Because I left my email in the guide, everyone will be sending me email with questions about their particular install. [What I really wanted was some positive feedback email to show to my manager... hint hint.] As I do not want to troubleshoot everyone's install by email, I started this thread.
    Let's start the step-by-step install guide discussion here.
    As a start, here is what I did NOT want to do with the guide: I did not want to 'redo' the current Oracle9iAS installation guide. So I did not put any conditions in the guide. This is just what I had to do to take a clean Windows2000 machine (no Oracle software on it) and get it to work. If I keep on adding conditions, eventually I will end up with the installation document.
    Also, in the next version (for the Oracle9iAS 1.0.2.2) I will probably start over again from scratch as we are planning on addressing some of the issues with the install.
    Another thing I plan to do is put the following direct links in:
    Oracle9iAS Portal: Troubleshooting Guide
    Oracle9iAS Portal: Diagnostics Tool
    Oracle9iAS Portal: FAQ
    Have a look at the above, as they will answer probably all of your questions... But if not post away!
    Thanks,
    Rich

    We do have installed a Lotus Notes LDAP. Unfortunately, the documentation is company internal in German.
    The steps, in general, where:
    1) Create physical connection (obviously, you did that)
    2) Deploy the XML Descriptor for the LDAP under "UM Configuration => Data Sources"
    We used a derivate of the Sun One LDAP Profile.
    3) Match the assignement LDAP Group --> EP Role --> EP User via EP user management
    4. The user, in our case, is always created in the LDAP first (from a different LDA administration group) and is then visible in the Portal)
    I know, this is very generic, but the "magic" is in the XML profile and I haven't seen any documentation about it yet.

  • Step-by-step instruction for Clickstream and Oracle9iAS Portal

    Portal Version: 9.0.2.2.14
    RDBMS Versjion: 9.0.1.3
    OS/Vers. Where Portal is Installed:: SPARC Solaris 8 64bit
    There is a step-by-step instruction on joint adjustments Oracle9i Discoverer, Oracle9iAS Clickstream Intelligence and Oracle9iAS Portal?

    Portal Version: 9.0.2.2.14
    RDBMS Versjion: 9.0.1.3
    OS/Vers. Where Portal is Installed:: SPARC Solaris 8 64bit
    There is a step-by-step instruction on joint adjustments Oracle9i Discoverer, Oracle9iAS Clickstream Intelligence and Oracle9iAS Portal?

  • Migrating from Epicentric Portal to Weblogic portal

    We are working on a project in which we are trying to migrate the application from
    the Vignette epicentric platform to the weblogic portal 8.1. What are the practical
    difficulties that you may come across while doing this. Please advise.
    Thanks, Vinod

    We are working on a project in which we are trying to migrate the application from
    the Vignette epicentric platform to the weblogic portal 8.1. What are the practical
    difficulties that you may come across while doing this. Please advise.
    Thanks, Vinod

  • Migration of oracle portal contents/applications to Weblogic portal

    I have a website running on oracle portal. I want to migrate all those contents (applications/portlets) to weblogic portal. I dont know where to start from. Can somebody please guide me and give me some tutorials for this.
    Thanks
    Joseph

    Hi Ajay,
    If  the configtool is showing the old information of instances , it has got two things
    1.  JMT phase of your migration has not been performed correctly.
    2. If you are using the same hostname , SID , instance name , then it will calculate the same instance number.
    In JMT  phase it  should delete all the information of dialog instance  and calculated the new instance id
    on the basis of box number calculated from the file cluster_id_switch.properties while migrating the CI.
    checked the JMT folder inside sapinst_dir.
    Checked the below parameter in cluster_id_switch.properties
    src.ci.sid=
    src.ci.instance.number=
    src.ci.instance.name=
    src.ci.host=
    Checked the logs for java migration tool phase and java configuration parameter phase.Also do check the box number of the system.If the box number is not correct as per your input then you will not able to patch your system further.
    Now in second case, If you are keeping the same hostname , instance name and SID , then it will calculate the same instance id so you don't need to worry in this case.
    1644265 - "How to determine the correct box number of the instance"
    With Regards
    Ashutosh Chaturvedi

  • Migrating from Weblogic Portal 4.0 to 8.1

    Hi folks,
    do you know of any handy migration guide for old Portal 4.0. I have found myself migration guides from 4.0 to 7, and from 7 to 8.1, but i need a more direct migration from 4.0 to 8.1 . My company needs to estimate migration efforts/costs for a large base of portals.
    Thanks in advance,
    Patricio.

    Hi sparihar, thanks for quick response!
    Let me ask, why wouldn´t you recommend direct migration? Gathering around the forum had found some posts complaining about the difficult task migrating from ver 4 to v. 7, does a whole app rewrite in 8.1 makes sense i.s.o. a double migration?
    TIA,
    Patricio.

  • Migrate reports to Portal

    Hi,
    What is the way to migrate reports to the portal.
    Thanks in advance
    krish

    Check SAP Note 805344 - How URLs are generated automatically in BW
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00c4742a-3a4b-2b10-b4ae-b03d08bcde6e?QuickLink=index&overridelayout=true
    Regards,
    Sushant

  • Migrating database infrastructure / portal to RAC 64 bit

    Well, first of all forgive my English is very poor because I am Spanish and DBA need your help with OAS.
    I have to migrate a RAC 32-bit to RAC 64 bit, this is no problem, i have experience, my problem is that I have to migrate a database infrastructure / OAS portal that resides on RAC 32 bit and not is whether rman (duplicate database) can be performed correctly or should i use repCA utility to do so, experience OAS is very minimal, only installation.
    RAC 32 bits (SSO : Linux RED HAT)
    OAS 10.1.2.0.2
    Thank you very much in advance
    Antonio

    The main thing is Portal Schema, for OID (users, groups, so on) in the same note they tell how to move them, the other things in the Metadata Repository are for config options that you will do again when reinstalling so you dont need to take care of the or you can try to make a dcm backup for your config and recover it in the new environment, for the Forms and other midtier products the config are stored in files so you will need to do this manually. with the notes provided in earlier posts you will be able to achive what you need, not as you want as I can see. thing is that the note cover the important things and what is not covered has to be done manually.
    Greetings.

Maybe you are looking for

  • Is there a way to change the admin password if you don't know the old one?

    This situation is a nightmare. I sold my iBook G3 lime green clamshell on eBay recently, and my buyer was a complete idiot. She sent me the computer back because she was a complete moron and couldn't figure out how to use it, so I accepted the comput

  • No batches/stocks were found - determination is performed online MFBF

    Hi Gurus, Can anybody please help me why we are getting this message in MFBF. When the user is trying to turn in production for material A in MFBF, and when they hit post with correction in the home screen of MFBF, in the next screen the system gives

  • Compensation Approval runtime error

    Hi We have implemented MSS in EP. While running the ivew Compensation Approval (ECM), we are getting the portal run time error in the 'Adjust to Minimum' tab. Is this any configuration problem? The following is the error message we are getting. Any h

  • DI_Inability to enter value in user defined field: Hour

    I am using SAP Business One 2007 A PL15, and I seem to be experiencing the same issue described in these two support notes: 1086704 [DI_Inability to enter value in user defined field: Hour|https://websmp230.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/

  • Thumbnails disappear before my eyes??

    Hi I've just upgraged to CS5,  when I go in to a folder of images using Bridge I can see them all as previews then before my eyes random ones start to disappear and are replaced by the Mac Jpeg logo. What I can't understand is why it is only happenin