XI has dropped a file twice

Hi Masters,
We have a common problem but it is driving us crazy.
An interface has droped twice a file in the receiver system but we have just one execution on sxmb_moni and in Runtime Workbench. We have checked as well the job what send the file to XI and start the process and it was executed one time too.
Then, how can it heppens???!!!
Can somebody help me? Somebody experienced that in the past? Any idea to continue investigating?
Your help will be so appreciated
Thanks a lot in advance masters, .

Hi Masters, Thank you for your response but i am driving crazy because:
-There are not more interfaces dropping files in this server at this time
-There are not multiple receivers. This interface has just one receiver with one receiver agreement
-I have asking if it is the same information but there are not two receiver.
-There are not OS scripts.
It is a very simple interface that uses file adapter. Just has one characteristic no normall. It uses file exclusion mask at the sender channel but i have been checking and there are not executions at this time for the rest of the files.
Please, help me, i am very confuse
Thanks for your past responses and future ones.

Similar Messages

  • Drag and Drop a file in swing applications

    Hello friends,
    is there anyway that i can know in my program that a file is dragged an dropped?
    to be very clear, i want to allow a user to drag and drop a .txt file in my JFrame.
    1. how do i know that user has dropped such file.
    2. how can i restrict him to drop other files?
    thanks in advance

    Here is a code segment illustrating the method for obtaining the filename or path:
    public void drop(final DropTargetDropEvent event)  {
              if ((event.getSourceActions() & DnDConstants.ACTION_COPY) != 0)
                  event.acceptDrop(DnDConstants.ACTION_COPY);
             else {
                 event.rejectDrop();
                 return;
              Transferable transferable = event.getTransferable();
              DataFlavor[] flavors = event.getCurrentDataFlavors();
              for (int i = 0; i < flavors.length; i++)   {
                   DataFlavor dataFlavor = flavors;
                   try {
                        if (dataFlavor.equals(DataFlavor.javaFileListFlavor)) {
                             java.util.List fileList = (java.util.List) transferable.getTransferData(dataFlavor);
                             final File f = (File) fileList.get(0);
                             waiting = true;
                             Thread runner = new Thread() {
                                  public void run() {                                                                  
                                       if (frame.promptToSave()) {
                                            frame.openDocument(f);     
                                       waiting = false;
                             runner.start();
                             event.dropComplete(true);
                             return;               
                        else if (dataFlavor.equals(DataFlavor.stringFlavor)) {               
                        textArea.setCaretPosition(textArea.viewToModel(event.getLocation()));
                        String s = (String) transferable.getTransferData(dataFlavor);
                        textArea.insert(s, textArea.getCaretPosition());
                        event.dropComplete(true);
                             return;          
    //                    else if (d.isMimeTypeEqual("text/plain")) {               
                   } catch (Exception e) {
                        event.dropComplete(false);
                        return;
              event.dropComplete(false);

  • Playback of .mov files has dropped frames.  How can I fix this problem?

    Playback of .mov files has dropped frames.  I've exausted changes in settings without result.  The files play back from my Canon camera into an HD TV but not on my desktop using Windows XP or my notebook using Vista.  How can I fix this problem?

    Playback of .mov files has dropped frames.  I've exausted changes in settings without result.  The files play back from my Canon camera into an HD TV but not on my desktop using Windows XP or my notebook using Vista.  How can I fix this problem?
    The QT player is programmed to drop frames during playback if needed in an effort to maintain the target frame rate. If you want all frames to be played, the turn on the "Play all frames" viewing option but be advised that the playback frame rate may then vary drastically.

  • Premiere CC 2014, my timeline has drop files 5K

    Premiere CC 2014, my timeline has drop files 5K epic native network, and the following error message, A low-level exception occurred in: ImporterMPEG (importer)

    Hi Sulafilms,
    Try this: Choose Help > Sign Out, restart Premiere Pro, choose Help > Sign In
    Thanks,
    Kevin

  • Is Flash Builder dead? I just found out that adobe has dropped Flash on mobile devices

    I did alot of research on software to develop apps for the mobile market. I liked Flash Builder since it will create apps for all 3 types of mobile devices at once. Downloaded the 30 day trial and have started on the 5 day training course.
    Today I saw an article from sitepoint that abobe has dropped development and support for Flash on mobile devices.
    The end result of Flash Builder gives you a .swf file in an html wrapper thus we are developing flash when adobe has dropped Flash for mobile. Am I wasting my time? Should I go to another software package?
    http://www.sitepoint.com/adobe-abandons-mobile-flash/
    Adobe Abandons Flash on Mobile Devices
    HELP

    the plugin for mobile browsers is the only thing they will not update in the future. The normal desktop browser plugin is very alive
    Everything else is active... they are still continuing to work on exporting to Android,iOS, and rim playbook via AIRapps in both flash builder and flash pro.
    The only difference going forward is mobile websites viewing flash (apps are unchanged). Basically... apple won
    Not a big deal so far, but everywhere you look people are frantic and asking -whats next?
    I like air for ios and android. Im sticking with it

  • Sender File Adapter picking the same file twice

    We are facing a weird issue with File Sender Adapter
    We are using PI File Adapter ( NFS ) to read files for a NFS folder and
    processing those in PI.Normally it works fine. But for a scenario we
    are noticing it sometimes process the same file twice before archiving,
    thus duplicating the financial postings.
    What we have is :
    File Sender Adapter - NFS, Polling interval 60 secs, and Processign
    mdoe Archive. File name includes Wildcards - JE_Upload*.txt
    what we are noticing is that :
    when it picks up a file, it immediately polls again to check for
    another file, and sometimes the file is not yet archived so it picks up
    and reprocess the same file.
    If you see the message below, both belong to the same file, and it
    picked up the same file again in 12 secs after processing it the first
    time
       Successful 02.11.2009 15:01:00 02.11.2009 15:01:01   APMANUAL     urn:bl:i2g:003:100
    SI_SKF_FIDOC_OB XI Message
       Successful 02.11.2009 15:00:49 02.11.2009 15:00:50   APMANUAL     urn:bl:i2g:003:100
    SI_SKF_FIDOC_OB XI Message
    Anyone seen this behavior before?

    Hi,
    Please check the script which creates file in source NFS Folders. There is possibility that script is making change in file when PI is picking up the file.
    When PI picks the file first time it creates one message ID in system. After that if script is making any change in file without file name change (This need not necessary data change), for PI it becomes new file and new message gets generated in PI for same file.
    This error normally comes when File adapter is not able to archive file succesfully. For eg. file with same name alredy exists in Archive folder.
    File adapter generates the new message id whenfile get modified(eg.change in its length or data change) even though
    the file name is same and when file get change ,XI file adapter thinks that its new file and hence generate the new message id for same file.
    If file has same name and notmodified then XI adapter will not generate new message id and will keep on throw the error till you remove that file with same name from the
    archieve directory.
    -Warm Regards,
    Gouri

  • I can't print my statements from banking websites - the option to print (drop down file menu) from the website is greyed out

    I do my banking online, and have previously been able to print my statements off the website. Since the last update, although the page shows in the browser as normal, the option to print from the drop-down file menu is greyed out and I cannot print anything, even if I try and select a portion. It is not a problem with the website as I can print without a problem in another browser program. This problem has now persisted for quite a while with no resolution over time. How do I get Firefox to allow print from a secure website (I assume that is the problem?) It occurs with more than one secure site (two different banks)

    I have the same problem... not being able to print website 'Print' pages. I have read carefully the above link and have followed the reset directions in about:config, but I still cannot print in Firefox. Both Google Chrome and IE work perfectly every time. I have verified that the correct printer is selected and that the margins are in order (0.5 all around happen to be what mine are set for). I have resorted to use the Firefox Add On "View this Page in IE" whenever I need to print something. Works like a charm, but come on... it should work in Firefox too! I know there is some setting or something, but the Problems_printing_web_pages link had nothing there that worked for me.

  • When moving a file using drag and drop, as I hover over the destination folder it no longer opens, so I can't drop the file into the folder.  Why?

    When moving a file using drag and drop, as I hover over the destination folder it no longer opens, so I can't drop the file into the folder.  Why?  I have a heirarchical embedded folder structure under \Documents.  Usually, as I drag the file to be moved over the various folders, they will blink twice, then expand/open to reveal contents (in Finder).  Now, when the file to be moved is held (hovering) over the destination folder, it will not blink or expand, so there's no place to drop the file.  If I release the mouse button, the file image disappears, showing that it is "going back to the place it came from", a.k.a. was not moved.  This just started happening.  I noticed it after upgrading to Mavericks.  Is this a bug or could anything else be causing this?

    As of today, Apple Support discovered during a remote support session with me that the same thing happens on their own system.  It is isolated to "Column View"; the Icon and List views in Finder behave correctly.  Issue is being escalated to engineering, and Apple will call to report status in a couple days.  In all likelihood, this is a bug that will need to be addressed in a future update.

  • Drag and drop several files

    Hi,
    I'm using iPhoto '11 (version 9.4.2) and when I try to drag and drop several files into a folder, it fails.
    Actually it just does nothing: the drag and drop icon is created with the accurate numbre of items in a red star, the folder blinks but when I release the mouse, nothing happens.
    It fails sometimes with 3 photos, sometimes with 30.
    What's more puzzling is that it sometimes works: if I drag and drop of a single photo it always works. And I'm sometimes able to drop 10 or more photos.
    I'm running on a macbook pro retina with lion (10.8.2).
    Any idea of logs I could look at for some informations, some errors messages?
    Thanks,
    Laurent.

    I guess it creates new photos, hence it modifies the timestamps whereas drag and drop does not.
    There are two kinds of metadata involved when you consider  jpeg or other image file.
    One is the file data. This is what the Finder shows. This tells you nothing about the contents of the file, just the File itself.
    The problem with File metadata is that it can easily change as the file is moved from place to place or exported, e-mailed, uploaded etc.
    Photographs have also got both Exif and IPTC metadata. The date and time that your camera snapped the Photograph is recorded in the Exif metadata. Regardless if what the file date says, this is the actual time recorded by the camera.
    Photo applications like iPhoto, Aperture, Lightroom, Picasa, Photoshop etc get their date and time from the Exif metadata.
    When you export from iPhoto to the Finder new file is created containing your Photo (and its Exif). The File date is - quite accurately - reported as the date of Export. However, the Photo Date doesn't change.
    The problem is that the Finder doesn't work with Exif.
    So, your photo has the correct date, and so does the file, but they are different things. To sort on the Photo date you'll need to use a photo app.

  • Drop dbf file and then recover - possible?

    We have to 'startup mount' our database and then
    1. alter database datafile ....12.dbf offline
    2. recover using backupcontrolfile until cancel.
    Can we do this on oracle 9.1.7

    Hi,
    I am not sure if I have understood the question.
    Here is my translation of my understanding:
    - you have dropped a datafile and do not have a backup, right?
    - you want to recover the lost datafile, right?
    My question now is:
    - how did you drop the file?
    1. did you remove it on OS level?
    2. did you drop the tablespace?
    Here the possible answers:
    => 1: if you "just" removed the file from the OS it is no problem to recreate it and recover it, under the condition that you have all the redologs archived or online which contain all the changes applied to the db since the creation of the lost datafile. Oracle will know the creation change number for the file and will be able to create a new one. It works like this:
    SQL > ALTER DATABASE CREATE DATAFILE '<name of your lost file>';
    SQL> RECOVER DATAFILE '<name of your lost file>' -- number of the file is also possible
    SQL > ALTER DATABASE DATAFILE '<name of your lost file> ONLINE;
    => 2: if you have dropped teh entire database by DROP TABLESPACE ... INCLUDING CONTENTES AND DATAFILES; it is a little more tricky. Now you first need a controlfile which still contains the talespace information, because the tablesapce has been removed from the controlfile with the drop stsatement. And you can only recover what is in the controlfile. So you need a backup of the old controlfile, either a binary controlfile backup or a backup from a trace controlfile backup.
    In this case you must shutdown the db and startup with a backup controlfile. You must restore the entire db from backup and recover incomplete, which means loss of data!
    You must recover the whole db to a point in time short before the drop tablespace. YOu can find the timestamp for the drop tablespace in the alertSID.log file.
    The first thing you do is to take a full backup of the entire db including redologs and controlfile, just in case you make a mistake in order to be able to get back to where you started!!!
    Then resore db from backup.
    Then:
    SQL> RECOVER DATABASE UNTIL TIME <timestamp> USING BACKUP CONTROLFILE;
    Then you must open teh database with RESETLOGS:
    SQL> ALTER DATABASE OPEN RESETLOGS;
    The next thing you do is check if you met the point in time you wanted and then TAKE A NEW BACKUP OF THE ENTIRE DATABASE, because you do not have ya valid backup any more now. It is a new database you have, at least a new incarnation.
    Let me know if this was helpfull or if I have completely misunderstood your question.
    Good luck,
    Lutz

  • Illustrator CS3 opening the same file twice

    Hoping someone has an answer for this because I'm stumped.
    Just set up CS3 on a new iMac for one of my users, imported her Illustrator files from her hold PC (also running cs3).
    When she opens a file its opening the same file twice. When she modifies one, its all being mirrored on the other. When she saves, she has to save both "files" although they're really only 1 file.
    Any ideas?

    You can open multiple windows looking at the same file. It comes in handy when you're zoomed in, working on some detail and want to see the big picture...
    Open a new one by going to the window menu and selecting "new window" This will open a new window with "filename:2" in the title bar.
    To get rid of additional windows, just close them. You'll have to save the file to get it to remember that the other windows are closed.

  • I no longer have the "save as" option on the drop down file tab

    I no longer have the "save as" option on the drop down file tab.  I am running Lion OS

    "Save as" has been replaced by "versions" in OSX Lion.
    "Versions" automatically saves copies of your open documents.
    Have a look here.
    http://www.apple.com/au/macosx/whats-new/auto-save.html

  • Address book has disappeared... twice!

    Hi there,
    This has happened to me twice, both times after Thunderbird updated itself. My Address book has been stripped of any contacts that Thunderbird automatically collected since i started using it way back.
    The first time it happened i had limited success with the "MoreFunctionsForAddressBook" add on but that hasn't worked this time either...
    Any thoughts?

    No. This one is reported occasionally, often when users are advised to copy or move a profile and then they report the address books have gone missing. In principle, an updated Thunderbird should simply refer to any existing profile and continue using it. The whole idea of the profile is to decouple the program itself from user data, so changing the program should have no impact on your stored data. That's the theory, anyway.
    I've never had it happen to me and so I don't know what to do to reproduce your experience.
    In your position, I'd do a search for files with a *.mab filename and see where they are. If they are present and correct in the profile, I'd look at their contents to see if they have been wiped or trashed internally.
    https://support.mozilla.org/en-US/kb/profiles-tb

  • Air Drop and File Sharing Between Macs Please HELP

    I have a 2011 Mac Book Pro running Mavericks and a 2010 Mac Pro running mountain lion and I am having trouble air Dropping and file sharing between them.
    My MBP works fine. It can see other macs and share with them on my home network. My MP on the other hand cant see any other computers under the shared devices location in my finder. I have turned on file sharing for my MP as well as screen sharing. Neither works. My Mp used to be able to Air Drop and File share.
    When I try to Air Drop to my MP it wont receive the item.
    Has someone been through this before and know how to fix the issue? Ive been trying to research this for a while and haven't been able to find a solution.
    Any help would be great!
    Thanks

    Are you using a frieWall on individual Macs?
    If you are using a Router you control, individual computer FireWalls are not needed.

  • Final Cut 7: Apple Pro Res Export Drops In File Size?

    Hello all. We are noticing a 30% drop in file size when, after importing a 5-minute Apple Pro Res HQ file into Final Cut and performing minor editing (essentially removing a few frames from the ends), the resulting export (also Pro Res 422 HQ) is noticeably smaller, going from roughly 2.5 GB at the start to 1.7 GB at the end. Has anyone seen this? Is this normal? Does it affect file quality? If so, is there a workaround? Thanks for any and all help!
    Sequence and imported clip settings both match and are at the highest quality. The original file was captured from a BetaSP into Final Cut as a Pro Res 422 HQ via a Sony DVW-A500 deck.

    Those numbers suggest the possibility that you captured 29.97 and exported 23.98. Any chance that's the case?

Maybe you are looking for

  • Can't restore 9.5, can't uninstall, stuck in limbo!

    I should have known better. I had acrobat 9.5.2 installed, and was perfectly happy with it. I could view PDF docs, and scan from my scanner directly to a PDF document. Then after weeks of the updater reminding me, I finally let X1 install. Much to my

  • With Windows XP, how do I remove bing from my browser page?

    I have tried all the standard methods but it is still on my monitor screen. It does not appear in my programs list in the "add-remove-programs" list. It is not listed in my add-on's list. It is not in my internet options, firefox mozilla is the home

  • WebUtil_File.FIle_Selection_Dialog  error in forms 10g release 2

    when I click to butotn to select the file from the OS system by using client_get_file_name function this alert message. The message; !!!!oracle.forms.webutil.file. FileFunctions bean not found. WEBUTIL_FILE.FILE_SELECTION_DIALOG_INT will not found.!!

  • SO document flow not updated with PR no created

    Hi All, A Purchase Requisitions is created from SO for a line item, i can see the PR generated in report ME5A but not in document flow. Is it a standard behavior or i'm missing something ?? Regards Abhilash

  • Is it possible to turn off the icon Preview function?

    Hi all- Is there a way to turn off the icon Preview function in OS X? It's particularly annoying especially when I open a folder with video clips in it and the Finder whirrs away trying to give a Preview for each file. It wouldn't be so bad if the Fi