Standalone Portal PDK - OmniPortlet Wizard - Where is it?

So, I have the latest revision of the PDK. It is installed and configured properly. I have even registered it as a provider in the portal. However, I do not see where I can invoke the OmniPortlet Builder or the WebClipping Builder wizards like we have in the portal environment.
Can someone point me to some documentation on this? Or am I missing something fundamental?
Thanks,
BradW

Hi BradW,
you can get all the documentation related to oracle portal from the following URL :
http://download-east.oracle.com/docs/cd/B25221_03/portal.1013/b25601/toc.htm
Hope it will be useful for you.
Thanks & Regards.,
Bala S Murugan.,
SendRequestGetResponse At Gmail Dot Com.,
http://balamurugan-portlets.blogspot.com

Similar Messages

  • Migrating from 9.2 to 10.0 portal using migration wizard in 10.0.

    Migrating from 9.2 to 10.0 portal using migration wizard in 10.0.
    I am getting the following errors:
    "A WebLogic Portal web application project should be added as a J2EE module a WebLogic Portal EAR project for proper deployment
    The associated EAR "MyPortalEAR" is not a Portal Application Services EAR          LabPortal     "
    I just followed the steps given in portal guide.
    Can some one help

    They are not available for download.
    Don't erase your 9.x on your system yet, you'll need to upgrade your firmware first:
    http://docs.info.apple.com/article.html?artnum=86117
    Otherwise you may end up with a permanently blank screen.
    Once your firmware is up to date, and you have at least 3.5 GB of at least a 10 GB hard drive free (see my FAQ*: http://www.macmaps.com/diskfull.html to learn what proportions you need free), you have at least 512 MB of RAM, and your data is backed up, you can upgrade to 10.3.9. I wouldn't bother with anything less. See this place*:
    http://www.macmaps.com/usedrefurbished.html
    on where you might be able to find 10.3 retail, which looks like *, and then you can upgrade to 10.3.9 from the combo update here:
    http://www.apple.com/support/downloads/macosxcombinedupdate1039.html
    10.0 to 10.3 are not tiger. 10.0 = Cheetah, 10.1 is Puma, 10.2 is Jaguar, and 10.3 is Panther. Ironically 10.3 is the fastest of the bunch.
    - * Links to images I asterisk, and my pages are hosted on a website I may get compensation from.
    Message was edited by: a brody

  • Problems with Nov PDK - omniportlet and samples

    Hiya,
    I have deployed the Novemeber PDK, OmniPortlet and WebClipping Portlets. I have done a manual installation inyo a 9iAS install. I have followed the instruction provided. The problem I have is that I'm not able to return the test page for these portlets eg http://server_name:7777/portalTools. can anyone please assist in diagnosing where I have gone wrong.
    Thanks
    Daryl

    Hello,
    Could you explain what happen exaclty ? do you have any error (screen, logs, ...)
    Regards
    Tugdual

  • Portal PDK and Portal Events

    Hello
    does the portal pdk for vstudio.net supports the Portal Eventing feature (fire and subscribe)?
    Regards

    There are no server side APIs for generating the client-side code.
    You need to write the JavaScript code and to add it to the iView. See example below:
    <script>
         EPCM.subscribeEvent("urn:SAP.Demo.Event", "DataChange", onChange);
         function onChange(eventData)
              alert(eventData.dataObject);
    </script>
    Regards,
    Yossi

  • I am new in portal development . From where to start

    Hello !
    I am new in portal development .
    i have installed 8i db on Linux and 9iAS on win2k . Now i want
    to start developent through oracle portal .
    For that purpose i have downloaded PDK .
    Now what to do .
    I am still unable to find the platform where i have to start
    development .
    Can somebody tell me which steps are required to start
    development.
    i am more interested doing development in pl/sql.
    Where i have to type the code .
    Where i have to execute it.
    Where and how to run it.
    Can somebody tell me with small example .
    Regards

    Seemab,
    I feel your pain. After having been at this for a couple of
    months, here's what I have to offer you.
    0) Watch every single one of the portal tutorials on this
    website. They are little movies and slide shows with tutorials
    and actual application walkthroughs that were EXTREMELY HELPFUL
    to me and my team in the absence of formalized training. They
    were really great.
    1) Take a few days and read every single white paper that you
    can about Oracle 9iAS Portal and its architecture.
    2) Use the portal interface to create groups and users.
    3) Experiment with as many aspects of the portal interface that
    you can. This will help you see the strengths and limitations
    of portal, and where you may need to focus your development
    effort.
    4) Create database objects like tables by using the portal
    interface. Create an LOV off of one of the tables, and use it
    in a form. This is all just general stuff that helped
    familiarize me with portal.
    5) Publish different kinds of documents to the portal.
    6) Create a PL/SQL item in a portal. Educate yourself on the
    HTP and HTF procedures and functions to print things to the
    screen dynamically.
    7) Most important of all, download as many pieces of sample
    code as you can and install it to portal. On this website you
    will find numerous instances of sample portlets and
    applications. You will learn what it takes to install Java-
    based providers, servlets, and others.
    8) Using a good PL/SQL tool like SQL*Navigator or TOAD, browse
    your way through the PORTAL30 data dictionary, going through all
    of the tables and especially the packages. This will help you
    learn where you need to write code to interact with the
    underlying objects in Portal.
    I'm sorry I can't be more specific than that, but you can really
    be on your way to becoming a well-rounded portal developer by
    experimenting with these things that I have listed.
    Good luck!
    Sincerely,
    Adrian Klingel
    Exaweb

  • DB Adapter wizard – WHERE clause on parent and child tables not working.

    I have two tables, SECURITY and SECURITY_POSITIONS, where SECURITY has a 1:M relationship with SECURITY_POSITIONS. I used the DB-adapter wizard to create the relationship and the following WHERE clause expression which is looking at both the parent and the child tables;
    The expression builder looks like this:
    AND
    |--- 1. partitionKey EQUAL p_SearchKey
    |--- 2. securityType EQUAL “DBT”
    |--- 3. securityPositionsCollection.dealReference EQUAL “NA”
    The primary key on SECURITY = PARTITION_KEY and SECURITY_REFERENCE
    The foreign key from SECURITY_POSITIONS to SECURITY = PARTITION_KEY and SECURITY_REFERENCE
    securityType is on SECURITY table (master)
    securityPositionsCollection.dealReference is on SECURITY_POSITIONS table (child)
    The invoke on the database adapter is selecting a row in securityPositionsCollection for each child row, rather than just those with dealReference = “NA”!
    I turned on DEBUG logging in the BPEL console and I can see that there are 2 SELECT queries run (guess this is how Toplink does it!), where the 1st query appears to select the parent rows and the 2nd query selects the child rows.
    However the 2nd query is not working because it is failing to select only those child rows where dealReference = “NA”. Also, don’t know why the 2nd SELECT query needs to specify the child SECURITY_POSITIONS table twice in the FROM clause, because that seems to be causing the problem.
    1st query executed is as follows;
    SELECT DISTINCT t0.PARTITION_KEY, t0.SECURITY_REFERENCE, t0.SECURITY_TYPE
    FROM CENTRAL.SECURITY t0, CENTRAL.SECURITY_POSITIONS t1
    WHERE ((((t0.PARTITION_KEY = ?) AND (t0.SECURITY_TYPE = ?)) AND (t1.DEAL_REFERENCE = ?)) AND ((t1.SECURITY_REFERENCE = t0.SECURITY_REFERENCE) AND (t1.PARTIT
    ION_KEY = t0.PARTITION_KEY)))
    bind => [200706200000, DBT, NA]
    2nd query executed is as follows, where child table appears twice! ;
    SELECT DISTINCT t0.DEAL_REFERENCE, t0.PARTITION_KEY, t0.SECURITY_REFERENCE
    FROM CENTRAL.SECURITY_POSITIONS t0,
    CENTRAL.SECURITY_POSITIONS t2,
    CENTRAL.SECURITY t1
    WHERE ((((t0.SECURITY_REFERENCE = t1.SECURITY_REFERENCE) AND (t0.PARTITION_KEY = t1.PARTITION_KEY)) AND
    (((t1.PARTITION_KEY = ?) AND (t1.SECURITY_TYPE = ?)) AND
    (t2.DEAL_REFERENCE = ?))) AND
    ((t2.SECURITY_REFERENCE = t1.SECURITY_REFERENCE) AND
    (t2.PARTITION_KEY = t1.PARTITION_KEY)))
    bind => [200706200000, DBT, NA]
    Anyone experienced the same problem e.g. why is toplink making the query more complicated that it needs to be, because the query only needs to reference the SECURITY_POSITIONS table once, as follows;
    SELECT DISTINCT t0.DEAL_REFERENCE, t0.PARTITION_KEY, t0.SECURITY_REFERENCE
    FROM CENTRAL.SECURITY_POSITIONS t0,
    CENTRAL.SECURITY t1
    WHERE ((((t0.SECURITY_REFERENCE = t1.SECURITY_REFERENCE) AND (t0.PARTITION_KEY = t1.PARTITION_KEY)) AND
    (((t1.PARTITION_KEY = '200706200000') AND (t1.SECURITY_TYPE = 'DBT')) AND
    (t0.DEAL_REFERENCE = 'NA'))) AND
    ((t0.SECURITY_REFERENCE = t1.SECURITY_REFERENCE) AND
    (t0.PARTITION_KEY = t1.PARTITION_KEY)))

    Hello,
    It looks like you have configured your 1:M relationship to use batch reading. This causes the query to bring in the Security_Position table's objects to use the same selection criteria as was used on the initial query, with a join statement. This is more efficient in most cases as it ensures only the Security_positions needed for the Security objects to be fully built are read, in a single query.
    The selection criteria added is only used to filter out the Security objects. All referenced Security_Positions must be read in for the returned Security objects so that the data matches what is in the database. If you do not want the Security_Positions, you might try using indirection on the mapping which will delay the second query until you need the Security_Positions. Or, if you want only the Security_Positions with dealReference EQUAL “NA", you could do a query specifically to filter on them.
    Best Regards,
    Chris

  • Portal EHP1 response  inconsistent, where can I find performance data

    Currently we are running NW EP EHP1 on unix. We have noticed that when I log into portal screen and iviews paint really fast and then once in a while the screen paint slows to a crawl.
    Where can we check portal permformance statistics for iview connecting back to BW, ECC and SCM.
    I have noticed that some of the webgui screens in SCM takes a long time and takes a while to render to the end user.
    Anyone have an idea where I can check the stats on EP.
    Thanks
    Weyland Yutani

    Dear Weyland Utani,
    The following factors can affect performance in the portal layer:
    1. Overhead due to authentication mechanisms and the consequent delay in login
    2. Time taken to connect with a back end
    3. Resources consumed due to logging
    4. Time taken to load home page
    5. Design of Java iViews
    The following factors can affect performance in the operating system layer:
    1. Memory
    2. CPU consumption
    3. Network bandwidth
    4. Java Virtual Machine (JVM)
    5. The kernel
    In this first step, you can ask the following questions to help you understand the problem:
    a) Is the problem related to a single user?
    b) Does the problem occur during heavy load conditions?
    c) Does the problem occur during specific times of the day or all the time?
    d) Does the problem occur only during a specific activity such as accessing a backend
    system or a database?
    e) Is the problem reproducible?
    f) Is the problem simply poor performance or is it also accompanied by incorrect
    results?
    g) Does the problem occur only during logon?
    h) Does the problem occur only during the first use?
    i) When did this problem start?
    j) Did anything change in the system, operating system, patches, or the application
    before or after the problem occurred?
    Moreover, you might want to check the size of the log files The log file size should not increase more than 1MB
    under load. Also whether any error is being logged because of connectivity issues to any of the backend systems such as
    the content management server, database, or the SAP system. Check the Windows Event Log for clues.
    On the lighter side, in some cases, poor performance may be due to caching on the browser or improper proxy settings. Clearing the browser cache and accessing the portal again may be of help.
    Depending on the severity level set, the log files are created. Following are the different severity levels that can be set in increasing order:
    u2022 DEBUG
    u2022 PATH
    u2022 INFO
    u2022 WARNING
    u2022 ERROR
    u2022 FATAL
    For example, if the severity level is set at INFO, the log files include messages at the levels of DEBUG, PATH, and INFO. However, the messages at severity levels WARNING, ERROR, and FATAL are not created. The online log viewer is available in the Visual Administrator as a Log Viewer service.
    HTH
    Regards,
    Muhammad Abdul Qawi

  • How to optimize portal javascript and css - where is scriptset property ?

    Hi,
    I've downloaded <a href="https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d164c5ee-0901-0010-4fbf-d0856b5c8a84">How to Finetune Performance of Portal Platform</a> document,
    which contains portal performance optimization tips.
    In this pdf file there is a section about optimizing javascript and css code by using
    scriptset  property and there is also appropriate reference to the help.sap.com portal page.
    The problem is that this page is not there so I'm unable to configure this scriptset property.
    Any ideas where can it be found?
    Regards,
    Ladislav

    yes - go into System Adminstration --> System Configuration and then Service Configuration (in the detailed Nav).
    In there, find application com.sap.portal.epcf.loader - In Services --> epcfloader the property you seek is script.set and you should change from standard to optimize.  Then you need to restart the service.
    Hope that helps
    Haydn

  • Portal Favorites & KM subscriptions - where stored?

    We are planning out our migration from EP6 SP2 to NetWeaver 2004s Portal.  We would like to get a feeling for how many of our clients are utilizing portal "Favorites" and "KM Subscriptions" within our Portal.  We are considering moving some of this functionality elsewhere, and would like to determine impact.
    Has anyone found a good way to query this out of the system?  We do not see any standard tools to find this information.  Perhaps a down and dirty SQL query against the DBMS?  We have not yet determined the table(s) where this is stored.
    Thank you in advance for your insights.
    Steve Ledwith

    Steve,
    KM subscriptions are within the KM Services, and reside within the same portal db.
    http://help.sap.com/saphelp_erp2005/helpdata/en/21/d49e420fc40b31e10000000a1550b0/frameset.htm
    For Favorites, it is quite easy for us by using
    http://www.sweetlets.com/my_favorites_overview.html
    You can check the KM Power User Guide.
    http://help.sap.com/saphelp_erp2005/helpdata/en/1e/013f420e09b26be10000000a155106/frameset.htm
    James

  • PJC Wizard: where and how?

    I'm trying to learn how to create simple PJC for Oracle Forms 10g. Form's Help declares:
    "To create a PJC, use the PJC Wizard that is included with Oracle Forms or Oracle JDeveloper that is part of Oracle Developer Suite. If you download JDeveloper from OTN, you'll have also to download the PJC Wizard and place it in your JDeveloper installation."
    I also have JDeveloper 10.1.2.1.0 which, obviously, does not include this wizard.
    I failed to find any link for download on Oracle website.
    1)Does anybody know where exactly I can download this .jar and how to install it?
    2)Any links on 'how-to' documents?
    3) The only instruction for creating PJCs I have is on start page of http://forms.pjc.bean.over-blog.com, which leads to .pdf with rather brief instructions. Are there any alternative tutorials?

    Just in case if somebody else needs it, there are my findings:
    1. from this forum:
    PJC wizard in Jdeveloper
    Frank Nimphius :
    "we do have plans to bring it back. The PJC wizard however is shipped with JDeveloper versions that belong to an Oracle Developer Suite release. JDeveloper 9.0.5 and 10.1.2 are stand alone versions that don't have this feature."
    2. from metalink Note:352216.1
    "The read-me file for Oracle Forms states that the PJC Wizard can be downloaded for JDeveloper. Unfortunately the wizard is not made public for download yet, so the following steps will explain how to extract the wizard from the Developer suite installation and install it in any JDeveloper 10.1.2.x installation.
    It is a pre-requirement that you have access to a Developer Suite 10g installation.
    1.) Copy frmjdev_pjc.jar from <DevSuite Home>\jdev\lib\ext to <JDeveloper Home>\jdev\lib\ext
    2.) Copy frmall.jar from <DevSuite Home>\forms\java to a directory accessible for JDeveloper.
    3.) Add frmall.jar to the project library path in JDeveloper."
    Instruction from metalink is somewhat perplexing, because in Developer 10g installation
    <DevSuite Home>\jdev\lib\ext and <JDeveloper Home>\jdev\lib\ext is the same directory.
    3.
    In Jdev10 create new workspace, new 'Empty Project', click 'New' for this project, on 'New Gallery' window select 'Clent Tier/Java Beans' and 'PJC for Oracle Forms' will become available.
    4. Link for debugging PJC:
    http://www.oracle.com/technology/products/forms/htdocs/howto_debug_pjc.html

  • I need the JavaFX 2.2 standalone bundle for Windows. Where can I get it?

    Hi,
    Since JavaFX 2.2 is part of Java 7 now, there's only a JRE download.
    There used to be a standalone JavaFX 2.2 installer for Java 6 on windows. However it is no longer available. Could you please tell me where can I get it?
    Thanks

    alabala_kiril wrote:
    Never mind. I found it! Not sure how I've missed it. SorryPatience is a virtue ;)

  • Portal PDK - What is the call for username value

    We are writing portlets that require the user that is logged in to the Portal.
    Does the PDK provide this information through the API?

    Hi
    Use this scriplet:
    <%
    PortletRenderRequest pReq = (PortletRenderRequest)
    request.getAttribute(HttpCommonConstants.PORTLET_RENDER_REQUEST);
    out.println(pReq.getUser().getName());
    %>

  • Import FT Wizard - where's the imported site?

    I downloaded the Import Front Page Site Wizard for
    Dreamweaver MX 2004 and then walked through the wizard to import my
    FP site. When I restart DW8, I get a message that the FP site has
    been added, but I don't see it anywhere. What gives?

    Yup, mpg and mpeg are the same. mpeg-1 files are roughly equivalent to VHS quality and mpeg-2 files is the format used in in standard definition DVDs. A number of the new hard drive camcorders use the mpeg-2 format, so you'll see a fair amount of discussion on the topic in these forums. The current version of iMovie (iLife08) can deal with many of these mpeg-2 files without an external conversion (I'd try the software at the Apple store before purchasing). That version of iMovie is quite different than what you have, and there are tradeoffs involved in upgrading.
    John

  • Upgrade Wizard, where to get?

    I downloaded the lasted installation package for 8.81. It does not appear to have the Upgrade Wizard in it. What pacakge do I need to get to have the Upgrade Wizard? Can you provide a link?
    TIA

    The current install is 2007A (8.00.177) SP:00 PL 41.
    I downloaded the full installation package number 510040680 which equals SAP Business One 8.81 Product DVD.
    It looks like I can download patch SAP Business One 8.81 Upgrade (SP00)  06 and that has the Upgrade Wizard in it.
    If this is correct, what do I do first? Do full install of SAP Business One 8.81 Product DVD. Then install Patch and use the Upgrade Wizard?
    Or do I install the Patch first, run the Upgrade Wizard, then install the full product?

  • Pre-configured standalone OC4J with PDK - ZIP corrupt - ??

    zip is corrupt, what can I do, who can I contact??
    pre-configured standalone OC4J with PDK
    http://www.oracle.com/technology/products/ias/portal/files/pdk_oc4j_extended.zip
    found at page http://www.oracle.com/technology/products/ias/portal/pdk.html

    Sorry for the multiple occurences of this posting, Got an error during posting!

Maybe you are looking for

  • Java timeout settings in EBS 11i

    Hello, We have a requirement to increase the java timeout settings. I understand that we have different files like zone.properties, etc., and some other files to modify java settings. These settings will modify the setings for all the jsp's. But, I w

  • Portlet content control

    I know this will probably sound stupid but I'm still new and it seems like something that should happen automatically anyway. I have one portlet that contains many links to other jsp's and html. Whenever I click a link, I would like for the hyperlink

  • Playing Music

    I am having problems when I select a track to play from my I Tunes library. The track appears in the bar at the top and I can move the icon along, but it will not play on its own. I have just upgraded to 7.01 as i thought the problem might have been

  • Script to delete expired or errored scheduled workbooks for Discoverer

    Hi All, Can any one pont me to find a script to delete all expired and Errored workbooks in Database for discoverer? Appreciate all your assistance. Thankks -S

  • License WCS (Wireless Control System) Problem to install

    Hello, I'm Christopher, I have a need to update the WCS and license this, but when I perform the load operation, this throws me this message. "You must have Base a license in order to install an upgrade license" How I can fix it?