Request - Prepopulate a Child

Hi, I'm using OIM 11g R1
Can I prepopulate a childForm on a Provision Resource request?
I can populate a field on the parent form but now I need prepopulate the request with a Child.
It's possible?
How can I do it?
TKS

No you can't.  But you can use a Request Validation Handler to populate it however you want and submit.
-Kevin

Similar Messages

  • Parent Request Completes before child

    Hi All,
    I have created a UNIX shell script that calls a sql script and it submits 3 concurrent request. The UNIX shell completes before the 3 concurrent request and i can not move my log files in the specific folder as they are not created till now.
    Is there a way, that i can make the UNIX shell script as pending until the 3 concurrent request gets over?
    I thought of creating another shell script that will be called after the 3 concurrent requests but i think there should be a better way of doing this.
    Any idea would be really appreciated.....
    TX
    K

    the only way to be certain that the database save is complete, is to return from that call.
    So it could return a page with an onload event which closed the child window, and refreshed the parent pane.
    ie
    rather than doing
    save()
    reloadParent()
    close()do
    save()
    (save call returns with html page to child window)
    (onload event of this form: )
    reloadParent();
    close();

  • Where can I go to see request from a child family sharing

    SSon sent me a request and I missed it. Where do I go to answer it?

    What update ?
    Firefox 29 had an update
    * www.mozilla.org/en-US/firefox/29.0.1/releasenotes/
    Firefox 30 has not (yet) {mostrecent versions have had an update)
    * www.mozilla.org/en-US/firefox/30.0.1/releasenotes/ {NOT FOUND
    Or do you mean the update to Firefox 30 from fx29.0.1 if so that is
    * http://www.mozilla.org/en-US/firefox/30.0/releasenotes/
    ** https://developer.mozilla.org/docs/Mozilla/Firefox/Releases/30
    ** [https://bugzilla.mozilla.org/buglist.cgi?j_top=OR&f1=target_milestone&o3=equals&v3=Firefox%2030&o1=equals&resolution=FIXED&o2=anyexact&query_format=advanced&f3=target_milestone&f2=cf_status_firefox30&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&v1=mozilla30&v2=fixed%2Cverified&limit=0 buglist]

  • Auto creation of child requests when parent request has more than one group

    Hi,
    I have created a request dataset which has a child form for AD Group. While raising a request, if I add more than one group, how to process the approval flow. Because I will be having different different approvers for different different groups. Is there any way to create child requests automatically when we submit a request with more than one group? I am using OIM 11.1.1.5.0.
    I know in OIM 11g, whenever user raises request for more than one beneficiary/target-resource then OIM breaks that request into Child Requests. But this is not happening when I add more than one group in the same resource. Do I need to write my own code for DataValidator to split parent request into child requests upon validating child form? If so, is it going to impact the existing feature which is creating child request when parent has more than one user/resource.
    Please let me know.

    No not possible OOTB in current version. Check {thread:id=2318652} for more information.
    -Bikash

  • Parent/Child requests in error

    Hi,
    I am actually working on a custom interface where I will have to pause the parent request when the child requests are running.
    APPS.FND_SUBMIT.submit_program (
    application => r_stage_program.application_short_name
    , program     => r_stage_program.concurrent_program_name
    , stage => r_stage_program.stage_name
    , argument1   => l_arguments(1)
    , argument2   => l_arguments(2)
    , argument3   => l_arguments(3)
    APPS.FND_CONC_GLOBAL.set_req_globals( conc_status => 'PAUSED'
    , request_data => l_user_request_set_name );
    When I am using these codes in the custom package, it says No Active Manager and the parent request is terminating in Error.
    Questions:
    Is there a child concurrent manager that should be activated to avoid the “No Manager” warning?
    Is there another example where the PAUSED request is used ?
    I got the example below from Oracle. The problem is that it is terminating in “Error” for the parent request and it is indicating “Inactive” / “No Manager” for the child requests.
    * This is sample PL/SQL concurrent program submits 10
    * sub-requests. The sub-requests are submitted one at a
    * time.  Each time a sub-request is submitted, the parent
    * exits to the Running/Paused state, so that it does not
    * consume any resources while waiting for the child
    * request, to complete.  When the child completes the
    * parent is restarted.
    create or replace procedure parent  (errbuf out varchar2,
    retcode   out number) is
       i number;
       req_data varchar2(10);
       r number;
    begin
       -- Read the value from REQUEST_DATA.  If this is the
       -- first run of the program, then this value will be
       -- null.
       -- Otherwise, this will be the value that we passed to
       -- SET_REQ_GLOBALS on the previous run.
       req_data := fnd_conc_global.request_data;
       -- If this is the first run, we'll set i = 1.
       -- Otherwise, we'll set i = request_data + 1, and we'll
       -- exit if we're done.
       if (req_data is not null) then
    i := to_number(req_data);
    i := i + 1;
    if (i < 11  ) then
    errbuf := 'Done!';
    retcode := 0 ;
    return;
    end if;
       else
    i := 1;
       end if;
       -- Submit the child request.  The sub_request parameter
       -- must be set to 'Y'.
       r := fnd_request.submit_request('FND', 'CHILD',
    'Child ' || to_char(i), NULL,
    TRUE, fnd_conc_global.printer);
       if r = 0 then
         -- If request submission failed, exit with error.
         errbuf := fnd_message.get;
         retcode := 2;
       else
         -- Here we set the globals to put the program into the
         -- PAUSED status on exit, and to save the state in
         -- request_data.
        fnd_conc_global.set_req_globals(conc_status => 'PAUSED',
    request_data => to_char(i));
        errbuf := 'Sub-Request submitted!';
        retcode := 0 ;
       end if;
       return;
    end; 
    Can anyone help please if they have encountered this kind of problem?
    Thank you in advance.
    Regards,
    Yuvraj

    Hi Asif,
    I can submit other programs successfully.
    Please find the SQL extraction below:
    Conflict Resolution Manager
    1
    1
    Internal Manager
    1
    1
    Scheduler/Prereleaser Manager
    1
    1
    Standard Manager
    8
    8
    PO Document Approval Manager
    2
    2
    Receiving Transaction Manager
    1
    1
    PA Streamline Manager
    1
    1
    Inventory Manager
    1
    1
    INV Remote Procedure Manager
    1
    1
    Workflow Agent Listener Service
    1
    1
    Workflow Mailer Service
    1
    1
    Transportation Manager
    0
    0
    WMS Task Archiving Manager
    0
    0
    C AQCART Service
    0
    0
    Session History Cleanup
    1
    1
    UWQ Worklist Items Release for Crashed session
    1
    1
    SFM Controller Service
    0
    0
    SFM Order Queue Service
    0
    0
    SFM Work Item Queue Service
    0
    0
    SFM Fulfillment Actions Queue Service
    0
    0
    SFM Fulfillment Element Ready Queue Service
    0
    0
    SFM Event Manager Queue Service
    0
    0
    SFM Inbound Messages Queue Service
    0
    0
    SFM Timer Queue Service
    0
    0
    SFM Application Monitoring Service
    0
    0
    SFM SM Interface Test Service
    0
    0
    OAM Metrics Collection Manager
    1
    1
    Workflow Document Web Services Service
    1
    1
    Marketing Data Mining Manager
    0
    0
    Output Post Processor
    1
    1
    FastFormula Transaction Manager
    0
    0
    Regards,
    Yuvraj

  • How to monitor child request for concurrent?

    Hi,
    User shedules concurrent request. that request completed but child requests are runnig. how to identify child requestes for that concurrent program
    apps version=11.5.10
    db version=10.1.5
    thanks in advance

    Taher,
    I have doubt on this. Can the parent request be completed without completing child requests.No.
    Regards,
    Hussein

  • Direct DB request with go url

    Hi Gurus,
    I have a parent report and a child report.
    The child report is a Direct database request with no reference to any tables in the RPD.
    Now I want to use go url to pass the values to the direct database request. Is this feasible?
    Thanks,
    Deep

    Hello Gurus,
    Any help on this issue i would appreciate it?
    We have a parent request and a child request. The challenge is to pass parameters to child request which is a direct database request. Kindly help.l
    thanks,
    Deep

  • Forwarding PnP events to child device from root-enum sw driver.

    Hi All.  We have a kmdf software root-enumerated driver that creates a child device (think Toaster).  When 1 or more instances of our hardware appears, the sw-root creates an aggregate hardware abstraction and creates a child device (and kmdf queue)
    for which a a portcls-derived miniport (think MSVAD) is loaded by PnP.  When the physical hardware goes away, the sw-root does all of the WdfChildListxxx "mark missing" stuff and the PDO is marked for deletion and eventually removed so long
    as the miniport is not actively streaming.  When streaming, the miniport hangs and the PDO is marked for deletion but never moves any further, I am assuming because portcls doesn't get any notification (power events) to tell it that it needs to purge
    IO and unload.  I do see that in the non-streaming scenario, the PDO's PointerCount is 1 when after the sw-root marks the child missing versus 3 in the streaming case.  My hope is that if I can give portcls (the miniport) the appropriate power events,
    it may do the right thing, and at least know to purge the stream, then unload.  
    So... My question concerning wdf is: 
    Do I need to generate and send power IRPs to the child PDO (aka the portcls-miniport driver for the child PDO) because it sits atop a sw-root driver with no real power IRPs, and if so, how does one accomplish that?  
    Thanks!

    no, you don't want to send power requests to the child stack, portcls is the power policy owner, not your bus driver. Is your miniport failing rendering requests when it is marked for removal? A normal hw based miniport would and that is probably what
    is telling the port driver to notify whomever has open handles that the device is gone. If the miniport is not failing requests, you may have to create a private communication channel between it and the pdo to indicate removal and start failing
    d -- This posting is provided "AS IS" with no warranties, and confers no rights.

  • Sum child list items and update parent total using javascript

    I have a SharePoint 2010 Parent/Child list setup using a lookup field to join both the lists, this is working well.
    The Parent list contains requisition requests and the child list contains related item details. Each of the related child list items has a 'Line Item Total' field. I need to aggregate the Line Item Totals in the child list and place the result in a 'Requisition
    Total' in the parent. So for any given parent record the sum of it's related child 'Line Item Totals' is reflected in the 'Requisition' total in the parent row.
    I am struggling with the JavaScript code below. I am trying to aggregate Line Item Totals for a given Requisition#? Could someone please review and advise?
    <script language="javascript" src="/Purchasing/Documents/jquery-1.8.2.js" type="text/javascript"></script>
    <script language="javascript" src="/Purchasing/Documents/jquery.SPServices-2014.01.min.js" type="text/javascript"></script>
    <script>
    $(document).ready(function()
     $('select[title=Requisition#]').children().attr('disabled',true);
     $("input[title='Old Amount']").attr("readonly","true").css('background-color','#F6F6F6');
       // Retrieve the name of the selected parent item.
       var strParent=$("select[title$='Requisition#'] :selected").text(); 
     splist li = web.lists["ReqDetails"]; // This is the child list
        spquery q = new spquery();
        q.Query= "<Where>" +
         "<And>" +
          "<Neq>" +
           "<FieldRef Name='ID'/><Value Type='Number'>0</Value>" +
          "</Neq>" +
          "<eq>" +
           "<FieldRef Name='LinkID'/><Value Type='Number'>ReqID</Value>" +
          "</eq>" +
         "<And>" +
        "</Where>" +
        "<OrderBy>" +
         "<FieldRef Name='LineItemTotal'/>" +
        "</OrderBy>"
        q.ViewFields = string.Concat("<FieldRef Name='LineItemTotal' />");
        q.ViewFieldsOnly = true; // Fetch only the data that we need
        splistitemcollection items = li.getitems(q);
        foreach(SPListItem item in items)
        sum += parseInt(item["LineItemTotal"], 10);
      alert(sum)
     </script>
    Rick Rofe

    I do something similar for a PO Header/PO Detail set of lists. I use SPServices to pull the data.
    I put this code in the child edit page - so any time any child is edited, the parent is updated. I get all children records and total them up (except for the item I'm displaying at the current time. I add that value in directly from the form itself.
    <script type="text/javascript" src="/Javascript/JQuery/JQueryMin-1.11.1.js"></script>
    <script src="/Javascript/JQuery/jquery.SPServices-2014.01.min.js"></script>
    <script>var poNumber = '';
    var poDetailID = '';
    $(document).ready(function() { var queryStringVals = $().SPServices.SPGetQueryString();
    poNumber = queryStringVals["PO"];
    poDetailID = queryStringVals["ID"];
    function PreSaveAction() {
    // update the PO header with the total of all items + shipping + adjustments
    var query = "<Query><Where><And><Eq><FieldRef Name='Title' /><Value Type='Text'>" + poNumber + "</Value></Eq><Neq><FieldRef Name='ID' /><Value Type='Counter'>" + poDetailID + "</Value></Neq></And></Where></Query>";
    var viewFields = '<ViewFields><FieldRef Name="Total" />';
    viewFields += '</ViewFields>';
    var poTotal = 0.00;
    $().SPServices({
    operation: "GetListItems",
    async: false,
    listName: "PO Details",
    webURL: "/po",
    CAMLViewFields: viewFields,
    CAMLQuery: query,
    completefunc: function (xData, Status) {
    //alert(xData.responseText);
    $(xData.responseXML).SPFilterNode('z:row').each(function() {
    if($(this).attr("ows_Total")) {
    //alert($(this).attr("ows_Total"));
    poTotal += Number(parseFloat($(this).attr("ows_Total").split(";#")[1],2).toFixed(2));
    // add in this changed line (we skipped it above)
    var qty = $('input[title="Quantity Ordered"]').val();
    var price = $('input[title="Price"]').val().replace(',','');
    var extend = Number(qty)*Number(price);
    poTotal += extend;
    //alert(poTotal);
    // update the PO Header
    $().SPServices({
    operation: "UpdateListItems",
    async: false,
    listName: "Purchase Orders",
    webURL: "/po",
    ID: poID,
    valuepairs: [["Total", poTotal]],
    completefunc: function (xData, Status) {
    //alert(xData.responseText);
    $(xData.responseXML).SPFilterNode('z:row').each(function() {
    return true;
    Robin

  • Query to find the long running concurrent requests morethan 2 hours

    Can any one please provide the " Query to find the long running concurrent requests which are running more than 2 hours"

    You need to find the different between the current time/date and FND_CONCURRENT_REQUESTS.ACTUAL_START_DATE for the running requests.
    More details can be found in the following notes:
    Note: 187504.1 - bde_request.sql - Process and Session info for one Concurrent Request (11.5)
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=187504.1
    Note: 134035.1 - ANALYZEREQ.SQL - Detailed Analysis of One Concurrent Request (Release 11 and up)
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=134035.1
    Note: 751438.1 - How To Check List , Start And End Dates Of A Parent Concurrent Request And All Childs
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=751438.1

  • Cannot run a concurrent request.

    Hi everyone.
    I've been trying to execute a concurrent request, with no luck.
    It's a concurrent request that calls a procedure within a package and then
    that called procedure will execute itself two more concurrent request.
    First 'child' request runs well and ends as Completed Normal.
    and the second one is just not executed.
    I have isolated these two concurrent request and both ran well.
    The following is an abstract of my code.
    PROCEDURE extraccion_factura_ar ( ....) IS ....
    -- conc_genera_xml is a procedure which in it assigns a layout and submits the request,
    conc_genera_xml
    (v_errbuf,
    v_retcode,
    v_request_id_2,
    v_comp_seq,
    v_folio,
    Fnd_File.put_line (Fnd_File.LOG,
    'Concurrente de Generacion XML: '
    || vcomprobantes.trx_number
    || ' Request Id XML: '
    || v_request_id_2
    Fnd_Concurrent.wait_for_request (v_request_id_2,
    10,
    0,
    v_phase,
    v_status,
    v_dev_phase,
    v_dev_status,
    v_message
    -- conc_pagare works similarly asconc_genera_xml procedure.
                   conc_pagare
    (v_errbuf,
    v_retcode,
    v_request_id_3,
    v_comp_seq,
    v_folio
    Fnd_File.put_line (Fnd_File.LOG,
    'Concurrente de Pagare: '
    || vcomprobantes.trx_number
    || ' Request Id XML: '
    || v_request_id_3
         v_resultado :=
    Fnd_Concurrent.wait_for_request (v_request_id_3,
    10,
    0,
    v_phase,
    v_status,
    v_dev_phase,
    v_dev_status,
    v_message
    For additional info: This procedure was woking fine, only thing I added was the procedure calling to conc_pagare
    Thanks in advance.

    First of anything thanks for replying.
    Excuse me for not posting in the right place.
    Well, the OPP showed 'Start of root element expected'.
    I just wanted to share my solution, according to the piece of code
    i posted above, I just took out the second wait for request sequence
    and it worked beautifully.
    Thank you all.

  • Transport Request for ztable

    Hi Friends,
    i am delete the Domain for a Field to a ztable and adding the new Domain..that time it asking the New Request Num..
    when i am adding the new entries for that that field
    again it is asking New Request Num..
    when i am  saving  the add entries Request Domain  request(Trasport). it is not supporting ??
    genarally when we create a ztable.. table Request different and entries request is diffrent..
    help me.
    regards,

    Hi,
    Create a dummy request in SE09.
    and go to request menu and create a dummy request.Select the child request and add the property as R3TR and object as TABU.and send the table contents.
    I think it vl helps u.
    Regards,
    R.P.Sastry

  • Doubts about HTTPS requests and Java proxy

    Hello,
    I need help about SSL connections and Java.
    I'm developing a HTTP/S proxy with Java. To test my proxy, I use Firefox. I configure the proxy option in the browser. The proxy works good with HTTP requests, but with HTTPS requests doesn't work and I don't know why.
    I explain the steps that I do for a HTTPS request:
    * The browser sends a CONNECT message to the proxy.
    I check that the proxy receives the CONNECT request correctly.
    * The proxy establish a secure connection with the content server.
    I use an SSLSocket to connect with my content server, and the SSL handshake is succesful.
    * The proxy sends a 200 HTTP response to the client:
    I send
    HTTP/1.0 200 Connection established[CRLF]
    [CRLF]
    to the application client (Firefox)
    * The proxy sends/receive data to/from Firefox/content server
    I have a Socket between Firefox and my proxy, and a SSLSocket between my proxy and my content server. I use two threads to communicate the client and the server.
    Java code:
    //Thead server-->proxy-->application(Firefox)
    ThreadComm tpa = new ThreadComm(bis_serverSSL, bos_app);
    //Thread application(Firefox)-->proxy-->server
    ThreadComm tap = new ThreadComm(bis_app, bos_serverSSL);
    The "tpa" thread reads from the SSLSocket between the proxy and the server and sends data to the Socket between the proxy and Firefox.
    The "tap" thread reads from the Socket between the proxy and Firefox and sends data to the SSLSocket between the proxy and the server.
    This is the class ThreadComm:
    public class ThreadComm extends Thread{
        private BufferedInputStream bis = null;
        private BufferedOutputStream bos = null;
        public ThreadComm(BufferedInputStream bis, BufferedOutputStream bos) {
            this.bis = bis;
            this.bos = bos;
        @Override
        public void run() {
            int b = -1;
            FileOutputStream fos = null;
              do {
                   try {
                        b = bis.read();
                        System.out.print((char) b);
                        fos.write(b);
                        bos.write(b);
                        bos.flush();
                   } catch (Exception ex) {
                        Logger.getLogger(ThreadAplicacionProxy.class.getName()).log(Level.SEVERE, null, ex);
                        //b=-1;
              } while (b != -1);
        }But this doesn't work and I don't know why.      
    I have an Apache server with the mod_ssl enabled as content server, I can send requests (with Firefox) to the port 80(HTTP request) and 443(HTTPS request) without use my proxy and it works. If I use my proxy, HTTP request works but with HTTPS request doesn't work, I look the log of Apache and I see:
    [Tue Apr 27 17:32:03 2010] [info] Initial (No.1) HTTPS request received for child 62 (server localhost:443)
    [Tue Apr 27 17:32:03 2010] [error] [client 127.0.0.1] Invalid method in request \x80\x7f\x01\x03\x01
    [Tue Apr 27 17:32:03 2010] [debug] ssl_engine_kernel.c(1770): OpenSSL: Write: SSL negotiation finished successfully
    [Tue Apr 27 17:32:03 2010] [info] [client 127.0.0.1] Connection closed to child 62 with standard shutdown (server localhost:443)
    Why it say? Invalid method in request \x80\x7f\x01\x03\x01 , my proxy sends the data that the Firefox sends.
    I think than I have follow the explanations of [1] but doesn't work, I have problems in implementation in Java but I don't know where.
    I appreciate any suggestions.
    Thanks for your time.
    [1] http://www.web-cache.com/Writings/Internet-Drafts/draft-luotonen-web-proxy-tunneling-01.txt

    ejp, I have checked the socket between the proxy and server and ... You are right! , I was using the port 80 instead of the 443 (incredible mistake!, I'm sorry). I was convinced that I was using the port 443... Well, is a little step, but I still have not won the war :)
    If I see the log files of Apache, We can see that something goes wrong.
    localhost-access.log
    >
    127.0.0.1 - - [04/May/2010:17:44:48 +0200] "\x 80\x 7f\x01\x03\x01" 501 219
    >
    localhost-error.log
    >
    [Tue May 04 17:44:48 2010] [info] Initial (No.1) HTTPS request received for child 63 (server localhost:443)
    [Tue May 04 17:44:48 2010] [error] [client 127.0.0.1] Invalid method in request \x80\x7f\x01\x03\x01
    [Tue May 04 17:44:48 2010] [debug] ssl_engine_kernel.c(1770): OpenSSL: Write: SSL negotiation finished successfully
    [Tue May 04 17:44:48 2010] [info] [client 127.0.0.1] Connection closed to child 63 with standard shutdown (server localhost:443)
    >
    I think that this happens because Apache receives the data without decrypt, this is the reason because in the log we can see the "Invalid method in request \x80\x7f\x01\x03\x01". This supposition is true?
    ejp, you say that the "Termination is quite tricky." I have changed my code following yours suggestions (using the join and the shutdownOutput) but the threads don't die.
    I explain you what I do:
    (in time 1)
    I launch the thread (threadFirefoxToApache) that reads data from Firefox and sends to Apache.
    I launch the thread (threadApacheToFirefox) that reads data from Apache and sends to Firefox.
    (in time 2)
    threadFirefoxToApache sends the firts data to the server.
    threadApacheToFirefox is waiting that the server says something.
    (in time 3)
    threadFirefoxToApache is waiting that Firefox says something.
    threadApacheToFirefox sends data to Firefox.
    (in time 4)
    threadFirefoxToApache is waiting that Firefox says something.
    threadApacheToFirefox is waiting that Firefox says something.
    and they are waiting... and never finish.
    In time 2, these first data are encrypted. The server receives these data and It doesn't understand. In time 3, the server sends a HTTP response "501 Method Not Implemented", here there is a problem because this data must be encrypt. According to the documentation that I read, the proxy cannot "understand" this data but I can "understand" this data. What's happen?
    Firefox encrypt the data and send to the proxy. This It's correct.
    The proxy encrypt the data another time, because I use the SSLSocket to send the data to the server. Then the server receives the data encrypted two times, when decrypt the data gets the data encrypted one time. And this is the reason why the server doesn't understand the data that sends Firefox. It's correct? May be.
    Then If I want that the server receives the data encrypted one time I need to use the socketToServer, It's correct?
    I will supposed that yes. If I use the socketToServer, the proxy doesn't understand nothing, because the data received from the socketToServer are encrypted (I only see simbols), but the Apache log says that there is a problem with the version? (If I use the socketToServer the threads die)
    >
    [Tue May 04 19:55:42 2010] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: SSLv3 read finished A
    [Tue May 04 19:55:42 2010] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: SSLv3 write change cipher spec A
    [Tue May 04 19:55:42 2010] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: SSLv3 write finished A
    [Tue May 04 19:55:42 2010] [debug] ssl_engine_kernel.c(1760): OpenSSL: Loop: SSLv3 flush data
    [Tue May 04 19:55:42 2010] [debug] ssl_engine_kernel.c(1756): OpenSSL: Handshake: done
    [Tue May 04 19:55:42 2010] [info] Connection: Client IP: 127.0.0.1, Protocol: TLSv1, Cipher: RC4-MD5 (128/128 bits)
    [Tue May 04 19:55:42 2010] [debug] ssl_engine_io.c(1817): OpenSSL: read 5/5 bytes from BIO#29bd910 [mem: 29ea0a8] (BIO dump follows)
    [Tue May 04 19:55:42 2010] [debug] ssl_engine_io.c(1750): -------------------------------------------------------------------------
    [Tue May 04 19:55:42 2010] [debug] ssl_engine_io.c(1789): | 0000: 80 7f 01 03 .... |
    [Tue May 04 19:55:42 2010] [debug] ssl_engine_io.c(1793): | 0005 - <SPACES/NULS>
    [Tue May 04 19:55:42 2010] [debug] ssl_engine_io.c(1795): ------------------------------------------------------------------------
    [Tue May 04 19:55:42 2010] [debug] ssl_engine_kernel.c(1770): OpenSSL: Write: SSL negotiation finished successfully
    [Tue May 04 19:55:42 2010] [info] [client 127.0.0.1] SSL library error 1 reading data
    [Tue May 04 19:55:42 2010] [info] SSL Library Error: 336130315 error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
    [Tue May 04 19:55:42 2010] [debug] ssl_engine_kernel.c(1770): OpenSSL: Write: SSL negotiation finished successfully
    [Tue May 04 19:55:42 2010] [info] [client 127.0.0.1] Connection closed to child 63 with standard shutdown (server localhost:443)
    >
    What option is the correct? I need use the SSLSocketToServer or socketToServer to send/read the data to/from the server?. Use the SSLSocket has sense because the data travel in a secure socket, but use the Socket also has sense because the data are encrypted and they are protected by this encription. It's complicated...

  • How To link stages based on warning of the another request set

    Hi,
    i have a request set which consists of two concurrent programs with two different stages
    my requirement is
    when the first request in the request set fires it will runs child requests from based on the first request
    based on the out put of the child requests which are submitted by the first request in the set
    if any child requests completes with status warning at that tym i need to execute the second request set
    or
    let the first requests completes with all the child requests and the child requests will updates some values in the DB
    based on the new values i need to run the second request in the request set for this case how can i link the stages
    Regards
    DRK

    Once you create the request set using the request set wizard, click on Link stages where you can setup the which stage/program to run in case of warning/error.
    Also check the 'Return value of this stage affects the set outcome' check box on the Stage button.

  • How to delegates the event to child component

    I have created one container custom component, that container component has two custom component as child. If i click any button in child custom component, then container custom component's decode method is called. how can i delegates that request to that child's decode method.

    It can be lots of fun to,
    check some of the tutorial video's on Adobe
    http://tv.adobe.com/product/flex/
    download tourdeflex lots of examples to look through
    www.adobe.com/devnet/flex/tourdeflex/
    a great reference to dozens of code examples
    http://blog.flexexamples.com
    And of course the forums when you run into trouble.
    David

Maybe you are looking for

  • Version Management

    Dear Sirs, We have activated version management for purchase orders.  Purchase Orders are made in the system and printout of the same are being taken from the print preview screen before the release of the PO. If some changes are made in the PO after

  • Problem In Variable Offset BI 7.0

    Hi,   In SAP BI 7.0   i have cerated a variable on Posting date with Interval now i have to restrict that with  Variable off set 0 and -7, For that  Under Show dropdown list i have selected Valuranges.  and in next dropdown box i have selected betwee

  • Default data coming in PO

    Hi, I have one problem.....I have craeted PO with few condition types.....Now i enetred value manually in fron of each condition type... Now i saved the PO.. My problem is , the movement i am creating  ainother PO, once i entered vendor and material

  • Trailing sum calculation in ASO

    Hi All, I need to calculate 12 months trailing revenue in a ASO cube. I started working on the member formula and this is what i have for calculating it within one scenario and it is working fine. SUM(TAIL(TUPLERANGE( ([ACCOUNT].[REVENUE],[SCENARIO].

  • In Yosemite OS X Mail, what happened to the Address button in the Toolbar?

    In the Compose window for OS X Mail in Yosemite, I no longer see, and can't seem to provision for, the Address button.