Name syntax of output file from FMLE 3.2 ?

Hi,
I'm using FMLE3.2 to live streaming and save output files (sample.f4v).  My output files name is:
sample.20120424_100235.f4v
sample.20120424_100438.f4v
sample.20120424_100641.f4v
sample.20120424_100840.f4v
I think 20120424 is date, today is 04/24/2012. But I don't understand 100235, 100438, 100641, 100840... What is it?
How to distinguish between the files to play in the order ?

Hi,
the short text description for WRITE_FIELD_SEPARATOR is "Separate Columns by Tabs in Case of ASCII Download", so why do you expect a comma?
Try SAP_CONVERT_TO_CSV_FORMAT and then download.
And no, GUI_DOWNLOAD is only for download via SAP GUI to a users computer.
Best regards,
Oliver

Similar Messages

  • How to get multiple html output file  from an xml document via xslt?

    Hi,
    the purpose is to generate multiple html output file from one xml file
    depending on special tag.
    exp: i have an xml file which contains sevreral articles so how to get each article section in an independant html file
    Thanks for help

    Not a standard feature of XSLT. But Michael Kay's XSLT implementation, SAXON, provides that as an extension. Get it here:
    http://saxon.sourceforge.net/

  • Hello, How do I tell sql+ to spool output file from windows to Unix server?

    Hello, How do I tell sql+ to spool output file from windows to Unix server?
    I am new to SQL+ and just learned how to spool the file. But file is saved in my local windows enviroment and since it's 2GB in size...I want to spool it directly to another remote unix server.
    Pls answer in detail... I have been to most of the thread and didn't see relevant answer to above question.
    Am I suppose to develope some script which FTP the spool file directly to the server I want to
    or
    i Have to use UTL_FILE Package ?
    Thanks for reply

    You may not be able to...
    SQL*Plus can only spool to the local machine. If you have mapped a directory on the Unix server from your Windows machine, you can specify that directory in your SPOOL command.
    You could telnet to the Unix server, run SQL*Plus there, and spool the file to a local (Unix) directory.
    If the Unix server is also the Oracle database server, you could use the UTL_FILE package rather than using SQL*Plus to spool a file.
    If the Unix server is also an FTP server, you could also FTP the file from your local machine to the server.
    Of course, I would tend to re-examine a requirement to regularly generate a 2 GB text file. It seems likely that there is a better way...
    Justin

  • Output file from ELM and from Campaign automation

    Hi Experts,
    Can some one let me know how to get an output file from ELM, and from campaign automation?
    Thanks
    Leela

    Hello Uday,
    i suppose if you run the program within a process chain it will be started
    in a background process. All downloads via the SAPGUI onto your local
    PC (or network drive) are not possible in the background because there is no
    connection to your PC during the excecution of the report in the background.
    Try to save the download on an accessible file system on the application server
    and download it from there afterwards.
    Which function module is used to download the data (GUI_DOWNLOAD or the older version WS_DOWNLOAD) in your report?
    To save data on the application server use the ABAP statements
      OPEN DATASET filename FOR OUTPUT    -> for creation of file
      TRANSFER record TO filename                  -> for transfer of one record
      CLOSE DATASET filename                        -> for closing the file
    Regards,
    Ralf Matthies

  • PDF output file from Image Capture corrupted

    This problem occurs only when scanning multiple page documents into image capture, the lower 1/4 of the first 2 pages are unreadable blurs. The page shows up ok in the Image capture preview window, but the PDF output is corrupted. The printer is a Brother MFC-7820N, I am scanning 150 dpi grayscale, US letter, no image correction, to PDF. The problem occurs with both of my computers, Quad G5 10.5.8, and a MacBook 10.5.8, this has happened since I purchased the printer, I was running 10.4 at the time. I have just scanned 1 page at a time with no problem, but now I have a large amount of documents to scan and I get the corrupt files. If anyone has seen this and found a solution, I would appreciate any suggestions.

    Ah perfect, you made me aware of a feature kink I didn’t know about! When you import stuff using Image Capture, it goes into /private/tmp/Image Capture_Import.(string of numbers and letters).
    You can navigate there by going to the Finder, hitting Command-Shift-G, and typing in /private/tmp—if the folder still exists, as it usually does for some time, sometimes even until the next restart or so—you can see the folders which should include one or more of thoe Image Capture_Import.something folders and find your files.
    Incidentally, if you want to find a “system” file, i.e., one that’s in a location normally hidden by the Finder, you can:
    1. Open up a new Spotlight/Find window in the Finder, and start searching by name.
    2. Next to where it says Search: This Mac… etc. there’s a + button. Click that, then
    3. From the dropdown menu choose Other… and look in the list for “System files” and check the “In Menu” checkbox for it.
    4. Hit OK.
    5. Choose “System Files” which is now in the dropdown, choose “are included” from the next dropdown.
    Be careful what you do with files you find using this method. It will show everything, including files essential to running your Mac properly, so unless you know exactly what you’re doing, don’t just start dragging files off this window onto your Desktop or anything, try to copy them instead by option-dragging (holding down the option key while dragging)—that way, you’re only making copies, not moving a file from where it’s supposed to be, and your Mac can find it.
    Hope this helps! If you can’t find your files this way, there are other programs which can undelete and perform other operations to recover data… this happens to everyone, no matter how long you’ve been a user.

  • Fed up with iWeb's idiosyncrasies! What program accepts the FTP output file from iWeb with the least amount of work required?

    Hi...
    I have been a longtime user of iWeb and have learned many things about it the hard way. Now even after duplicating and saving my domain names constantly to external hard drives, downloading additional software such as iWebdrop and iWeb SEO, learning how to unhide files that shouldn't be hidden in the first place, and consistently finding the elusive domain files, I find myself, yet again, searching high and low for the updated domain that I spent two days doing a major rehaul on. I have proof that I wasn't dreaming as it's currently up on my website and I have the exported FTP file.
    So after years of crying over lost iWeb domains I've decided it time to make the leap to different software.
    I need something akin to iWeb as I'm not at all versed in HTML. My main goal is to minimize the amount of work by using the FTP files I exported last night.
    I've read the recomendations here but just want a simple solution with no HTML coding needed.
    Flux?
    Thanks!

    Nope. It's just no where to be found.
    I mentioned in another post that during this entire episode an icon with files from my old mobile me account kept popping up. I kept having to eject it and I thought maybe that might have something to do with the issue.
    Though it was there this morning, now I can't find that icon anywhere.
    This must be the fifth time I've had issues like this which is why I'm fed up and feel the need to move on.
    I wish there was some way to reverse engineer the FTP file.

  • Output file from ABAP program

    I am using the program Z_SAP_HIERARCHY_DOWNLOAD to output a hierarchy in BW to a specified drive. It works fine when I go to SE38 and run it. However, when I run it from a process chain, it doesn't output the file. How can I generate the output file by running the program from a Process Chain? Thanks.

    Hello Uday,
    i suppose if you run the program within a process chain it will be started
    in a background process. All downloads via the SAPGUI onto your local
    PC (or network drive) are not possible in the background because there is no
    connection to your PC during the excecution of the report in the background.
    Try to save the download on an accessible file system on the application server
    and download it from there afterwards.
    Which function module is used to download the data (GUI_DOWNLOAD or the older version WS_DOWNLOAD) in your report?
    To save data on the application server use the ABAP statements
      OPEN DATASET filename FOR OUTPUT    -> for creation of file
      TRANSFER record TO filename                  -> for transfer of one record
      CLOSE DATASET filename                        -> for closing the file
    Regards,
    Ralf Matthies

  • How to get the complete path name when uploading a file from servlet

    Hi,
    I write a servlet to upload a file from html page
    <intput type=file name=fileupload>I am using
    import org.apache.commons.fileupload.to upload file. i want to get the all fields in the form and file name and content of the file also.
    It give the file name only
    String filename= fileItem.getName();
    o/p krish.jpgBut i want complete path naem like
    d:/krishna/images/funny/krish.jpgI serach the API org.apache.commons.fileupload.*
    But i did nt find the method to get it.
    plz help me , which api or method to use here..

    Krishna_Rao_chintu wrote:
    But i need path and have to do some calculations on it.No, you don't. If you have requirements which say you do then the requirements are wrong. You couldn't do anything useful with the path on the client system even if you could get it.
    is there any alternatives in java
    I need path and have to calculate MD5, Presumably you need to calculate MD5 on the contents of the file and not on the name of the file.
    and convert the file to binary format.... etc oprations on itSorry, "convert a file to binary format" is basically meaningless.
    but we can get the content of the file using
    byte [] get()/ getString() methods
    If i get content is there any performance degrades?
    ie if the content is lengthy is it take more time?Take more time than what? Degrading performance from what? It's certainly true that it would be quicker to not upload the file, but that's a pointless comparison. If you have some other process to compare with, let us know what it would be.

  • Returning strings of the same name in a text file from an array

    Hi,
    Another quick question. I have a text file with lines consisting of one integer, and four strings. Currently, I am able to search through this file and find any of the variables listed within. However, if any of the variables are listed more than once, and I search for that particular varable name, it only prints out the first line containing that particular variable name.
    Basically, how do I modify the following code so that the search method returns all the instances of a particular variable name in the text file?
    My current code is as follows,
    1. Search method,
    public Title lookUpDirector(String requiredDetails) {
            boolean found = false;
            int next = 0;
            while (!found && (next<TitleCount))
                if ( TitleArray[next].getDirector().equals(requiredDetails))
                    found = true;
                else next++;
            if (found) return TitleArray[next];
            else return null;
        }2. Test main class
    import simplejava.*;
    public class SearchTitleDirector
        public static void main(String[] args) {
            String titleDetails;
            SimpleReader keyboard = new SimpleReader();
            SimpleWriter screen = new SimpleWriter();
            SimpleReader inFile = new SimpleReader("title_test.txt");
            TitleList title = new TitleList(inFile);
            TitleList[] sortedArray = new TitleList[]{title};
            titleDetails=keyboard.readLine("Director?");
            Title search = title.lookUpDirector(titleDetails);
            if (search == null)
                screen.println("Not found");
            else screen.println(search);
    }Any help or advice appreciated!

    Thanks for the reply and advice.
    I have tried implementing the lookUpDirector method as follows,
    public TitleList lookUpDirector(String requiredDetails) {
            boolean found = false;
            int next = 0;
            TitleList list = new TitleList();
                while (!found && next<titleCount) {
                    if ( titleArray[next].getDirector().equals(requiredDetails)) {
                        list.add(titleArray[next]);
                        next++;
              if (found) return list;
              else return null;
            }When I use this method with the previous test main class, it compiles and runs, but after the user inputs the name of the director to search for, the input window freezes indefinitely and no result is achieved. The output pane in NetBeans is as follows,
    init:
    deps-jar:
    compile-single:
    run-single:
    Director?The only way to stop the process is to terminate it in the Runtime section of NetBeans.
    I have no idea why this is happening. Any advice?

  • Append a file with date and name in the output file

    I am running a script which produce an output in excel file, I would like the server name and the date in the output file,  Both the servername and date has declared at the beginning of the script as 
    $server = test1
    $date = Get-Date -uformat %Y-%m-%d
    I am able to append either server or date but not both. Could you please help me out on this.
    I would like the output file as '
    server_report_date.xls

    I got this working by 
    "C:\Aravind\Scripts\$server-"+"Report-" +"$Date"+".xls"
    Thanks!!

  • Name of PDF output file?

    Within Adobe Output Desinger I have set PDF as my presentment target. How do I define what the name of the PDF output file will be and where it is saved?

    The "-zdirpath,u[.ext]" parameter on the ^job statement or on the definition for the jfmerge task to create the PDF is what you are looking for. The ",u" option tells the system to create a random name to avoid overwriting duplicates but if you have a specific name in mind, this could look like "-zc:\folder\filename.ext". Also, include the "-aspPDF" parameter to tell jfmerge that the PDF presentment target is to be used.

  • Question about creating multiple output  files from same query

    I have a query like this:
    select * from emp;
    ename empno deptno
    Scott 10001 10
    Tiger 10002 10
    Hanson 10003 20
    Jason 10004 30
    I need to create multiple output files in xml format for each dept
    example:
    emp_dept_10.xml
    emp_dept_20.xml
    emp_dept_30.xml
    each file will have the information for employees in different departmemts.
    The reason I need to do this is to avoid executing the same query 200 times for generating the same output for different departments. Please let me know if it is practically possible to do this.
    Any input is greatly appreciated.
    Thanks a lot!!

    You can write a shell script to generate the multiple spools files for the same output. Below script may helps you.
    #====================
    #!/bin/bash
    n=0
    while [ $n -le 20 ]
    do
    n=`expr $n + 1`
    sqlplus -s system/manager <<EOF
    spool emp_dept_$n.xml
    select count(1) from tab;
    spool off
    EOF
    done
    #====================

  • APIs for accessing the ESS log and output files from UCM

    Hi,
    As I understand, the output and log files of an ESS job will be uploaded to UCM.
    We have a requirement where in we are building a simple error handling framework, which gets triggered after a series of ESS jobs are run. In the error handling framework based on some processing logic we need to e-mail the error or log files to the users. I am not able to find any information related to retrieving the log and output files for and ESS job from UCM. Any inputs on this will be appreciated.
    Thanks for your help,
    Thiru

    For accessing content in UCM you can use the RIDC APIs or UCM Web Services. Note that the UCM also provides features for workflow etc. that could potentially be used for notifications refer to the developer guide for details. For UCM related questions you may want to use this forum instead
    Jani Rautiainen
    Fusion Applications Developer Relations
    https://blogs.oracle.com/fadevrel/

  • Specifying name of Automator output file?

    The Automator action "Combine PDF Pages" has an output of type "PDF Files". How do I tell it to save the file with a particular name in a particular place? I run the workflow and there's no error message, but I don't see a new file.

    P.S. Now I see that I can make the output file show up in a particular location by using a "Move Finder Items" action. But it shows up with a nonsense name. I would have thought that "Rename Finder Items" would be able to set the name, but I don't see how.

  • Header Name in the output file using content conversion

    Dear All,
    I want to have a text file with a header in the output. I have given the following values for content conversion:
    RecordSet structure = Record,Row
    Record.fieldSeparator='nl'
    Row.endSeparator='nl'
    Row.fieldSeparator=','
    Row.addHeaderLine=1
    but still I am not getting header in the output file. Please tell me where I am making a mistake in getting the header.
    Reg,
    NJ

    hi chirag,
    thnx for replying.
    i m getting the required output file without any error but i m not getting header. i hve added "addHeaderLine" parameter in content conversion but still i m not getting header in the output file.
    reg,
    nj

Maybe you are looking for

  • Help with ABAP Routine

    Hello All! I am getting data from Oracle into BW. One of the tables has 7 Objects. I am creating Info Objects as data targets and using the update rules to map the description of each of the object. For example: Zip Code (With master data and no text

  • System Wide Data Formats Not copied from Development to test

    I am using OBIEE 10g. When I copy my dashboards and reports via the Catalog Manager from the development environment to the test environment the system wide data formats are not being copied over. That is, all the ones that I saved under "Column Prop

  • Load blank or null lines with SQL*Loader

    I want to retain blank (or null) lines present in the input file, which SQL*Loader retains. My control file looks like this: LOAD DATA INFILE 'c:\sdfload\compounds.sdf' BADFILE 'c:\sdfload\compounds.log' INTO TABLE sdfile ( rid "sdf_seq.nextval", sdf

  • Aperture license disappeared during system rebuild

    I recently had to reinstall the operating system on my MacBook Pro (osX 10.5.6) and was very surprised to see Aperture asking for the license code again. I had thrown away my original packaging (stupid!) so, I was stuck. Called apple and they do not

  • Officejet 8500 a910 driver for server 2008

    I was checking out drivers for the Officejet 8500 A910 a few weeks ago and there was a driver for Server 2008 and not Server 2003.  That was ok because we were migrating to server 2008 R2.  Tried to download driver today and now there is not driver f