Instead of creating multiple Instances I want to create only one Instance.

Hi Everyone
Good morning, How are you.
I have a requirement to transfer files from one location to another location, I am able to do this successfully using FTP Adapters.
I have some Issues please help any one.
1) When I deployed my process it is creating one instance for one file transfer, Suppose If I have 50 files in my Get
directory, After deploy the process 50 instances are creating and 50 Email generating saying files are not tranfered successfully.
Instead of creating 50 Instances I want to create only one Instance.
2) When files are not transferd it will fire error mail saying that not success (I want to display all file names(not tranfered files) in my mail , i.e whatever files are not tranfered, need to diplay in mail).
3) And I am not able to transfer 0 size files, But in BPEL Console Instance is creating for 0 size file also and I am getting Email for success... and In put directory 0 size file is not showing. (Instance is creating and Success Email coming but file is not exists in Put directory)
Please help me.
Regards
Venkat
Edited by: user10263255 on Oct 1, 2008 8:10 AM
Edited by: user10263255 on Oct 1, 2008 9:15 AM

Hi Dharmendra,
Thanks for your reply.
I am not able to see any thing about singleton process in mentioned URL.
Can you please provide me the another URL or please paste here about singleton process .
Thanks in Advance.
Regards
Venkat

Similar Messages

  • System should create only one delivery for 100 different PO's in STO

    Hi All
    i need help
    Plant B raising 100 different po's daily for different materials to Plant A.(STO)
    Now Plant A will do Dilivery via VL10B.
    Here my requirement is system should create only one delivery for 100 different PO's and delivery should contain all the
    materials as line items bcause system should not create 100 deliveries( time consuming process).
    Here there is no manual transaction for VL10B.
    That is system is goining to excecute the VL10B automatically, there is no manual transation for VL10B
    How can we do this?
    Thanks
    MSK

    Hi
    We can able to do your requirement
    1. All the STO materials should have same sales view in materials for the *Unique)following field: Loading group, shipping Point, so on..
    2. In the config, hope we have do the combine delivery setting for VL10B
    Regards
    Prasanna
    Edited by: Prasanna Raju on Feb 17, 2010 1:52 PM

  • I want to make only one node draggable in the tree. How?

    I want to make only one node draggable in the tree. How?
    when we have only
    tree.setDragEnable(true)which makes draggable the entire nodes in the tree.
    Thanks -

    Hi Andrea
    Just to clarify things up: is this what you want?
    package treeDnD;
    * DragJustOneNode.java
    import java.awt.*;
    import java.awt.datatransfer.*;
    import java.awt.dnd.*;
    import java.io.*;
    import javax.swing.*;
    import javax.swing.tree.*;
    public class DragJustOneNode extends JFrame {
        private JTree tree;
        private DefaultTreeModel model;
        private DefaultMutableTreeNode root;
        public DragJustOneNode() {
            super("Only child 1 is draggable!");
            setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE);
            setSize(400,300);
            setLocationRelativeTo(null);
            tree = new JTree();
            tree.setDragEnabled(true);
            getContentPane().add(new JScrollPane(tree), BorderLayout.CENTER);
            tree.setTransferHandler(new TreeTransferHandler());
            root = new DefaultMutableTreeNode(new NodeData(0, "root"));
            root.add(new DefaultMutableTreeNode(new NodeData(1, "child 1")));
            root.add(new DefaultMutableTreeNode(new NodeData(2, "child 2")));
            root.add(new DefaultMutableTreeNode(new NodeData(3, "child 3")));
            root.add(new DefaultMutableTreeNode(new NodeData(4, "child 4")));
            model = new DefaultTreeModel(root);
            tree.setModel(model);
        public static void main(final String args[]) {new DragJustOneNode().setVisible(true);}
    class NodeData{
        private int id;
        private String data;
        public NodeData(final int id, final String data){
            this.id = id;
            this.data = data;
        public int getId() {return id;}
        public void setId(final int id) {this.id = id;}
        public String getData() {return data;}
        public void setData(final String data) {this.data = data;}
        public String toString() {return data;}
    class TreeTransferable implements Transferable{
        private NodeData nodeData;
        public TreeTransferable(NodeData nodeData){
            this.nodeData = nodeData;
        public DataFlavor[] getTransferDataFlavors() {
            return new DataFlavor[]{DataFlavor.stringFlavor};
        public boolean isDataFlavorSupported(DataFlavor flavor) {
            return true;
        public Object getTransferData(DataFlavor flavor) throws UnsupportedFlavorException, IOException {
            return nodeData;
    class TreeTransferHandler extends TransferHandler{
        private DefaultMutableTreeNode sourceNode, targetNode;
        public boolean canImport(final JComponent comp, final DataFlavor[] transferFlavors) {
            NodeData nodeData = (NodeData) (sourceNode).getUserObject();
            if(nodeData.getId() == 1) return true;
            return false;
        protected Transferable createTransferable(final JComponent c) {
            JTree tree = ((JTree)c);
            sourceNode = (DefaultMutableTreeNode) tree.getLastSelectedPathComponent();
            return new TreeTransferable((NodeData) sourceNode.getUserObject());
        public int getSourceActions(final JComponent c) {return DnDConstants.ACTION_MOVE;}
        public boolean importData(final JComponent comp, final Transferable t) {
            JTree tree = ((JTree)comp);
            DefaultTreeModel model = (DefaultTreeModel)tree.getModel();
            targetNode = (DefaultMutableTreeNode) tree.getLastSelectedPathComponent();
            DefaultMutableTreeNode parent = (DefaultMutableTreeNode)targetNode.getParent();
            if(parent == null) return false;
            model.removeNodeFromParent(sourceNode);
            model.insertNodeInto(sourceNode, parent, parent.getIndex(targetNode));
            tree.setSelectionPath(new TreePath(model.getPathToRoot(sourceNode)));
            return true;
    }

  • In partial delivery, what does it mean by Create only one delivery (also with qty = 0)?

    Hi Expert,
    I would like to ask
    "Create only one delivery (also with qty = 0)"
    It is mentioned in Partial Delivery
    The following partial delivery agreements exist:
    A Create a delivery with qty greater than zero
    B Create only one delivery (also with qty = 0)
    C Only complete delivery allowed
    D No limit to subsequent deliveries
    Please provide example together.
    Many thanks.
    Rgds,
    Ong

    Dear Lit Yit Ong
    The use of  B is Creating  only one delivery (also with quantity = 0) Same like as indicator A, only the difference is we can create a delivery with zero qty also.
    Regards
    venu Gopal reddy

  • TDMS File Creates Multiple Tabs of Data. Want to create only one.

    Hello NI Community,
    I am currently using the DAQ Assistant with my string pots to record displacement over a long interval of time (see attached VI). I am then using the "Write To Measurement File" vi to save the data into a TDMS file (see the "Write to File Settings" picture attached for all settings chosen for file write). The file is being written, however when I open the TDMS file, the document creates a tab in Excel for every second of data recorded (please see the attached "). It looks like the TDMS file is grouping all the data from each second together and then creating a new group of data.
    How do I get the file to write all the data onto a single tab instead of creating multiple? I do not want to have to concatenate hundreds of tabs into a single excel sheet.
    Thanks,
    Chris
    Solved!
    Go to Solution.
    Attachments:
    Write to File Settings.PNG ‏40 KB
    TDMS File Multiple Tabs.PNG ‏57 KB
    TDMSWrite.vi ‏108 KB

    You should not be using the comment.  I just removed that and it all worked for me.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • Multiple line item in billing but only one line item in accounting document

    Hi Everyone,
    I am having one scenario in which sales order has more than one line item. Only one billing document is create for all line items in Sales Order but billing document contains as many items as sales order has. In accounting document of billing i find only one customer line which has total amount of all line items in billing as debited. My requirement is Accounting document also should have as many line of customer-debit as in billing items i.e sales order. For example :
    (1) Sales order has 2 line items.
    (2) Billing document is only ONE and has 2 line items
    (3) currently accounting document has only ONE line of Customet - Debit ( Total amount of both items)
    My requirement is
    Accounting document should have 2 line item of customer - Debit
    Customer - Debit (amount of first line item)
    Customer - Debit (amount of Second line item)
    Sales - Credit
    How can it be done ?
    Regards,
    Manish

    Hi,
    This is the SAP expected behaviour
    As far as the values correspond to same account key and same GL account as per account determination, then ti will be posted as a single line item in FI document.
    If you want the customer specific items to be posted in two GL accounts , then you have to do the account determination that way.
    For example, you should have a condition table in FICO as follows.
    Sales org/ Account key / Customer
    For this condition table, the entries shoudl be as follows.
    5110/ERS/Customer A  GL ACCOUNT IS 5000100
    5110/ERS/Customer B GL ACCOUNT IS  5000200
    In this case, there will be 2 entries for the invoice instead of just one line entry.

  • System should create only one Inspection Lot

    Hi,
    My client has following requirement.
    I have ten Line item in Po, after MIGO system generate one GRIN no and 10 inspection lot for every line item but my client need only one inspection lot no. having 10 line items in thatu2026 how to do this.
    Regards.
    Arun

    Sorry.  In SAP incoming inspection are driven by the material numbers. 
    If QM is on for the material, you will get an inspection lot.  If you have ten different materials in a Purchase order and all ten require inspection then you will get ten inspection lots.
    That is the way it is. 
    You could use a user exit to determine if an inspection lot for the PO has been created for the purchase order already and suppress the creation of any additional ones if you want.  But the one created will be for the first material in the purchase order, not the receipt itself.
    FF

  • I want to open only one JInternalFrame

    How do I control the MainGUI (JDeskTopPane) to open only ONE listenInputWindow (JInternalFrame)? There is my wrony code, but I do not know how to correct. I can open another listenInputWindow even one is already on Desktop.
    public class MainGUI extends javax.swing.JFrame {
    InputMenuFrame listenInputWindow;
    /** Creates new form MainGUI */
    public MainGUI() {
    initComponents(); //Method to create the MainGUI
    private void inputMenuItemActionPerformed(java.awt.event.ActionEvent evt) {
    if (listenInputWindow == null) { //suppose this line to control the opening
    InputMenuFrame listenInputWindow = new InputMenuFrame();
    listenInputWindow.setLocation(600, 0);
    listenInputWindow.setVisible(true);
    desktopPane.add(listenInputWindow);
    }

    Great :)
    Please try to be more specific - generally you do not want to have your GUI driven by embedded code.
    Consider structuring your app to use the GUI to trigger events in Observerable objects.... this does a number of things, prevents write/paint lockups, permits changing the GUI without affecting the underlying code and vice versa....
    If you could provide more detail as to what you need perhaps I could offer a couple of hints...

  • Multiple devices showing in iTunes when only one device is plugged in

    How come multiple devices show up in iTunes left-hand DEVICES column when I plug in only one device? When I plug in my iPhone, two of the same devices by the same name show up in the left hand column within iTunes, ALONG with two other iPhones in our family. Can anyone offer insight please? Thank you in advance!

    You may have enabled wifi sync on your iPhone.

  • How can I unsplit my mozilla screen? I want to see only one screen at a time!

    When I open mozilla only one screen shows up. Then when I open another website from my bookmarks mozilla all of the sudden split the screen into one website and then icloud. Very frustrating. Any help would be appreciated.

    I've called the big guys to help you. Good luck.
    In order to better assist you with your issue please provide us with a screenshot. If you need help to create a screenshot, please see [[How do I create a screenshot of my problem?]]
    Once you've done this, attach the saved screenshot file to your forum post by clicking the '''Browse...''' button below the ''Post your reply'' box. This will help us to visualize the problem.
    Thank you!

  • I don't want to import PHOTOS. I want to get only one into Lightroom for temporary work. How do I do this. (the photo is now in Photoshop Elements).

    Don't want to import all photos from my camera or anywhere else. I only want to work on one image then put it back into Elements. Please tell me how to do this and I would appreciate a detailed answer. Please do not be vague.

    Lightroom is not a file browser, It isn't anything like the organizer in Photoshop Elements. Lightroom uses a catalog, which is a database. That database keeps track of the location of images that have been imported, as well as all of the adjustments that you make to those images using Lightroom. The import process is a process of showing Lightroom where the images are located on your computer. You can't just open an image in Lightroom, make changes and then close it. Lightroom doesn't make changes to the original image. Your images are left in their pristine state. All the changes are stored in the catalog. And when it comes time to share an image that has been adjusted in Lightroom you need to export a copy that includes all of those changes. It's a different workflow, and one that you need to become accustomed to. I suggest that you watch a series of short tutorials that will help you understand more completely how Lightroom works.
    Getting Started with Adobe Photoshop Lightroom 5 | Adobe TV

  • Sometimes I just want to close ONLY one window, but Firefox is closing ALL TABS, and I don't want this!

    I sometimes will open several windows, especially from my Comcast mailbox. When I am through with that window, I will close it, but leave the other ones open. FIrefox won't do this any more, When I close 1 window, Firefox send me a message stating that it is CLOSING ALL TABS. I DONT WANT TO CLOSE all of them, I just want to close the window I am closing!. This is very annoying, because I have to re-log back into everything, because FIrefox is "CLOSING ALL TABS", and all I want to to close ONE window...I am about ready to chuck this browser....I tried to find an answer to this in tools, but was unable to do so. Please help me with this

    Use CTRL+W - to close the surrent tab.
    '''Try the Firefox Safe Mode''' to see how it works there. The Safe Mode is a troubleshooting mode, which disables most add-ons.''
    ''(If you're not using it, switch to the Default theme.)''
    * You can open the Firefox 4.0+ Safe Mode by holding the '''Shift''' key when you use the Firefox desktop or Start menu shortcut.
    * Or use the Help menu item and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Don't select anything right now, just use "'Start in Safe Mode"''
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before using the Firefox shortcut (without the Shift key) to open it again.''
    '''''If it is good in the Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one.
    Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''

  • I'm on a network with 2 printers and want to uninstall only one.  How do I do it?

    I recently added a Lexmark E260dn printer to my network (still want to have my HP 8550 connected).
    The printer was faulty so took it back, but want to install another one.  How do I "uninstall" just the old info for the Lexmark without losing my HP info?

    For username and password, you need to use the username and password for someone that has an administrator account. If you have an admin type account, then just use your username (the short one, which is the name of your home directory) and password.
    If not, you need the username and password of someone that does have an admin type account on your computer.
    It need not have any relationship to any account used to set up the system or any software on it.
    If you can do software updates using your name and password, then you are an admin user. Use your username (the short one, not your full name) and your password.
    You can get your short username in Terminal:
    echo $LOGNAME

  • Creating only one or several invoice smartforms for a global company

    Hi,
    I'd like to hear your thoughts how smartform development should be arranged for a global company. Let's take an invoice as an example.
    A global company has several divisions, company codes, plants and sales organizations. Invoices are printed in different languages in several countries.
    Of course it would be better to build exactly one smartform for everything, but on the other hand, the smartform would be extreme complex and difficult to maintain in future, since each company has slightly different requirements for the invoice. On the other hand, it doesn't make any sense to just keep on creating a new smartform for each country, since at the end you will have tens of almost identical smartforms which doesn't sound good either.
    What is your experience--should one try to build exactly one smartform for all the company codes, or would it be better to create a new smartform for each company code? In general, I would say that the latter one is perhaps a better approach.
    Thanks in advance for your thoughts,
    Jarmo Tuominen
    Edited by: Jarmo Tuominen on Mar 1, 2008 12:17 PM

    My first thought was that it is better to maintain only one form for everything.
    However, I am aware that there are also opposite opinions. They explain that creating one form for everything is not the best approach. Because of this, I would like to understand the reasons for that. Do others have any other point of views?

  • When I want to close only one window it closes all of them. How do I close just one.

    I only want to close one window. How can I do this without closing them all. But for this, I would use Mozilla all the time.
    Thanks, Joyce

    You do not mention what your Operating System is. You should be able to close only one firefox window, and then finally exit from firefox as a whole by using Firefox Button -> exit.
    Also or alternatively consider use [[tabbed browsing]].

Maybe you are looking for

  • Cisco ACS 4.2 TACACS+ Administration report - Help!

    we had some switches mysteriously reloaded.  Upon investigation, TACACS+ Administration report show no user login to the device, no command was issued, and the reason = reload. how could this happen?

  • My mail will not open

    I can not open my mail.  When I try it says mail quit unexpectedly.  I have tried shutting everything down and restarting my computer, but this did not help. What can I do?

  • Read in Binary form in VISA read function

    Dear All, I have connected my Device to the serial Port. and data read from the buffer is stored in text format. I want to view the data in binary format . Actually, i have performed the same function in Visual Basic. there also if i view the data in

  • RMAN Message

    Hi, I am using a Backup Application "Omniback" from HP. This Application uses RMAN internally to manage the Backup. Here are some messages that I get and I am not sure what it means. Can someone help with this ? RMAN-08013: channel dev_0: piece 1 cre

  • Webview not displaying reports correctly

    Hello, I want to retrieve "agent03" report from webview. For a specific agent, webivew is not displaying the latest reports for a specific agent. The same report is displaying for other agents. Any suggestion? Thanks, Justine.