Portal - Using a sledgehammer to crack a nut?

Hi,
I have a question. I am preparing a proposal for a client that wants an 'innovative' solution to replace an existing legacy system. I want to propose a web solution and was thinking about WebDB (now Portal). However the Portal architecture with 9i Application Server seems a very high-end solution for a small problem. WebDB 2.2 would have been perfect for my requirements but according to local Oracle sales is no longer available.
Is it possible to use Portal without Application server etc. i.e. is it possible to install something similar to WebDB from the Portal media or is it an all or nothing scenario??? Also the requirement to buy IDS with Portal is a problem. What happened to the WebDB wizards for building forms/reports/components etc???

Oracle Portal is shipped with Oracle 9iAS. Oracle 9iAS has a minimal install option which is effectively the minimum config you need for Oracle portal. Try this out. All of the WebDB wizards are part of Oracle Portal.

Similar Messages

  • Creating a report in EP portal using Web Dynpro

    Hi all,
            Can anyone guide me how to create a Report in EP portal using Web Dynpro.
    Regards,
    R.V.Easter

    Hi,
    You should read the documentation ([Web Dynpro ABAP: Development in Detail|http://help.sap.com/saphelp_nw70/helpdata/en/03/0048413e466e24e10000000a155106/frameset.htm]) and study the tutorials : [Go and Create First Application with Web Dynpro ABAP|http://help.sap.com/saphelp_nw70/helpdata/en/e6/2c4b29dc87c6409d6469ec390e8f3d/frameset.htm] and [Creating a Simple Flight Info Application|http://help.sap.com/saphelp_nw70/helpdata/en/e6/2c4b29dc87c6409d6469ec390e8f3d/frameset.htm].
    Regards,
    Pierre

  • How to Execute a Remote Procedure in Portal using Database Link

    Hi,
    I followed the instructions to create a Portal form for a remote procedure. But I am encountering the following error. Can someone advise what may be the cause?
    Failed to execute - Missing string(create_package_body) language(us) domain (wwv) sub_domain (wwv_builder) (WWV-04300)
    ORA-04020: deadlock detected while trying to lock object PUBLIC.PORTLET_SCHEMA (WWV-11230)
    Failed to parse as PORTAL - (WWV-08300)
    PURPOSE
    How to execute a remote procedure in Portal using Database Link.
    DESCRIPTION
    This procedure assumes that you have two databases, one of which is remote, and Portal is configured in the other.
    Remote Database A:
    ==================
    1) Create a procedure as follows: Create or Replace PROCEDURE SCOTT.ADD_TWO_VALUES ( v_one IN NUMBER, v_two IN NUMBER, v_result OUT NUMBER) as begin v_result :=v_one+v_two; end; 2) Grant execute privileges to PUBLIC on the procedure.
    Database B (where Portal is configured): ========================================
    1) Create a public database link and choose to connect as a specific user (say SYSTEM). By default, in an Oracle 8i database, the "global_names" parameter in initSID.ora (or init.ora) file is set to "true". This Global Naming parameter enforces that a dblink has the same name as the database it connects to. Therefore, if the remote global database (A) name is "ora8.acme.com" then the database link should also be named as "ora8.acme.com".
    2) Create a synonym for the procedure in Database A. Make sure you fully qualify the procedure name in the remote database (like SCOTT.ADD_TWO_VALUES).
    3) Create a dynamic page to execute the procedure. The ORACLE tags in the dynamic page will look similar to the following: <ORACLE> DECLARE v_total NUMBER; BEGIN ADD_TWO_VALUES(:v_one,:v_two, v_total); htp.p('The total is => '); htp.p('<input type="TEXT" VALUE='||v_total||'>'); htp.para; htp.anchor('http://<machine.domain:port#>/pls/portal30/SCOTT.DYN_ADD_TWO_VALUES.show_parms', 'Re-Execute Procedure'); END; </ORACLE>
    4) Portal does not have an option to create a form based on a synonym. Therefore, if you want to create a form instead of a dynamic page, create a wrapper procedure and then create a form based on this procedure. For example: Create or Replace PROCEDURE PORTAL30.ADD_TWO_VALUES_PR ( v_one IN NUMBER, v_two IN NUMBER, v_total OUT NUMBER) as begin add_two_values(v_one, v_two, v_total); end;
    5) Grant execute privileges to PUBLIC on the procedure.

    hello...
    any input will welcomed... Thanks..

  • How to configure file server with portal using KM

    Hi
    i have some word documents,excel documents in my computer.i want to integrate these documents into portal using KM.how to do that?can anybody suggest the steps involved or tutorial to do this configuration.thanks for your help in advance
    Prasad

    Hi,
      It´s very simple to do that.
    1.You must create repository. (I gave you this information).
    2.Create portal users. (in portal or read from ldap)
    3.Create KM navigation iview to point folders in your repository.
    4.Create roles.
    5.Assing roles to users.
      For you that is new in this tools, perhaps needs 3 or 4 days.
    Patricio.

  • Import of XML file failed in portal using XML Content and Action

    Hi Friends,
    I am trying to import the simple XML file which is just creating the folder in the PORTAL_CONTENT using XML CONTENT AND ACTIONS  which is one way of creating the portal content. GO TO SYSTEM ADMINISTRATION > TRANSPORT > XML CONTENT AND ACTIONS > IMPORT.
    The reason for using this import tool is to upload the backend Business roles, which is not not working on our corporate portal. To test the import functionality I used the following xml file (I got this XML file by exporting the test folder in the portal using the same tool)
    <GenericCreator author="XML Creator" version="XML Automatic Creation" mode="clean,execute" report.level="success" createMode="1" default.locale="en" ignore="false">
    <Context name="portal_content" objectClass="com.sap.portal.pcd.gl.GlContext"></Context>     <Property name="parent1" value="pcd:portal_content"/>
         <Context name="com.dri.fldr.im" objectClass="com.sap.portal.pcd.gl.GlContext" create_as="0" parent="$">
              <Attributes>
                   <Attribute name="com.sap.portal.pcm.Description" type="text">
                        <AttributeValue value="" locale=""/>
                        <Attribute name="administration" type="string">
                             <AttributeValue value=""/>
                        </Attribute>
                        <Attribute name="Inheritance" type="string">
                             <AttributeValue value="NONFINAL"/>
                        </Attribute>
                   </Attribute>
                   <Attribute name="com.sap.portal.pcm.Title" type="text">
                        <AttributeValue value="test" locale=""/>
                        <AttributeValue value="test" locale="en"/>
                        <Attribute name="administration" type="string">
                             <AttributeValue value=""/>
                        </Attribute>
                        <Attribute name="mandatory" type="string">
                             <AttributeValue value="true"/>
                        </Attribute>
                        <Attribute name="Inheritance" type="string">
                             <AttributeValue value="NONFINAL"/>
                        </Attribute>
                   </Attribute>
              </Attributes>
         </Context>
    </GenericCreator>
    SDN BLOCKED THE XML The above XML file works fine in other portal in the landscape but not in corporate portal ( which is freshly build recently).Following error message is display when i am trying to upload the file
    Status Name Action Type Comment
    General Extracting root node E:\usr\sap\EPD\JC00\j2ee\cluster\server0\%USERPROFILE%\AppData\Local\Temp\tmp_masscontent4135391959047431276.xml Failed to extract root node
    General Extracting root node E:\usr\sap\EPD\JC00\j2ee\cluster\server0\%USERPROFILE%\AppData\Local\Temp\tmp_masscontent4135391959047431276.xml Parsing failed .
    Dont know is there a service/ configurations needs to be done to enable this feature?.
    Thanks
    Edited by: hammad on Sep 4, 2009 5:48 PM
    Edited by: hammad on Sep 4, 2009 5:49 PM

    The problem statement is not very clear.
    Try following this how to guide [https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/207a2141-c870-2910-e080-90c920b24f47&overridelayout=true|How-To]
    Best Regards,
    Prasanna K

  • Web interface displays via Portal using Mozilla or Firefox

    We have several web interfaces (BW-BPS) and have created iViews on our Portal (EPP 6.0). These iViews properly execute in IE 6.0.
    However, when we execute the BPS iViews using Mozilla or Firefox we see significant display discrepancies. For example, the web interface should display grid lines between the rows, but, we don't see them when running through the Portal using Mozilla or Firefox.
    We thought that the Web interfaces themselves may be the issue but they properly execute when run straight from BW in Mozilla 1.7.13.
    Can anyone help with this problem? Thanks,
    Bill

    Hello Bill,
    first of all please check the Product Availability Matrix. Not all browser versions are supported. http://service.sap.com/pam
    Some visual differences between the browsers can not be avoided since browsers just behave differently.
    If the browser is supported and it does not work correctly, please open a customer message.
    Regards,
    Marc
    SAP NetWeaver RIG

  • Running Discoverer reports into portal using SSO portal login - help

    Hi,
    I am trying to run disco reports into oracle portal using discoverer portlet providers -list of worksheet. What I want to achieve is as follows
    1) login to portal using SSO userid /pwd - Done
    2) Enable discoverer for SSO - Done
    *3) Use discoverer list of worksheets to show reports into portal but want to filter the list of worksheet to currently logged in portal user. This so that users looged in only sees the reports to which they have access in discoverer - Need Help*
    *4) Once user runs this report then I want to filter the discoverer data based on users login or portal group - Help*
    Can someone please help with issue no 3/4 urgently.
    Mant thanks
    Ganesh

    Hi Michael,
    Assuming I have created the private connections using CAPI I still have my doubts as follows
    Do I have to then login as each portal user and add the list of worksheet portlet for each user and selecting
    "check the box called Display a different list of worksheets by allowing users to customize database connection and then check Show a default list of worksheets using connection, changing the connection to user's connection."
    Considering we have 500+ users this will be huge cumbersom task for me.
    Also when I tried to do this before loggin as each portal user when I logged in as second portal user I could see the list of worksheet portalet added by the first user which means I have to edit it but even that was not possible because it would not let me edit as only the page own whi created the portlet was allowed to edit (that is the first user)
    OR
    Do you have to give portal user permission to edit the page so that they can log on themselve to add the list of worksheet portlet on the page by selecting their private connection and selecting
    "check the box called Display a different list of worksheets by allowing users to customize database connection and then check Show a default list of worksheets using connection, changing the connection to user's connection."
    Finally I know someone has made it work using URL links and it works as follows
    1) Map the portal and disco user into a table
    2) Create disco private connections
    3) when portal user loggs in and click on "Show my discoverer report" it then runs a PL/SQL package which in turn identifies the private connection details and creates a URL out of it as follows
    [http://portal.ccm.ac.uk/discoverer/app/partialConnect?password=IRTIMUDV123_=qplus=VDUMITRI=browser_selected=connect=RELATIONAL=QPRIS=viewer]
    clicking on this link open discoverer with private list of workbook/worksheet.
    Please advise which way should I follow.
    Thanks
    Ganesh

  • Call transaction in Portal using  if_wd_portal_integrati- navigate_absolute

    Hi Guys,
                  I am calling a transaction in portal using the following code.
      CALL METHOD l_portal_manager->navigate_absolute
        EXPORTING
          navigation_target   = 'pcd:portal_content/com.csa.Prototype/com.csiro.Page/SAPWebGUI/sap_transaction_html_gui'
          navigation_mode     = if_wd_portal_integration=>co_show_external
          WINDOW_FEATURES     = 'TOOLBAR=FALSE,LOCATION=FALSE,RESIZABLE'
          business_parameters = bparams
          launcher_parameters = lparams.
    But when I test in portal, its pop up a page and shows message No Page Found.
    Any idea what should be done.
    Thanks
    Senthil

    Hi Lekha,
                   Here is the existing code
      l_api_component = wd_comp_controller->wd_get_api( ).
      l_portal_manager = l_api_component->get_portal_manager( ).
      MOVE 'OkCode' TO param-key.
      MOVE '/00' TO param-value.
      APPEND param TO lparams.
      MOVE 'TCode' TO param-key.
      MOVE 'MRBR' TO param-value.
      APPEND param TO lparams.
      MOVE 'SO_BELNR-LOW' TO param-key.
      MOVE stru_invoice-belnr TO param-value.
      APPEND param TO bparams.
      MOVE 'SO_GJAHR-LOW' TO param-key.
      MOVE stru_invoice-gjahr TO param-value.
      APPEND param TO bparams.
      CALL METHOD l_portal_manager->navigate_absolute
        EXPORTING
         navigation_target   = 'pcd:portal_content/com.csiro.Prototype/com.csi.Page/SAPWebGUI/sap_transaction_html_gui'
          navigation_target   = 'ROLES://portal_content/com.csiro.Prototype/com.csi.Page/SAPWebGUI/sap_transaction_html_gui'
          navigation_mode     = if_wd_portal_integration=>co_show_external
          WINDOW_FEATURES     = 'TOOLBAR=FALSE,LOCATION=FALSE,RESIZABLE'
          business_parameters = bparams
          launcher_parameters = lparams.
    Here they trying to call sap_transaction_html_guilink and giving tcode as a parameter.
    Does it work ?
    Thanks
    Senthil

  • How to define a BW/BI system in Portal using BI SAP Query Connector.

    Hi,
      How to define a BW/BI system in Portal using BI SAP Query Connector.
    Portal>System Administration>System Configuration-->Portal Content >New System (from PAR)>com.sap.portal.systems.bi-->
    How to retrive the parameters required from a BI 7.0 System.
    Thanks

    Hi,
    You can refer to this link:
    http://help.sap.com/saphelp_nw70/helpdata/EN/c9/b0c8ce704d40fbb18312f8e65b4b0b/content.htm
    Hope it will be helpful.
    Best Regards,
    Assaf Klieger

  • Portal using Webdynpro for ABAP

    Hi Gurus!
        I am using one portal using 'Webdynpro For ABAP'. It contains Contextual Panel as well as ViewUIContainer. Contextual Panel contains all the reqd options available for user; while ViewUIContainer contains diff views as requested.
       Now, I'm trying to make a copy of that Webdynpro with some other name. What happens is --
    Application is not there and when I try to make one - it says
    "Interface View Does Not Exists."
    Further, when I try to make an Interface View with the new name - it says
    "Interface View Does Not Exists."
       Therefore, what I could conclude about the case is -- may be Interface View is default to certain Webdynpro components/interface. Hence, my question is how can I make use of same webdynpro application with some other name. This requirement arises due to the fact that we have to add some more functionalities to that and I dont want to play with the efforts made so far.
    Kumar Saurav.

    Issue Resolved.
    Kumar Saurav.

  • Building a portal using SharePoint 2010

    Hi,
    We are trying to build a portal using SharePoint 2010. 
    The pimary requirement for the portal is to allow users to upload, view and manage different types of documents (xls, doc, ppt, vsd).
    The uploaded documents need to be mapped to the different categories as per their classification. 
    For example, the documents fall into 5 main categories: A, B, C, D, E. These categories are further divided into sub-categories and so on for two more levels.
    Example, Main categories: A, B, C, D, E
    Sub categories for A: 1, 2, 3, 4, 5 and so on
    So, if one clicks on node A and then click on node 4, then all related documents will be displayed. (A.4)
    From the front end point of view, the user should be able to access these documents by just clicking on the nodes representing different categories.
    There are some more functionalities to be built for this portal - search, versioning, etc.
    Can someone please provide me the (high level steps) approach for building this portal and some reference material from features/architecture/technical requirements point of view? 
    This would of great help!
    Thanks!

    Sure. Most of what you're describing is around the topic of document storage.
    As you may be aware the object documents are stored in within SharePoint is a document library. You can have sub folders within that library but they're to be avoided if possible and shouldn't be a default choice.
    To classify your documents there is several routes you can take. The least complicated is to use a single Content Type with a single Managed Metadata Column. This column would use a Mananged Metadata Term taken from a term set with the structure of A (1,2,3,4,5),B(x,y,z),etc..
    That will allow your users to tag the document on upload (or modify it later) with a term such as A:1 or B:52.
    To browse only the relevant items you can use the Managed Navigation tools in the document library, this allows you to show a term set and filter to various levels, for example all A terms, (ie A:1, A:2 etc.) or drill down to A:1 specifically.
    Reading list:
    Intro to Managed Metadata:
    http://office.microsoft.com/en-gb/office365-sharepoint-online-enterprise-help/introduction-to-managed-metadata-HA102832521.aspx
    Metadata navigation for a list or library:
    http://office.microsoft.com/en-gb/sharepoint-server-help/configure-metadata-navigation-for-a-list-or-library-HA101820113.aspx
    Optional Extras:
    Intro to content types:
    http://msdn.microsoft.com/en-us/library/ms472236%28v=office.14%29.aspx

  • Oracle portal using JSF, JSP, Struts framework

    Hi ,
    Can anyone tell me how to build an oracle portal using JSF,Jsp and Struts Framework.
    Also please provide any manual or documentation for developing oracle portal.
    Thanks in Advance,
    Raghav

    At present, i think the best thing to do is to look at the example provided with the struts-faces integration taglib. I don't know any documentation about it.
    http://cvs.apache.org/builds/jakarta-struts/nightly/struts-faces/

  • How do i integrate GMail into Enterprise Portal using a URL iView?

    Hi,
    Can some one tell me ohw i can integrate GMail or any other Mail into portal using URL iView or any other iView?

    Hi nadh,
    See if by any chance, the following links prove to be of any help:
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=207925">https://www.sdn.sap.com/irj/sdn/thread?threadID=207925</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=137144">https://www.sdn.sap.com/irj/sdn/thread?threadID=137144</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=63299">https://www.sdn.sap.com/irj/sdn/thread?threadID=63299</a>
    <a href="https://www.sdn.sap.com/irj/sdn/thread?threadID=95643">https://www.sdn.sap.com/irj/sdn/thread?threadID=95643</a>
    <a href="http://help.sap.com/saphelp_nw04/helpdata/en/7c/6a469702474146a8ef2f97fe880b2f/frameset.htm">http://help.sap.com/saphelp_nw04/helpdata/en/7c/6a469702474146a8ef2f97fe880b2f/frameset.htm</a>
    Bye
    Ankur
    Do reward points if it helps!!

  • Error while Integrating SDN with portal using AppIntegrator

    Hi
    I am trying to Integrate SDN in Portal Using AppIntegrator.
    When I am select SDN iview then it is connecting to the SDN but it is not login into SDN (Error is User Id or Password is not correct.).
    The mapped User Id & password is working fine if I am login SDN directly.
    System Property is
    URI of web application: - /irj/servlet/prt/portal/prtroot/com.sap.sdn.logon.redirect
    Thanks in Advance

    Hi
    Try with URL iView. (contant admin >> portal contant)
    Cheers
    Jawahar Govindaraj
    PS:Reward pts

  • Retrieve field value  from webdynproABAP iview into portal using studio

    Hi.
    I have to solve this problem.
    I have assigned webdynpro ABAP iview (iview created by webdynproABAP team people) into one roles.then  i assigned  that role to one user....
    now i want to pass  values  from  webdynproABAP iview  to portal using NWDS.
    how do to acheive thisone?
    i created normal JSP,JAVA class in NWDS...I dont know how to pass values in NWDS..
    but  i want to retrieve  fieldvalue  into  portal.....
    plz help to solve this problem....

    Hi Vinothini21,
    If you are using Webdynpro ABAP iview and want to modify it then you need to do in TCODE se80 in SAP system. I think not in NWDS. Please check it.
    Best Regards
    Arun Jaiswal

Maybe you are looking for

  • Genric Object Services in CV02N, CV03N

    Hi all, My current requirement is to disable the 'Start Workflow' option from the Workflow menu of GOS toolbar for only CV02N. I am using the BADI GOS_SRV_SELECT to hide that entry in CV02N. When I goto CV03N, it is visible and thats fine. However my

  • Problem with unbinding Speedtouch 585i sorted!

    Hi Folks, Further to your help the other day, especially Ralph, I contacted Speedtouch about difficulties unbinding SIP on a 585. They got back to me today with a method and it worked!!!. I have tried initiating chats with people that I couldn't make

  • Screen slides off to the right-how do I get it back?

    Screen slides off to the right-how do I get it back?

  • CMS and NWCE 7.2 - large source archive import failed.

    Good day, I ma trying to import a large source to the CMS and it failes with an error:Communication error [cause: number of bytes written to stream less than specified limit.]:Communication error [cause: number of bytes written to stream less than sp

  • Adobe Flash requesting Action for every page

    I'm running Firefox 19.02 and a new problem has now developed. Every time I visit a new page a pop up requests action to allow Adobe Flash for that page, it doesn't matter how many time you tell it to accept for every page, it refuses to remember it.