Examples of migrated 3.0.9 portals?

Hi all,
in 3.0.9.8.5 we used content areas to store texts, files and images and we displayed them on the websites (e.g. portal pages) using the Folder-Portlet mechanism. Also we used the subfolder-render-in-portlet feature to drill down to details and history folders.
After the migration to 10g, we now have to maintain the websites on two places: the first is the page (stored for example in the page-group Top Level Pages) and the second is the page-group made for the content area. Also, the subfolders can not be reached anymore on the migrated pages and they have to be redesigned.
Offcourse these two problems are not acceptable and we are working hard with Support to find a solution. Did you by chance experienced the same problem? And how did you solve it? Please let us know and give us some live examples of migrated websites.
Regards, Jan Willem

Thanks, probably you can give me a hand on this,
I am getting strange things during upgrade
here is the path:
1. 3.0.9.8.2->3.0.9.85 via p2394398_309_WINNT (DB 8.1.7) - OK
2. DB upgrade to 9.2 DB assistant
2.a performance fix mentioned in doc
3. SSO export via p3498669_9040_GENERIC to AS 10g(9.0.4)
3.a. DAD creation
at this point I can access some portal pages with urls
.../pls/portal30
...page?_pageid=54,0&_dad=portal30&_schema=PORTAL30
but not
servlet/page?_pageid=1234&_dad=portal30&_schema=PORTAL30
4. repository upgrade via p2778342_9040_GENERIC
strange things are:
1) missing java grants after DB upgrade to 9.2 (documented somehow)
but more in fact I have to create public synonyms to a lot of
sys tables/views and for all java stuff in sys
and grant select/execute to portal30.
grant select on dba_db_links to portal30;
grant select on sys.cdef$ to portal30;
grant select on sys.col$ to portal30;
grant select on sys.coltype$ to portal30;
grant select on sys.con$ to portal30;
grant select on sys.link$ to portal30;
grant select on sys.obj$ to portal30;
grant select on sys.objauth$ to portal30;
grant select on sys.syn$ to portal30;
grant select on sys.user$ to portal30;
grant select on table_privilege_map to portal30;
grant select on sys.ind$ to portal30;
grant select on sys.tab$ to portal30;
grant select on sys.dba_free_space to portal30;
grant select on sys.dba_data_files to portal30;
grant select on sys.v_$sgastat to portal30;
grant select on sys.type$ to portal30;
grant select on sys.attribute$ to portal30;
grant select on DBA_INDEXES to portal30;
grant select on DBA_TRIGGERS to portal30;
grant select on DBA_VIEWS to portal30;
grant select on DBA_IND_COLUMNS to portal30;
grant select on DBA_SEQUENCES to portal30;
grant select on DBA_TABLES to portal30;
grant select on DBA_UPDATABLE_COLUMNS to portal30;
grant select on DBA_IND_EXPRESSIONS to portal30;
grant select on DBA_TYPE_ATTRS to portal30;
grant select on DBA_DB_LINKS to portal30_sso;
declare
cursor lc is
select o.object_name from obj o
where object_type='JAVA CLASS'
and not exists (
select null from dba_synonyms s where s.owner='PUBLIC' and s.synonym_name=o.object_name
l_sql varchar2(1000);
l_cnt number:=0;
begin
for lr in lc loop
l_sql:='create public synonym "'||lr.object_name||'" for "'||lr.object_name||'"';
execute immediate l_sql;
l_cnt:=l_cnt+1;
end loop;
dbms_output.put_line('synonyms created l_cnt='||l_cnt);
end;
2) dbms_ldap in 9.2 DB does not have NLS_CONVERT_TO_UTF
so I have to load them not from 9.2 DB home but from infrastructure home
otherwise I have an error 9410 : 586/33     PLS-00302: component 'NLS_CONVERT_TO_UTF8' must be declared
3) even if precked passed with success I am getting
### 5070 : # ERROR: Setting subscriber information. ID: 1
### 5071 : # ERROR: ORA-06521: PL/SQL: Error mapping function
Regards.

Similar Messages

  • Migrating Oracle 9i As Portal??

    Can I migrate Oracle 9i AS Portal from a computer to an another computer with hostname and domain differents?
    thanks
    null

    Yes, you can migrate the applications, content areas and pages (basically anything you build) with 9iAS Portal from one machine to another, provided that both machines are at the SAME version of Portal..
    For instance, both machines should be at release 3.0.8.9.8, for example. But in the current versions of Oracle9iAS Portal, you cannot import/export applications between DIFFERENT versions of 9iAS Portal i.e. 3.0.8 vs. 3.0.9, for instance.
    There is an overview white paper that describes this import/export process at: http://technet.oracle.com/products/iportal/pdf/export_import.pdf
    Best Regards,
    Harry

  • Migrating Forms 6i to Portal

    Dear friends,
    is there any tool for migrating Forms and Reports made in 6i to Oracle 9i Portal??
    Any help would be appreciated.
    Thanks a lot in advance
    Warm Regards
    Vivek Bajaj

    6i Forms/Reports -> 9i Forms/Reports.
    You might want to check out the migration section
    under Forms and Reports products in OTN.

  • How to import a Migration key in a Portal System.

    Hi,
    We have a Portal System (Only Java Stack) and we have changed the existing Installation number of the System to a new one in Marketplace. We have received a new License key and Migration Key from SAP. I have imported the License Key in the System using Visual Administrator tool - Licensing Adapter.
    Now, i dont know what to do with Migration Key. In the Note 816861, it is only written about ABAP stack systems.
    Please help.
    Regards,
    Mohan.

    You don't need the migration key.. It's only for ABAP.
    Kind regards,
    Mark

  • Problems while migrating PDK applications from Portal 7.1 to Portal 7.3

    Hi All,
    I am facing a problem while migrating a PDK application from Portal 7.1 to Portal 7.3.
    Since Portal 7.3 doesnt support PAR files any more it provided with a tool to convert the PAR to an EAR file and deploy the resultant EAR to the new portal.
    I converted the PAR into EAR and deployed the file but the application is not executing. When I looked into the log files i found the following exception. The application is not able to identify the tag "documentBody". I checked the protalapp.xml and the "SharingReference" is properly maintained in the file but the error message suggests that its not able to fine the reference to the tagLib uri maintained in the portalapp.xml
    Now my question is why is it not able to obtain a reference to the taglib? Did any one face similar problem previously. Can you please provide me with any document for migrating / developing PDK application for Portal 7.3
    Parser [PRT] - JspParseException is thrown while parsing JSP file </SAP/sap/POD/J00/j2ee/cluster/apps/TestOrg.co.uk/TestOrg~cas~ptlsvc/servlet_jsp/CASPortalService/root/WEB-INF/pagelet/CASFramework.jsp> :
    com.sap.engine.services.servlets_jsp.jspparser_api.exception.JspParseException: Cannot parse custom tag with short name [documentBody].
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.customTagAction(JspElement.java:969)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.action(JspElement.java:228)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.customTagAction(JspElement.java:994)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.action(JspElement.java:228)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.customTagAction(JspElement.java:994)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.JspElement.action(JspElement.java:228)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:59)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.syntax.ElementCollection.action(ElementCollection.java:69)
    at com.sap.engine.services.servlets_jsp.jspparser_api.jspparser.GenerateJavaFile.generateJavaFile(GenerateJavaFile.java:72)
    at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.parse(JSPProcessor.java:272)
    at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.generateJavaFile(JSPProcessor.java:196)
    at com.sap.engine.services.servlets_jsp.server.jsp.JSPProcessor.parse(JSPProcessor.java:128)
    at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.getClassName(JSPChecker.java:377)
    at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.compileAndGetClassName(JSPChecker.java:306)
    at com.sap.engine.services.servlets_jsp.jspparser_api.JSPChecker.getClassNameForProduction(JSPChecker.java:236)
    Thanks in advance
    PK

    Hi Amit,
    Thanks for your reply. I could see some progress after "thoroughly" going through those links. Thanks a lot (gave points too )
    Now I am facing another problem. The application did deploy successfully but with a warning. When i checked the warning it says that the deployment was successful but can not be started.
    The log file has the following error message.
    Global [startApp] operation of application [newsint.co.uk/newsint~cas~ptlsvc] finished with errors for [5] ms on server process [2721950] [
    >>> Errors <<<
    1). com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Application newsint.co.uk/newsint~cas~ptlsvc cannot be started. Reason: it has hard reference to the following resources, which are currently not available on the system: hard to SAPPORTAL/com.sapportals.htmlb (public) (f=true, cl=false); .
    In order to start the application, components that provide the missing resources should be successfully deployed.
    at com.sap.engine.services.deploy.server.ReferenceResolver.isResolved(ReferenceResolver.java:137)
    at com.sap.engine.services.deploy.server.LifecycleController.startReferencedComponents(LifecycleController.java:173)
    at com.sap.engine.services.deploy.server.application.StartTransaction.beginCommon(StartTransaction.java:200)
    at com.sap.engine.services.deploy.server.application.StartTransaction.begin(StartTransaction.java:166)
    at com.sap.engine.services.deploy.server.application.ApplicationTransaction.makeAllPhasesOnOneServer(ApplicationTransaction.java:421)
    at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhases(ParallelAdapter.java:465)
    at com.sap.engine.services.deploy.server.application.StartTransaction.makeAllPhases(StartTransaction.java:605)
    at com.sap.engine.services.deploy.server.DeployServiceImpl.makeGlobalTransaction(DeployServiceImpl.java:1828)
    I dont understand why is SAPPORTAL/com.sapportals.htmlb is not available. As per my understanding it is some thing that should be available with the portal server by default.
    Any hints from any one?
    thanks in advance
    PK

  • Errors in deploying the example iBank migrated from wls8.1 to S1AS8

    Hi,all.
    With the miagration tool ,the example iBank ,one provided by Sun,can be migrated successfully.In the ott directory,run the build_ear.cmd file,then the ibank.ear is generated.when I deploy it on S1AS8, there is a error:
    CLI171 Command deploy failed : Deploying application in domain failed; Fatal Er
    ror from EJB Compiler -- JDO74046: JDOCodeGenerator: Caught a MappingConversionE
    xception loading or creating mapping model for application 'ibank' module 'Trans
    actionandothers': JDO71002: The schema file ibank_Transactionandothers does not
    contain a table named TRANSACTION_HISTORY
    ; requested operation cannot be completed
    the error occurs in Transactionandothers.jar because when I deploy the Transactionandothers.jar alone,the same error occurs.
    I did not use cature-schema to generate the dbschema file,let themigration to generate it.after the error occurs,I use the capture schema command ,but at last it only shows"Schema captured Saving schema ..." but I can't find the schema file.Does it generate the schema file.
    Who can help me,thanks a lot.

    Shivakumar,
    What version of OC4J, JDK are you using ? What O/S are you using ?
    regards
    Debu

  • Problem migrating news from one portal to another one

    Hello,
    we want to replace our portal, that's why I have to transport all settings for the news and the news items itself to the new portal.
    I already transported:
    - the news form using WEBDAV
    - the news items using WEBDAV
    - the layout set
    - the collection renderer
    - the forms availability settings
    - the news iViews
    Now my problem is, that the news items are still not displayed and also the forms availability doesn't seem to work, as the forms are not offered in the KM Content.
    Have I missed something to migrate? I hope you can help me.
    Greetings,
    Timo
    Edited by: Timo Hübner on Dec 7, 2008 11:05 AM

    Hi Robert,
    I checked everything again, everything was transported successfully.
    The /etc folder is not READ-ONLY.
    Do you have some more things in mind what could be wrong?
    Greetings,
    Timo

  • Migrating from Oracle to portal to Oracle Webcenter

    I have been trying to find information on migrating from Oracle portal to Oracle webcenter.
    So far I have been unsuccessful in my search.
    I have raised this question on My Oracle Support to see if they could assist but their response/only suggestion was to use Oracle Consulting.
    Has anybody carried out this migration before?
    If so please could you advise and point me in the right direction to where I will find the relevant documentation, or if appropriate please could you describe the migration process.
    Many thanks in advance.
    Connor

    You have to specifiy "Portlets".
    Are they PL/SQL portlets , PDK portlets or JSR168 portlets?
    PL/SQL portlets are not possible to migrate. You should rewrite them to JSR168 compliant portlets.
    PDK portlets should be able to run in webcenter. You can register PDK producers in webcenter enabled application however... If you are using portlet specific API's than the portlets will not work.

  • How to migrate application to webcenter portal application

    Hi, I am interested in turning a fusion web application to a webcenter portal app to utilize features such as navigation models, resource manager, and catalogs, etc.
    section 8.2.1 of webcenter development guide indicates that "migrating a non-portal webcenter application to a webcenter portal application is not supported" - but perhaps possible with tedious manual steps.
    Has anyone ever tried such feat? if not, what could be the steps/considerations involved, any suggestions? (and what about doing this the other way around? - i.e., create new app from webcenter portal template and then import projects from non-portal one)
    Thanks and regards,
    Joe

    you are right. we actually experimented with deploying one project in the fusion app as shared ADF lib to be consumed in a new portal app, which works out well. but then the challenge is that the fusion app already has 50+ projects - it'd be more conforming if there's a way to reliably bring in all webcenter features to a new project under the same fusion app.
    I am thinking for whatever "webcenter portal application template" prescribes jdeveloper to do when a new application based on such template is created, if we can manually perform the exact steps from the jdeveloper gui, we should end up with the same portal project, unless some items are not exposed in ui but are programmatic outputs?. (I guess some part of this consideration is jdeveloper specific)
    Learning how the webcenter portal template (or others in general) was created in the first place might be helpful as well.

  • Migrating data between two portal servers - same version

    I recently set up a new host to replace our existing Portal 6.0. Both hosts are running Solaris 9 and Portal 6.0. Right now, both hosts are up and running. Are there any docs on copying, or migrating the data from the old host to the new?
    I want to make sure we get all relevant information including user info, user settings and desktop layout etc. We are using the sample desktop that comes with Portal 6.0.
    I was wondering if I could accomplish this by backing up the LDAP database and restoring it on the new server. The only problem with this is there may be embedded references to the original server name and that would hose the new server.
    Any ideas on how the best accomplish this task?

    Hi to all,
    Client side eventing can be used when my both portal components are on same page , but here my portal components are not on same page to be more precise , i wanted to share a parameter between logon module and mast head component , so
    basically when use enters user name and password
    at that time my logon module is called and now after authentication , we get into the applications on top of which mast head component is present .
    In this case how to share the parameter  ??
    Regard
    Govardan

  • Example JSF Portlet Project for WebLogic Portal 10.3.2

    Hi,
    does anyone have an example JSF Portlet Project for WebLogic 10.3.2 using the default JSF implementation 1.2.
    I tried to implement the example of the document "Developing JSF Portlets with WebLogic" but I always get a ClassCastException.
    java.lang.ClassCastException: com.bea.portlet.container.RenderRequestImpl
    Thx in advance
    Edmund

    My approach was to programmatically redirect to the page again with _nfpb=false. I do this in the handlePostbackData() method in the portlet's backing file.
    redirectUrl = redirectUrl.replaceAll("_nfpb=true", "_nfpb=false");          
    PortletBackingContext.getPortletBackingContext(request).sendRedirect(redirectUrl);
    Matthias Rohe
    [email protected]
    Edited by: user7964913 on 29.09.2010 04:06

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

  • Migration from Sun Java System Portal Server to the Oracle Portal

    Hi, I'm in charge of evaluate the viability of a project that comprises the migration from Sun Java System Portal Server to the Oracle Portal. so I'm wondering if there is a kind of out of box migration tool in Oracle Portal or exists some guidelines to do the migration. In the other hand there is the option of migrate from Sun Java System Portal Server to Oracle WebCenter?
    Thanks in advance!

    The migration path for Sun Portal Server is Oracle WebCenter Suite. WebCenter is a significantly different architecture so there are no tools planned for the migration. However, we do plan to document and publish a whitepaper once we've assisted a few of the initial customer migrations.

  • Migrate or Upload BI Roles to Portal Roles

    Hello Gurus,
    Can anyone tell me how to migrate BI roles to Portal roles or how to upload it to the Portal roles?
    Thanks in advance for your response.
    Regards,
    Niki

    The Architect's World - Episode 23
    http://help.sap.com/saphelp_nw2004s/helpdata/en/33/39fa40ee14f26fe10000000a1550b0/content.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6b1472a7-0301-0010-64bd-dc96509db6f7
    http://help.sap.com/saphelp_nw2004s/helpdata/en/bd/3d1640d4642402e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/33/ed5840fc9e0272e10000000a155106/content.htm
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/6b1472a7-0301-0010-64bd-
    Hope it Helps
    Chetan
    @CP..

  • 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

Maybe you are looking for