Content Area Export / -page switch

I am using Portal Production 3.0.7.6.2 under NT.
If I try to export a content area using the "-page" switch, then I get the following error in SQLPLUS:
SP2-0310: unable to open file "pagename.sql"
any ideas what is wrong?
tks!!

On Windows NT, the content area export script when invoked with the -page option looks for a script file named pagename.sql which was left out of the install (it has been fixed in 3.0.8). Using a text editor, save the following into a file named pagename.sql and place it in the <PORTAL_HOME>/admin/plsql/wwu directory:
/* --- Cut Here --- */
select 'set page_name='&#0124; &#0124;name from wwpob_page$
where id = (select pageid from wwsbr_sites$ where upper(name) = upper('&&1'))
set serverout on
set echo off
set feedback off
set verify off
set newpage 0
set pagesize 0
set space 0
set heading off
set trimspool on
set termout off
spo pagename.bat
spo off
exit
/* --- Cut Here --- */

Similar Messages

  • Content Areas and Pages

    Hi,
    Is there a way to exporte pages and/or content areas from Portal? Is so how can i do it?
    Pedro

    Pedro,
    Please read the white paper on export/import.
    Regards,
    Jerry

  • Navigating Content Area on Page

    I want to create a page with a folder within column 2 of my page.
    In column 1, I want a navigation bar. I would like to select a
    category or perspective from the navigation bar, and have the
    content in column 2 (the folder) updated automatically.
    Does anyone know how to do this?
    If this isn't possible, are there ways to emulate the process, so
    it appears to the user that there is an automatic refresh?

    I am trying to do this under Tabs. How do I link to a subpage
    and keep that subpage within the main page tabs? I have the
    navigation portlet that will open the subpage, but it opens it
    up outside of the main page.
    Thanks for any help,
    Amy
    You can do this with a custom navigation portlet or a template
    that provides a list of categories and/or perspectives (use the
    views WWSBR_ALL_CATEGORIES and WWSBR_ALL_PERSPECTIVES to
    construct the list). When the user selects a category or
    perspective, go to a page that contains the corresponding
    category or perspective portlet.
    This means creating a page for every category and perspective.
    If you use proper naming conventions, your custom navigation
    portlet can dynamically construct a direct access URL to the
    right page
    (e.g. "http://myserver/pls/myDAD/url/page/mycategory1",
    where "mycategory1" is the name of the page containing the
    mycategory1 portlet).
    Regards,
    Jerry

  • Exporting content areas/pages

    Help please!!
    I have created content areas and pages on the Oracle's hosted portal demo site and need to export them to our own server.. Can anyone advise on how this process is done and if its possible? your help is appreciated...
    thanks

    Hy, there is a white paper about export import.
    But here comes how to do it:
    in $ORACLE_HOME\portal30\admin\plsql\wwu, you can find the import export utilities:
    - contexp.cmd
    - pageexp.cmd
    also the import utilities are here. Use all the parameters in the same order as they come in the example (just type in contexp when you are in the right directory). Do the same for pages. Use -security options if you want to keep the security and the same for contexp with his own -page option. This should be done if you changed the page of the content area. They make a security.dmp and a pobpage.dmp in the current directory ($ORACLE_HOME\portal30\admin\plsql\wwu). If you export 2 content area's don't forget that the -page & -security option will overwrite the pobpage.dmp and security.dmp file, so it will be better to do the export import immediatly after each other. Or copy the files after the export.
    Very important is to check the portlets from the content area's if they exist. If you have a portlet provider in the content area and the portlet repository doesn't show that (refresh in the repository can help) then the corresponding portlets in pages will be deleted.
    Search on Metalink for the Whitepaper Fill in : Oracle9iAS Portal Export/Import White Paper and you will find all the information.
    Good luck

  • Exporting Content Areas

    Has anyone managed to export content areas or pages in Oracle Portal30?
    I have looked at the scripts contained in the document 133135.1, but they donot work. Any ideas??

    Josh,
    What kind of errors are you getting? What version of Portal are you running?
    Please refer to the white paper Oracle9iAS Portal Export/Import.
    Regards,
    Jerry
    null

  • Advice on content area layout & subfolders

    Hi all!
    We're just starting to use content areas for real document management, and I was hoping someone could offer some advice on the layout of one or more of these content areas.
    I'm trying to build a typical corporate "Document Library". Parts of the library will be available to "Public" corporate users (corporate users who have not logged on to the app yet), other parts will be available to all authenticated users, and other parts will be available to only certain groups. (Relatively easy so far...)
    So far I have these all in a single content area called DOCLIB, with two folders: PUBLIC and CORPORATE. (Ultimately there will be a third high-level group for FRANCHISE users -- non-corporate stores.) PUBLIC is accessible to public users; DOCLIB itself and DOCLIB/CORPORATE are accessible to AUTHENTICATED_USERS. PUBLIC contains subfolders such as NEWS, HELP, FAQS, HRDOCS ("public" HR docs), PRESS_RELEASES, etc. CORPORATE contains subfolders such as NEWS, PLANNERS, IT_DOCS, HRDOCS ("logged on only" HR docs), etc.
    A few questions:
    1. Does it make sense to break out the PUBLIC and CORPORATE folders at the very top level, or are do people generally put the private folders as subfolders of the corresponding public ones? (Ideally I'd rather put these both into the same folder and simply show more documents once the user logs on, but I couldn't get this working properly.)
    2. I currently have the "DocLib" content area showing on the main portal page, defaulting to the PUBLIC folder. However, once the users log in, I'd like to switch the focus to the root DOCLIB folder instead of the PUBLIC subfolder. As it runs now, the focus remains on the PUBLIC folder, and the user must click on the folder path to move to the root folder. Is there any way around this short of creating two different tabs, one for public users and the other for logged-on users? (Once they log on now I show an additional 3-6 tabs on that page.)
    3. I'd like to show certain folders (such as "News/System News" and "News/Company News" in their own portlets (in addition to inside the overall Document Library portlet). Unfortunately, once the user logs in, the folder path is displayed, and the user can navigate to parent folders while inside this portlet. (This will horribly confuse some of our users...) I know I can turn off the folder path for this folder, but then it is also gone when this folder is displayed inside the overall "Document Library" portlet (where I'd like to still show the folder path). Is there any way around this?
    4. Is there any straightforward way to display the same document in more than one folder? If I use perspectives, it looks like I then give up control over how the page gets formatted, if I use a Folder Link, the folder opens up in its own page instead of inside the portal area, and if I use a URL to point the "second" copy back to the first, this will be difficult for later content managers to maintain. Am I missing another easy way to do this?
    I know how to do all this via the PDK, but we're trying to use as much of the built-in content-management tools as possible instead of building more PDK-based code.
    btw: We are still in Portal 3.0.8, although we're moving to 3.0.9 as soon as possible.
    Sorry for the length of the post, but any insight anyone could offer would be greatly appreciated!
    - Bill

    Hi All
    We are using release 2, and we are looking into using a page template containing a JSP portlet for a consistent navigation bar/header. What do you think of this approach?
    Regards
    Harry
    Jon,
    There are a variety of ways to do this:
    One way is to modify the page that the content area is on to contain the portlets that you would like on your page. Those portlets would contain your banners, links, logos, etc. Note that the page under a content area can not contain tabs.
    Another way to do this is to create separate pages and link to those pages from your navigation bar manually.
    Note that in release 2 of Oracle9iAS Portal we have combined the content area and page concepts so that there is no more 'drill out of the portal page' loss of context, so you could use Oracle9i Application Release 2 also.
    Rich

  • Content Area doesn't appear although Import Successful

    I am testing an export/import of some Portal objects to prepare for a migration from development to production. I am using Portal 3.0.9.8.3. I am exporting using Doc ID: 146645.1 as a guide (exporting and importing in the documented order). Everything indicates a successful Export/Import. Both the export and import logs show records being exported and records being imported with the message "Import terminated successfully without warnings." in both logs. When I get back into Portal on the Prod machine, the Content Area and Page are not there. Also, the tables which indicated records being imported by the import log file, have no rows in them. What's going wrong?
    John

    I have this same problem. I am trying to export/import certain parts of my development portal to my production version. I have successfully run the scripts to export a content area from my development machine and then sucessfully ran the import script on my production machine. Yet I can't see the content area on my production version. I suspect this is because the two portals have different DAD's. The development DAD is crp1_portal30. The production DAD is imsi_portal30. I have tried going into the Listener Gateway Settings Page, but it comes up asking for authentication. I have tried every username/password in the system and can't get in.
    1. What is the default username/password for this. We didn't set this up. It was set up by 11i Rapid Install.
    2. Do you think that's why my content area won't show up?
    3. How can I create a new instance of portal, i.e. have multiple portals on the same machine.

  • Import Of Content Areas Muddles up Content

    We are in the process of exporting our portal applications,components, content areas and pages from our development server to the live environment.
    We are using the contexp.cmd for export and contimp.cmd for the import of the content areas but after it has been imported the contents areas are all jumbled up. We have ran the process several times and used 2 different live servers but each time the content areas come across and the majority of contents are jumbled. Each time we have ran the same process we get different results.
    Has any one experienced this or has any idea how to prevent it from happening.
    null

    Database are 8.1.7.1.1
    Portal = 3.0.7.6.2
    What happens is the folders will have the correct names and some of the items within the folders will be correct but randomly items from separate folders will appear. There seems to be no pattern and we have tried the import \ export several times each time with an incorrect but different result.
    This has now been raised as a Tar.
    Thanks

  • Problem with Checking In/Out Items in Content Area

    I've been reading the Portal On-Line help pages in regards to
    checking in/out items. The help states that when an item is
    checked out, the item is locked and a message "Checked out by:
    UserName" is displayed next to the item. When I check out an
    item, I do not see this "Checked out by" message. However, I do
    see the checkout icon. Note - I am doing this through the
    Content Area Navigation page. Is there something that I am
    missing? (I have seen other threads in regards to the
    checkin/checkout icons not displaying when the Content Area is
    published as a portlet. We are having this problem as well.)
    However, the lack of the "checked out" message happens in both
    the Content Area Navigator and the published portlet.
    Also, is there a way to get Portal to automatically generate
    version numbers when a new version of an item is created. I see
    that you can create a unique name or description .... but I'd
    like to have Portal generate the version number for me. This is
    done in the Application component section when you build forms,
    menus, or reports.
    Thank you for any assistance that you can provide.

    The "checked out by" message only appears to other users - you
    won't see it if you are the user who checked out the item.
    The version number is planned for a future release.
    Regards,
    Jerry

  • URGENT : On clicking back button of IE error message in the content area

    Hi all,
    On clicking of a link in my navigation area KM folders are displayed in the content area via a KM iview. On 1st level navigation in this iView and clicking the explorer back button there is no problem. But if we navigate to inner folders and click on back button I get a warning in the Content Area:
    " Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.
    To resubmit your information and view this Web page, click the Refresh button."
    This is not the case when I navigate through Bread Crumb.
    The isolation method for my iView is Embedded and for my Page is also Embedded.
    Please reply soon.
    Thanks and Regards,
    Sweta.

    I am pretty sure that nothing can be done about this. A Lot of other websites/applications also have this same problem. You try playing with the browser cache settings so that the back button doesn't try and get the page from the cache. You could also try and experiment with the cache-control and expires HTTP headers, to see whether this has any effect.
    Other than this, I am unsure as to whether it can be resolved
    Sorry
    D

  • Item Check out/in in content areas published as portlet

    I have a content area I have published as a portlet. I have noticed that if I add an item (a file) and enable item check out, the icon to check out the file doesn't appear in the portlet. You have to open the content area in the content area navigation page to get the check out/in icon (and a few others.) Is there a way to do this inside the portlet?
    Thanks
    null

    This is the intended behaviour, to simplify the portlet interface. You'll notice, too, that you can't edit a checked-out item in the portlet.
    This will all change in the 3.1 release of the product.
    Regards,
    Jerry

  • Cant find "Content Areas"

    Hi Guys,
    Very basic question, i cant find "Content Areas" under Navigator in the Portal (ver. 9.0.4). Is this called somthing else in this version ("Shared Objects??").
    Could someone point me to a step by step guide to configure "Content Areas", my requirement is pretty simple - to provide shareable content to portal users.
    Thanks in anticipation
    Gaurav

    Hi Gaurav,
    since Portal 9.0.2 there are not Content Areas any more. This is a functionality we had in Portal 3.0.x. Since Portal 9.0.2 and onwards we have a new and much enhanced model: Content Areas became Page Groups.
    Read everything about this new concept in the documentation:
    http://www.oracle.com/technology/products/ias/portal/documentation.html
    Find more information on Portalcenter on OTN:
    http://www.oracle.com/technology/products/ias/portal/index.html
    hope this helps.
    regards,
    christian

  • Content Area Builder Background

    Hello,
    It's possible to set the Content Area Builder page background and style? Because if I change the OS Setting (Aspect) my page change the background color and I want to fix it.
    Many Thanks
    Giuliano Lo Iacono

    Not sure if this is what you're looking for, but please refer to Note:204507.1 on Metalink.
    Regards,
    Jerry
    PortalPM

  • Switching Content Area Portlet Edit/View Mode

    I am trying this question again since I did not get responses to my first try.
    The current Content Area Portlet included with Portal 3.0.8 works fine except that it does not include the "Main Banner" nor the "Sub Banner". This means that portlet users do not have access to either the "Edit/View folder" function nor the current folder name.
    My customer would like some users to have item upload capability. What are my choices without these banners? I can access the content area in "full page" mode and have the banners available. But this is undesirable since we would like the content area to stay "in the portlet" in order to maintain portal context.
    I might be able to switch the edit/view function from another portlet on the same page if I pass the p_edit and p_mode parameters to redraw the multiple portlet page correctly. I have tried passing p_edit using the portlet reference path "&162_KCPCONTENTAREA_6429252.p_edit=1", but the Content Area Portlet does not respond. What else do I need to do? Is this even possible?
    Thanks for any advise you can provide
    null

    Please try the discussion forum for Content Areas at:
    http://technet.oracle.com:89/cgi-bin/forumdisplay.cgi?action=topics&forum=Oracle9<i>i</i>AS+Portal+Content+Areas&number=82&DaysPrune=20&LastLogin=

  • Switching Content Area Portlet Edit/View Folder Mode

    The current Content Area Portlet included with Portal 3.0.8 works fine except that it does not include the "Main Banner" nor the "Sub Banner". This means that portlet users do not have access to either the "Edit/View folder" function nor the current folder name.
    My customer would like some users to have item upload capability. What are my choices without these banners? I can access the content area in "full page" mode and have the banners available. But this is undesirable since we would like the content area to stay "in the portlet" in order to maintain portal context.
    I might be able to switch the edit/view function from another portlet on the same page if I pass the p_edit and p_mode parameters to redraw the multiple portlet page correctly. I have tried passing p_edit using the portlet reference path "&162_KCPCONTENTAREA_6429252.p_edit=1", but the Content Area Portlet does not respond. What else do I need to do? Is this even possible?
    I would appreciate any advise you can provide.
    Thanks, Wendel Yale

    I have determined that there will be be an edit link included in the Content Area Portlet in the 3.0.9 release due out in May. This leaves open the question of support for parameter passing for out-of-the-box portlets. Will (Is) this supported?

Maybe you are looking for

  • Pop Up Window and Drop Down Menu Question PLSS Help

    Hi Guys, Ne help would be appreciated I am designing a website in Dreamweaver, I need to know how to create a custom drop down menu. Is there anyway that instead of using the standard drop down menu, you can customize them e.g use an image instead. F

  • I have yahoo music player on home page worked with firefox 3, chrome, ix, doesn't with firefox 4 why not

    yahoo is home page. yahoo music worked with firefox till I upgraded to firefox 4. Works with ie and just tried chrome. Screen comes up, video doesn't play, just grey in video screen. Norton security isn't blocking. Would rather use firefox, If firefo

  • Searching for software/driver to link sprint katana & ibook g3

    hello all, just joined the forum. i confess to being a techno-klutz and am on a slow continuous learning curve...aarrgghh!! there is a tremendous wealth of knowledge here - if i just knew how to put it to use - and alot of knowledgeable and helpful f

  • Installing old version of viber

    I had the app. Viber on my my ipad1 it was working great but it was accedentally erased I tried to reinstall it i find only theĀ  new version which work only with ios 6.0 or later and min 5.0 " ipad 1" IS there any way to restore my old app. Or instal

  • Compressor-MPEG2 program stream from Final Cut. HD to SD

    I'm trying to export a SD 720x 480 video from a HD 1920 x 720 HD timeline in Final Cut. Each time I choose file, export with/compressor, Compressor opens fine. I don't have control of the pixel size! I choose NTSC and it says 720 x 480 but when I ope