Importing OmniPortlet

I was wondering if there is a trick to exporting / importing pages containing OmniPortlets. I have a page that contains an SQL omniportlet that executes a stored procedure . Importing the page to the target portal completes successfully, however the portlet is undefined.
After the initial imports of the content and layout page groups (everything imported successfully except the omniportlet), an additional export/import of only the page containing the portlet was performed to see if the issue would be resolved. Again, the import completed successfully, however the omniportlet was still undefined.
I have seen this issue posted in the forum, however I have not seen any solutions. Source and target portals are version 10.1.4. I welcome any advice that you may have.

Please check the following setting which lets you enable/disable exporting Omniportlets
To enable or disable the migration of OmniPortlet and Web Clipping providers, edit the following variable in the MID_TIER_ORACLE_HOME\j2ee\OC4J_Portal\applications\portal\portal\WEB-INF\web.xml file:
<env-entry>
<env-entry-name>oracle/portal/provider/global/transportEnabled</env-entry-name>
<env-entry-value>true</env-entry-value>
<env-entry-type>java.lang.String</env-entry-type>
</env-entry>
Set the value to false to disable export and import of OmniPortlet and Web Clipping providers.

Similar Messages

  • Omniportlet import/export

    Hi,
    I am using Omniportlet to define a variety of portlets from different data sources.
    Now, I want to import/export these definitons so that i can replicate the same portlet instances on multiple application servers/deployments.
    This is a real-world scenario as we want to deploy these portlets in our portal product and we want reuse the omniportlet definitions on each product that we manufacture.
    Is there a way to do it and if yes, how?
    Thanks,
    Anil

    Please check the following setting which lets you enable/disable exporting Omniportlets
    To enable or disable the migration of OmniPortlet and Web Clipping providers, edit the following variable in the MID_TIER_ORACLE_HOME\j2ee\OC4J_Portal\applications\portal\portal\WEB-INF\web.xml file:
    <env-entry>
    <env-entry-name>oracle/portal/provider/global/transportEnabled</env-entry-name>
    <env-entry-value>true</env-entry-value>
    <env-entry-type>java.lang.String</env-entry-type>
    </env-entry>
    Set the value to false to disable export and import of OmniPortlet and Web Clipping providers.

  • XML, XSLT and Omniportlet

    Hello, I hope I can find some help.
    Using 10.1.14.
    I'm importing an XML document. I don't know if it's in rowset/row format (don't know what that is).
    I use XSL to transform it. When I click "test", I see pretty much what I want. A table tag, a td with a value, a td with another value, this repeats 4 times. This is the number of "item" elements I have. Great. Everything is set to default.
    When I view my page, however, this is the response: Error fetching XML data. Or nothing, because I've tried many different configurations of XSL. When I view my page, it never works.
    this is my xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <record name="N/A" type="content">
    <item name="Title"><value>Disclosure of Position Reclassifications</value></item>
    <item name="Language"><value>eng</value></item>
    <item name="Other Language File Name"><value>/sm/srh/prh/cngc/dsc/Reclass_f</value></item>
    <item name="Content"><value>
    & lt;table border="0" cellspacing="0" cellpadding="0" width="450"& gt;
    & lt;tr& gt;
    & lt;td colspan="3"& gt;& lt;h2& gt;Disclosure of Position Reclassifications& lt;/h2& gt;& lt;/td& gt;
    & lt;/tr& gt;
    & lt;/table& gt;
    ***LOTS OF HTML CLIPPED***
    Act& lt;/u& gt;& lt;/i& gt;& lt;/a& gt; does not appear on this web site.& lt;/p& gt;
    & lt;/td& gt;
    & lt;/tr& gt;
    & lt;/table& gt;
    </value></item></record>
    this is my xsl:
    <xsl:transform version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" >
    <xsl:template match="record">
    <table>
    <xsl:for-each select="item">
    <tr>
    <td><xsl:value-of select="@name"/></td>
    <td><xsl:value-of select="value" disable-output-escaping="yes"/></td>
    </tr>
    </xsl:for-each>
    </table>
    </xsl:template>
    </xsl:transform>

    Hi there,
    I think missunderstand some basics.
    to display XML documents, omniportlet takes in input onlu XML docs like this :
    <rowset>
    <row>my 1st line</row>
    <row>my 2nd line</row>
    <row> ... </row>
    </rowset>
    That means that the XML tags of your document MUST be ROWSET for the group and ROW for each element.
    Omniportlet will render the previous XML fragment like this :
    <table>
    <tr>
    <td>my 1st line</td>
    <td>my 2ndline</td>
    </tr>
    <table>
    So you got to write your XSL in order to transform your Initial XML in the rowset/row format. Omniportlet will take in charge of the HTML-table rendering.
    Otherwise, your XML is not written in a good way. It should have been like this :
    <?xml version="1.0" encoding="UTF-8"?>
    <record name="N/A" type="content">
    <Title>Disclosure of Position Reclassifications</Title>
    <Language>eng</Language>
    <OtherLanguageFileName>/sm/srh/prh/cngc/dsc/Reclass_f</OtherLanguageFileName>
    <Content>
    & lt;table border="0" cellspacing="0" cellpadding="0" width="450"& gt;
    & lt;tr& gt;
    & lt;td colspan="3"& gt;& lt;h2& gt;Disclosure of Position Reclassifications& lt;/h2& gt;& lt;/td& gt;
    & lt;/tr& gt;
    & lt;/table& gt;
    ***LOTS OF HTML CLIPPED***
    Act& lt;/u& gt;& lt;/i& gt;& lt;/a& gt; does not appear on this web site.& lt;/p& gt;
    & lt;/td& gt;
    & lt;/tr& gt;
    & lt;/table& gt;
    </Content></record>I recommand you to have a look at XML tutorials : http://www.w3schools.com/xml/xml_elements.asp
    XSL tutorials (if you need) : http://www.w3schools.com/xsl/
    I hope this could help you.

  • Is it possible to import / bulk upload content and associated metadata?

    We are just getting started with the Oracle portal (migrating from a previous portal vendor) and I wanted to check with other users to see if what we're thinking about trying is within the realm of feasibility.
    Here's our situation. In our current portal, have several thousand users, probably a couple thousand pages, and approximately 15 GB of files being managed. The pages and navigation schemes will have to be re-designed to fit the new Oracle paradigm, but we need some way to migrate the files (and the metadata) in a semi-automatic way. We don't want to just move EVERYTHING in bulk, because the entire premise for navigation is different in Oracle and we want to make our user communities "scrub" their data just a bit and have control over where it goes in their new environment.
    Our idea for getting the data out of the old portal is this:
    Develop a portlet that will allow administrators to select files to be downloaded in bulk to a PC. The portlet zips up the files and creates a flat file containing the metadata for the content (name, type, 512 character description, author, create date, modified date, location folder, and topics it was associated with (aka perspectives?).
    Then, we want to try to create an import capability or portlet within Oracle that will place the files where the administrator wants them in Oracle and assign the metadata from the flat file to the attributes for that content.
    - Is this within the realm of feasibility?
    - Are there better approaches?
    - Has anyone done anything similar? If so, can you share your approach?
    - Do you have any advice to help point me in the right direction?

    The way to do this is to use the Portal content area APIs. Unfortunately, these APIs are not yet available for Portal Release 2 - they're scheduled for early 2003.
    You may want to consider using the new WebClipping or Omniportlet features to publish your existing content into portal, until you are able to migrate it to the Portal repository.

  • Omniportlet deployment

    Hi,
    Scenario:
    I am defining many instances of Omniportlet with different data sources etc. Now, can I export/import these portlets as war/ear files.
    In short, I want to deploy the same omniportlets that I defined on one application server into many application servers.
    TIA for any leads,
    Anil

    When a portal page is exported/imported, the edit default settings of OmniPortlet are saved along with the page.
    At this point it is not supported to save edit default settings to an EAR file.
    Peter

  • Omniportlet Export

    Hi,
    I am having issue while trying to export/import page with lot's of omniportlets. Each portlet has definitions to display data.
    When i import this page in new environment i Loose all the omniportlet definitions. I get only blank portlets. Is there a way export and import all setting as well.
    Thanks
    Arshad

    What version of Portal are you using?
    If you are using 9.0.4, I don't think its available.
    John

  • OmniPortlet -vs- Discoverer

    We are currently trying to determine where to use an OmniPortlet or Discoverer solution for our executive management portal and have had the following questions:
    1) Is possible to create an OmniPortlet chart listing information using two Y-axis.
    2) Does either OmniPortlet or Discoverer allow the ability to specify scales for the X and Y axis also.
    3) Can any of the chart colors be selected for the graphs
    4) What chart types are available from each product
    5) Does either product allow for mouse over Text and linking capabilities based on selections of a pie chart or bar.
    I understand that Omniportlet allows for up to three events to occur and allows for 5 parameters to be passed betweent the event and the next portlet, but I'm not sure have fully functional the explode down or up capabilites are of either product.
    Any thoughts would be appreciated.
    J.C.

    No - sub query functionality is not available in the latest release of Discoverer, which is 10.1.2.0.2.
    The App Server 10.1.3.0.0 release does not contain Discoverer.
    The only three things that Discoverer Plus cannot do that Desktop does are:
    1. Sub-queries
    2. Save-to-file
    3. Import SQL
    Plus offers a lot more features that Desktop does not, like Stoplight formatting, Excel Pivot Table export, Formatted Text Area, Cascading Parameter creation, Redesigned Query Wizard, Item Navigator, Analytic Calculations Template, Graph styles, and more.
    Thanks
    Abhinav
    Oracle Business Intelligence Product Management
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    Documentation: http://docs.oracle.com/
    Discoverer: http://www.oracle.com/technology/products/discoverer/
    BI Software: http://www.oracle.com/technology/software/products/ias/devuse.html
    BI Samples: http://www.oracle.com/technology/products/bi/samples/
    Blog: http://oraclebi.blogspot.com/ http://blogs.oracle.com/

  • Import existing web content.

    Hello,
    We have an existing internal web site that I would like to bring into Portal Page Groups. The content is mostly static HTML with relatively linked images and docs. Is there a script or procedure for doing this?
    Thanks for any assistance.

    To import existing Web content, OracleAS Portal offers a number of content integration technologies (ZIP files, WebDAV, Omniportlet, and APIs) which may help you migrate your existing Portal content/static content to OracleAS Portal:
    1) ZIP file item type (accessible from the add item wizard) - allows you to upload static content and associated images very easily into a portal page/page group - all in just one single operation. Zip File items make it very simple to stage and maintain formerly static HTML Web sites.
    2) WebDAV i.e. drag and drop the content. You can set a default region for which the content ends up in. More information is available at this link below:
    http://portalstudio.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/OTN_CONTENT/MAINPAGE/PUBLISH_CONTMGMT/TECHNOTE_WEBDAV.HTML
    3) From Portal version 9.0.2.6 onwards, content area APIs are available. See the portalstudio link below for more details.
    http://portalstudio.oracle.com/servlet/page?_pageid=2746&_dad=ops&_schema=OPSTUDIO&12657_RELEASE2PLSQLHOME_39847486.p_subid=250746&12657_RELEASE2PLSQLHOME_39847486.p_sub_siteid=73&12657_RELEASE2PLSQLHOME_39847486.p_edit=0
    4) Omniportlet & Web Clipping: Web Clipping may be considered for use as an intermediate step to display data from an external site within your Oracle Portal. More information here:
    http://portalstudio.oracle.com/servlet/page?_pageid=350&_dad=ops&_schema=OPSTUDIO&12678_PDKHOME902_39847486.p_subid=350276&12678_PDKHOME902_39847486.p_sub_siteid=73&12678_PDKHOME902_39847486.p_edit=0
    Additional information on content integration solutions (not necessarily directly related to your issue) can also be found here on PortalCenter.
    http://portalstudio.oracle.com/servlet/page?_pageid=478&_dad=ops&_schema=OPSTUDIO&7655_MAINPAGE_39847486.p_subid=33750&7655_MAINPAGE_39847486.p_sub_siteid=73&7655_MAINPAGE_39847486.p_edit=0
    Best Regards,
    Harry

  • Filename in import statement

    Hi srinivas bobbala,
    Thank you for your response.But I think my quesition was not clear.My ques... is for suppose there is one datafile for importing like.. "datafile_21" Here my intention is it takes file from datafile_21 only but it appears in import statement like datafile_21<<curmon>>.
    import database sample.sample data from data_file "c:\\ABC\datafile_21_AUG.txt" using server rules_file datafile on error abort;
    In this it takes datafile from datafile_21.But it appears like datafile_21_AUG in import statement.This AUG coming from batch file.
    Essmsh c:\\ABC\loadmxl.mxl %curmon%

    No it is not possible.
    I assume the data file "datafile_21" is first renamed to datafile_21_${CurrMth} in the batchscript.
    After that this data file *datafile_21_${CurrMth}* is pointed in the import statement.
    In the logs you will see this file as datafile_21_Aug.

  • Can not refresh snapshot changes after importing data of master site

    Hello !
    I have two database computer,one as master site,one as snapshot site.Because the error of the hard disk of master computer,I use the exporting data file to recover my database.after importing ,I found I can't refresh the refreshgroup on snapshot,who can tell me why?
    thinks in advance!
    (exp system/manager full=y inctype=complete file='/home/save/backdata/xhsdcomp.dat')
    (imp system/manager inctype=system full=Y file='/home/save/backdata/xhsdcomp.dat'
    imp system/manager inctype=restore full=Y file='/home/save/backdata/xhsdcomp.dat')
    null

    You haven't listed the errors that you're receiving when attempting to refresh your refresh group, but if your snapshots are attempting to fast refresh, I suspect it's because the creation timestamp of the snapshot log on the master site is newer than the creation timestamp of the snapshot. In this case you will need to do a complete refresh of the snapshot (or drop and recreate the snapshot) before you will be able to fash refresh it again.
    If this is not the case, please post the errors you are receiving when you attempt to refresh the refresh group.
    HTH,
    -- Anita
    Oracle Support Services
    null

  • Support package / add on import error in DB2 V9.1 / windows 2003 system

    Hi
    I have installed ERP 6.0 IDES version in Windows 2003 server with DB2 LUW 9.1 / FP5.
    I have selected "Row Compression" and "Deferred Table Creation" during installation.
    Now when I am importing add on BI Content 7.03, I am getting error during Movename tabs phase.
    Error in phase: IMPORT_PROPER
    Reason for error: TP_STEP_FAILURE
    Return code: 0008
    Error message: OCS Package ALL, tp step "6", return code 0008
    The error message in the file D:\usr\sap\trans\log\P090113.IDS is as follows,
    2 ETP301
    3 ETP361 "96" Shadow-Nametabs activated, DDL executed
    2 ETP362 "6" Shadow-Nametab activations failed
    2 ETP360 Begin: Act. of Shadow-Nametabs with DDL ("2009/01/13 02:57:51")
    2 ETP363 End : Act. of Shadow-Nametabs with DDL ("2009/01/13 02:58:07")
    2 ETP301
    1 ETP172 MOVE OF NAMETABS
    1 ETP110 end date and time : "20090113025807"
    1 ETP111 exit code : "8"
    1 ETP199 ######################################
    I have read some notes it may be due to "Row compression" and "Deffered table creation" option in DB2. Please help me in resolving this issue if it is DB2 related.
    Regards,
    Nallasivam.D

    Hi,
    Please find the real error message which I found in the same log file. This is a new installation.
    System configuration details:
    ERP 6.0 IDES SR3 + Windows 2003 enterprise server SP2 + DB2 V9.1 / FP5
    BASIS and ABAP support pack level: (700) 13.
    Error message:
    3 ETP399 INDEX IN "IDS#BTABI"
    3 ETP399 LONG IN "IDS#BTABD COMPRESS YES"
    3 ETP399 
    2WETP000 02:53:26: Retcode 1: error in DDL statement for "/OSP/T_REPINFO                " - repeat
    2EETP345 02:53:38: Retcode 1: SQL-error "-107-SQL0107N  The name "IDS#BTABD COMPRESS YES" is too lo
    2EETP345 ng.  The maximum length is "18".  SQLSTATE=42622" in DDL statement for "/OSP/T_REPINFO   
    2EETP345             "
    2 ETP399  -
    DB-ROLLBACK() -
    3 ETP399 INDEX IN "IDS#POOLI"
    3 ETP399 LONG IN "IDS#POOLD COMPRESS YES"
    3 ETP399 
    2WETP000 02:54:05: Retcode 1: error in DDL statement for "/SAPPO/CMP_ASG                " - repeat
    2EETP345 02:54:17: Retcode 1: SQL-error "-107-SQL0107N  The name "IDS#POOLD COMPRESS YES" is too lo
    2EETP345 ng.  The maximum length is "18".  SQLSTATE=42622" in DDL statement for "/SAPPO/CMP_ASG   
    2EETP345             "
    2 ETP399  -
    DB-ROLLBACK() -
    2EETP334 02:54:17: error in DDL, nametab for "/SAPPO/CMP_ASG" not activated
    3 ETP399 IN "IDS#POOLD"
    3 ETP399 INDEX IN "IDS#POOLI"
    3 ETP399 LONG IN "IDS#POOLD COMPRESS YES"
    3 ETP399 
    2WETP000 02:54:17: Retcode 1: error in DDL statement for "/SAPPO/CSCRN_HDR              " - repeat
    2EETP345 02:54:29: Retcode 1: SQL-error "-107-SQL0107N  The name "IDS#POOLD COMPRESS YES" is too lo
    2EETP345 ng.  The maximum length is "18".  SQLSTATE=42622" in DDL statement for "/SAPPO/CSCRN_HDR 
    2EETP345             "
    2 ETP399  -
    DB-ROLLBACK() -
    2EETP334 02:54:29: error in DDL, nametab for "/SAPPO/CSCRN_HDR" not activated
    3 ETP399 INDEX IN "IDS#POOLI"
    3 ETP399 LONG IN "IDS#POOLD COMPRESS YES"
    3 ETP399 
    2WETP000 02:54:29: Retcode 1: error in DDL statement for "/SAPPO/F_ASG                  " - repeat
    2EETP345 02:54:41: Retcode 1: SQL-error "-107-SQL0107N  The name "IDS#POOLD COMPRESS YES" is too lo
    2EETP345 ng.  The maximum length is "18".  SQLSTATE=42622" in DDL statement for "/SAPPO/F_ASG     
    2EETP345             "
    2 ETP399  -
    DB-ROLLBACK() -
    2EETP334 02:54:41: error in DDL, nametab for "/SAPPO/F_ASG" not activated
    Regards,
    Nallasivam.D

  • Import Fixed Asset by excel

    Hi Every one,
         I am importing FA in SAP B1 PL 09 but failed, with system message log " Its active depreciation areas must be the same as those defined in the corresponding asset class. I checked depreciation areas and asset class, They corresponded to each other.
         Please help me to find way to solve this error.
      Thanks & Best Regards
         Loan Tran

    check below..
    Fixed Asset SAP Business One 9.0 Configuration

  • Importing CD / adding folder goes to wrong folder

    iTunes 9.0.1.8
    Under preferences my iTunes media folder is set to "C:\iTunes" and up until recently all imported CD's and files went into that folder under the relevant artist name.
    Now, however, when importing they go to a new folder called "C:\iTunes\Music" - I didn't create this folder - how do i stop this and get it back to my original preference?
    Any help appreciated
    Regards
    Ian

    Same problem, installed latest iTunes yesterday to Vista.
    Import folder is defined as default iTunes-folder (C:\<user>\Music\iTunes\iTunes Library) but it still creates a folder "Music" under this and then <artist>\<record> under this one. If I modify the default folder, it creates the import under that one, but not ever into correct iTunes Library-folder.
    What gives?

  • Importing to AE files - goes to wrong folder

    I looked in the AE FAQ, didn't see the answer to my question, so here goes.
    I am using AE with editing video, meaning I only use AE for some basic things. This is one of those times where my lack of knowledge is driving me mad.
    When I went to import a clip, AE directs me to a folder from an old project. This happened once before, and I fixed it, but can't remember what I did. Any help would be appreciated, as I hate navigating around to a new folder all the time. I am obviously doing something wrong with the preference, workflow, or both.
    Cheers,
    Douglas

    You're doing nothing wrong. AE will remember your new folder after you have quit and re-launched it. Ages old design flaw in the way it handles this...
    Mylenium

  • Lightroom imports photos to wrong folder

    I've been importing lots of photos from my hard drive into lightroom and been moving/renaming them in the process. I only got lightroom a few weeks ago.
    This has worked fine but i've recently imported a few hundred photos off my iphone and doing the same thing - move and rename. The trouble is, these photos keep going into the 2009 folder, instead of the 2012 or 2013 folders that they should be. When i look at the photos, they have the correct name, and the capture date seems to be correct, its just lightroom keeps wanting to put them in the wrong folder by year. Does anyone understand why this might be happening?
    naturally I want all my photos sorted into the right date folders as this is the way ive decided to organise my photos...

    hmm so still not making sense. it keeps wanting to import my photos into the wrong destination. have removed all the photo from lightroom. how do i change it so it automatically puts the photos into the corresponding year/month they were taken..
    I understand its something in the import settings/destination but cant seem to change this. not sure what parts of the import box your wanting to see Dj.
    the structure now is my pictures/2009/21-7-09 then its creating new year folders and sorting them within this 21-7-9 folder..
    can't see to change this?

Maybe you are looking for