How do I continue with running dates in numbers?

How do I continue with running dates in numbers?  Using numbers with dates and need to have them autofill across instead of my typing them in manually.

Hi jonles,
Type a date then press enter. Click once on that cell and hover the cursor over the right hand side of the cell. This will show the Fill handle (yellow dot). Drag it to the right.
That will fill by adding a day to each cell.
To create a series, enter two dates (e.g. 1 Jan then 8 Jan). Select both and drag right to create a weekly series.
Regards,
Ian.

Similar Messages

  • How to handle dbms_xmldom with no data values.(no_data_found error in dom)

    hi,
    i have below block,
    DECLARE
    doc dbms_xmldom.DOMDocument;
    node dbms_xmldom.DOMNode;
    elem dbms_xmldom.DOMElement;
    cur_node dbms_xmldom.DOMNode;
    root_elem_data dbms_xmldom.DOMElement;
    root_elem_tab dbms_xmldom.DOMElement;
    root_node_data dbms_xmldom.DOMNode;
    mode_elmn dbms_xmldom.DOMElement;
    mode_node dbms_xmldom.DOMNode;
    mode_text dbms_xmldom.DOMText;
    doc1 DBMS_XMLDOM.DOMDOCUMENT;
    root_node_data1 DBMS_XMLDOM.DOMNODE;
    child_document DBMS_XMLDOM.DOMDOCUMENT;
    child_rootnode DBMS_XMLDOM.DOMNODE;
    V_CLOB CLOB;
    v_doc CLOB;
    v_EMP CLOB;
    v_output_filename VARCHAR2(300) := 'SPOOL_DIR/'||'EMP_XML_FILE.xml';
    l_xmltype XMLTYPE;
    BEGIN
    doc := dbms_xmldom.newDOMDocument;
    node := dbms_xmldom.makeNode(doc);
    dbms_xmldom.setversion(doc, '1.0');
    dbms_xmldom.setCharset(doc, 'UTF8');
    elem := dbms_xmldom.createElement(doc, 'PartnerInfo');
    dbms_xmldom.setAttribute(elem,'xmlns','EMP');
    cur_node := dbms_xmldom.appendChild(node, dbms_xmldom.makeNode(elem));
    mode_elmn := dbms_xmldom.createElement(doc, 'EMPLOYEE');
    mode_node := dbms_xmldom.appendChild(cur_node,dbms_xmldom.makeNode(mode_elmn));
    BEGIN
    SELECT value(e) INTO l_xmltype
    FROM TABLE(XMLSequence(Cursor(SELECT * FROM EMP1 where EMPNO=7501))) e;
    child_document := DBMS_XMLDOM.newDOMDocument(l_xmltype);
    root_node_data1 := dbms_xmldom.importNode(doc,dbms_xmldom.makeNode(dbms_xmldom.getDocumentElement(child_document)),TRUE);
    root_node_data1 := DBMS_XMLDOM.appendChild(root_node_data, root_node_data1);
    EXCEPTION
    WHEN OTHERS THEN
    Dbms_Output.Put_Line('Error in SELECT stmt(UC_PARTNER_MS):::'||'error::'||SQLERRM);
    END;
    dbms_lob.createtemporary(v_doc, true);
    dbms_xmldom.writeToClob(doc,v_doc,'UTF8');
    v_EMP:= v_doc;
    dbms_xmldom.writeToFile(DOC,v_output_filename,'UTF8');
    dbms_xmldom.freeDocument(doc);
    --Dbms_Output.Put_Line('THE OUTPUT IS::'||V_EMP);
    EXCEPTION
    WHEN OTHERS THEN
    Dbms_Output.Put_Line('Error in SELECT stmt(UC_PARTNER_MS):::'||'error::'||SQLERRM);
    END;
    The xml file is 'EMP_XML_FILE.xml'
    <empno>U++kYmcVuGchxbh+++++++++++++++1+</empno>
    <empname>J</empname>
    suppose the empno 7501 is not available in our emp table,
    i got error
    ORA-03113: end-of-file on communication channel
    how to handle xmldom with no data values.
    by
    siva

    hi,
    please give the solution
    by
    siva

  • How to get the last run date of an ISchedulerTask ?

    Hello,
    I have implemented an ISchedulerTask and inside the run method I would like to get a reference to the last timestamp/date that the task was running, any idea how to achieve that?
    Rgds,
    Roy

    Hi
    You can create a custom metadata property and set this property with the date when the Ischedlar task runs.
    So, in your code you can read this property whenever you want to read the previous date.
    Hope this works.
    Thanks
    Puneet

  • How to get the last run date.

    We intend to develop an incremental data load mapping using this strategy:
    1) The mapping reads the date it was last run from an auxiliary table.
    2) It selects from the source only those rows that were inserted or updated after said date.
    3) Then, a post-mapping process updates the last run date in the auxiliary table, using SYSDATE.
    The problem with this logic is that there is a gap: if the mapping starts running at 1:00 and ends at 2:00, the rows that are inserted in between will never be loaded.
    Is there any way to get the value when the mapping started running? Is there a better way to do this?
    Any help would be appreciated.
    Juan Algaba

    There is always the possibility of some record updates slipping through the crack if you are depending on dates unless you are very carefull. All of the audit tasks that the OWB-generate code performes take time. Any pre- or post- process that needs to run takes time. So which date is the best cuttoff point to equate to "when the last run of the merge (or insert or update) statement completed"?
    Plus, how do you handle reloads if the previous load failed and your mapping had incremental commits?
    Is your source on another server? If so, are the dates in perfect synch? The audit tables populate with sysdate of your runtime schema. Is that the same as the sysdate on your source remote database?
    I would qualify my query to look for all updates since the start of the last run that finished successfully - adjusted if neccesary for sysdate differences if it is on a remote schema. And make sure that your code handles any reloads gracefully in the event that this brings back data that you have already loaded once. .
    Because we use Oracle Streams to load a local staging area, we also have custom code to dump the primary keys of all data changes to utility staging tables while streams is updating the local copy. So, our Person table has an st_Person_delta table that just holds the primary keys that have been updated by Streams since the last ETL run.
    During datamart load we disable the streams apply to stabilize our environment, and join these lists of pk's to their source tables to drive our ETL. So we only select data where Streams has performed an update to the row since our last run. When we are done our ETL, we truncate the primary key staging tables, and then turn streams back on to start loading up our new delta into our staging tables again..
    The ETL gets pretty complex though when many tables join together in one mapping and you need to check all possible source table deltas to see if any of them got updated to determine the delta for a given dimension or fact record, but it works great once you get it all done.

  • How Oracle to deal with the data lose?-----QNo.104

    In incomplete recovery,some data will be lost. How Oracle to deal with it?
    For example, at 9:00am, you find that it is a mistake to drop a user(you dropped it at 8:30am). But other users' transactions are in progress. A lot of data is input between 8:30 and 9:00. If decide to make a incomplete recovery, does this means all the data input between 8:30 and 9:00 will be lost?
    Message was edited by:
    frank.qian
    Message was edited by:
    frank.qian

    For example, at 9:00am, you find that it is a mistake to drop a user(you dropped it at 8:30am. But the transactions are in progress. To make you clear, you can't drop the user while session connected to this schema.
    I dont think that you would loose any data.
    The other workaround for this issue would be,
    I would clone this on other server just before the user dropped, take the export and then import the user in the production.
    Is this satisfy your question?
    Jaffar

  • How to find the last run date of the report..

    please any one one help me
    how to find last run date of the report...
    for example if my report is zgrir...if i am exuted in last week
    if want to find when it executed
    last run date is req
    please any one help me...

    The trasaction stat is limited because i want all the execution date even if it is 3 years ago.
    I have tryied the transaction st03 but it is limited to 3 months ago.
    check transaction STAT and it's report RSSTAT00.
    U can copy RSSTAT00 into ZRSSTAT00 and modify corresponding.
    *& Report ZDSAP *
    REPORT ZDSAP .
    DATA: d_ref TYPE REF TO data,
    d_ref2 TYPE REF TO data ,
    i_alv_cat TYPE TABLE OF lvc_s_fcat,
    ls_alv_cat LIKE LINE OF i_alv_cat.
    TYPES tabname LIKE dcobjdef-name .
    parameter: p_tablen type tabname.
    data: begin of itab occurs 0.
    INCLUDE STRUCTURE dntab.
    data: end of itab.
    FIELD-SYMBOLS : <F_FS> TYPE table,
    <F_FS1> TYPE TABLE,
    <F_FS2> TYPE ANY,
    <F_FS3> TYPE TABLE.
    REFRESH itab.
    CALL FUNCTION 'NAMETAB_GET'
    EXPORTING
    langu = sy-langu
    tabname = p_tablen
    TABLES
    nametab = itab
    EXCEPTIONS
    no_texts_found = 1.
    LOOP AT itab .
    ls_alv_cat-fieldname = itab-fieldname.
    ls_alv_cat-ref_table = p_tablen.
    ls_alv_cat-ref_field = itab-fieldname.
    APPEND ls_alv_cat TO i_alv_cat.
    ENDLOOP.
    internal table build
    CALL METHOD cl_alv_table_create=>create_dynamic_table
    EXPORTING it_fieldcatalog = i_alv_cat
    IMPORTING ep_table = d_ref .
    ASSIGN d_ref->* TO <F_FS>.
    SELECT * FROM (p_tablen) INTO CORRESPONDING FIELDS OF TABLE <F_FS>.
    LOOP AT <F_FS> ASSIGNING <F_FS2>.
    *your code goes here.
    ENDLOOP.

  • How To Create Table with Static Data

    JDEV 10.1.3
    ADF BC
    ADF Faces
    I am trying to make some simple screen/screenflow diagrams to help flesh out some requirements. To do that, I need to make a table with static data that is not hooked up to a data source (because the data model has not yet been clearly defined, and I'm using the diagrams to help iterate the requirements).
    Is it possible to create a table that shows static data (i.e. a set of rows that does not come from a model data source, but rather is hardcoded.)
    If not, how does one create mock ups without actually implementing the data model?
    Thank you.

    Deepak, what specifically in those 2 links from Amis are useful? Those 2 posts are about bind variables, not static list of values?
    In response to the original poster, I'll attempt to help a little more.
    In the 11g release you can create VOs based on a static list of values. However in your case on 10.1.3, the best method I've found is to create a VO based on a SELECT <columns> FROM DUAL statement. The columns then include your dummy data. If you need more than one row, simply UNION ALL a number of SELECT statements together.
    What I haven't checked, is when you eventually transform the VO based on the SELECT DUAL statement into a VO based on an EO drawing real data from the database, is it an easy process? I recommend you try this out before committing to the approach above. Let us know how you go.
    Regards,
    CM.

  • Doubts of a newbie: How to scan continuously with a WorkCentre 5330?

    Hi. I'm a personal assistant in an office. My boss recently bought the WorkCentre 5330, the problem is that neither of us have any idea how to operate this efficentily. I've come through reading the manual and following instructions so far. I can get it to print and copy without much trouble, but we have now clue how to get it so scann the way we hopped to. What I want in simple terms is this: My job is to scann several stacks of documents (most of them binded), but this thing asks me to select the settings I want for every single page, this is very time-consuming. Isn't there a way to have it remeber the settings, press start and have it scann continuously some 80 or more pages (so that I only have to turn the page and press it to the glass plate)? Also when I ask it so scann and save in pdf, not only do I have to input the settings page by page, I also end up with a single file for every page. How do I save several scanns into a single pdf? And when I scan to USB, it actually saves each file into it before allowing me to continue with the next scan. How can it scann an entire document first and then transfer it into the USB? Neither me or my boss are computer experts so I was hoping to get some clear step by step instructions to archieve this. Any help would be appreciated. Thanks in advance. 

    When in the scan to USB/Network scan options go to Layout > Book Scanning. There are multiple settings to choose from, if your not scanning a book just tell it to do one page only and for each pass of the light touch the Next Original option. When it completes the scan of the page it will ask you to scan the next one, just keep loading originals and hit the Start button. You should be able to get it to do what you want within a couple of tries. Just remember to set the original size manually ala Layout Adjustment > Original Size because the printer will only detect industry standard sizes via Auto. The printer is incapable of scanning when you place paper on the glass, it has no way of knowing the paper is there and even if it did would not know what you wanted to do with it so pushing the Start button is the only way to scan the next page.

  • In the middle of redeeming a card and I try to purchase another song, it tells me that my CC will be charged. How do I continue with the card I want to redeem?

    In the middle of redeeming a card and I try and purchase another song, it tells me that my CC will be charged.. any ideas how I can continue to redeem my card?

    also how come it doesn't automatically sync my photos everythime now??

  • How can I continuous​ly streaming data to disk with 1MHz sampling rate with PCI 6110?

    I can only save 3 seconds data with 1MHz sampling rate using PCI 6110. Is it possible to continuously save longer time data (say 1 minute)?
    Many thanks

    if the binary file is big the ASCII file is very very very big.
    1 measurement is coded in a I16 => 2Bytes ( 4bit is not used 611X is 12bit
    card)
    if you use +/-1V range the quantum is (2 * 1V) / 4096 = 0.0004883V or 0.4883
    mV you need to use 8 digits minimum.
    And If your binary file is 1 Mo your ASCII file is 4 Mo.
    You can use this VI for inpiration you need to add the translate I16 to DBl
    to make a real value before saving.
    For Help you can mail inthe newsGroup.
    I'am a french user and my english is not good Sorry..
    Fabien Palencia
    Ingenieur d'etude ICMCB CNRS
    "StephenZhou" a ?crit dans le message de news:
    506500000005000000A5AF0000-1031838699000@exchange.​ni.com...
    > Hi, Fabien Palencia
    >
    > The program is great.
    Do you happen to know how to convert the big
    > binary file to ascii file? Thanks
    [Attachment recup data I16.vi, see below]
    Attachments:
    recup_data_I16.vi ‏57 KB

  • How to use EVS with different data in each row, in a Java Web Dynpro table?

    Hi all,
    I am using EVS in a column of java web dynpro table.
    Let's say the name, and context attribute, of this column is column1.
    It's filled dynamically using an RFC, that uses as input parameter the value of another column, and related context attribute, from the same table (Let's call it column2).  Obviously, from the same row. So, in other words: the values of the EVS in column1 of row1, are dependent of the value of column2 of row1. And the values of the EVS in column1 of row2, are dependent of the value of column2 of row2. And so on... Hope i could explain myself ok.
    The code I'm using works great for filling the EVS dynamically:
    IWDAttributeInfo attrInfo = wdContext.nodeDetail().getNodeInfo().getAttribute(nodeElement.COLUMN1);
    ISimpleTypeModifiable siType = attrInfo.getModifiableSimpleType();
    IModifiableSimpleValueSet<String> value = siType.getSVServices().getModifiableSimpleValueSet();
    value.clear();
    if(this.initRFC_Input(nodeElement.getColumn2())){
         for (int i = 0; i < wdContext.nodeRFCresult().size(); i++){
              value.put(wdContext.nodeRFCresult().getRFCresultElementAt(i).getLgort()
                 , wdContext.nodeRFCresult().getRFCresultElementAt(i).getLgobe());
    In this code, nodeElement is the context row of the table that is passed dynamically to the method when the value of colum2 is changed.
    HOWEVER, the problem I'm having is that after executing this code, EACH NEW ROW that is added to the table has by default the same values as the first row, in the column1 EVS. And, for example, if I refresh the values of the column1 EVS in row 2, all EVS values in the other rows are also refreshed with the same values as the ones of EVS in row 2.
    How can I make sure each row EVS has its own set of independent values, so they don't mess with each other?
    Hope you guys can help me. And please, let me know if I didn't explain myself correctly!
    Thanks!

    I just did as you said (I think), but it's still having the same behaviour as before (same data for all EVS in the table).
    Here´s what I did:
    I
    In node "Detail" (cardinality 0...n, singleton set to true), which is binded to the table, I created a child node named "Column1Values" wth cardinality 1...1 and singleton set to false.
    "Column1Values" node has an attribute called "column1", of type String.
    I did the binding between attribute "column1" and the column1 inputfield celleditor in the table.
    I created an event called Column2Changed and binded it to the column2 celleditor of the table. I added a parameter called nodeElement of type IPrivateCompView.IDetailElement to this event, and mapped it to the column2 editor in the table so that I can dynamically get the nodeElement that is being affected.
    I added the following code to the onActionColumn2Changed(wdEvent, nodeElement) method that gets created in the view:
    IWDAttributeInfo attrInfo = nodeElement.nodeColumn1Values().getNodeInfo().getAttribute("column1");
    ISimpleTypeModifiable siType = attrInfo.getModifiableSimpleType();
    IModifiableSimpleValueSet<String> value = siType.getSVServices().getModifiableSimpleValueSet();
    if(this.initRFC_Input(nodeElement.getColumn2())){
         for(int i =0; i < wdContext.nodeRFCresults().size(); i++){
              value.put(wdContext.nodeRFCresults().getRFCresultsElementAt(i).getId(),
                                  wdContext.nodeRFCresults().getRFCresultsElementAt(i).getDesc());
    And with this, I still get the original problem... When the EVS of one row is updated, ALL other EVS of the table get also updated with the same values.
    What am I missing? Sorry Govardan, I bet I'm not seeing something really obvious... hopefully you can point me in the right direction.
    Thanks!

  • How to fill field with test data in alv grid display

    hi all,
    i m adding field TEXT to the structure for displaying grid.
    i m modifying program like this
    DATA: ALV_OUTPUT  LIKE HRPDV_EXPIRED_Q OCCURS 0 WITH HEADER LINE.
    TYPES : BEGIN OF FS_OUTPUT .
          TEXT(20) TYPE C.
            INCLUDE STRUCTURE HRPDV_EXPIRED_Q.
    TYPES       TEXT(20) TYPE C.
    TYPES    END OF FS_OUTPUT.
    DATA: fs_output like table of alv_output.
    CLEAR WA_FIELDCAT.
      WA_FIELDCAT-FIELDNAME = 'TEXT'.
      WA_FIELDCAT-seltext_l = 'Abteilungs Struktur'.
      wa_fieldcat-tabname   = 'ALV_OUTPUT'.
      WA_FIELDCAT-COL_POS  = '13'.
      APPEND WA_FIELDCAT TO P_GT_FIELDCAT.
    this is what i have write for diapalying field. but my question is how to fill test data with field TEXT.I m writing like this but not executed in the aboove grid dispaly statement.
    loop at alv_output.
    *alv_output-text(20)  = 'abcdefgh'.
    *modify alv_output.
    *endloop.
    plz tell me how to fill test data

    hI..,
    Your table declaration has to be like this..
    TYPES : BEGIN OF FS_OUTPUT .
    INCLUDE STRUCTURE HRPDV_EXPIRED_Q.
    TYPES TEXT(20) TYPE C.
    TYPES END OF FS_OUTPUT.
    DATA: ALV_OUTPUT LIKE standard table of fs_output initial size 0.
    loop at alv_output <b>into fs_output</b>.
    <b>fs</b>_output-text(20) = 'abcdefgh'.
    <b>modify alv_output index sy-tabix from fs_output transporting text.</b>
    endloop.
    Now give this table alv_output to the GRID_DISPLAY function module..
    you will get the required output !!
    Plz do remember to close the thread when ur problem is solved !!
    reward all helpful answers !!
    regards,
    sai ramesh

  • [How?] Text editor with hidden data

    Im looking on a good way to make an small Text editor (visually the features of a JTextPane is ok for my needs), but I need to associate metadata with words or a group or words (ex. timestamps).
    Any idea on how to accomplish this ?
    thanks

    SB. wrote:
    I think that it's too soon to think on how to store those data. Once the editor designed, I could save the information in an xml, serialized class etc.. it doesnt really matter.
    The easy part is to design all my classes to represents those Strings + metadata (my model).
    I suppose that after that I could convert them to a document which I can use to display in any gui. BUT if I can't fit all those infos in a widget, I'll have to catch all keyboards/mouse events et manually apply those modifications on my model beforce creating new document to refresh the widget ? That part seem problematic to me..Huh?
    You have a data structure. That data structure is mapped to a displayable format.
    For example you could use XML for the data structure. Thus something like the following would be in it.
           <Line font="bold">
                 <priority>3</priority>
                 <text>This is a line</text>
           </Line>You then create a mapper that takes that and displays the value of the element "text" to the screen. Nothing else is displayed from that is displayed.. Your display mechanism would need to have a link between that line and the above xml so if someone changes that line then it gets put back in the xml.
    In the above "priority" and "bold" simply represent other data type elements the rules of which depend on the needs of your application.
    Note that the above depends on rules which might or might not be represented in the data structure. Maybe because they can't be or simply because it isn't worth the effort.
    For instance what happens if the user puts a line feed in the middle of the displayed line? Does that create a new "Line" entity or is just an update to the existing "text" element?
    Keep mind that XML is nothing but an example there are other ways to do this.

  • How to programm searchhelp with sy-date ?

    I have a requirement where I want the searchhelp PREMK to work differently
    therefor I have copied it to ZPREMK and created a new view
    ZM_PREMK
    in this view it looks if ENDDA = 99991231 
    the view only accept constants in this case.
    but I want to have the selection based on sy-date
    that sy-date < endda and sydate > begda
    for the selection ?
    is there anyway where I can put this into the selection ??
    I can put the begda and endda in the searchhelp with default sy-date but only the fields selection option is by default = and I can't find how to change it to <= or >=
    kind regards
    arthur
    Edited by: A. de Smidt on Jul 1, 2008 4:39 PM

    I have copied the function and try to add the data fields in the selection
    only in debugging after the third loop through this function exit the date is suddenly changed to
    from 20080702 into 07020820 ??
    hmmm finally I came to this coding after the function to make it work
      READ TABLE shlp-selopt INTO wa_shlp_selopt WITH  KEY shlpname = 'ZM_PREMK' shlpfield = 'BEGDA_0001' .
      IF sy-subrc <> 0.
        ta_shlp_selopt-shlpname = 'ZM_PREMK'.
        ta_shlp_selopt-shlpfield = 'BEGDA_0001'.
        ta_shlp_selopt-sign = 'I'.
        ta_shlp_selopt-option = 'LE'.
        MOVE sy-datum TO ta_shlp_selopt-low.
        APPEND ta_shlp_selopt TO shlp-selopt.
      ELSE.
        MOVE sy-datum TO wa_shlp_selopt-low.
        MODIFY   shlp-selopt FROM wa_shlp_selopt index sy-tabix.
      ENDIF.
      READ TABLE shlp-selopt INTO wa_shlp_selopt WITH  KEY shlpname = 'ZM_PREMK' shlpfield = 'ENDDA_0001' .
      IF sy-subrc <> 0.
        ta_shlp_selopt-shlpname = 'ZM_PREMK'.
        ta_shlp_selopt-shlpfield = 'ENDDA_0001'.
        ta_shlp_selopt-sign = 'I'.
        ta_shlp_selopt-option = 'GE'.
        ta_shlp_selopt-low = sy-datum.
        APPEND ta_shlp_selopt TO shlp-selopt.
      ELSE.
        MOVE sy-datum TO wa_shlp_selopt-low.
        MODIFY   shlp-selopt FROM wa_shlp_selopt index sy-tabix.
      ENDIF.
    for those interested
    Edited by: A. de Smidt on Jul 2, 2008 5:03 PM

  • How do I deal with approximate dates for pictures in Aperture?

    I am scanning old slides for Aperture. The slides are numbered, film number and frame number within film, so the sequence is determined, but many do not have an exact date. They may have the month, or a range of possible dates derived from the closest previous and next dated slide. Aperture seems to require an exact date and I cannot find a way round this problem from Help. This must be a relatively frequent problem, so can anyone please suggest a solution?

    The date+time stamp is exact.
    You have at least two options.
    Assign a "close-enough" date+time, and encode it so that you know at a glance that it is assigned.  My suggestions is to specify as much as you can, and use ones for all unknown specifics.  So if you know the year and the month, but no more, the date+time is YYYY MM 11 11:11:11.
    There are two problems with this approach.  First, there is no way to know whether the first "1's" encountered are specific, or are placeholders indicating "unknown".  The second possible problem with the approach is that it may not present information you may want, which is the range of possible date+times.  For that to work, you must use different metadata to encode the date and time information.  If that information is important, I suggest setting up a series of keywords, or use text in a custom metadata field.
    You could, of course, combine the two approaches: assign the date+time as best you can, and then include a note in a custom metadata field that describes what you know of the actual date+time of the Image.
    Note that Aperture allows you to change the _relative_ date, and does not allow (afaik) you to assign a _specific_ date.  For your work, you might find it best to use ExifTool to change the date+time in each file prior to importing into Aperture.

Maybe you are looking for

  • Trading partner agreement lookup failed as From trading partner cannot be i

    Hi, I am sending 850 EDI XML to our Penske trading partner, Its throwing below error. Could anyone helpme how to resolve this issue. Please do the needful. our sender id is EMR and receiver id is Penske( I am also attaching a file which i am processi

  • Sync scenario: rfc-to-ftp with ccbpm

    hi experts, my scenario is as follows: there is a rfc call from sap, this message is given to the XI.. the next step should be that xi selects data from the ftp server, send this data back to xi (mapped) and finally give this mapped data back to the

  • What's time Chinese users can use 8330 to send Chinese SMS?

    Is there any plans to support Chinese text messages on 8330? what's time Chinese users can use 8330 to send Chinese SMS? Look forward to attach importance to Chinese users, thank you! Best Regards!

  • Export Workspace Batch Scheduler

    Hi, I was wondering if there is anyway to export the log information from the Workspace Batch Scheduler.  I know you can export batches for command line scheduling, but I'm wondering if there was a way to export the actual information from the batch

  • My photo booth will not open.

    Process:         Photo Booth [522] Path:            /Applications/Photo Booth.app/Contents/MacOS/Photo Booth Identifier:      com.apple.PhotoBooth Version:         3.0.3 (120) Build Info:      PhotoBooth-1200000~1 Code Type:       X86-64 (Native) Par