SharedPageFlows / GlobalApp / Portal 9.2 Upgrade

Hello all. I am in need of some assistance regarding the updated GlobalApp. We are working on upgrading an application from WebLogic Server/Portal 8.1 to WebLogic Server/Portal 9.2 In so doing, I've run across some behavior I don't understand and with which I was hoping someone could help me.
In upgrading the project, the option to upgrade to Beehive controls was turned ON.
We have a controller, called ShoppingCartController, which allows users to add/remove/update products in their shopping cart. This controller contains a reference to the global.Global class through Java Annotations. Here is the code:
@Jpf.Controller( ... sharedFlowRefs = { @Jpf.SharedFlowRef(name = "sharedGlobalApp", type = global.Global.class) })
public class ShoppingCartController extends PasswordResetPageFlowController implements LoginControllerClient {
@Jpf.SharedFlowField(name = "sharedGlobalApp")
private global.Global globalApp;
I've defined Global.java as follows:
@Jpf.Controller(catches = { @Jpf.Catch(...) }, messageBundles = { @Jpf.MessageBundle(...) })
public class Global extends SharedFlowController {
/** @common:control */
@Control()
private OrderService orders;
public boolean isStoreOpen() {
return this.orders.isStoreOpen();
We have a class called OrderService and the corresponding OrderServiceImpl / OrderServiceBean classes. Generally this arrangement works very well.
When viewing the shopping cart, however, I've found that the code makes multiple (> 10) requests to retreive an instance of the Global class, typically through the PageFlowUtils.getSharedFlow(String, HttpServletRequest, ServletContext) method. For the sake of completing the upgrade by March 11th, I've used the following to retrieve the instance from within a JSP page:
<%
global.Global global = (global.Global)PageFlowUtils.getSharedFlow(global.Global.class.getName(), request, request.getSession().getServletContext());
pageContext.setAttribute("global", global);
%>
This makes the 'global' variable accessible from JSTL calls (side note: is this really the best way to make this accessible, since netui:getData is deprecated?) and works pretty good.
When a user views the shopping cart, however, this works exactly 50% of the time. The first time through, the page renders correctly and the user experience is fine. The second time through, however, a NullPointerException is thrown. I've found that this happens when the ShoppingCartController, in the beforeAction() method, calls this.global.isStoreOpen() and is because the OrderService control is null.
Further investigation lead me to find that at some point, and for a reason unknown to me, the JavaControlUtils.uninitJavaControls() method is being called. This method destroys all controls contained the current instance of the Global class stored in the session. This instance is the same instance that is inserted into the ShoppingCartController. Note that the instance of the Global class is not destroyed, only the controls contained within the Global class.
So the instance of the global.Global referenced as a field in ShoppingCartController is still a valid instance. All of the control fields within global.Global are being set to null and hence the NPE. Perhaps this will help visualize:
* User clicks 'View Shopping Cart'
* ShoppingCartController.beforeAction is called
* beforeAction calls this.global.isStoreOpen()
* isStoreOpen() calls this.orders.isStoreOpen()
* JSP is processed and rendered correctly
* at some point, before the response is finalized, JavaControlUtils.uninitJavaControls() is called against the instance of global.Global referenced by ShoppingCartController and all controls referenced by global.Global are set to null (in our case there is only one control)
* User clicks 'View Shopping Cart' again (or updates a quantity or their zip code, etc.)
* ShoppingCartController.beforeAction is called
* beforeAction calls this.global.isStoreOpen()
* isStoreOpen() calls this.orders.isStoreOpen()
* A NullPointerException is thrown because this.orders is null.
Has anyone seen this? Are we not properly initializing our controls or referencing the global.Global class?
Any help is greatly appreciated. I've searched Google and dev2dev with no luck. :(

Hi,
I am also having the same issue now. Do you have any solution? How did you get through that problem?
Your help is highly appriciated.
Somesh

Similar Messages

  • SSO and Portal down after upgrade from AS 10.1.2.0.2 to 10.1.2.3

    SSO and Portal is down after upgrade from AS 10.1.2.0.2 to 10.1.2.3. All others are running fine. Any similiar experience and solution?
    Thanks.
    Andy

    cn=XXX information is missing for the SSO Server (orasso) when going to http://servername:7777/pls/orasso/orasso.home. Is that causing the problem? If so, how can I resolve it?
    Thanks.
    Andy

  • Problem in Portal Content after upgrading EP 6.0 to SP12

    Hi SDN,
    I have upgraded EP 6.0 from SP9 to SP12 but am facing the problem that am not able to view the context window  <b><Open,Preview,Change ID,Copy,Cut,Delete></b> when i right click on any of the folder or contents within that folder under <b>Portal Content</b>.
    Prior to upgrade everything was working fine.
    Awaiting for your response....
    Regards,
    Raghbir Singh Kapoor

    You might be still caching some old static stuff (css, js etc) in your browser. Try clean local cache and see what happens. Eventually you can check what is going wrong in HTML from portal by using HTTPWatch.
    Also, if you are using a proxy cache to access portal... try access directly instead.
    Hope this helps
    Regards

  • Errors with with portal providers after upgrading database to 10.2.0.3

    Hello,
    We are receiving errors when trying to do anything with providers that we have created in Portal. The problems have started after upgrading the underlying database from 10.1.0.4 to 10.2.0.3 on RH Linux 3.0. Our version of Portal is 10.1.2.0.1 and is running on SUSE 9.
    If we try to select the 'Actions' button for any of the portlets that include custom providers, we get the following errors:
    Internal error (WWC-00006)
    An unexpected error occurred: User-Defined Exception (WWC-43000)
    An unexpected error occurred: User-Defined Exception (WWC-43000)
    The provider URL specified may be wrong or the provider is not running. (WWC-43176)
    Likewise, if we try to deregister/reregister one of the providers, it asks us the following questions:
    1. Do you want to deregister provider "Provider Name"?
    Deregistering a provider removes it from the system. All usages of portlets from that provider will be deleted.
    ********We answer 'Yes' to this
    2. The provider could not be contacted, do you still want to delete provider "Provider Name"?
    The provider could not be contacted and its deregistration function was not initiated. Deleting the provider will remove it from the portal. Additional action may be necessary by the provider to remedy the failure to call its deregistration function.
    ********Again we answer 'Yes' to this. After answering yes, we get the following error:
    Internal error (WWC-00006)
    Unexpected error - ORA-04091: table PORTAL.WWPRO_PORTLET_METADATA$ is mutating, trigger/function may not see it
    ORA-06512: at "PORTAL.WWUTL_EVENT", line 173
    ORA-06512: at "PORTAL.WWPRO_PMR_NLS_EVENT_TRG", line 23
    ORA-04088: error during execution of trigger 'PORTAL.WWPRO_PMR_NLS_EVENT_TRG' (WWC-35000)
    All of the providers (4 of them) we have manually added (not seeded) receive the above errors, however 3 out of the 4 seem to function fine in the portal (if we don't try to modify). The fourth calls an external e-mail application, and this is not working.
    The database upgrade has seemed to cause this issue, but I'm not sure why. Do we need to somehow upgrade these providers? Any help would be appreciated!
    Thanks,
    Rick

    Hi
    This is AIX 5L specific problem.
    Yo should modify 2 LINES of $CRS_HOME/bin/racgvip file
    FROM :
    O1=`$NETSTAT -n -I $IF | $AWK "{ if (/^$_IF/) {print \\$5; exit}}"`
    O2=`$NETSTAT -n -I $IF | $AWK "{ if (/^$_IF/) {print \\$5; exit}}"`
    TO:
    O1=`$NETSTAT -n -I $IF | $AWK "{ if (/^$_IF/) {print \\$6; exit}}"`
    O2=`$NETSTAT -n -I $IF | $AWK "{ if (/^$_IF/) {print \\$6; exit}}"`
    briefly $5 --> $6
    this is because of
    #/usr/bin/netstat -f inet -n -I en1
    command returns extra column ( ZoneID ) which RAC software is unaware
    #/usr/bin/netstat -f inet -n -I en1
    Name Mtu Network Address ZoneID Ipkts Ierrs Opkts Oerrs Coll
    en1 1500 link#3 0.21.5e.34.55.bc - 35645 0 16801 3 0
    en1 1500 10.46.180 10.46.180.52 - 35645 0 16801 3 0
    for details goto
    http://www.ubtools.com/jira/browse/QA-48
    This solution stated by Danisment Gazi Unal.
    Gokhan Tercan
    ORacle DBA
    Edited by: GokhanTercan on 19.Eki.2009 08:06

  • Portal down after upgrade from 10.1.2.2 to 10.1.2.3

    Hi Folks,
    The weekend we upgraded the infrastructure/mid-tier from 10.1.2.2 to 10.1.2.3 and did the same for the metadata repository. We noticed since then portal is down though OC4J_Portal is up. Any idea how the upgrade would cause this and how to fix it?
    Thanks
    Troy

    Hi Erik,
    I checked the metalink note you recommended and sure enough my PortalListeniongHostPort and HTTPPort did not match. I changed them and added the root certificate in b64InternetCertificate.txt and it now shows as up. Thank you so much for referring me to that document. It is greatly appreciated.
    Troy

  • Portal 7-8 upgrade ptl tags

    Hey People -
    While upgrading from Portal 7 to Portal 8, what do I replace the following tag
    with?
    <ptl:createWebflowURL namespace="portal"
    The "namespace" attribute seems to be unrecognized. I am using the interop taglibs.
    Thanks
    Kunal

    Hey People -
    While upgrading from Portal 7 to Portal 8, what do I replace the following tag
    with?
    <ptl:createWebflowURL namespace="portal"
    The "namespace" attribute seems to be unrecognized. I am using the interop taglibs.
    Thanks
    Kunal

  • [Urgent] Some questions about Oracle Portal 10g - 11g upgrade

    Dear friends,
    We are under doing upgrading assessment of Oracle Portal from 10g to 11g. After reviewed the 'upgrading guide', we still have some questions as below:
    1. Whether the 'Instant Portal' feature remain in Oracle Portal 11g? If yes, how to migrate the Instant Portal 10g sites? If no, any workaround?
    2. Whether the old 10g Page Group and Pages will be still available after 11g upgrade? Also can customer import the old 10g transportset into Portal 11g?
    3. How about the customized Portal 10g objects (such as customized template, style, attributes) after 11g upgrade? Still be usable?
    4. Customer use PDK to develop many portlets in 10g. Can they use JDeveloper 11g to migrate their old project to 11g automatically?
    Thank you in advance and any comment are welcome.

    1. Whether the 'Instant Portal' feature remain in Oracle Portal 11g? If yes, how to migrate the Instant Portal 10g sites? If no, any workaround?Instant Portal is not available anymore in Oracle Portal 11g. The Instant Portal page groups will be migrated to standard Portal page groups. Maintenance of the Instant Portal can be done with the standard Portal tools. The Instant Portal tools are not available anymore.
    Whether the old 10g Page Group and Pages will be still available after 11g upgrade? Also can customer import the old 10g transportset into Portal 11g?Old 10g Page Groups are migrated to Portal 11g. They will still be available after the upgrade.
    Export/Import through transports sets has always been limited to instances of the same version. It is not supported between versions as documented in the Administration Guide :
    [11.2.1|http://download.oracle.com/docs/cd/E14571_01/portal.1111/e10239/cg_imex.htm#CCJBCCGD] System Requirements
    Before exporting and importing content, ensure that your system meets the minimum system requirements, as described in this section.
    Notes:
    * Export and import functions only within the same release of Oracle Portal and the same patch release, for example, release 10.1.4 to release 10.1.4 or release 11.1.1 to release 11.1.1. You cannot export and import between two different releases, such as release 10.1.2 to release 10.1.4 or release 10.1.4 to release 11.1.1.
    How about the customized Portal 10g objects (such as customized template, style, attributes) after 11g upgrade? Still be usable?Customized objects get migrated as well. Certain types (e.g. PL/SQL item types) need to be checked after upgrade as the behavior of the PL/SQL code may differ between database versions. This is particularly of concern when the 10.1.4.x Portal uses a 10.1 database. A database upgrade to either 10.2, 11.1 or 11.2 is necessary as Portal 11g is not supported with RDBMS 10.1.
    Customer use PDK to develop many portlets in 10g. Can they use JDeveloper 11g to migrate their old project to 11g automatically?Never done this, but the Portal framework is able to consume JPDK providers which are running in older versions of the toolkit. If the providers are running in standalone OC4J containers, you would be able to upgrade the framework and keep the providers in their OC4J containers. This will allow you to focus on the framework first and worry about your providers later.
    Thanks,
    EJ

  • Error while upgrading Portal from 10.1.2 to 10.1.4

    This is the error message I am getting when I try to upgrade portal from 10.1.2 to 10.1.4 by applying the patch.
    NOTIFICATION:1 Framework: Error: Component upgrade failed PORTAL
    NOTIFICATION:1 Framework: Error: PORTAL component version is: 10.1.2.0.2 INVALID.
    Please let me know if any has has a solution?
    ==========================================
    D:\Software\Oracle\IDM\as_windows_x86_portal_1014\mrua_051020\mrua>mrua.bat -ora
    cle_home D:\Software_Installations\OraHome_Infra_01 -oid_host <hostname> -oid_ssl_port 636
    Executing mrua.pl
    Running on Windows
    OracleAS Metadata Repository Upgrade Assistant 10.1.4.0.0
    Enter the password for SYS:
    Enter the password for cn=orcladmin:
    Enter the password for cn=orcladmin:
    Upgrading the OracleAS Metadata Repository to release 10.1.4.0.0
    Calling upgrade plugin for MRUA
    Component has already been upgraded MRUA
    Calling upgrade plugin for PORTAL
    Error: Component upgrade failed PORTAL
    Error: PORTAL component version is: 10.1.2.0.2 INVALID
    Calling upgrade plugin for MRC
    Component has already been upgraded MRC
    FAILURE: Some OracleAS plug-ins report failure during upgrade.
    Log file: D:\Software_Installations\OraHome_Infra_01\upgrade\logs\mrua2007-07-1
    3_02-07-15PM.log
    Finished mrua.pl

    That didn't help for me....
    I have those things shut down already and you can see below what I'm getting on the re-run:
    -bash-3.00$ /app/oracleas/as1012portal/bin/emctl stop iasconsole
    Oracle Enterprise Manager 10g Application Server Control Release 10.1.2.0.2 Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.
    http://asdev:1811/emd/console/aboutApplication
    Stopping Oracle Enterprise Manager 10g Application Server Control ...
    Cannot determine Oracle Enterprise Manager 10g Application Server Control process; /app/oracleas/as1012portal/bin/emctl.pid does not exist.
    Oracle Enterprise Manager 10g Application Server Control may not be running.
    -bash-3.00$ /app/oracleas/as1012portal/opmn/bin/opmnctl stopall
    opmnctl: opmn is not running
    -bash-3.00$ mrua/mrua.sh -oracle_home /app/oracleas/as1014metadatarepository -oid_host asdev -oid_ssl_port 636
    Executing mrua.pl
    Running on UNIX
    OracleAS Metadata Repository Upgrade Assistant 10.1.4.0.0
    Enter the password for SYS:
    Enter the password for cn=orcladmin:
    Upgrading the OracleAS Metadata Repository to release 10.1.4.0.0
    Calling upgrade plugin for MRUA
    Component has already been upgraded MRUA
    Calling upgrade plugin for PORTAL
    Error: Component upgrade failed PORTAL
    Error: PORTAL component version is: 10.1.2.0.2 INVALID
    Calling upgrade plugin for MRC
    Component has already been upgraded MRC
    FAILURE: Some OracleAS plug-ins report failure during upgrade.
    Log file: /app/oracleas/as1014metadatarepository/upgrade/logs/mrua2007-10-23_00-42-55PM.log
    Finished mrua.pl
    -bash-3.00$ grep PORTAL /app/oracleas/as1014metadatarepository/upgrade/logs/mrua2007-10-23_00-42-55PM.log
    2007/10/23 12:43:06.236 CST NOTIFICATION:1 Framework: Calling upgrade plugin for PORTAL
    2007/10/23 12:43:28.203 CST NOTIFICATION:1 Framework: Error: Component upgrade failed PORTAL
    2007/10/23 12:43:28.209 CST NOTIFICATION:1 Framework: Error: PORTAL component version is: 10.1.2.0.2 INVALID
    There is another oracle instance we have, the one that is hosting the LDAP server, and after the above I also tried doing a stopall there, then bringing up only the ldap server which is required for the upgrade, and then shutting down the iasconsole for that instance too so that only the ldap server remained, then re-running the portal upgrade. It didn't help.
    Any ideas?

  • What are the things to be test in Portal Upgrading the ECC from 5.0 to 6.0

    Hi ,
    I never been as part of the ECC upgrade project. we are going to upgrade our ECC system from 5.0 to 6.0.  Also we have SAP portal in the landscape. Can any body guide me for the following points related to testing the Portal once ECC upgrade is done.
    What is the approach need to be followed.
    What are things need to be tested.
    what kind of test scripts need to be created.
    Please provide your suggestions and ideas..
    Thanks
    vijay

    Hi,
    In Upgrade you need to do all integration testing and check all functionalities.
    Thanks
    Sunny

  • Portal Issue After SP Upgrade

    Hi All,
    We are facing issue in portal after SP upgrade.
    Back, Forward and History button are appearing at right side bottom.
    Did any one faced similar issue?
    Any solution?
    Regards,
    Jackie.

    Problem in my portal is
    History, Back and Forward options are appearing at the bottom of portal Page.
    In Dev System, it is looking good (Appearing @ top).
    In Quality and Production, it is appearing @ bottom.
    Regards,
    Jackie.

  • Old Appraisal System (SAP R/3 4.7 ITS) upgrade to SAP ECC 6.0, Ehp4

    Hello experts,
    We are currently on SAP R/3 4.7 (using ITS) and will be upgrading to ECC 6.0, Ehp4 (using Netweaver Portal). This upgrade will be purely technical, no changes to existing talent modules.
    Our employee performance appraisals are currently accessed via ITS using the Old Appraisal System. Can you tell me if it is even possible to link the old appraisal system to the NW portal?
    If yes, what kind of changes are required here? Which iviews will I need to activate?
    All of your advice is greatly appreciated. Thank you in advance.
    Dina

    hi,
    THe old appraisal system runs on ITS , true .
    In the new ECC 6 , there is a built in ITS , which should allow you to still run the old services . But it makes sense to explore the newer functionalites offered in EHP4.
    Regards
    sameer

  • Upgrade AS 9.0.4 questions

    Hi !!
    I am trying to gather information for planning an upgrade of our AS and Portal environment.
    We are are version 9.0.4.1 and my predecessors had a tentative plan to upgrade our AS to version 10.1.2.0.2 and Portal to version 10.1.4. Both our Metadata Repository and Customer databases are on version 9.2.0.7. We use Forms and Discoverer viewer as well with our current Portal setup.
    I am new to AS and am still in the learning phase. I am getting a confused/overwhelmed by the documentation I am going through regarding AS upgrades, and would like to get some help from experienced folks if possible.
    Here are my questions:
    1. What is the best AS version we can upgrade to from 9.0.4 (preferably not the latest)?
    Would it require a database upgrade? If so what version?
    2. What version of Portal should we upgrade to? What are the differences between 10.1.2.0.2 and 10.1.4 or later versions?
    3. What would be the ideal Discoverer version with the upgraded version of AS? and Why?
    Is it possible to just do the Discoverer upgrade staying with our 9.0.4 AS configuration?
    If we can upgrade Discoverer only, would that cause any problems with our AS upgrade later on?
    Any information you can provide would be helpful.
    Thanks.
    CV

    Hi AMN,
    Thanks for your detailed response with your comments and suggestions. They were very helpful.
    I went through the threads you referred to, and have been going through a lot of documentation regarding the upgrades.
    As you said in your response, we have come to a conclusion that AS 10.1.2.0.2 is a suitable patch to upgrade to, and version 10.1.4 for Portal.
    But I still am confused about a few things with respect to the 10gR2 AS upgrade from our 9.0.4.1 version.
    More than anything, I have not been able to figure out if we have to upgrade our 9.2.0.7 Metadata Repository and Customer (on a different server) Databases to 10g.
    We have plans to patch them to the terminal 9i version of 9.2.0.8.
    If you don't mind, can you clear a few of my dilemmas and answer a few questions? I am going to quote a few things from some documents I have been reading before I put forward my questions.
    Confusion regarding the minimum database version supported, to be at Oracle AS 10g Release 2 (Patch set 2 or 3):
    The Release Notes for 10g Release 2 (10.1.2) Patch Set 2 (10.1.2.2.0) for AIX 5L Based Systems (64-Bit), under Section "2.1 Supported Database Versions" states the following:
    "{color:#0000ff}If your database version is 9.2.0.7 or 10.2, then the Oracle Database 10.1.0.5 database patch is not required. Also, the Metadata update for upgrading the Metadata Repository should be run from the middle tier.{color}"
    The Release Notes for 10g Release 2 (10.1.2) Patch Set 3 (10.1.2.3.0) for AIX 5L Based Systems (64-Bit), under Section "2.3 Database Patch Set" states the following:
    "{color:#0000ff}If your database release is 9.2.0.8 or 10.2, then the Oracle Database 10g Release 1 (10.1.0.5) database patch is not required. The Metadata Repository Update for upgrading the Metadata Repository should be run from the middle tier.{color}"
    But as per Table 1, and Table 2 in DocID: 329361.1 (Oracle Application Server 10g Release 2 (10.1.2) Support Status and Alerts), it looks like the d
    Questions:+
    +1. Is it a requirement to upgrade our existing 9i Metadata Repository and Customer databases to 10g for upgrading our AS to version 10.1.2.2.0 or 10.1.2.3.0, and Portal to version 10.1.4.1 or 10.1.4.2?+
    +2. If so, is it true for upgrading to AS version 10.1.2.0.2 and Portal to version 10.1.4.0?+
    In the documentation that I have gone through so far for the AS upgrade to 10gR2, I have seen notes similar to the examples below from DocID: 415222.1:
    "{color:#0000ff}Patch 4505133 (10.1.0.5.0 Patchset) should be applied to all Oracle Application Server 10.1.2.0.2 homes.{color}"
    "{color:#0000ff}It is now strongly recommended that these homes be updated with Oracle Application Server 10.1.2.2 Patchset, where the 10.1.0.5.0 update is automatically applied to non-database homes.{color}"
    We have separate Oracle Homes for Infrastructure, MidTier, Metadata Repository Database, and Customer Database (this is on a different server).
    Questions:+
    +1. Does the statements above mean that our 9i Oracle Homes for Infrastructure and MidTier are going to be patched automatically to 10.1.0.5.0 when we upgrade to 10.1.2.0.2?+
    Confusion regarding the Portal version after the upgrade:
    As per Table 3 in DocID: 329361.1 [http://Oracle Application Server 10g Release 2 (10.1.2) Support Status and Alerts|http://oracle%20application%20server%2010g%20release%202%20%2810.1.2%29%20support%20status%20and%20alerts/],
    "{color:#0000ff}Upgrading to Portal 10.1.4 is currently optional, but once on Portal 10.1.4.0, it is _mandatory to upgrade to Portal 10.1.4.1 or 10.1.4.2_, depending on availability.{color}"
    Questions:*
    +1. Does this mean that after upgrading our AS to version 10.1.2.0.2, we have the following options?:+
    +(a) Keep our Portal at version 10.1.2 and upgrade to version 10.1.4, or+
    +(b) Upgrade Portal to version 10.1.4, in which case, upgrade AS to version 10.1.2.2.0 or 10.1.2.3.0 since it is mandatory.+
    A few more doubts:
    As per Table 35 in DocID: 753340.1 [CPUJAN2009 Availability Information
    for Oracle Database and Fusion Middleware Products], the terminal CPU
    for AS version 10.1.2.0.2 is CPUAPR2008.
    Does this mean that CPUAPR2008 is included in the 10.1.2.2 and 10.1.2.3 patch sets?
    Down the line in the future, depending on what 10gR2 AS Patchset we
    upgrade to now, are there any limitations/issues for a possible AS 11g
    Upgrade when it becomes available?
    Could you also please define/elaborate the term "non-database home" that I saw many times in the Patchset release notes? I think that it refers to the Infrastructure and MidTier Oracle Homes. Is that correct?
    Sorry for throwing such a lot of stuff at you. But I think that your experience can help me a lot.
    Thanks again for all your help. Let me know if you need any more information regarding our environment here.
    CV
    Edited by: CV on Mar 13, 2009 12:12 PM
    Edited by: CV on Mar 13, 2009 12:14 PM

  • Where is Upgrade script Solaris 9iAS 1.0.2.0.1 - 1.0.2.1 ?

    The document "Migrating from Oracle9 i Application Server 1.0.2.0" Part No. A88779-01 says:
    "Upgrading the Oracle9 iAS Portal Repository Oracle9iAS Portal uses an upgrade
    script for migration. The script and further migration instructions are
    available at
    http://otn.oracle.com/products/iportal "
    I do not find that script.
    null

    Mercy:
    I am also trying to locate the upgrade scripts for Oracel Portal (Windows NT). I cannot find them on the Oracle Technology Network.
    I cannot find the "New 3.0.9 Upgrade scripts" topic that you identify at the locatiin you noted. I did a search and still cannot find them.
    Where are they? can you give me a specific URL and not the general one: http://otn.oracle.com/products/iportal

  • Solaris upgrade from 2.8 to 10

    Hi
    We are starting with the upgrade project soon, and it involves several phases. The first is to upgrade the operating system from Solaris 2.8 to Solaris 10. I have searched the support portal for an upgrade guide for this process and have found nothing.
    My question is, is there an upgrade guide for the unix upgrade (as there are for eg. Oracle upgrades) and are there specific notes that I should be referring to for this upgrade ?
    Thanks in advance
    Mark

    The Operating System upgrade Guide should be supplied by your OS vendor; Sun in this case. The Notes that are released are the ones found under Solaris 10.

  • Best Practice for Upgrade in FPN-Landscape

    Hi there,
    we have already implemented a consumerportal with two producerportals.
    Now we want to upgrade our consumerportal from SPS12 to SPS15.
    It´s better to disconnect the producer and reconnect these portal after upgrading again?
    Or it´s not a problem to upgrade a consumerportal while producer are connected?
    Same question in other way. If we upgrade a producersystem. May we disconnect these portals until the upgrade on producersystem is done and connect again?
    Wait for your helpful experience :o)
    Best regards
    Christian

    It´s better to disconnect the consumersystem from producer.
    After Upgrad all is fine.

Maybe you are looking for

  • Slow Performance with large library (PC)

    I've been reading many posts about slow performance but didn't see anything addressing this issue: I have some 40000 photos in my catalog and despite generating previews for a group of directories, LR still is very slow in scrolling through the pics

  • My mac keeps intermittently freezing/pausing....

    As the title says, as of late my mac has been having some trouble allowing me to use various programs without having to "think" for a minute, every few minutes. Even something as simple as writing an email I will get the beach ball every few minutes.

  • (FM8p277) Crashes when saving first doc in book after changing conditional text display

    That was a mouthful :-) Okay, this happens with any of the books that I work on --- it never happened with Frame 7. I have a book containing several documents. The documents contain several conditional text segments. Start new Framemaker session, ope

  • Custom button icons in application header

    Hi All, I have a requirement, where I want to provide ability to end user to supply custom icons in application header. For this I have created a class and extended from sap.m.Button. and override setIcon method in my child class? but could not get t

  • Linking the views

    Hi, i am facing a problem while linking two views in the bsp application (under the same controller). i am using the anchor tag <a> for the hyper reference, because i have to link the views through hyper reference only, can anyone please tell me the