Error while drag and drop in OAWD transaction

Hi Expert,
One of my user is trying to attach a document through Drag and Drop in OAWD transaction after he attaches a document and when he cancels on the cancel button he is getting the following error:
Crtical error during Archiving: Archiving Directory cannot be created. The Archiving procedure will be aborted.
Please help to resolve this issue.
Thanks in advance.

Hi Babu Nair, how did you solve this issue?
Rgds,
Nanie

Similar Messages

  • Error while drag and drop photo from Iphone to PC

    My PC OS: Window Vista 32bit
    when I connect iphone to PC. I can access iphone by Portable device->My Iphone-> Internal storage-> DCIM->100apple-> xxx.jpg
    and when I copy the pic and paste it to my PC, or drag and drop photo from Iphone to PC, it fail and show below error and force to close all explorer.
    Problem name: BEX
    Program name: explorer.exe
    problem version: 6.0.6001.18164
    Error module name: wzshlex1.dll
    Error module version: 4.1.8477.0
    blah blah
    and now I cannot delete DCIM file. while I try to delete it, a message said the device no response.
    and I found one thing, I use a "iphone photo" program to check photos in Camera Roll, it show 2 pics that cannot be show when I use explorer browse the folder.
    who can help me?

    hmm fixed by uninstall winzip
    thats interesting..

  • Keyboard shortcuts while dragging-and-dropping?

    In Windows, when I'm dragging and dropping files from one folder to another, I can press keys on the keyboard to force it to change its behaviour -- for example, if I hold the Crtl key down, it will force it to copy files instead of move them.  Similarly, I can hold down the shift key to force it to move files when it wants to default to copying them.
    What is the equivalent keypress on a Mac running OS X 10.9.2?  It keeps moving files when I want to copy them (and vice-versa) and I just can't figure out which key(s) to press while dragging-and-dropping to make it change its behaviour.
    Thanks for your help,
    Laurence MacNeill
    Mableton, Georgia, USA

    Press the Option key to force a copy, or the Command key to force a move. Pressing both at once will create an alias.
    (103123)

  • SecurityException while drag and drop ??

    hi group,
    i am getting security Exception while drag and drop.
    Any body can find this bug...
    Exception occurred during event dispatching:
    java.security.AccessControlException: access denied (java.awt.AWTPermission acceptDropBetweenAccessControllerContexts)
    at java.security.AccessControlContext.checkPermission(Unknown Source)
    at java.security.AccessController.checkPermission(Unknown Source)
    at sun.awt.windows.WDropTargetContextPeer.getJVMLocalSourceTransferable(Unknown Source)
    at sun.awt.windows.WDropTargetContextPeer.processEnterMessage(Unknown Source)
    at sun.awt.windows.WDropTargetContextPeer.run(Unknown Source)
    at java.awt.event.InvocationEvent.dispatch(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.Dialog.show(Unknown Source)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    thank u..

    hi,
    your problem might be due to any of the following
    1. No java 2 plugin - install it.
    2.drag & drop between AWT & Swing Frames(windows)
    3. Add the following text to your java.policy file and restart your computer.
    grant {
    permission java.awt.AWTPermission "accessEventQueue";
    permission java.awt.AWTPermission "setDropTarget";
    permission java.awt.AWTPermission "accessClipboard";
    permission java.awt.AWTPermission "acceptDropBetweenAccessControllerContexts";
    permission java.awt.AWTPermission "listenToAllAWTEvents";
    please let me know if this works.
    good luck

  • Scripting Error in drag and drop of the UIelements

    Hi,
    This is ashwin ,iam new to webdynpro abap ,as iam started in uidevelopement trying to drag and drop uielement into layout its is showing error while iam dragging and droping the uielement like scripting error.
    can any one help mi what that scripting error could be rectified?
    Regards,
    Ashwin

    Hi,
    Thanks fo rthe reply ,i tried on st22 its showin no error .Iam getting a popup saying error as "__ERROR HAS OCCCURED IN THE SCRIPT OF THE PAGE".
    I am using IE 7 Browser and having high internet connection, iam not understanding why am i unable to drag and drop  UIElements on the layout ?
    Regards,
    Ashwin

  • Met "logon canceled" error when drag and drop table to XSD

    When I drag and drop a table to XML Schema designer, there is a dialog named "Microsoft OLE DB for Oracle" pop up. When I input correct username/password@db, I got an error saying "logon canceled".
    Please help.

    Are you dragging from Oracle Explorer or Server Explorer?

  • Error in drag and drop with a Tree component

    Hello, everybody.
    I'm doing a drag and drop with two trees.
    But, when I drag from a tree to another show this error:
    "oracle.job.RowNotFoundException:JBO25020: View line of oracle.jbo.Key[4.4] key not found in ViewTreeNodeRepository13_71."
    Besides that, in my property SelectionListerner, when I have this line: "#{bindings.TreeNodeRepository.treeModel.makeCurrent}" there is a warning that says: "Reference makeCurrent not found".
    Anyone can help me?
    Thanks!

    Hi,
    +Besides that, in my property SelectionListerner, when I have this line: "#{bindings.TreeNodeRepository.treeModel.makeCurrent}" there is a warning that says: "Reference makeCurrent not found".+
    Don't worry, its a designtime warning because the EL cannot be resolved. MakeCurrent is a method on the FacesCtrl binding equivalent to ADF, which is applied at runtime and not available at design time
    +But, when I drag from a tree to another show this error: "oracle.job.RowNotFoundException:JBO25020: View line of oracle.jbo.Key[4.4] key not found in ViewTreeNodeRepository13_71."+
    In drag and drop, ADF Faces performs the drag. However, the rest of the drop handling is up to the developer. Without any more information of what yur drop handler is doing, this question cannot be answered
    Frank

  • Close folders while drag-and-dropping files?

    When dragging files to move them, often some large folders will be open, which means I have to drag/scroll thru the file list to get to other folders. Is there a way to close folders while dragging files?

    EMichaelM wrote:
    I just installed two widgets that are supposed to function by dragging and dropping files into them. How do I get access to files? How do you get files from the Finder into the dashboard?
    You need to activate Dashboard's "Developer Mode" in order to keep widgets active on the desktop.
    Open Terminal and enter the following command:
    <PRE>
    defaults write com.apple.dashboard devmode YES
    </PRE>
    Close Terminal, log out of your user account, and log back in again. To move a widget onto your desktop, activate Dashboard and start dragging the widget to the desktop. Press F12 before letting up on the mouse button to close Dashboard, and the widget should now be permanently affixed to the desktop. Drag to your desired location.
    Steve

  • Display JTree Node as image  while Drag And Drop

    HI all.
    I have multiple 5 JTrees which involve drag and drop to each other . I would like to display the node(JCompenent) as image/cursor which a DnD operation .So that user could see what he drags .
    I tried out the example about ghost image .
    http://www.javaworld.com/javaworld/javatips/jw-javatip114.html
    This works fine ,but when i apply the same concepts to my application it doesnt work .
    Could any one suggest what could be problem.
    Cheers,Baiju

    I also need to drag my node on my scene during a "drag and drop" operation. But i can't find a solution.
    I've tried to use "startFullDrag()" and catch MouseDragEvent, but nothing ...
    Can anyone help me ?
    Thank !

  • Ghost image for multiple selection in JTree while drag and drop.

    I am unable to create a Ghost image for drag and drop with in the JTree for multiple selection, i got some examples but all are for single selection ,
    Idea of creating buffered image is good , but unable to create it for multiple selection , tried a lot but got weird results.... can any body give me any clue about this , if got any example that will be fantastic.
    Thanks & Regards
    Sandeep Mandori

    sandeep_mandori wrote:
    I am unable to create a Ghost image for drag and drop with in the JTree for multiple selection, i got some examples but all are for single selection ,
    Idea of creating buffered image is good , but unable to create it for multiple selection , tried a lot but got weird results.... can any body give me any clue about this , if got any example that will be fantastic.
    Thanks & Regards
    Sandeep MandoriTry this:
        private TreePath[] dragPath;
        private BufferedImage[] image;
        private void createDragImage(JTree tree) {
            if (dragPath != null) {
                try {
                    image = new BufferedImage[dragPath.length];
                    for (int i = 0; i < dragPath.length; i++) {
                        Rectangle pathBounds = tree.getPathBounds(dragPath);
    TreeCellRenderer r = tree.getCellRenderer();
    DefaultTreeModel m = (DefaultTreeModel)tree.getModel();
    boolean nIsLeaf = m.isLeaf(dragPath[i].getLastPathComponent());
    MutableTreeNode draggedNode = (MutableTreeNode) dragPath[i].getLastPathComponent();
    JComponent lbl = (JComponent)r.getTreeCellRendererComponent(tree, draggedNode, false ,
    tree.isExpanded(dragPath[i]),nIsLeaf, 0,false);
    lbl.setBounds(pathBounds);
    BufferedImage img = new BufferedImage(lbl.getWidth(), lbl.getHeight(),
    BufferedImage.TYPE_INT_ARGB_PRE);
    Graphics2D graphics = img.createGraphics();
    graphics.setComposite(AlphaComposite.getInstance(AlphaComposite.SRC_OVER, 0.5f));
    lbl.setOpaque(false);
    lbl.paint(graphics);
    graphics.dispose();
    image[i] = img;
    } catch (RuntimeException re) {}

  • Getting a stop  symbol while dragging and dropping in IE9 and IE8

    Hello,
    I have implemented the drag and drop of row in a table. The functionality is working fine but in IE 8 and IE9 when I drag and drop the row over another row it is showing a stop sign, though in-spite of that stop symbol the drag and drop is working fine. I am using jdev 11.1.1.6
    Thanks
    Tarun

    Hi,
    The cursor is under the control of the drag and drop framework during drag and drop operations. So if the behavior is normal on FF and /or Chrome and you have a support contract, please file a service request asking the analysts to look at your test case. Alternatively you can try and set.
    If you don't have a support contract (still we are interested to get this issue checked), please send a test case to myself (mention your OS and the exact IE versions - you find that in the Help / About). In the latter case zip the workspace, rename the zip to unzip and use the mail address in my OTN profile.
    Frank
    Disclaimer: Bugs I file flagged "internal" and not visible outside of Oracle. In addition I don't track bugs to provide status updates.

  • While dragging and dropping text on Mail sometimes is copied instead of moved

    When composing a message under Mail it happens that a word needs to be cut from a place and paste somewhere else in the body. Instead of cutting&pasting most text editors allow the user to drag the selected word (or consecutive words) and drop them as desired. Well, why on earth Mail sometimes actually moves the selected words while sometimes it copies words?
    I reported this bug already under Mountain Lion, but it hasn't been fixed yet. Text Edit, built in as well as Mail, works properly.

    Press the Option key to force a copy, or the Command key to force a move. Pressing both at once will create an alias.
    (103123)

  • How to disable ctrl,shift while drag and drop

    after starting the drag, i donnot want the user to change action with ctrl & shift. how can i do that?

    The Error Console click is visible in Tools of FireFox 3.6.8. Against it is mentioned the shortcut key Ctrl+Shift+J. How can I do away with this shortcut key? If I want to see the Error Console, I can click at it. This shortcut key of FireFox is interfering with this very shortcut key on InfraWare Transcription Client 2009 on which I work online and which is set to run on Internet Explorer only.
    I thank you for asking me to go through a whole gamut of an article on Key Configuration much of which is Greek to me. I am getting nowhere doing that.

  • Error when dragging and dropping still image into imovie

    I am trying to place some still images into iMovie but when doing so I get the following error message :
    "Import Problem
    The still image file "file name" couldn't be copied as a JPEG image. The clip has been imported, but you won't be able to apply Ken Burns effects to it."
    I really want to be able to apply the ken Burns effect. Can someone help with a fix to get around this problem.
    thanks

    Hi
    Is Your photos .jpeg photos ?
    I would download/buy GraphicConverter™ and convert the photos to .pic and
    then use them.
    Google: GraphicConverter
    Yours Bengt W

  • Any "drag and drop" tricks for transferring TM backups onto new drive?

    I've read many of the previous threads like mine, but my situation seems to be unique.
    I have a damaged Time machine disk that is corrupted and can't be repaired by any disk utility programs. And I want to temporarily transfer the TM backups to another hard drive while I reformat the TM disk. I have snow leopard, but the finder won't let me drag and drop my time machine backups (Backups.backupdb) onto a new drive. I get the same "The backup can’t be copied because the backup volume doesn’t have ownership enabled" error. However, when I get info on the drive I want to transfer the backups to and uncheck "ignore ownership on this volume", I still get an error when dragging and dropping the time machine backups. The new error reads "This operation can't be completed because it isn't supported."
    Are there any other things I can try to get drag and drop to work? I would have used the methods described above (clone the TM drive using disk utility or CCC), but I can't do that as my time machine disk contains a lot of other items besides the TM backups, and the disk I'm trying to drag the TM backups too is actually smaller than the TM disk. Since my TM disk is corrupted, I can't delete the extra files on the disk to make a clone that would fit on my smaller new disk. So I'm unable to clone my TM disk because it's too big. Is there any other way to make the drag and drop work in snow leopard? Everyone says it should, but I've been unable to get it to work.

    Jottle wrote:
    I have a damaged Time machine disk that is corrupted and can't be repaired by any disk utility programs. And I want to temporarily transfer the TM backups to another hard drive
    That cannot be done. If the backups are corrupted beyond repair, they're useless. Even if you manage to "clone" them, the copy will also be corrupted beyond repair and useless.
    my time machine disk contains a lot of other items besides the TM backups
    That's a problem, too. See #3 in the Frequently Asked Questions *User Tip,* also at the top of this forum.
    Copy as much of the "other" stuff somewhere temporarily, reformat the disk into (at least) two partitions (see #5 in the FAQ Tip), copy the data back, and start TM fresh on it's own, exclusive partition.
    Or, depending on the age of the disk, I'm not sure I'd trust my backups to it. It might be smartest to replace it. Use the old drive for the "other" stuff, and the new drive exclusively for TM backups of both your internal and the "other" external.

Maybe you are looking for

  • Weblogic 10.3 not supporting SAAJ1.1

    Hi, I am manipulating the SOAPHeader using SAAJ API in Weblogic 10.3 in the following way:- MessageFactory factory = MessageFactory.newInstance();      SOAPMessage message = factory.createMessage();           SOAPHeader header = message.getSOAPHeader

  • What are the different data update in CRM through middle ware?

    HI, What are the different data update in CRM through middle ware? Regards, babu

  • Problems with Rosetta

    I updated to 10.5.2 last week and for some strange reason my PPC apps aren't running anymore. I've tried to run them manually through Rosetta (Get Info>Open with Rosetta), although the check box to to select this doesn't show up in the Info General p

  • Buffered Issues

    Hello everyone, Database Version: 10g R2 Platform: Server 2003 32-bit I've written a program to pass credit card information from a POS station to a satellite program that authorizes the transactions using a custom built Advanced Queue. I have it wor

  • Get the position of the component on GUI ???

    Hi All, How can I get the position (x, y) of a component such as JCompoBox on Frame at runtime ? Thanks a lot, Huy