Using session/cookies to send data to External Application

How do I send data to an External Application using either the session store or cookies? I've tried both, but the data isn't visible to the External Application.
I'm using the owa_cookie package to send a cookie from the "before page is displayed" section of a dynamic page.
I'm also using the wwsto_api_session api to set attributes in the session store.
Neither method allows data to be viewable in the External Application (iFS).

Did you backup your data from that external disk using some other backup software before?
I am also trying to figure out problems with external HD using time machine to back it up. Am not quite sure yet why it is not working right.

Similar Messages

  • Where can i save the use's data of external application?

    where can i save the use's data of external application?and whether will it accumulate to some synchronic problem?
    The way i am doing by is to save the information in providersession by initSession() of ProviderInstance,then to get the information back by using session.getAttribute(),which is in jsp. is it right?and what problem will be caused?
    so i want to know what is the standard method to use the information in external application to page.

    Hi Alf,
    Please have a look at the POINT portlets. most of them are based on external apps. That could give you a fair enough idea of how to go about with your designs.
    http://www.oracle.com/technology/products/ias/portal/point.html
    thanks,
    Harsha

  • How to use session cookie property of System object?

    Hi all,
    I have searched all over the SDN but didnt get anything relevent so here i am posting my query...
    My scenario is as follows:
    I have created a KM document iview that launches an HTML page, on click of button of HTML page a VC iview is launched. On this iview i have a button that hits BI query.
    PS: A system object is created for the connectivity bet portal and backend BI server.
    PS: i have configured SSO between portal and backend.
    Now when i click on button on iview that fetches the data from backend, i am asked for authentication pop-up, although i have configured SSO why i am asked to enter UID and PWD again??
    In system object there is a property named
    <b>"session cookie = MYSAPSSO2"</b>
    So should i use this property so that cookie will get transfered from one session to other session when i click button on iview??
    If yes then HOW??
    Is there any other setting remained in Visual Admin?? or Backend or portal?
    What could be the missing??
    PS: User id are same on portal & backend.
    Any help will be highly appreciated...
    Regards,
    Ameya
    Thanks in advance
    Message was edited by:
            Ameya Pimpalgaonkar
    null
    Message was edited by:
            Ameya Pimpalgaonkar

    Hi Ameya,
    I do not know the exact answer.However you should look for something called JSESSION ID.
    Have a look at the thread:
    Re: Problems Using Application Integrator for BSP Application
    Reg SSO Logon Tickets and Browser sessions
    How to use jsessionid while making HTTP calls??
    Hope you find something which can help you.
    Regards
    Atul Shrivastava

  • Using GOS_ATTACHMENT_LIST_POPUP - Can I send attachments to external repository?

    I've been unsuccessfully trying to use FM GOS_ATTACHMENT_LIST_POPUP to save documents in an external repository. It's only saving to the standard SAP tables: SOOD / SOFM.
    I've created the Business Object in SWO1. Created an entry in OAC2, and in OAC3, I specified link table TOA01.
    When I implement the code,
    DATA: es_object TYPE sibflporb,
                 object_id TYPE saeobjid.
       object_id = |{ gs_movement-ext_document }-{ gs_movement-ext_item }|.
       es_object-instid = object_id.
       es_object-typeid = 'ZMOVEMENT'.   "zcl_css_movement=>gc_sap_object.
       es_object-catid  = 'BO'.
       CALL FUNCTION 'GOS_ATTACHMENT_LIST_POPUP'
         EXPORTING
           is_object      = es_object
           ip_check_arl   = 'X'
           ip_check_bds   = 'X'
           ip_notes       = 'X'
           ip_attachments = 'X'
           ip_urls        = 'X'
           ip_mode        = 'C'.
    I get the GOS popup appropriately but it saves the attachment data within SAP. I need it to save to one of the external repositories that we've created. Also, even though I specified the link table TOA01, i don't get a record created there.
    Any ideas?

    I've been unsuccessfully trying to use FM GOS_ATTACHMENT_LIST_POPUP to save documents in an external repository. It's only saving to the standard SAP tables: SOOD / SOFM.
    I've created the Business Object in SWO1. Created an entry in OAC2, and in OAC3, I specified link table TOA01.
    When I implement the code,
    DATA: es_object TYPE sibflporb,
                 object_id TYPE saeobjid.
       object_id = |{ gs_movement-ext_document }-{ gs_movement-ext_item }|.
       es_object-instid = object_id.
       es_object-typeid = 'ZMOVEMENT'.   "zcl_css_movement=>gc_sap_object.
       es_object-catid  = 'BO'.
       CALL FUNCTION 'GOS_ATTACHMENT_LIST_POPUP'
         EXPORTING
           is_object      = es_object
           ip_check_arl   = 'X'
           ip_check_bds   = 'X'
           ip_notes       = 'X'
           ip_attachments = 'X'
           ip_urls        = 'X'
           ip_mode        = 'C'.
    I get the GOS popup appropriately but it saves the attachment data within SAP. I need it to save to one of the external repositories that we've created. Also, even though I specified the link table TOA01, i don't get a record created there.
    Any ideas?

  • Using Time Machine to backup data FROM external disk to ANOTHER external

    i have my itunes library and my iphoto library on an external WD disk connected to my MacBook Pro. So, i have a lot of nice data on that disk that i want protected... but Time Machine is not playing nice with the external hard drive. It's not listed on the list of items "Not to backup", yet when I go into the Time Machine interface, i can't go more than 1 level deep in Finder when selecting the external disk.
    has anyone seen this behavior? it's supposed to work.
    thanks!

    Did you backup your data from that external disk using some other backup software before?
    I am also trying to figure out problems with external HD using time machine to back it up. Am not quite sure yet why it is not working right.

  • Retrieving and Sending data from external programs

    I am currently looking at a project but do not know how to start tackling the problem.
    I have a couple of similar programs written in different languages (not JAVA) that I do not have access to the source code.
    I need to enter data into fields in a new JSP page and paste the same data into their corresponding fields in the programs that I do not have access to their source codes.
    I considered using coordinates but it may have major maintainence problems in the future.
    Any help will be much appreciated.

    hi,
    Did you try java native methods. I think this might help you if not I am sorri
    shyam

  • Send data between two applications

    Hi!!
    It's the second time i write in this forum and i hope u undersand my english because i'm argentinian.
    I'm developing an application that processes data received from sockets and the result should be sent to another application but i can't use sockets for that purpose. So i thought in something like a printer queue but i don't know how to implement it and i hope u can understand me.
    Please help me!!!!!!!!!!!!
    Bye!!

    Hi again!!
    I'm gonna explain what i'm doing and what i need:
    i'm developing some applications that communicate via sockets, but i'm not allowed (the owner of the company didn't let me) to use threads. The problem is that one program should be listening to two different clients so i divided it into two differents applications that communicate each other NOT using sockets. So i thought that i could develop something like the priniting queue and both applications every 2 seconds for example will pop messages pushed into de queue. Well, i think i explained a little more what i need and i hope u can help me.
    Bye!!!!!!!!!!!!!!

  • Sending data from iPhone application to an iPad application

    Hi
    I am writing an application where I will be sending information from
    an iPhone to an iPad. What is the best way to talk to an iPad directly?
    Can I develop a web service on the iPad that can receive (GET) information from an iPhone over 3G or wireless?
    thanks
    Moazzam

    Thanks for the reply Lee.
    I'll give that a try, I'd say it will work.

  • Send Customer Payment document to external application.

    Dear All,
    I am working on one of our customer requirement to send Customer Payment data from SAP ECC 6.0 to their application using SAP PI 7.0
    I have created a customer Invoice (in Transaction Code FB70)  without any reference document .
    Now I want to generate a Customer payment document on the top of Customer Invoice generated as mentioned above.
    Can any one please suggest the following:
    1) Can we generate Customer payment document in transaction FII0
    2) What are the mandatory parameters to generate Customer payment document.
    3) If I need to send this data to external application using IDOCs , so can i use Program RFFOEDI1 as suggested in other threads.
        what are the parameters needs to given to run the program?
    4) How to configure the our output type so whenever we generate a Customer payment document, an IDOC should be genarated.
    Also please confirm if I can use IDOC PAYEXT with basic type PEXR2001 or should I go for some other IDOC.
    Best Regards
    Honey
    Edited by: Honey Gyanani on Jun 29, 2009 7:19 AM

    I have posted the same Question in ERP Financials and got the answer.
    Honey...

  • Send data from VI to the Database

    Hello everybody
                             I am competely new to LabView software and how it is used.  I was working with an existing VI i got from a friend of mine.  He made an ECG vi and i will be using his VI to send data to a Database.  I do not know how to accomplish this task.  If anyone can point me in the right direction it will be greatly appreaciated.  I am using LabView 8.0 on our school computer. Along with this i am attaching the VI my friend created.
    Thank you in advance
    Raj
    Attachments:
    Final Hospital screen.vi ‏58 KB

    First, you need to design and create the database. Do you have any experience with that? Do you actually need a database?
    If the answer to the first question is no, then you will also need to learn about databases and SQL.
    If the answer to the second question is that you do need it, then after you create the database you need to access it using LabVIEW. In Windows, this is usually done through ADO and there are several free tools on the web for doing this. Searching for LabSQL should provide one example. Searching these forums for Mike Porter's posts should reveal some more VIs. Searching the LAVA forums for "ADO" should get you at least one more.
    As for what to do in LabVIEW itself, this depends on your actual setup, but it seems to me that you can use the Get Waveform Components primitive to get the raw data in an easy to use format and then convert it to a string and create a relevant SQL query using the Format Into String primitive.
    To learn more about LabVIEW, I suggest you try looking at some of these tutorials.
    Try to take over the world!

  • Adding an External Application that uses J2EE Form Based Security

    I'm trying to add an External application that uses the J2EE Form based security. i.e. uses j_username, j_password and posts to j_security_check.
    I don't really see how Oracle SSO will support this. The container needs to take control of a clients request and determines when the "Login" page is presented to establish credentials. Posting directly to j_security_check isn't working for me.
    I'm using Sybase EAServer 4.12 as the external application.
    Is this supported in Oracle SSO?
    Do I need to provide a different mechanism for logging user's in?
    Also, can someone explain what the benefit would be if I configured the EAServer app as a "Partner" app? I would still have to provide an interface for login. The input would be different but the end result would be the same I guess. What advantages does a Partner app have?
    Lastly, is there an NNTP server for these forums?
    Thanks.
    Darrell

    The cure for the symtops described below was to simply add a welcome-file-list
    element with appropriate welcome pages to the web.xml descriptor. It makes sense
    now that I have worked it out.
    Todd
    "Todd Gould" <[email protected]> wrote:
    >
    I have an application comprised of several JSPs that are protected via
    Form based
    security and enforce an SSL connection via the appropriate declarations
    in the
    web.xml. This aspect of the application seems to be working with the
    exception
    of one small quirk.
    If a user presses that back button until such time as the receive the
    container
    provided login page once again, and subsequently provide a valid user
    id and password,
    they are NOT successfully logged in. Rather, they receive the ugly 403
    Forbidden
    error that states that the server understood the request, but is refusing
    to fufill
    it. This only seems to happen given the above course of events involving
    the
    use of a back button in the browser (or selection of an item from the
    history
    list). I suspect that this has something to do with the session id being
    cached
    or something, but I'm not sure? Can anyone offer any assistance on this
    one?
    Also, does anyone know of a way of preventing the user from bookmarking
    this container
    provided login page as this also seems to be causing problems for users.
    If they
    bookmark the first protected page of the application all is fine, but
    if they
    bookmark the login page they receive the 403 error.
    Thanks in advance!

  • Can't send data after updating to 5.1 SP5 : "SendGovernor failed"

    Hi,
    I updated from 5.1 SP3 to SP5, followed the migration steps (saving each apps).
    When I want to send data in my application, I get a Send Governor Error : "CommitTrans::Send through SendGovernor failed;".
    It works fine in ApShell.
    Any idea ?
    Thanks
    Arnaud

    After upgrade you have save all the application to complete the upgrade.
    Also I suggest to process all dimensions because usually that error message is coming when something is not consistent in your appset.
    If this will not solve your issue then I suggest to go into C:\BPC\websrvrs\Logging and to check that logs because the information from there can be very usefull.
    Regards
    Sorin Radulescu

  • Need Help..!! Loading Data Using Outline Load Utility - No Data

    Hi All,
    I've tried to load data using Outline Load Utility but the data is not loaded into my Essbase.
    Here are the step what I've done :
    1. In planning, Administration > Data Load Settings
    - Entity as the data load dimension,
    - Account as the driver dimension and selected Rental, test_desc as the member
    2. The .csv file
    Entity, Rental, test_desc, Point-of-View,Data Load Cube Name
    TLT, 100, 100, "FY11,Plan,Working,No Product,No Condition Type,No Vehicle Type,No Term Period,No Term,No Movement, Local, Apr", Retail
    3. Run the Outline Load through cmd
    E:\Oracle\Middleware\user_projects\epmsystem1\Planning\planning1>OutlineLoad /A:PLNDEV /U:xyz /M /N /I:E:/testload.csv /D:Entity /L:E:/OutlineLogs /X:E:/outlineLoad.exc
    and below it the OutlineLogs :
    [Mon Jul 25 04:01:42 PDT 2011]Successfully located and opened input file "E:\testload.csv".
    [Mon Jul 25 04:01:42 PDT 2011]Header record fields: Entity, Rental, test_desc, Point-of-View, Data Load Cube Name
    [Mon Jul 25 04:01:42 PDT 2011]Located and using "Entity" dimension for loading data in "PLNDEV" application.
    [Mon Jul 25 04:01:42 PDT 2011]Load dimension "Entity" has been unlocked successfully.
    [Mon Jul 25 04:01:42 PDT 2011]A cube refresh operation will not be performed.
    [Mon Jul 25 04:01:42 PDT 2011]Create security filters operation will not be performed.
    [Mon Jul 25 04:01:42 PDT 2011]Examine the Essbase log files for status if Essbase data was loaded.
    [Mon Jul 25 04:01:42 PDT 2011]Planning Outline load process finished (with no data load as specified (/N)). 1 data record was read, 1 data record was processed, 1 was accepted, 0 were rejected.
    No data rejected there, but when I tried to retrieve the data from my Planning Form or Essbase Add-In, there is no data.
    Do I miss something in my step above..??
    Please advise.
    Thanks.
    Regards,
    VieN

    Hi John,
    thanks for reply..
    I'm not check the essbase log yet..
    From the OutlineLogs (Planning Outline load process finished (with no data load as specified (/N)). 1 data record was read, 1 data record was processed, 1 was accepted, 0 were rejected.), it doesn't mean the data successfully loaded, isn't it...??
    Thanks.
    Regards,
    VieN

  • Can portal session cookies be used between two data centers

    OAS generates the following header information and session information for my application. However when I need to failover the originating OAS datacenter into my hot stand-by for maintenance or upgrades, the OAS in the other datacenter responds with a 503 web error. We are using Akamai's GTM to manage the liveness of the datacenter, so we would need the hot stand-by OAS portal in that datacenter to return a 302 error code. Is there some method that we can add to our portal application which would always return a 302 error code.
    See header information collected through wfetch. The 503 error is caused by the hot stand-by data center not accepting or recognizing the cookie. Both OAS datacenters are IDENTICAL in Oracle levels, application levels, web servers, portals and OS patches.
    resolve hostname "170.107.183.32"WWWConnect::Connect("170.107.183.32","80")\nsource port: 2182\r\n
    GET /portal/pls/portal/PORTAL.wwsec_app_priv.login?p_requested_url=%2Fportal%2Fpls%2Fportal%2FPORTAL.home&p_cancel_url=%2Fportal%2Fpls%2Fportal%2FPORTAL.home HTTP/1.1\r\n
    Accept: */*\r\n
    Accept-Language: en-us\r\n
    Accept-Encoding: gzip, deflate\r\n
    User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.0.3705; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30)\r\n
    Host: www.thomson-pharma.com\r\n
    Connection: Keep-Alive\r\n
    Cookie: ORA_WX_SESSION="10.225.8.30:80-1#2"; portal=9.0.3+en-us+us+AMERICA+3D66674E7EED0801E04400144F41424E+BBAA98EEB32D58C086231A8D6CBE2E5D402D89B0E79D83A18C668BB0CA7417B4044DEA389C8B50DD37D9272A24B4753B22F29978861DE14503F8B9BEDC2014654B26A434CF074F4D8749B88610ADADF5084A90ADBF749E2A; DATACENTER=EAGAN\r\n
    \r\n
    HTTP/1.1 503 Service Unavailable\r\n
    Cache-Control: private\r\n
    Content-Type: text/html\r\n
    Set-Cookie: ORA_WX_SESSION="10.237.138.33:80-1#2"\r\n
    Set-Cookie: portal=; expires=Wednesday, 27-Dec-95 05:29:10 GMT; path=/\r\n
    Connection: Keep-Alive\r\n
    Keep-Alive: timeout=5, max=999\r\n
    Server: Oracle-Application-Server-10g/10.1.2.0.2 Oracle-HTTP-Server OracleAS-Web-Cache-10g/10.1.2.0.2 (N;ecid=208440262161,0)\r\n
    Content-Length: 710\r\n
    Date: Fri, 26 Oct 2007 14:58:07 GMT\r\n
    \r\n
    Thanks -John

    Hi John,
    This question is probably more appropriate in one of the Portal forums, but perhaps you can take a look at the information in section C.5 Configuring the Portal Session Cookie in Appendix C of the Portal Configuration guide.
    Here is a link: http://download.oracle.com/docs/cd/B14099_19/portal.1014/b19305/cg_app_c.htm#sthref1907
    Regards,
    Peter

  • Problem with showModalDialog whenever server sends a new session cookie

    Hi,
    In our application we display a pdf to the user in a modal dialog whenever he clicks on the view button. We use siteminder for authentication.
    Only on certain machines we sporadically get a blank modal dialog instead of the pdf. I used HttpAnalyzer to check on the HTTP requests and response. I found that whenever in case of a call to DisplayPDFServlet(see the code below to understand the calls) the siteminder does a "Set-Cookie" in the response, I get a blank modal dialog and the Response content is empty.
    I tried to match my IE setting with the machines which do not have this problem, but it has been of no use.
    The view action is handled in the code as follows:
    1. Call a struts action class which fetches the pdf and puts it in session.
    2. In the jsp to which the control is now directed to, we have an object tag wherein the value is a call to a servlet which gets the pdf from the session and writes it to the outputstream
    Object tag in the jsp:
    <object id="demo" classid="clsid:CA8A9780-280D-11CF-A24D-444553540000" width="750" height="530">
                             <param name="SRC" value="servlet/com.dcs.century21.display.util.DisplayPDFServlet?<%=System.currentTimeMillis()%>">
                        </object>
    Servlet Code
    public void doPost(
              HttpServletRequest request,
              HttpServletResponse response)
              throws ServletException, IOException
              HttpSession session = request.getSession();
              response.setHeader("Cache-Control", "no-cache"); //HTTP 1.1
              response.setHeader("Pragma", "no-cache"); //HTTP 1.0
              response.setDateHeader("Expires", 0);
              //prevents caching at the proxy server          response.setContentType("application/pdf");
              response.setHeader("Content-Type", "application/pdf");
              response.setHeader(
                   "Content-Disposition",
                   "inline;filename=somepdf.pdf");
              java.io.OutputStream outputStream = response.getOutputStream();
              if (session.getAttribute("contractDocumentByteData") instanceof byte[])
                   byte[] data =
                        (byte[]) session.getAttribute("contractDocumentByteData");
                   if (data != null)
                        response.setContentLength(data.length);
                        session.removeAttribute("contractDocumentByteData");
                        outputStream.write(data, 0, data.length);
                   outputStream.flush();
                   outputStream.close();
    Please Help!!!
    Vinay

    Hi
    I tried appending a "\n" to the end of the string, this didn't work. But, it seemed that using out.println(text) instead of out.print(text) when sending the message through the socket solved the problem.
    Thanks a lot for the tip!
    CK

Maybe you are looking for

  • How to delete the a folder in the favorites file, macintosh hd

    When i want to delet a file i accidently put in the favorites folder on machintosh hd it won't delete!! Someone pls help   

  • How to get Lion off my computer and go back to Snow Leopard???

    How do I get rid of Lion and go back to Snow Leopard PERMANENTLY? I am not techno. I need simple instructions with plain descriptions. I do not have any discs. The iMac came with Snow Leopard and I loaded NOTHING. I should never have bought  Lion. It

  • Finally updated to iTunes 11.1.3 and now TV shows will not play?

    With the HD videos, it says "This movie can be played only on displays that support HDCP (High-bandwidth Digital Content Protection)." With the SD videos, the audio plays, but the video is just scrambled colours. Is there any way to fix this, or remo

  • CLEARING DP VIA MIRO VS F-54

    DEAR GURUS, i have question about DP clearing. here the case: 1. i clear DP and the invoice through f-54 and input the invoice number. and the result in FBL1N is there are 2 open items, DP     and   Invoice which have the same assignment. that helps

  • IPhoto disk space full - but all photos have been deleted

    Several days ago I transferred all photos/videos from iPhoto to an external hard drive.  I deleted everything in iPhoto, emptied the iPhoto trash.  However, when I attempt to store a photo in the "empty" iPhoto, this message comes up: "The disk conta