Session user when integrate Forms and Portal

Hello!
Iam working with Forms made in developer suite inside Portal and want to know how the session user (the user that is logged) is obteined to insert his login with another items in a table of my own db.
i used
portal.wwctx_api.get_user()
and in another chance:
get_application_property('sso_userid');
but doesn't work....Somebody have another idea?

Hello Everybody!
i followed the steps in http://www.oracle.com/technology/products/forms/pdf/frm9isrw9i.pdf to configure forms to use SSO, and when i try to run the form from portal i obtain the following error message:
FRM92050 failed to connect to the server /forms90/l90servlet:-1
and in the details the first error show:
User does not have proper credentials configured in OID.
First, i think that "l90servlet" is wrong because the correct url is with "f90servlet" or this refer another thing?
Second, my forms run excelent before i configure SSO, but i need this to use the get_application_property...
Please, somebody can help me? :$

Similar Messages

  • Help! When users save web forms and come back to submit they get an error message and form is lost

    I have a feb form that has a 28 save limit.  When users save the form and return to submitt them they get a error message that says the form has expired or has been submitted.  The form is open and it was not submitted.  Any thoughts.
    Form deadline is tomorrow and people are getting angry when I tell them to recreate the form.

    Hi;
    Can you forward me any of the emails from your users with their saved link that is not working and we can look into it?
    Send to [email protected]
    Thanks,
    Josh

  • FRM-92102 error when accessing Forms and Peoplesoft simultaneously

    We are receiving an FRM-92102 error when we access Peoplesoft and then our web forms application simultaneously.
    Here is the error message:
    Java Plug-in 1.6.0_11
    Using JRE version 1.6.0_11 Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\SICARDT
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    o: trigger logging
    q: hide console
    r: reload policy configuration
    s: dump system and deployment properties
    t: dump thread list
    v: dump thread stack
    x: clear classloader cache
    0-5: set trace level to <n>
    RegisterWebUtil - Loading WebUtil Version 10.1.2.3
    Loaded image: http://gdocdev.ic.gc.ca/gdoc/images/gdoc.gif
    Loaded image: http://gdocdev.ic.gc.ca/gdoc/images/gdoc.gif
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Reconnecting (try 1 of 5)...
    Reconnecting (try 2 of 5)...
    Reconnecting (try 3 of 5)...
    Reconnecting (try 4 of 5)...
    Reconnecting (try 5 of 5)...
    oracle.forms.net.ConnectionException: 500
         at oracle.forms.net.ConnectionException.createConnectionException(Unknown Source)
         at oracle.forms.net.HTTPNStream.getResponse(Unknown Source)
         at oracle.forms.net.HTTPNStream.doFlush(Unknown Source)
         at oracle.forms.net.HTTPNStream.flush(Unknown Source)
         at java.io.DataOutputStream.flush(Unknown Source)
         at oracle.forms.net.HTTPConnection.connect(Unknown Source)
         at oracle.forms.engine.FormsDispatcher.initConnection(Unknown Source)
         at oracle.forms.engine.FormsDispatcher.init(Unknown Source)
         at oracle.forms.engine.Runform.initConnection(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.plugin2.applet.Plugin2Manager$AppletExecutionRunnable.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

    Can you provide more information? For example:
    1. Does one or both apps use SSO?
    2. Does one or both apps use SSL?
    3. Are both apps being called from the same browser session? Remember that just because you may have two browser windows open does NOT mean they are running as separate sessions. If you started the second browser using java script, CTRL+N, or a URL shortcut, then they are likely same session.
    This error suggest that there is a critical tcp/ip failure:
    oracle.forms.net.ConnectionException: 500+
    If the browser to run Forms and PS is the same session, there is likely a session ID conflict. Try opening one browser using the shortcut created for the browser (usually found on the desktop). Do not use a shortcut which contains an embedded URL. Open one of the apps. Then, do the same again to start the second app. If possible, run one app from IE and the other from Firefox (or other browser).

  • Oracle Forms and Portal. & Portal Security

    I need the following questions answered for a client who is
    trying to move from IIS to Oracle Portal. any pointers would be
    extremely helpful
    1. How to configure Oracle Forms to run with Portal.
    2. Is it possible to display forms inside a Portlet. If so, will
    the forms hold the same state when the page is refresed.
    3. Is it possible to display WORD/PDF/EXECL documents in their
    native format inside a Portlet.
    4. Any information on how IIS security integration is possible
    with POrtal. i.e ( if there are ASP pages running on IIS
    security, how to integrate it with Portal Security mechanism
    -Thanks
    ganesh

    You can create roles in Oracle with the appropriate privileges to access the application. For example,
    you could create a role that has only read access to all the tables in the database. You could assign this role to the menu. Also, you may want a role for a manager that whould enable him to insert data or to see a few special forms. You could assign this role to the menu associated with the form.
    Using Form Builder, you can manage menu security with Oracle server roles. After defining the roles to use for a menu module, you could then specify the roles that have access to each menu item. When you set the 'Use Security' property of a menu module to 'Yes', the form enforces security. After setting the 'Use Security' property to 'Yes', you can use 'Module Roles' property to construct the entire list of roles with access to that menu module.
    I hope it helps.

  • Nested Tables, Forms and Portal

    I am trying to implement a form in Portal that accesses a nested table. I can access normal tables but not my nested table. The nested table within the master table are object tables.
    When trying to access from the designer page I get an error indicating that table does not exist even though it was displayed in the pick list.
    Has anyone had success with this and can it be done.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by chetan.kashyap ([email protected]):
    Actually nested tables are not supported by portal till now.<HR></BLOCKQUOTE>
    Chetan, can you be a bit more specific. What do you mea by 'till now'. Does this mean the next release can do it, or the current release shipped with Oracle 9i Application Server 1.0.2.0.0 for linux that I received.

  • Oracle Forms and portal

    Does any one know how to integrate oracle forms into portal. I am using Oracle 10g?
    Thanks

    How do you want the integration to function? Do you just need a form to run on a page or do you need the form to interact with Portal functionality?
    The former is easy to accomplish with a frame portlet. The latter not so easy but doable. Using the database as the common denominator its possible to have Forms interact with Portal thru PLSQL and data tables acting as state repositories.

  • Forms and Portal

    when remote db is used in forms,an error is popped up saying that remote queries could not be executed.
    Is it possible to build forms with portal for insert, update and delete operations.

    Yes. You must create the following in the Public Schema under Database Objects.
    Database link to remote database.
    Synonyms for the tables you will be using.
    Now under Providers, create a Portal DB Provider. I use the same name as the Database link created above.
    Note: (I have not been able to create forms to the remote database using any other names.)
    Now in your Portal DB Provider you can Create New Forms --&gt; Form based on table or view . In the Table or View page type in the Public Synonym you created above. This Synonym probably will not show in the list.
    This should get you started.
    Good Luck

  • Link from user pc to ERP and Portal

    our project is using ERP 05 and Portal, ESS, MSS. I understand that Portal is the single user interface to backend ERP system. Does that means that there is no need for network link from user PC to ERP?

    I've resolved these questions.   Thank you.

  • Pass User Parameters between Forms and Reports...?

    Hi,
    I have been trying to pass user parameters from forms to reports using
    RUN_REPORT_OBJECT. I am able to run the report from the form, but still don't know how to pass user_parameters. Does anyone know how to do this?
    Thanks,
    AB

    You can use SET_REPORT_OBJECT_PROPERTY with the "REPORT_OTHER" parameter
    The following example passes 3 parameters to the report:
    SET_REPORT_OBJECT_PROPERTY(pt_report_object_id, REPORT_OTHER, 'paramform=no p_param_1='||pc_param_1||' p_param_2='||pc_param_2);

  • Adobe forms and portal

    we are using adobe forms to open and print appraisals in ess. When we click on print appraisal, adobe does not open up, i have checked connections and they look fine. We get a time out error and it looks like it is pointing to the web dispatcher OFCOMTOLS026_EWX_01
    the server is ofcomtols026, EWX is the dispatcher, should the portal be pointing to this in the ERP system, where is this setup to point to this?
    Any help would be great

    Subha:
    Your PDFs can be generated in ADS on Portal or ECC systems. From what you describe it looks like in your case it is ADS on ECC and there is a web dispatcher, doing load balancing of HTTP connects for ECC J2EE engine. In this case web dispatcher is a correct destination.
    My recommendation for the troubleshooting:
    1. Make sure ADS forms generated OK by accessing one of the ECC app servers directly. If Adobe form is not generated, check ADS settings. Here is a nice doc:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f03414f8-d4ce-2a10-d4b6-ab201b329d98
    2. Once Adobe Form is verified, check access via Web Dispatcher. It is possible that its permission table does not allow ADS urls.
    Jaya:
    You should not be able to connect the portal to a webdispatcher. Only browsers talk via webdispatcher.
    I am sorry, but this is not true. Web dispatcher can route pretty much any TCP/IP protocol. In most cases it is used for routing HTTP/S (not only for browsers), but it can transfer a binary format as well. One time I even used web dispatcher to do port forwarding for Microsoft WTS.
    Regards,
    Slava

  • How to integrate BW and Portal

    HI,
    Can any one guide me how to connect portal to BW system.
    I havent done it before.
    Do we have to do SSO and User mapping?
    can any one explain Step by Step procedure.?
    are there any prerequsites?
    Regards,
    Mag.

    Hi,
    please go through following link
    http://help.sap.com/saphelp_nw04/helpdata/en/2f/741a403233dd5fe10000000a155106/frameset.htm
    Regards
    Ben

  • How do I Integrate Forms and Graphics?

    I am leap-frogging from Forms V4.5 to Developer 6... in Forms
    V4.5 I had to attach a library called "og.pll" and make OG...
    calls to invoke Oracle Graphics from within Forms. I can't find
    a new version of the "og.pll" library in the Developer 6 software
    and I also can't find any advice as to a new way to integrate
    Graphics in Forms in the Developer 6 documentation.
    Can anybody tell me the new way to call Graphics from Forms?
    I apologise if this question has already been answered several
    times in existing threads - I did try to find helpful references
    before posting this, honest!
    Any help greatly appreciated!
    Thanks,
    Stuart Housden
    null

    I am leap-frogging from Forms V4.5 to Developer 6... in Forms
    V4.5 I had to attach a library called "og.pll" and make OG...
    calls to invoke Oracle Graphics from within Forms. I can't find
    a new version of the "og.pll" library in the Developer 6 software
    and I also can't find any advice as to a new way to integrate
    Graphics in Forms in the Developer 6 documentation.
    Can anybody tell me the new way to call Graphics from Forms?
    I apologise if this question has already been answered several
    times in existing threads - I did try to find helpful references
    before posting this, honest!
    Any help greatly appreciated!
    Thanks,
    Stuart Housden
    null

  • How to create a rhel 4 user to compile forms and reports from windows pc?

    Friends,
    We have Oracle Application Server 10gR2 on RHEL 4.8
    Developer's PC - Windows XP SP2
    Now my requirement is....
    i have to create a user so that they can able to login thru putty from their windows xp pc.
    they can able to copy/delete the file
    they can able to compile the forms,reports, menu
    how can i do that?
    thanks

    Hi!
    I suppose you will find at '$ORACLE_SERVER/.../bin' a script ended by ".sh" which has enviroment values defined since tour installation. This is useful to do your work. (I don't remember his name, but is the same that executable to compile).
    Chiao!

  • Regards: Adobe based forms and portal

    Hiiii..
    We are trying to deploy the Adobe based forms created on epnetweaver (172.xx.xx.xxx) onto  our server (172.uu.uu.uuu)  (adobedocumentservices).
    In view of server  172.uu.uu.uuu (AdobeDocumentServices) being removed , we are not able to deploy the pdf based forms.
    pls Can anybody   provide any solution for restore the connection between these two servers or  how to create  any other server for AdobeDocumentServices.
    Thanks in advance.
    Regards:
    Mayank kumar Saxena

    HI see this links it may help you
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/30a9630b-4f89-2a10-6fab-e311b3ffd9a6
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f03414f8-d4ce-2a10-d4b6-ab201b329d98
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/2adb9bfb-0701-0010-75ac-bb20fc008aae
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9e4e9afb-0701-0010-f8a8-b8cd093662c2
    Thanks,
    Tulasi Palnati

  • Integrate Forms and Reports for Developer Suite 10g

    Hi all,
    One of my client is moving to Developer Suite 10g R2. Currently he is using Version 6i. I've converted the forms into 10g. Only one problem being faced by me is Reports. Our form which used
    to call the reports was using Run_Product. Now, I've changed the functionality to Run_Report_Object. The problem is i need to create a report node in the form for every report. I've 200 reports. If there is any
    way, where i can add the report node in the form module dynamically, this will reduce my work to a greater extent.
    Regards,
    Alok Dubey

    hello,
    It is quite easy to add a report node using the JDAPI.
    1) Put all the forms in a directory.
    2) Find the JDAPI example in the online help.
    3) Modify it in order to have the functionality: add report item
    4) IF you are certain there are no report nodes already attached, you don't need to loop through your form module in order to check for existing report nodes.
    If you are not tempted to write your own routine, you can use francois degrelle'S own JDAPI batch process.

Maybe you are looking for