Is there any way to access the files to be sent by XML bursting process?

Hi All,
I have following problem (11i, 5.6.3):
- XML output will be created from report
- bursting process will e-mail to multiple addresses after converting to PDF using RTF template
- now I need to split the output again (like XML bursting does before sending out), but save on the server instead of emailing out
Is there any way to achieve last point? Please note that in second step file will be split by supplier and in the third by invoice, so I definitely need to run bursting process twice.
Regards
Piotr

iOS does not natively support normal file structures or servers, but there are third party apps you can get that do, such as FileBrowser.
Regards.

Similar Messages

  • Is there any way to access the thumbails-db, where finder stores its icons that are assigned to files?

    Is there any way to access the thumbails-db, where finder stores its icons that are assigned to files?
    Thats a SQLite-DB? Is it possible to access and export them? I´d like to use that Db to assign thumbs to files on my NAS.
    Thx!    

    Are the thumbnails & icons stored in the .DS_Store-File?
    When visible, how can I access the content stored in that file?

  • Is there any way to get the files from other computer ?

    Hai all,
    I have 2 computers connected. I know the IP address of other computer. Is there any way to get the files from other computer. (for e.g. I want to get the files from specific folder. In Java netwroking is it possible? (Any programs)
    regards,
    Namanc

    Bro Take it easy.
    Think you need to send a Image file named ("abc.gif")
    now develop a server using ServerSocket and connect it in local IP and any PORT
    For example i think ur server is connected in "localhost" and 9000 port.
    Now make ur server educated using some commands.
    For example:
    FileName: <File Name String>
    [Means new file is sending by connected client]
    FileSize: <File size long or int value>
    [ So that ur server can determind about the total length of sender file]
    DataModeOpen
    [Now your client will send its image data, this command means your client software is sending data]
    fjadlkfjaofaijojfwoeiurfodkjflsajlfksa
    l23j4lj23lkjlasjfoq23j4rokjelfkjasldkf
    2o3j4lk2j3ljslakdjf2l3j4 l23kjlk23k4j
    DataModeClose
    [Means file sending finished]
    Close
    [Means your client connection is closed]
    Now develop a client supporting this command.
    For example(Server):
    String getFileName=null;
    long getFileSize=0;
    public handleCommand(String getCmd) {
        if(getCmd.startsWith("FileName")) {
                String[] splitData=getCmd.split(":");
                this.getFileName=   splitData[1];
                outPutStream.writeBytes("+OK");
        } else if(getCmd.startsWith("FileSize")) {
                String[] splitData=getCmd.split(":");
                this.getFileSize=Long.parseLong(splitData[1]);
                outPutStream.writeBytes("+OK");
        } else if(getCmd.startsWith("DataModeOpen")) {
               //data mode open so receive data
              receiveData();
              outPutStream.writeBytes("+OK");
        } else if(getCmd.startsWith("DataModeClose")) {
              //close client socket
             getClientSocket.close();
    }For client:
    DataInputStream dataIn=null;
    BufferedOutputStream bout=null;
    public sendFile(bytes[] getBytes) {
            //if ok found then do other or show error message
        if(sendCmd("FileName:"+getFileName)) {
            if(sendCmd("FileSize:"+getFileSize)) {
                if(sendCmd("DataModeOpen")) {
                   bout.write(getBytes);
                } else {
                   showError(3);
            } else {
                   showError(2);
       } else {
            showError(1);
    }i think it will help u

  • I had my iphone stolen which had quite a lot of music on that I had downloaded from itunes but not synced with itunes on my computer.Is there any way to access the music now or is it lost?

    Hi,
    I had my iphone stolen a few weeks ago which had quite a lot of music on that I had downloaded from itunes via my phone but had not synced with itunes on my computer.
    Is there any way to access the music now or is it lost? Thanks x

    By any chance, did you have the Find My iPhone app installed prior to it being stolen?
    Reporting a lost or stolen Apple product
    Hopefully you had your iTunes purchases backed up to an external source such as an external drive or CD's?

  • Is there any way to access the pages templates that were there six months ago. The one I used for my recipes is not there.

    Is there any way to access the Pages app templetes that were there six months ago? The one I used for my recipes is no longer there.

    What was the name of the recipe template?
    Or was it one you created yourself.
    It helps when you tell us that you upgraded both your OS and Pages, which it appears you have done.
    Possibly even changing your Mac or iOS device. Which is it btw?
    Probably you have a new Pages which has only a fraction of the templates, because it has a fraction of the features.
    Peter

  • My old computer died and I got just got a new one.  Is there any way to access the movies, apps, etc. that I bought on i tunes on this new computer?

    my old computer died and I got just got a new one.  Is there any way to access the movies, apps, etc. that I bought on i tunes from the new computer?

    Yes....
    On the new computer, launch iTunes. From the menu bar click click Store / Authorize This Computer.
    Then re download your iTunes purchases.
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • Is there any way to access the superclass' superclass' constructor?

    Hi,
    Is there any way to access the superclass' superclass' constructor?
    e.g.
    class A {...}
    class B extends A {...}
    class C extends B {
    public C() {
    // can I do something like super.super();
    // I mean then doesn't work, but is there anything similar?
    }

    In the OP you don't need to call "super.super()" since the A class no-args constructor will be invoked anyway.
    You can, however, invoke constructors using reflection. For example:
    public class A {
         public A() {
              System.out.println("A()!");
         public A(int i) {
              System.out.println("A(int i)! : " + i);
    public class B extends A {
         public B() {
              System.out.println("B()!");
    public class C extends B {
         public C() throws Exception {
              Class types[] = new Class[1];
              types[0] = Integer.TYPE;
              Object args[] = new Object[1];
              args[0] = new Integer(1);
              this.getClass().getSuperclass().getSuperclass().getConstructor(types).newInstance(args);          
              System.out.println("C()!");
         public static void main(String[] args) throws Exception {
              new C();
    }Will print:
    A()!
    B()!
    A(int i)! : 1
    C()!
    btw: DON'T use this code! It's just to show you that it's possible.

  • Is there any way to show the file name super imposed on the slides?

    Is there any way to show the file name super imposed on the slides in Premiere Elements 9?
    I am setting up pictures as slide show along with some movie clips but wanted the desctiptive file names appearing with each picture.
    Thanks!

    Yes. In Timeline mode, you add it to an upper video track as a title.
    I show you the basics of titles in the Basic Training tutorials at Premiere Elements support site Muvipix.com.
    http://forums.adobe.com/thread/537685?tstart=0

  • Is there any way to collect the file list from UTL_FILE_DIR.

    I expect the use "Oracle supplied package UTL_FILE" to import our customer order shipments to table by XML format files. I already did the procedure to import one XML file into Table by DBMS_XMLSave.insertXML and UTL_FILE. GET_LINE. And it did work.
    My question is :
    Is there any way to collect the file list from UTL_FILE_DIR. (I put all import XML files into `/usr/tmp?, I want to get all file names from this folder and feed them into UTL_FILE.FOPEN.)
    Thanks in advance

    UTL_FILE_DIR is a very dangerous and deprecated parameter. Oracle very specifically recommends not using it. You should be using directory objects instead.
    As for doing a directory listing, you can use Java stored proc. External procs/functions are not required.
    The following sample shows how to use such a Java stored proc to insert the result of a directory listing into a session temporary table:
    create or replace and compile java source named "ListFiles" as
    import java.io.*;
    import java.sql.*;
    public class ListFiles
            public static void getList(String directory, String filter)
            throws SQLException
                    File path = new File( directory );
                    final String ExpressionFilter =  filter;
                    FilenameFilter fileFilter = new FilenameFilter() {
                            public boolean accept(File dir, String name) {
                                    if(name.equalsIgnoreCase(ExpressionFilter))
                                            return true;
                                    if(name.matches("." + ExpressionFilter))
                                            return true;
                                    return false;
                    String[] list = path.list(fileFilter);
                    String element;
                    for(int i = 0; i < list.length; i++)
                            element = list;
    #sql {
    insert
    into directory_list
    ( directory, filename )
    values
    ( :directory, :element )

  • Is there any way to access the App Store using OS10.4.11 on a Mac G4?

    Hi All:
    Is there any way to access the App Store using OS10.4.11 on a Mac G4 (dual 1.42 Ghz, FW800, MDD)?
    Thanks,
    Robert

    No. None of the applications from it will work either.
    (81546)

  • Is there any way to get the file for your site from Creative Cloud?

    I lost the file for my Muse site and was wondering if there was any way to get the file from the server or from somewhere in Creative Cloud.
    Thanks.

    Are you Mac or Windows?

  • Using pages, I saved the wrong file thereby overwriting the file I want.  Is there any way to get the file I want back?

    Is there any way to recover a file if you have overwritten it?

    When I do that: Pages>Revert to > I don't get a chance to "Browse all Versions"  Instead it says, "no Document"

  • Is there any way to reset the file type to "Adobe Acrobat Document" rather than "pdf file"?

    An update from WordPerfect automatically installed Foxit on my computer without warning me.  I uninstalled it and reinstalled CS5 and Acrobat 11 but when I look at a list of files in Windows Explorer, all of my PDF files are simply listed as "PDF file" rather than "Adobe Acrobat Document".  I rely on the Adobe name to get my PDF listed at the top of list of files when I sort by document type for something that I need to do 4 or 5 times a day.  Having it buried under "PDF" is causing lots of errors.
    I've tried searching the registry but can't find anything that would make this change.  I know it's related to the computer because when I use my laptop to view the same folder on the desktop, the laptop shows the files as "Adobe Acrobat Document".  I just don't know where to look to fix this.
    Any help would be very much appreciated.
    Thanks,
    GiGi

    I have already reinstalled both Adobe Reader and the full version of CS5 which includes Adobe Pro.  Neither of those steps worked. 
    Thanks,
    GiGi

  • Is there a way to alter the file name given to the attachments in an email button?

    When ever I click the standard email button, I get an attachement with random alfa and numeric characters for the file name.  Is there any way to change the files names to match a data field in the form or start with something I choose?
    Thanks,
    Judy

    Hi RudyLou36,
    While viewing the form in Preview TAB of LC Designer you will always get the junk characters as the name of the file. Save the file and open it in Acrobat or Reader.
    You won't be able to change the filename unless you save the file first. Here (http://forums.adobe.com/thread/462681) is an example of a number of ways to deal with parts of the email programatically.
    Regards,
    ratnesh

  • Is there any way to access an overridden method of super class?

    class Animals
         void makeNoice(){System.out.println("General noice");}
    class Dog extends Animals
              void makeNoice(){System.out.println("bark");}
    };Is there any way to access the makeNoice() of Animals class from a Dog object
    Dog dog = new Dog();
    Animal animaldog = dog;
    animaldog.makeNoice(); // will always calls Dog's makeNoice() ie the overriden method.
    Is there a way to access the Animals makeNoice() method ? by using cast or super etc?
    Or it is not possible at all?

    Rajeebs wrote:
    Now another question coming in my mind.
    Whether any way to access a method which belong to super class's super class without using any method of class B,
    like super.super.fn() ??Isn't this just the same question again? And won't you again just "solve" it by writing some invokeSuperSuperMethod or other? This flawed design is quickly getting out of hand, isn't it? The question isn't "How can I invoke an arbitrarily deep superclass' method?" but more "Why do I need to invoke a method belonging to a concrete type at all?". If you need to do that, chances are you've misused inheritance.
    To use your initial sample code, in what circumstance would you require that a Dog make anything other than a Dog noise? It makes no sense. Point is, you have an Animal abstraction, and can call makeNoise on any instance of any subclass, and it will make the appropriate noise. By trying to use trickery to force other noises, you're doing something unnatural, and you're also depending on actual specific concrete subclasses. If you're going to go to specific classes and ask them to make their noise, what use is the inheritance? What use it the polymorphism?
    Are we heading into another "I've got a brilliant idea for a [useless language feature|http://forums.sun.com/thread.jspa?threadID=5423706&messageID=10905772#10905772], guys!" thread?

Maybe you are looking for

  • How do you get the app store to work again?

    My older child disabled the app store for his younger brother using som pass code...that he does not remember. This ipad is connected through my itunes account. What can I do to make it so that he can purchase apps again if I don't know the passcode?

  • Problem in iphoto

    HI, I am having a problem with iphoto. i made photo book with hard cover, size XL and 22 pages and ordered it so after 1 week i got an email from APPLE like that : It appears that when your order was submitted to Apple, an error caused the image file

  • Alert to user while selecting serial number in wrong plant

    Dear all, Please give me your suggestion for the below Is there any standard settings in sap to give an alert message if a user select the serial number of the material from wrong plant. Regards RaJ

  • UPDATE CS6 VIA CREATIVE CLOUD

    Hello, I can update de master CC, but i can not update my master collection CS6 via creative cloud !? is this normal ?

  • Can't find  the contract in the inbox.

    Hi, After making the required changes, Contract is submitted it for approval, selected the continue and when I try to find the contract in the inbox I can't find it so I can't finish the booking. Appreciate your input ? thanks siva