Transfer Timecode to Output File

I'm using a Settings file (detailed below) to transcode a 10-bit Quicktime file to Streaming H.264
My 10-bit file has DF timecode on it but the resulting H.264 file does not. Is there any way to tell Compressor to carry the timecode over?
Name: MP4_800
Description: MPEG-4 video with AAC audio at 48kHz. Settings based off the source resolution and frame-rate.
File Extension: mp4
Estimated size: 86.83 MB
Audio Encoder
Format: MPEG4
Sample Rate: 32.000kHz
Channels: 1
Bits Per Sample: 16
AAC encoder quality: high
Data rate: 32 Kbps
Video Encoder
Format: MPEG4
Width: (100% of source)
Height: (100% of source)
Selected: 720 x 479
Pixel aspect ratio: 1.111
Crop: (L: 0, T: 0, R: 0, B: 7)
Padding: None
Frame rate: 29.97
Frame Controls Automatically selected:
Retiming: (Fast) Nearest Frame
Resize Filter: Linear Filter
Deinterlace Filter: Better (Motion Adaptive)
Adaptive Details: Off
Antialias: 0
Detail Level: 0
Field Output: Progressive
ISMA Profile: 0
Constant bit rate: 856 (Kbps)
Hinted for streaming server with
packet size: 1450 bytes
and packet duration: 100 milliseconds
Enhanced Podcast: Off

I don't remember if Compressor will do it.
I used to use an external program to apply TC to MOV files. I wonder if it will work with MP4/h.264 files. I'll have to look. It was useful when we relied on tape to send out for translation work and keeping code consistent between all the different ways the video existed, and then ended up in a DVD track.
Remind me later to day.

Similar Messages

  • Creating an output  file using 'GUI_DOWNLOAD' function

    Hi SapAll.
    when i try to create an out put text file using the FM 'GUI_DOWNLOAD' by wiring the follwoing below source code
    CONCATENATE 'ASORT' c_tab 'ASORTYP' c_tab
                    'VKORG' c_tab 'DATAB' c_tab
                    'DATBI' INTO outtab-txt.
    iam not able to create the text file with more than 16 fields.i have tried to create an out put file with 24 fields but i can only see 16 fields in it.so could any body help me in finding out how i can create an Output file with more than 16 fields in the file.
    your help will be appreciated.
    regards.
    Varma

    check your output definition....are you doing something like below?  SAP will transfer 1024 bytes per line with GUI_DOWNLOAD.    After you download, how do you view the data?  Be sure you're looking at the data with something that will show all 1024 bytes, and not jsut 256 or 512.
    types: begin of outline,
               txt(1024),
             end of outline.
    data: outtab type table of outline,
             ls_out type outline.

  • 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

  • Characters missing in output file?

    Hi all,
    In the below code I am not able to see the characters from 500 onwards in output file. What might be the reaon?
    PARAMETERS:P_OUTPUT  type rsfillst-dirname
               DEFAULT TEXT-001 lower case.
    data:vtext(900) type c.
    start-of-selection.
    vtext+0(5) = 'abcde'.
    vtext+100(5) = '1bcde'.
    vtext+200(5) = '2bcde'.
    vtext+300(5) = '3bcde'.
    vtext+400(5) = '4bcde'.
    vtext+700(5) = '7bcde'.
    vtext+895(5) = '9bcde'.
    OPEN DATASET P_OUTPUT FOR OUTPUT in text mode encoding default.
    TRANSFER vtext TO P_OUTPUT.
    CLOSE DATASET P_OUTPUT.
    IF SY-SUBRC = 0.
       WRITE:/ 'ok'.
    ELSE.
    WRITE:/ 'FAIL'.
    ENDIF.
    I can see only characters till '4bcde' in output file.
    Please help.
    Thanks,
    Subba

    Hi,
    You can view upto 512 character in the output.
    Check out the PROGRAM statement of Program PROGRAM rswatch0 (Transaction AL11). 
    PROGRAM rswatch0 MESSAGE-ID s1 NO STANDARD PAGE HEADING LINE-SIZE 512.
    Thats the reason why u can see more that 512 characters.
    You can download the data to ur internal table and check that data is still there.
    Reward points if helpful.

  • Using Output files in businesses

    Hi,
    I've used captivate for my own small business but now am employed elsewhere and want to know if anyone has any idea about licensing issues with using the output files from captivate in a business that doesn't/hasn't purchased the actual program?
    I have a legal copy on my personal PC and create the files there then transfer the output file to my work. They have expressed ome concern as they don't own the program. Everything in the product license agreement seems to talk about the actual program, not what you create with it.
    Can anyone direct me where I might find this kind of info? Is it just classed  as a shockwave file (which my employer does have license for)
    Thanks.

    Hi there
    I've poked around the Adobe site a bit as well as Googled and Googled. Either I'm using the wrong terms or the information simply isn't there. The bottom line is that we all understand that whatever you create using Captivate is owned by you. There is no restriction placed on use of the content you create.
    It's the same issue with any software used to create content.
    Does Microsoft Paint impose a restriction on how you use images created using it?
    Does Microsoft Word, Excel, PowerPoint or other do the same?
    Sure, if you want the end user to be able to modify your creation they will need their own license for Captivate to view and make edits. But all they need to simply view the content is the Flash Player.
    Cheers... Rick
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Writing to an output file

    Hello all,
        I have an ABAP program in BW which reads the data from a BW ODS active table and writes the output to an external file on the server.
        The file that is generated is huge(13 MB). The file is generated with the correct results, but along with the data, the program header(filename, path, etc) is also written to the output file which is undesirable. The header is written for every few hundred pages. I want to avoid this.
    Database is Oracle.
       The syntax for the file declaration is..
    PARAMETERS: fileout(120) type c lower case default 'xxxx.csv' 
                        obligatory.
    and the open statement is as follows....
    OPEN DATASET fileout FOR OUTPUT IN TEXT MODE ENCODING DEFUALT.
    In the above statement I want to try taking out the "ENCODING DEFAULT" clause, but it says "in TEXT MODE the ENCODING must be added". I have seen other programs which are already there without that clause.
       Any suggestions will greatly appreciated. Thanks.
    Message was edited by: Ajay

    I can't seem to re-create the problem.  You can you please post the exact code of the program, so that we may try to re-create your problem. 
    This program works fine in my WebAs 7.0  system.
    report  zrich_0001.
    data: d1(100) type c value '/usr/sap/NSP/SYS/test.txt'.
    data: begin of itab occurs 0,
          fld1(20) type c,
          fld2(20) type c,
          fld3(20) type c,
          fld4(20) type c,
          fld5(20) type c,
          fld6(20) type c,
          end of itab.
    data: wa like line of itab.
    start-of-selection.
      do 10000 times.
        wa-fld1 = sy-index.
        wa-fld2 = sy-index.
        wa-fld3 = sy-index.
        wa-fld4 = sy-index.
        wa-fld5 = sy-index.
        wa-fld6 = sy-index.
        append wa to itab.
      enddo.
      open dataset d1 for output in text mode encoding default.
      loop at itab.
        transfer itab to d1.
      endloop.
      close dataset d1.
    Regards,
    Rich HEilman

  • Japanies characters are converting to # in output file in open dataset

    Hi Experts,
    I am trying to transfer data from my internal table to application server. When i use
    Open Dataset e_file for output in text mode encoding NON-UNICODE ignoring convertion errors.
    All Japanies and chines characters(double byte characters) are converting to "#" in output file. I have used set locale language commend also.Still same problem is there.
    Could you please any one help me on this.
    Thanks
    Srinivas

    hi
    problem exporting text in hebrew
    Similar kind of problem has been solved here.. check that link first
    Use the class CL_ABAP_CONV_OUT_CE and use it to convert file from unicode to ascii.
    After that you should call OPEN DATASET IN LEGACY MODE and write the file.
    you have to find the Code Page format for japanese here..
    Is your system Unicode enables, if not please check whether you have japanese installed on your system.
    Run the program RSCINST in SE38 which throws a pop up if u work on a Unicode system and also shows what are the language packs currently installed on ur system.... if u dont have Japanese installed then u need to contact Basis People for installion of that language pack

  • How to transfer all types of  files such as exe,html,gif,jpg using TCP?

    Respected Sir / Madam,
    I am doing my project in Network Security using Java. The main aim of my project is to transfer the files between the client and server in a secured way. I have used MD5 algorithm to authenticate the person who are in the client machine. If the user is an authorized user then the user requested file should be transferred from server to client after encrypting the contents using DES algorithm. B4 encrypting the contents I have just transferred the file for checking. But I could transfer only .java and .txt files. From the forum I got the info that if we handle the data in byte format then we can transfer any kind of files. So I tried bu t I couldn't get the entire contents. If I transfer the file then transferred contents is in the form of [B061234 like this only. How can I rectify this problem. I will be grateful if anyone of you help me.  Thank you very much. Here are my codings.
    Server Side Codings
         try
                         FileInputStream fis = new FileInputStream(new File(fname));
                         int nos = fis.available();
                         fdata = new byte[nos];
    System.out.println("No.of bytes = " + nos);
    fl=1;
    System.out.println("FDATA = " + fdata);
    int ch,i=0;
    while((ch =fis.read())!=-1)
    fdata[j++]=(byte)ch;
    System.out.println("Ch "+ i++ + " = " + ch);
    System.out.println("J = " + j);
    sendMsgs(s,fdata); // s is the Socket of the client
    public void sendMsgs(Socket s,byte b[])
    PrintStream p;
    try
    p = new PrintStream(s.getOutputStream());
    System.out.println("Sending Msg = " + b);
    p.println(b);
    catch(Exception e)
    System.out.println("Sending Error : " + e);
    Client Side Codings
    public void start()
    try
    s = new Socket(InetAddress.getLocalHost().getHostName(),2500);
    dis = new DataInputStream(s.getInputStream());
    ByteArrayInputStream bis = new ByteArrayInputStream(s.getInputStream());
    ps = new PrintStream(s.getOutputStream());
    t = new Thread(this);
    t.start();
    catch(Exception e) {}
    public void run()
    String msg="",c="";
    int f=0;
    byte m[] = new byte[1000];
    try
    while(true)
    // msg = dis.readLine();
    m=bis.readLine().getBytes();
    FileOutputStream fos = new FileOutputStream(new File("c:\\" + fnam),true);
    fos.write(m);
    fos.flush();
    fos.close();
    catch(Exception e){}
    f=1;
    }

    int nos = fis.available();That method shouldn't be used to determine the file size. Use File.length().
    public void sendMsgs(Socket s,byte b[])
    PrintStream p;Bad. Don't use PrintStreams or PrintWriters in association with sockets, as they swallow exceptions.
    try
    p = new PrintStream(s.getOutputStream());
    System.out.println("Sending Msg = " + b);
    p.println(b);That writes b.toString() to the socket followed by a newline. That's not what you want to do. Just write the bytes directly to the socket output stream. Then close the socket, or the output stream if you use one.
    dis = new
    DataInputStream(s.getInputStream());Good, but unnecessary.
    ByteArrayInputStream bis = new
    ByteArrayInputStream(s.getInputStream());Bad, and it isn't used anyway.
    // msg = dis.readLine();
    m=bis.readLine().getBytes();Worse. Just read the bytes directly with the DataInputStream and write them to the FileOutputStream. Don't use PrintWriters or Object.toString() anywhere where you expect to recover the original data.
    The issue here is that you're not sending what you think you're sending, and you're not reading it correctly. String is not a container for binary data. Just send and receive the binary data - the bytes - directly.
    And you're reinventing the wheel. What's wrong with SSL?

  • Unable to transfer nikon coolpix S70 files to bridge?

    Unable to transfer nikon coolpix S70 files to bridge?

    What is the output extension?  Why can't you transfer?

  • Timecode in AVI-Files

    I have captured all my MiniDVs (recorded with Sony TRV20) with Pinnacle V9 a year ago.
    Now I changed to Premiere Elements V8. When I want to edit these AVI-Files I see a perfect Timecode, but always starting at 00:00:00.00 instead of the Timecode corresponding to the real time when I made the recording. In Pinnacle I can see and use the correct TC, but I can't find any absolute TC-information in PE.
    Where did my TC go?
    Is there a preference I have to configure in PE or in the Organizer?

    This is just a late 'progress report' to tell a bit of my experiences:
    ScenAlyzer is a simple to use program to split up DV-AVI-Files (by Datestamp or Optical change). What I like very much is: the output file name is composed by a base name and either the number of the sequence or, and that is really good, the date/time of the datestamp.
    I wrote an Email to the owner of the software to ask if the developmend and support of this software will continue. Unfortunately I never got an answer. Nevertheless I will use ScenAnalyzer mainly to add the recording date to the filename.
    DVMP is a much more sophisticated program which allows to split an AVI-File by datestamp or optical. There are a couple of manipulation possibilities, e.g. change the beginning of the datestamp of a sequence. I couldn't test this feature since I have only the demo version where functionnality is restricted.
    Sending an Email to the DVMP-Team was in vain since I did not get any answer.
    After all my tests I finally (!) had the idea to split up my AVI-files using PRE 8. I distributed the sequence in the timeline on PC as 'Uncompressed Microsoft AVI'. That worked fine. Except: splitting this way removed the datestamp (I realized that only when I wanted to add this datestamp to the filename using ScenAnalyzer, but the pogram couldn't find the datestamp).
    So I wanted to split up my AVI-File using the File -> Export. But I could not do anything since the Export-Function is in gray - I can't start it.
    This question I will ask in a new thread: "File export function is grey / inactive".

  • 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

  • XML Publisher - OPP log: Output file was found but is zero sized - Deleted

    Hi,
    I have created one Main template and sub-template is called from it. I am working with Oracle Apps version 12.1.1. XML Source file gets created using rdf file attached to the concurrent program. Now after registering main template with the required concurrent program when i tried to execute it "View Output" button shows XML souce data instead of PDF report which i have called using main template. Log file was showing following error,
    Executing request completion options...
    Output file size:
    33140
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 3739501 on node ORAAPP13 at 09-AUG-2011 22:16:38.
    Post-processing of request 3739501 failed at 09-AUG-2011 22:16:51 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    ------------- 2) PRINT   -------------
    Not printing the output of this request because post-processing failed.
    Finished executing request completion options.
    And the OPP service log has following error, Can anyone guide me to solve this error.
    Template code: AERO_INV_MAIN
    Template app: XXAV
    Language: en
    Territory: US
    Output type: PDF
    [8/9/11 10:16:51 PM] [339827:RT3739501] Output file was found but is zero sized - Deleted
    [8/9/11 10:16:51 PM] [UNEXPECTED] [339827:RT3739501] java.lang.reflect.InvocationTargetException
         at sun.reflect.GeneratedMethodAccessor66.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.apps.xdo.common.xml.XSLT10gR1.invokeNewXSLStylesheet(XSLT10gR1.java:611)
         at oracle.apps.xdo.common.xml.XSLT10gR1.transform(XSLT10gR1.java:239)
         at oracle.apps.xdo.common.xml.XSLTWrapper.transform(XSLTWrapper.java:182)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:1044)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:997)
         at oracle.apps.xdo.template.fo.util.FOUtility.generateFO(FOUtility.java:212)
         at oracle.apps.xdo.template.FOProcessor.createFO(FOProcessor.java:1665)
         at oracle.apps.xdo.template.FOProcessor.generate(FOProcessor.java:975)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.runProcessTemplate(TemplateHelper.java:5936)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3459)
         at oracle.apps.xdo.oa.schema.server.TemplateHelper.processTemplate(TemplateHelper.java:3548)
         at oracle.apps.fnd.cp.opp.XMLPublisherProcessor.process(XMLPublisherProcessor.java:302)
         at oracle.apps.fnd.cp.opp.OPPRequestThread.run(OPPRequestThread.java:176)
    Caused by: java.lang.StackOverflowError
         at java.text.DecimalFormat.subformat(DecimalFormat.java:877)
         at java.text.DecimalFormat.format(DecimalFormat.java:674)
         at java.text.DecimalFormat.format(DecimalFormat.java:608)
         at java.text.SimpleDateFormat.zeroPaddingNumber(SimpleDateFormat.java:1203)
         at java.text.SimpleDateFormat.subFormat(SimpleDateFormat.java:1142)
         at java.text.SimpleDateFormat.format(SimpleDateFormat.java:899)
         at java.text.SimpleDateFormat.format(SimpleDateFormat.java:869)
         at java.text.DateFormat.format(DateFormat.java:316)
         at oracle.apps.fnd.security.CallStack.getInstance(CallStack.java:97)
         at oracle.apps.fnd.security.DBConnObj.setBorrowingThread(DBConnObj.java:990)
         at oracle.apps.fnd.security.DBConnObj.setBorrowingThread(DBConnObj.java:973)
         at oracle.apps.fnd.common.Pool.costBasedSelection(Pool.java:1885)
         at oracle.apps.fnd.common.Pool.selectObject(Pool.java:1686)
         at oracle.apps.fnd.common.Pool.borrowObject(Pool.java:950)
         at oracle.apps.fnd.security.DBConnObjPool.borrowObject(DBConnObjPool.java:584)
         at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:330)
         at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1719)
         at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2314)
         at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2251)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2108)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1918)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1762)
         at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1775)
         at oracle.apps.fnd.common.Context.getJDBCConnection(Context.java:1453)
         at oracle.apps.fnd.cache.GenericCacheLoader.load(GenericCacheLoader.java:170)
         at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1500)
         at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:362)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)
         at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1294)
         at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1149)
         at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1118)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1085)
         at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1072)
         at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)
         at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:602)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:579)
         at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:533)
         at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:301)
         at oracle.apps.xdo.oa.schema.server.OAURLConnection.getAppsContext(OAURLConnection.java:121)
         at oracle.apps.xdo.oa.schema.server.TemplateURLConnection.getInputStream(TemplateURLConnection.java:89)
         at java.net.URL.openStream(URL.java:1009)
         at oracle.xdo.parser.v2.XMLReader.openURL(XMLReader.java:2353)
         at oracle.xdo.parser.v2.XMLReader.pushXMLReader(XMLReader.java:270)
         at oracle.xdo.parser.v2.XMLParser.parse(XMLParser.java:256)
         at oracle.xdo.parser.v2.XSLBuilder.processIncludeHref(XSLBuilder.java:1045)
         at oracle.xdo.parser.v2.XSLBuilder.processImportHref(XSLBuilder.java:984)
         at oracle.xdo.parser.v2.XSLBuilder.processImport(XSLBuilder.java:949)
         at oracle.xdo.parser.v2.XSLBuilder.startElement(XSLBuilder.java:373)
         at oracle.xdo.parser.v2.NonValidatingParser.parseElement(NonValidatingParser.java:1252)
         at oracle.xdo.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:338)
         at oracle.xdo.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:285)
    Regards,
    Priyanka

    And metalink note 1100253.1 states that this issue (java.lang.StackOverflowError) might be caused by a too large set of data to be sorted in the layout file. Recommendation is to removed the sort from the layout file and instead sort the data already in the data definition.
    regards,
    David.

  • How to find name of report if I know name of instance and location of instance in Output File Store

    Hello all,
    can somebody help me to find name of the report if I know name of report instance and also location of instance in Output File Store. It should be done via Query Builder.
    It is ...rpt file as output from Crystal Reports. I tried few commands in Query Builder but usually they finished with timeout error.
    Could you help me and send specific command? Or way how to change timeout of Query Builder?
    Thanks.
    matus

    Hello all,
    We finally found solution.
    We knew that file is located on path .../Output/a_145/009/002/133521/~ce10c.....9332.rtf
    This file has more than 2 GB. We tried to find which report is related and provide necessary actions.
    As I mentioned we still failed due to timeout error - There was an error retrieving data from the server: CMS operation timed out after 9 minutes.
    So we tried to use our testing environment. We started there QueryBuilder and there we successfully tested that we found details about files from FileStore /like Name of the report in Launch Pad, CUID, ...
    SELECT SI_NAME, SI_CUID, SI_FILES FROM CI_INFOOBJECTS WHERE SI_FILES.SI_PATH = 'frs://Input/a_148/020/000/5268/'
    or
    SELECT * FROM CI_INFOOBJECTS WHERE SI_FILES.SI_PATH = 'frs://Input/ a_148/020/000/5268/'
    Best regards,
    matus

  • Customized Seeded report to XMLP report but its not generating output file?

    I want to customize "Dunning Letter Print from Dunning Letter Generate" Report, which is called from "Dunning Letter Generate" Report
    Steps i followed to Customize reports are.
    1. Changed output format to xml for "Dunning Letter Print from Dunning Letter Generate" Report.
    2. Ran report to generate xml data and using xml data created RTF file
    3. Registered data definition and template with code and short name same which is ARDLP_NON_SRS
    Now while i am running report its completing normal, but its not generating output file giving Error like –
    "Unable to find Published Output for this request"
    “No Output File Exist for Request No - xxxxx”
    No Idea why its not picking template, Can anyone help me in this?
    Using:
    Oracle Applications : 10.0.5.2,
    MS Word 2007
    Thanks,

    I am not giving the solution, providing you a hint..
    This is the query you need to satisfy,
    SELECT NVL(R.DESCRIPTION ,CP.USER_CONCURRENT_PROGRAM_NAME)
    FROM FND_CONCURRENT_REQUESTS R, FND_CONCURRENT_PROGRAMS_VL CP,XDO_DS_DEFINITIONS_B XDS
    WHERE ( ( FND_PROFILE.VALUE('CONC_REPORT_ACCESS_LEVEL') = 'U'
    AND R.REQUESTED_BY = :$PROFILES$.USER_ID ) or
    ( FND_PROFILE.VALUE('CONC_REPORT_ACCESS_LEVEL') = 'R'
    AND R.RESPONSIBILITY_ID = :$PROFILES$.RESP_ID ) )
    AND R.PROGRAM_APPLICATION_ID = CP.APPLICATION_ID
    AND R.CONCURRENT_PROGRAM_ID = CP.CONCURRENT_PROGRAM_ID
    AND XDS.APPLICATION_SHORT_NAME=
    ( SELECT APPLICATION_SHORT_NAME
    FROM FND_APPLICATION
    WHERE APPLICATION_ID=CP.APPLICATION_ID)
    AND XDS.DATA_SOURCE_CODE = CP.CONCURRENT_PROGRAM_NAME
    AND R.OUTPUT_FILE_TYPE='XML'
    AND R.STATUS_CODE not in ('E', 'D', 'T', 'X')
    ORDER BY R.REQUEST_ID DESC
    Go to system profiles and query for 'Concurrent:Report Access Level', responsibility you need and modify the profile name accordingly....

  • Error message when publishing and problems opening output file

    I have 5 projects linked together. When I publish one, I get a message that the files listed below are linked to the open project, and one or more of these projects may require exporting. I have tried to open these files and choose File | Export | Project to | but the options in the list (Flash 8 and Flash CS3) are both grayed out--on every one of these files. I'm publishing to Flash 9.
    I didn't think much about this message until a few reviewers said they can't open the project, or when they do, they don't see my playbar on the skin.
    One more thing--when an IT person was trying to help one reviewer open the output file, the IT person said "Oh, there's a problem with the code in line 25." I guess that's the html code? I'm not a programmer, but I can look at html code. What should I be seeing there in line 25?
    Is their problem opening the output file(s) related to my message about possibly needing to export files? Why might they be having problems getting the output file to open?
    Thanks for any insights you can provide!
    SAM

    Hi Sam
    It depends on a number of things. Are you certain you uploaded all the files involved? If not, there will be problems.
    The message about the linked files is quite simply advising you that you have links from that particular movie that will expect to find the files being linked to.
    If a person isn't seeing playback controls and you have included them, it's likely you haven't provided the correct link for them to open and play the file. Typically you provide a link to the HTML page Captivate creates. As long as all the output files are in the same place on the server, you should be good to go.
    Cheers... Rick
    Click here for Adobe Authorized Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

Maybe you are looking for

  • HELP: Premiere Pro CC not using all CPU and RAM during rendering and export

    Hello, I am using Premiere Pro CC on a Windows 7. My timeline is quite simple with two videos, one with the movie (mpeg) and the other with the subtitles (avi). When I render the sequence in PP or export, the rendering time is way too slow and it onl

  • Bonjour service disabled after latest update

    I just updated my iTunes to the latest version and a message came up stating: Warning! The Bonjour Service has been disabled. Bonjour is required for sharing music with others, playing music through AirPlay speakers, connecting to Apple TV...."  then

  • Desperately needs help burning DVD from iPhoto

    I am using iPhoto 6.0.6. I desperately need help burning a DVD of a slide show that I created for my daughter's wedding. I put several songs together by opening them and then combining them using QuickTime Pro. I imported the audio into iTunes and cr

  • Amount field display as 0.00

    Hi friends, we have requirement to display amount value as 0.00 if amount is 0  in the custom screen field(data type CURR). user is requesting us to display amount in screen field with 0.00 if the amount is 0. i want to do this through screen attribu

  • Frame8 Distiller Worked; Frame9 Distiller Font Map is Incorrect

    I have been using FrameMaker 8 with a custom AT&T font set, ClearviewATT without incident.  I am evaluating FrameMaker 9, but when I Save as PDF, the Distiller produces PDF files with all bold and italic text as Times New Roman.  This is unacceptable