How do i record my RTC Sessions?

Hi,
I have created a new session using the "My Sessions" iView and given it a start time (current time) and an End time (one hour from now).
However, i don't know how to configure the iView so that my RTC session records get saved.
I tried by starting a new Instant Messenger but did not get any prompts to save the session before closing the Instant Messenger window.
Also, i did not see any records in my session.
Please let me know if i need to do any further config.
Regards,
Vibhu

Hi Vibhu,
RTC manage its Instant message sessions internally, and there is no support for saving these session at the moment. There is no connection between the Instance message session and the session you created using the "My session" iView.
If this is an important issue for you, I would suggest opening a feature request on this issue.
Regards,
Hadar

Similar Messages

  • How to I record a FaceTime session on iMac?

    How do I record a FaceTime session on my IMac?  Where is the video stored? On iPhoto? on Quicktime?

    Can I record my FaceTime session?
    Can I record a facetime session?

  • How do I read uncommitted records of another session

    HI
    How do I read uncommitted records from another session in Oracle
    Thanks
    Ashwin

    Ashwin,
    Oh I might as well add my thoughts on this as it is kinda an important subject. I'm sort of a different kind of programmer where there have been several times I have wanted to see the changed results that another session is doing. I agree that the rest of the sessions should not be able to SEE the changes until they are committed. HOWEVER, as some examples show below, I don't see why a custom package can't be developed to allow a different session to be able to query the changed data for a particular SID, or even begin issuing DML commands of their own on this changed data to help change it further.
    In reality, there is no reason why a single (and I emphasize single) session is the only one who can see the changed data. It's the other user sessions that really should wait until all the necessary changes are complete before others can see the changed information. There isn't much point in me trying to explain this in great detail, but overall YES other users should wait until the changes are committed, but NO I do think I should be able to connect to another SIDs sessions and be able to view/perform operations on this changed data.
    There are more than enough examples of why others should wait before changes are committed (which I agree), but as some of these real life examples point out, there is a need to let more than a single session perform such changes, each of which need to see each other's changed data.
    No I am no expert on transaction processing (Andrew knows more for sure), but I've done enough to know as a developer I have a number of times wanted to be able to access/monitor another sessions uncommitted data. I think some records might be viewable using committed AUTONOMOUS_TRANSACTION records, but I've yet to really try it out much.
    Examples where one wants to see others uncommitted data
    (+) Say I want to change a hundred / thousand / million tables for a task. Each of these tables require joins/lookups to see each others data (including the changed records). I'm not going to want to do this with one session. Why can't 10 or a 100 sessions be created to allow complex DML operations to be performed to accomplish a given task. It's like thinking of there is 1 session doing this task, but on the oracle side, there are a unlimited number of SIDs processing (100 sqlplus scripts running), all being able to see the uncommitted data. Once everything is done, then the rest of the sessions can see this information.
    (+) A process is running and is changing records, and I want to monitor its progress or even assist it it's getting behind.
    (+) A real life example I just remembered was a soccer game done overseas where a time zone problem allowed people to still be able to place bets even after the game was over (they still paid people even though they knew the final score which was nice of them). In this case yes a process should have been stopped from allowing bets/inserts to continued, but having a second (or more) processes being able to KNOW for certain that another session is inserting data when it shouldn't be, this is can be stopped. And yes once again you can say one can monitor the sga for the appearance of inserts and stop it and yes remove the insert privs from that user after a certain time (come to think of it that wouldn't have worked since the time was off). But yes a whole slue of other things could have been done to stop this process from recording this information. However, NOT being able to select data from that table where the inserts were going into, until its toooooooooo late, is a real problem. Being able to see uncommitted information is very important if it needs to be stopped.
    Overall I do think there should be something considered to allow to a session to be able to see what data another session is doing, but it's more on the side from administration of the data and the performance required to get a task done, even if it means sharing uncommitted changes between sessions.
    Tyler D.

  • How to handle multiple transaction in session method.

    hi experts.
    please tell me how to<b> write code for multiple transaction</b> in session methods.
    Quest.  -de<b>another question is exactly which method we have to follow , how to</b>decide.
    what r the conditions for selecting which method is suitable for which type of
    transaction.

    hi,
    if you have run time validation while updating the data into SAP R/3 Transaction,then use BDC Call Transaction.
    example : when you load the data into Sales order then you need to load the into Header text of sales order.
    for this ,you have to use Update Mode 'S'.
    it is online update and if you small amount of data ,then prefer this one
    2. If you have huge amount of data and then prefer Session Method.
    we have one more advantage in session method...
    suppose file has 1,00,000 records and the if you use all the records at time,then you will get short dump like system time exceed .
    then you can split the each 10,000 records into one session and will process.
    3. Direct Input method : we prefer this method only few Transaction ,
    this will not applicable to when system has customer fields .
    for session method using multiple transactions.
    Have one BDC_OPEN_GROUP, multiple BDC_INSERT s and one BDC_CLOSE_GROUP.
    You should have multiple BDC_INSERT s for multiple transactions.
    call function BDC_OPENGROUP.
    Build BDC data and cal lBDC_INSERT for transaction 1
    Build BDC data and cal lBDC_INSERT for transaction 2
    Build BDC data and cal lBDC_INSERT for transaction 3
    paas the tcodes to bdc_insert.
    call function BDC_CLOSE_GROUP.

  • How to do screen resolution in session method

    hi guru how to do screen resolution in session method.
    please tell me.
    regards
    subhasis

    Sometime back this is refered in SDN :
    Check table <i>CTU_PARAMS</i> and field <i>DEFSIZE</i> for setting fixed line of table control.
    CALL TRANSACTION 'VA01' USING it_bdcdata
    OPTIONS FROM OPT
    MESSAGES INTO it_mesg.
    opt of type ctu_params.
    WA_CTU_PARAMS-DISMODE = 'N'. "no screen mode
    WA_CTU_PARAMS-UPDMODE = 'S'. "synchronus update
    WA_CTU_PARAMS-NOBINPT = 'X'.
    WA_CTU_PARAMS-NOBIEND = 'X'.
    WA_CTU_PARAMS-DEFSIZE = 'X'. "Default size
    Default size will play good role in terms of resoultion. in one system in table control you can see 10rows, but in others system it will show 20 records. it depends on resoultion. but when you set the default size then it will take same (default screen size) in all the systems when you run BDC.
    Thanks!!

  • How to display records in jsp

    i have 100 records can anybody tell me how i display records 10 at atime in jsp & by clicking the next button another 10 records displays in the same jsp. How i can do that thing.

    You have to implement a page breake yourself.
    Simple scenario would be to store a page number into a session:
    session.setAttribute("page", selectedPage)
    every time user clicks on a next page link
    When displaying the record read the page and display only those which should be on the page
    Integer selectedPage = session.getAttribute("page")
    if (selectedPage == null) selectedPage = 1;
    //display code goes here

  • How can I record the MASTER BUS?

    We use Audition to record programs for airing. I would like to record the output of the effects rack (after applying a limiter, etc). How can I record the output of the Master or other Bus?
    George Weston
    KSFR-FM
    Santa Fe, NM

    You don't actually record it as such - you mix the master output down to a new file, which opens in Edit view where you can save it.
    So in Multitrack view, that's Edit>Mix Down to New File, and select the particular option you want. So if you only want part of a session mixed, then make an appropriate time selection, and select that option.

  • How to run the Batch input session(SM35) in background thru Report program

    Hi Experts,
    I am working in one modification report requirement ,the report is Mass upload will update and run the file via batch input session. The client requirement is to implement the report execution in background mode , the batch input session will process automatically (ie. the job runs the batch input session in background and process the session ends).
    Currently, the report calls SM35 to write a batch input session and the user manually selects the session and record the transactions.
    Once the Transaction enters and the selection-screen inputs are given, then the transaction executed in background mode and all the above batch input process to be implemented.
    Please advise and guide me, how to proceed.
    I need your guidance to proceed via Call transaction using bdcdata statement, if it can be achieved the requirement.
    Thanks & Regards
    San.

    Hi Arabind Prasad,
    Thanks for your inputs.
    I know the process of the report Execution in background and job steps.
    I want the inputs for how to upload thru Batch input session in background job and the session should also processed automatically
    Currently the report logic declared like call transaction 'SM35' and skip first screen.Once the report (tcode) executed (not in background) It writes one session in SM35. The user should select the session and process the transaction manually.
    The new requirement is, if the report (tcode) executes in background mode...what and how the batch input session should be declared and how it process automatically (like you said mode 'N').
    Hope I am clear in my query.
    Please advise.
    Regards
    San.
    Edited by: San Learner on Mar 1, 2011 7:16 PM

  • Maximum records in a session is sm35

    Dear experts,
    am uisng the standard batch input program RFBIDE00 in LSMW to upload customer master data. i have approx 11000 records in my flat file. but when i try to create a session, it is creating three sessions, 5000,5000,1000 and when i check in sm35 am getting three sessions with the same name with 5000,5000,1000 records...how to process all the approx 11000 records in one session using the same LSMW standard program.
    are there any settings that need to be set in LSMW so that it creates a single session with all the records.
    helpful answers to be rewarded for sure.
    with regards,
    sampath.

    http://blogs.msdn.com/b/craigfr/archive/2007/05/16/serializable-vs-snapshot-isolation-level.aspx
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • How do I record sports for one specific team for the channels I subscribe?

    For example, I want to record all the Golden State Warriors games that occur on HDTV or if not available on HDTV then record them on normal TV, without recording blank channels that I are not on my subscription or a lot of superfluous programs that use some of the key words but aren't the game itself. If I record a series for the key word search "Golden State Warriors" or "Golden State" or "Golden State NBA" I miss games, record some non-game programs, or record channels that are blacked out to me.  I could do more selective searches with TiVo so that I just got the games I wanted, but I can't find enough granularity in the Comcast DVR system to record Warriors, Giants, or 49ers games.  The closest I can come is to save these searches, and every few days sit down and manually scan through all the items the return and select the right ones!  Even dong that, none of the searches turned up yesterday's Warriors game on 720 at &;30pm.  So I assumed it wasn't televised.  But I happened to look at channel 720 that evening - and the game was there!  What's going on? The Comcast system seems to work fine for the simple task of recording a TV sitcom series such as Chuck or The Mentalist.  But to record the games of my favorite sports teams requires a DVR system that can find the games on whatever channel they are on, and only record those channels which I subscribe to. Any suggestions on how best to record my favorite teams using the Comcast DVR?

    So I was able to find my teams and set them up as favorites... but the recording options are very limited. For example I can only record all shows that this team is listed, once per day, or once per week. The problem with the once per day option is that it records the very first time the team shows up in a show title. So for example it records the pre-game show and not the game (this would be a baseball team). And the problem with once per week is the same thing. If there is a program that has a football team listed before Sunday arrives then it records that show and not the game! All I want to do is record all the games the first time they air! Is that so hard? Also, for some reason it won't let me set up a series recording for my teams nightly replay on COMCAST SPORTS NET! For crying out loud your sports channel does a nightly replay of my baseball team and it won't let me record it as a series. I even tried setting up a manual recording sessions but guess what... It does not have the option to do it every night. So I can only manually record one day then I have to set up another one each night. Which ends up being the same as not being able to record the series. Basically Comcast has not figured out a way for sports fans to record their favorite teams as a series. Instead you either record EVERY show that has that team in the title (which includes things like celebrity golf shootouts, pre-game shows, replays, discussions shows, etc...) or you have to hit the record button for every game (and for baseball that means doing it almost every day). So, is there some solution I am missing? 

  • How to delete recorded asf file in Documents folder?

    How to delete recorded asf file in Documents folder?.
    I did a beehive recording which is saved in Documents folder as Administrator and the file is big 600MB for less than hour session recording. Also this 600MB is taken from my email quota.
    How to recorded with less file size?.
    thx
    Srini

    You can delete it using OBEO or by mapping a Webdav connection.
    Use the following link to map a Webdav connection.
    http://my.oracle.com/site/pdit/BusinessOpsIT/Collab/CustomerAdvocacy/Support/UserTrainingGuides/BeehiveUTG/TeamCollab/WebDAVNetworkPlace/index.html
    Moreover this is the Beehive Online forum, please post questions related to ST Beehive in its forum.
    http://myforums.oracle.com/jive3/forum.jspa?forumID=1886
    Thanks,
    Jereen

  • How to lock record in a remote database ???

    Hi All!
    How to lock record in a remote table ??? Is it possible to lock by using the RPC ??? What are the options available ??
    thanks
    Sanjeeb Bose
    HCL Infosystems Ltd
    Kolkata India

    DBLinks may be one option...
    --Shirish                                                                                                                                                                                                                       

  • How to add records or how to maintain list in stored Procedure

    Hi,
    I am facing an issue in the addition of record in the type
    create or replace
    TYPE               "PROD_SEARCH_COUNT_TBL"                                          AS TABLE OF PROD_SEARCH_COUNT_OBJ;
    create or replace
    TYPE               "PROD_SEARCH_COUNT_OBJ"                                          AS OBJECT
    ( /* TODO enter attribute and method declarations here */
        V_Name Varchar2(500 Byte),
        v_Value Varchar2(500 Byte),
        v_count Number
    I want to add records to the type I tried following way
    prod_wcf_rec PROD_SEARCH_COUNT_TBL;
      SELECT PROD_SEARCH_COUNT_OBJ('Name1','Value1',1) BULK COLLECT INTO prod_wcf_rec FROM DUAL;
        SELECT PROD_SEARCH_COUNT_OBJ('Name2','Value2',2) BULK COLLECT INTO prod_wcf_rec FROM DUAL;
        SELECT PROD_SEARCH_COUNT_OBJ('Name3','Value3',3) BULK COLLECT INTO prod_wcf_rec FROM DUAL;
        SELECT PROD_SEARCH_COUNT_OBJ('Name4','Value4',4) BULK COLLECT INTO PROD_WCF_REC FROM DUAL;
    DBMS_OUTPUT.PUT_LINE ('-----------------------------Looping----------------------------');
    FOR i in 1 .. prod_wcf_rec.COUNT
    LOOP         
    DBMS_OUTPUT.PUT_LINE (prod_wcf_rec(i).V_Name||' - '||prod_wcf_rec(i).v_Value||' - '||prod_wcf_rec(i).v_count);     
       END LOOP;
       DBMS_OUTPUT.PUT_LINE ('-----------------------------Looping----------------------------');
    In printing I am getting last records only .So is there any way to add records to PROD_SEARCH_COUNT_TBL
    How to add records or how to maintain list in stored Procedure

    Every time you BULK COLLECT into a collection type the value is overwirtten. So you need to try something like this.
    SQL> create or replace type prod_search_count_obj as object(v_name varchar2(500 byte), v_value varchar2(500 byte), v_count number)
      2  /
    Type created.
    SQL> create or replace type prod_search_count_tbl as table of prod_search_count_obj
      2  /
    Type created.
    SQL> declare
      2    prod_wcf_rec prod_search_count_tbl;
      3  begin
      4    select obj_val
      5      bulk collect into prod_wcf_rec
      6      from (
      7            select prod_search_count_obj('name1','value1',1) obj_val from dual
      8            union all
      9            select prod_search_count_obj('name2','value2',2) from dual
    10            union all
    11            select prod_search_count_obj('name3','value3',3) from dual
    12            union all
    13            select prod_search_count_obj('name4','value4',4) from dual
    14           );
    15
    16    dbms_output.put_line ('-----------------------------looping----------------------------');
    17    for i in 1 .. prod_wcf_rec.count
    18    loop
    19      dbms_output.put_line (prod_wcf_rec(i).v_name||' - '||prod_wcf_rec(i).v_value||' - '||prod_wcf_rec(i).v_count);
    20    end loop;
    21    dbms_output.put_line ('-----------------------------looping----------------------------');
    22  end;
    23  /
    -----------------------------looping----------------------------
    name1 - value1 - 1
    name2 - value2 - 2
    name3 - value3 - 3
    name4 - value4 - 4
    -----------------------------looping----------------------------
    PL/SQL procedure successfully completed.
    SQL>

  • How to prolong the bluetooth timeout session on ipad and iphone

    how to prolong the bluetooth timeout session on ipad and iphone?
    I understannd that the standard timeout setting is 3 mins. what if I want to prolong the connection duration, how should I do?
    thanks

    To my knowledge, there is no "time out" on a device.  A mouse, KB, etc will go into a low power mode after a short period of non-use.
    Barry

  • How to trace an already running session

    Hi,
    Sometime I come across following situation.
    Queries/SQL statements keep on running for a long time and users complain about the same.
    But since they have already started I am not able do anything about it.
    So please guide me "how can I trace already running session."
    Thanks,
    Rushi

    Rushi Shah wrote:
    Hi,
    Sometime I come across following situation.
    Queries/SQL statements keep on running for a long time and users complain about the same.
    But since they have already started I am not able do anything about it.
    So please guide me "how can I trace already running session."
    http://www.petefinnigan.com/ramblings/how_to_set_trace.htm
    Use DBMS_SUPPORT to set trace in another users session
    Next use the interface to again set trace for SCOTT's session that we found earlier. here it is:
         SQL> exec dbms_support.start_trace_in_session(10,20,waits=>true,binds=>false);
         PL/SQL procedure successfully completed.
         SQL> -- execute some code
         SQL> exec dbms_support.stop_trace_in_session(10,20);
         PL/SQL procedure successfully completed.
         SQL>                          
                                  

Maybe you are looking for

  • Error while deploying the project to ESB and deleting the services in ESB

    Hi, I am tiring to deploy a project to ESB, but I am getting this exception. error code: 0 : 10 summary: An unhandled exception has been thrown in the ESB system. The exception reported is: "javax.transaction.RollbackException: Timed out at com.everm

  • Unable to open conversation

    Hi. A newbie here. I'm trying to figure out an issue with my BlackBerry Gmail inbox. Hopefully this is the right place to ask the question. I started integrating my Gmail account around 2 or 3 weeks ago. The setup completed without any problems. I ca

  • Howto populate a combobox using DBDatasource?

    Hi! How can I populate my combobox with values using a DBDatasource binded to it? It show only the last record with the following code and I cannot select any other values. oDBDSItemCode = oForm.DataSources.DBDataSources.Add("OITM")            ocbIte

  • Change of Unit Of Measure

    Hi, İ have a material created in more than 20 plants two months ago. Since then, many material documents has been created and there is a considerable amount of stock both in the previous and current periods. To change the UOM, *i have to complete / m

  • How to move some xml element and its content to a new frame

    Hi All, How to move some xml element and its content to a new frame.