Move items between buckets

Hi,
There is a botton in PPM portfolio that works to move Items between buckets. Nevertheless, we want to know if there is a program o transaction to replace this functionality. The idea is to move in batch several items quickly.
Thanks a lot,
CAMILO URIBE

Try Function module /rpm/item_modify to change the bucket.
When you move the item to another bucket from item dashboard, method ACTION_REASSIGN_BUCKET of class /RPM/CL_ITEM_D_API is called. You can use this method also to move the items.
Cheers
Amit

Similar Messages

  • Move items between desktops?

    I know I can deal with applications, but is there any way to move items between the different desktops?  I'd like to have one desktop with work related items on the desktop and another with just personal stuff.

    Try Function module /rpm/item_modify to change the bucket.
    When you move the item to another bucket from item dashboard, method ACTION_REASSIGN_BUCKET of class /RPM/CL_ITEM_D_API is called. You can use this method also to move the items.
    Cheers
    Amit

  • Cant move items between layers CS6

    I cant move items between layers in CS6.
    The items are not locked
    The items are not in groups
    The layers are all unlocked
    I select the item I want to move then try and move the item to the layer above (or below) with the "dot" on the right side of the layers pallete and nothing happens!
    Please help? What am I doing wrong?
    Suggestions please
    Andrew

    true. the <path> was in the toplayer and came from a sublayer. see screens.
    I now discovered that with the option 'show layers only' off, I can also move objects from a toplyaer into a sublayer in CS5! great!
    by showing the <path> you can drag that into a sublayer. this couldn't be done by selecting the object when it was 'invisible' (as a <path> 'layer') by grabbing the colored square from the top layer into a sublayer (gave a 'no entry' sign).
    thing is that in CS6 if the option 'show layers only' is selected, you cannot drag anything anymore...
    so there is an extra restriction, rendering the "show layers only" option useless as working mode.
    Why?

  • Lost ability to move items between spaces with gestures after 10.7 download.  Setting issue or glitch?

    I downloaded OSX 10.7.2 like the rest of the world and besides icloud conversion issues I noticed that I could not move items (files, jpg's, etc.,) from one "Space" (desktop) to another.  I've gone through all the "gesture" settings in the System prefs and there's nothing to do with it.  Using the key fuctions (Control + 1, 2, 3) still allows for moving objects while you have it selected, however if you select any object with the trackpad no gestures work.  Anyone else seen this issue? Is there a setting that I've missed?

    I have absolutely the same problem since the last update. However I really think it is a glitch, because after stubbornly trying dragging a file while using the multi gestures I discovered the following:
    • It works only if you grab the file in the moment you use the multi gesture. It’s like a cat and mice game :D, I wouldn’t say it is a workaround, but just a proof that probably they will fix it.

  • Move item between mailboxes / share folder with soap

    Hello,
    I need to move an email from one mailbox to another.
    With the normal client this can be done by sharing the folder and then draging and dropping.
    I want to automate this process with soap.
    I have been able to move email from a normal folder to another with soap.
    However I was not successful moving an email from a shared folder to a normal folder.
    Is this possible?
    Also, is it possible to create a shared folder with soap?
    I found the method acceptShareRequest, which seems to be the method I need to use to confirm the shared folder.
    Thanks and Kind Regards,
    Scott

    Hello Preston,
    From looking at the java example you pointed out, I got just about everything working. Thanks for that.
    The only think I need to do to complete my project is handling folders which are already shared.
    Basically I plan on checking out the ACL of a folder instead of blindly sharing it.
    So I need to inspect the existing ACLs.
    I saw the following code in the java example:
    Code:
    GetFolderResponse resp = new GetFolderResponse();
    FolderType ft = null;
    String id = null;
    // String view = "default account noDisplay fullACL";
    String view = "default account fullACL";
    str = m_item.getFolderTypeString();
    if ( null != str && str.equalsIgnoreCase( "Notes" ) ) {
    ft = FolderType.Notes;
    } else if ( null != str && str.equalsIgnoreCase( "JunkMail" ) ) {
    ft = FolderType.JunkMail;
    } else {
    id = m_item.getId();
    try {
    resp = m_main.getService().getFolderRequest( id, ft, null, null,
    view, m_main.getSessionId(), m_main.getTrace() );
    So I read the code to the effect, if I send a folder id and the view "default account fullACL" with getFolderRequest, I should get the ACL information.
    This however doesn't seem to be working for me.
    Here is a trace:
    Code:
    20:40:58 B30A <?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="h
    20:40:58 B30A ttp://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3
    20:40:58 B30A .org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XM
    20:40:58 B30A LSchema"><soap:Header><gwTrace xmlns="http://schemas.novell.com/20
    20:40:58 B30A 05/01/GroupWise/types">True</gwTrace><session xmlns="http://schema
    20:40:58 B30A s.novell.com/2005/01/GroupWise/types">MmYvH4rXx1HW8CLx</session></
    20:40:58 B30A soap:Header><soap:Body><getFolderRequest xmlns="http://schemas.nov
    20:40:58 B30A ell.com/2005/01/GroupWise/methods"><id>539C4AF8.dom1.po1.100.13631
    20:40:58 B30A 35.1.43.1@35</id><view>default account fullACL</view></getFolderRe
    20:40:58 B30A quest></soap:Body></soap:Envelope>
    20:40:58 B30A
    20:40:58 B30A <?xml version="1.0" encoding="UTF-8"?><soap:Envelope xmlns:xsd="ht
    20:40:58 B30A tp://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/
    20:40:58 B30A XMLSchema-instance" xmlns:soap="http://schemas.xmlsoap.org/soap/en
    20:40:58 B30A velope/"><soap:Header/><soap:Body><getFolderResponse xmlns:gwt="ht
    20:40:58 B30A tp://schemas.novell.com/2005/01/GroupWise/types" xmlns="http://sch
    20:40:58 B30A emas.novell.com/2005/01/GroupWise/methods"><folder xmlns:xsi="http
    20:40:58 B30A ://www.w3.org/2001/XMLSchema-instance" xsi:type="gwt:SharedFolder"
    20:40:58 B30A ><gwt:id>539C4AF8.dom1.po1.100.1363135.1.43.1@35</gwt:id><gwt:sid>
    20:40:58 B30A 67</gwt:sid><gwt:name>lala</gwt:name><gwt:modified>2014-07-09T18:4
    20:40:58 B30A 0:33Z</gwt:modified><gwt:parent>C.dom1.po1.100.0.1.0.1@21</gwt:par
    20:40:58 B30A ent><gwt:sequence>1</gwt:sequence><gwt:displaySettings xmlns:xsi="
    20:40:58 B30A http://www.w3.org/2001/XMLSchema-instance" xsi:type="gwt:FolderDis
    20:40:58 B30A playSettings"><gwt:name>All Items</gwt:name><gwt:version>2</gwt:ve
    20:40:58 B30A rsion><gwt:modified>2014-06-14T04:03:57Z</gwt:modified><gwt:folder
    20:40:58 B30A Type>Normal</gwt:folderType><gwt:settingType>FolderDefault</gwt:se
    20:40:58 B30A ttingType><gwt:source>received sent personal draft</gwt:source><gw
    20:40:58 B30A t:view>details</gwt:view><gwt:columns><gwt:type>Windows</gwt:type>
    20:40:58 B30A <gwt:sort><gwt:type>Ascending</gwt:type><gwt:field>Date</gwt:field
    20:40:58 B30A ></gwt:sort><gwt:headers><gwt:field>Name</gwt:field><gwt:width>177
    20:40:58 B30A 5</gwt:width></gwt:headers><gwt:headers><gwt:field>Subject</gwt:fi
    20:40:58 B30A eld><gwt:width>2638</gwt:width></gwt:headers><gwt:headers><gwt:fie
    20:40:58 B30A ld>Date</gwt:field><gwt:width>1138</gwt:width></gwt:headers></gwt:
    20:40:58 B30A columns></gwt:displaySettings><gwt:isSharedByMe>1</gwt:isSharedByM
    20:40:58 B30A e></folder><status><gwt:code>0</gwt:code></status></getFolderRespo
    20:40:58 B30A nse></soap:Body></soap:Envelope>
    What am I doing wrong?
    Regards,
    Scott

  • Outlook 2010 - mail item move rule between mailboxes

    Hi,
    I have Outlook 2010 with Exchange 2010 SP1 environment.
    I'm having an issue with setting up a move rule to another shared mailbox to which the user has full permission on Outlook.
    Whenever I try to set up a rule to move a specific item from a specific user, it throws the below error.
    "the attempted operation failed. an object could not be found"
    Is it possible to apply rules that move items between two different mailboxes? Also is it possible to apply a server-side rule with cmdlet?
    Cheers,
    John

    Hi John,
    I have some tests in my environment using Exchange server 2010 with Outlook 2010. If you create a Inbox rule to redirect messages using OWA, you will have a copy of these messages on your mailbox.
    If you create a transport rule to redirect messages that are sent to you, you won't have a copy of these messages on your mailbox.
    Hope my clarification is helpful.
    Best regards,
    Amy Wang
    TechNet Community Support

  • Unable to move some items to Buckets by using option 'Move to' in Item dash

    Hi All,
    i am unable to move some items from one bucket to another bucket by using option "MOVE TO"  in Item dashboard in screen.
    and also some items(100 out of 95) are moving ine.
    Can anybody help me
    Thanks&Regards,
    Dhananjaya
    Edited by: cvdreddy on Oct 4, 2011 3:45 PM

    Hi Amit,
    I am not getting any error.when i am trying to move item from one bucket to another bucket, its not moving.
    Regards,
    Dhannajaya

  • Best practice to move things between various environments in SharePoint 2013

    Hi All SharePoint Gurus!! - I was using SP deployment wizard to move Sites/lists/libraries/items etc. using SP Deployment Wizard (spdeploymentwizard.codeplex.com) in SP 2010. We just upgraded to SP 2013. I have few Lists and Libraries that I need to push
    into the Staging 2013 and Production 2013 environment from Development 2013 environment. SP Deployment Wizard  is throwing error right from the startup. I checked SP 2013 provides granular backups but is restricted to Lists/Library level. Could anybody
    let me know if SP Deployment Wizard works for 2013? I love that tool. Also, Whats the best practice to move things between various environments?
    Regards,
    Khushi
    Khushi

    Hi Khushi,
    I want to let you know that we built
    SharePoint Migration tool
    MetaVis Migrator that can copy and migrate to and from on-premise or hosted SharePoint sites. The tool can copy entire
    sites with sub-site hierarchies, content types, fields, lists, list views, documents, items with attachments, look and feel elements, permissions, groups and other objects - all together on at any level of granularity (for
    example, just lists or just list views or selected items). The tool preserves created / modified properties, all metadata and versions. It looks like Windows Explorer with copy/paste and drag-n-drop functions so it is easy to learn. It does not require any
    server side installations so you can do everything using your computer or any other server. The tool can copy the complete sites or just individual lists or even selected items. The tool also supports incremental or delta copy based on the previous migrations.
    The tool also includes Pre-Migration Analysis that helps to identify customizations.
    Free trial is available:
    http://www.metavistech.com . Feel free to contact us.
    Good luck with your migration project,
    Mark

  • How to  move items from one JList to other

    Can u pls help me out to implement this(I m using Netbeans 5.5):
    I want to move items from one JList to other thru a ADD button placed between JLists, I am able to add element on Right side JList but as soon as compiler encounter removeElementAt() it throws Array Index Out of Bound Exception
    and if I use
    removeElement() it removes all items from left side JList and returns value false.
    Pls have a look at this code:
    private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {                                        
    // TODO add your handling code here:
    Object selItem = jList1.getSelectedValue();
    int selIndex = jList1.getSelectedIndex();
    DefaultListModel model = new DefaultListModel();
    jList2.setModel(model);
    model.addElement(selItem);
    DefaultListModel modelr = new DefaultListModel();
    jList1.setModel(modelr);
    flag = modelr.removeElement(selItem);
    //modelr.removeElementAt(selIndex);
    System.out.println(flag);
    }

    hi Rodney_McKay,
    Thanks for valuable time but my problem is as it is, pls have a look what I have done and what more can b done in this direction.
    Here is the code:
    import javax.swing.DefaultListModel;
    import javax.swing.JList;
    public class twoList extends javax.swing.JFrame {
    /** Creates new form twoList */
    public twoList() {
    initComponents();
    //The code shown below is automatically generated and we can�t edit this code
    // <editor-fold defaultstate="collapsed" desc=" Generated Code ">
    private void initComponents() {
    jScrollPane1 = new javax.swing.JScrollPane();
    jList1 = new javax.swing.JList();
    jButton1 = new javax.swing.JButton();
    jScrollPane2 = new javax.swing.JScrollPane();
    jList2 = new javax.swing.JList();
    setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
    jList1.setModel(new javax.swing.AbstractListModel() {
    String[] strings = { "Item 1", "Item 2", "Item 3", "Item 4", "Item 5" };
    public int getSize() { return strings.length; }
    public Object getElementAt(int i) { return strings[i]; }
    jList1.addListSelectionListener(new javax.swing.event.ListSelectionListener() {
    public void valueChanged(javax.swing.event.ListSelectionEvent evt) {
    jList1ValueChanged(evt);
    jScrollPane1.setViewportView(jList1);
    jButton1.setText("ADD>>");
    jButton1.addActionListener(new java.awt.event.ActionListener() {
    public void actionPerformed(java.awt.event.ActionEvent evt) {
    jButton1ActionPerformed(evt);
    jScrollPane2.setViewportView(jList2);
    javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
    getContentPane().setLayout(layout);
    layout.setHorizontalGroup(
    layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
    .addGroup(layout.createSequentialGroup()
    .addGap(31, 31, 31)
    .addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 44, javax.swing.GroupLayout.PREFERRED_SIZE)
    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
    .addComponent(jButton1)
    .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED)
    .addComponent(jScrollPane2, javax.swing.GroupLayout.PREFERRED_SIZE, 63, javax.swing.GroupLayout.PREFERRED_SIZE)
    .addContainerGap(78, Short.MAX_VALUE))
    layout.linkSize(javax.swing.SwingConstants.HORIZONTAL, new java.awt.Component[] {jScrollPane1, jScrollPane2});
    layout.setVerticalGroup(
    layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
    .addGroup(layout.createSequentialGroup()
    .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
    .addGroup(layout.createSequentialGroup()
    .addGap(62, 62, 62)
    .addComponent(jButton1))
    .addGroup(layout.createSequentialGroup()
    .addContainerGap()
    .addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
    .addComponent(jScrollPane2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
    .addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))))
    .addContainerGap(159, Short.MAX_VALUE))
    layout.linkSize(javax.swing.SwingConstants.VERTICAL, new java.awt.Component[] {jScrollPane1, jScrollPane2});
    pack();
    }// </editor-fold>
    //automatic code ends here
    private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {                                        
    // TODO add your handling code here:
            jList1 = new JList(new DefaultListModel());
            jList2 = new JList(new DefaultListModel());
             Object selItem = jList1.getSelectedValue();
             System.out.println(selItem);
            ((DefaultListModel) jList1.getModel()).removeElement(selItem);
            ((DefaultListModel) jList2.getModel()).addElement(selItem);
    //Now trying with this code it is neither adding or removing and the value �null� is coming in �selItem� .It may be bcoz JList and Jlist are already instantiated in automatic code. So, I tried this:
    private void jButton1ActionPerformed(java.awt.event.ActionEvent evt) {                                        
    // TODO add your handling code here:
             Object selItem = jList1.getSelectedValue();
             System.out.println(selItem);
            ((DefaultListModel) jList1.getModel()).removeElement(selItem);
            ((DefaultListModel) jList2.getModel()).addElement(selItem);
    //Now with this as soon as I click on �jButton1�, it is throwing this error:
    Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: twoList$1 cannot be cast to javax.swing.DefaultListModel
            at twoList.jButton1ActionPerformed(twoList.java:105)
            at twoList.access$100(twoList.java:13)
            at twoList$3.actionPerformed(twoList.java:50)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
            at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
            at java.awt.Component.processMouseEvent(Component.java:6038)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3260)
            at java.awt.Component.processEvent(Component.java:5803)
            at java.awt.Container.processEvent(Container.java:2058)
            at java.awt.Component.dispatchEventImpl(Component.java:4410)
            at java.awt.Container.dispatchEventImpl(Container.java:2116)
            at java.awt.Component.dispatchEvent(Component.java:4240)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
            at java.awt.Container.dispatchEventImpl(Container.java:2102)
            at java.awt.Window.dispatchEventImpl(Window.java:2429)
            at java.awt.Component.dispatchEvent(Component.java:4240)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)

  • Why can I not move items within a playlist?

    why can I not move items within a playlist?
    I should be able to drag songs up and down - and I can in other lists - but not on a new one I just created. ??

    Brandcast, I'd suggest you post in a new topic. Although your question is the same, apparently the answer isn't. Any topic that was originally started over 2 months ago may relate to a different version of iTunes (neither you nor the original poster say which version you use) and who knows what may happen between versions.
    Message was edited by: Limnos - user has started a new topic

  • WPA8.1 Feature to save and move files between folders and OneDrive Folders

    Hi,
    I would like to suggest to dev team a new feature to Adobe Reader on Windows Phone.
    Today I was done a uggly workarround to save one PDF file on a OneDrive folder to send to my classmates. So I would like a feature to save and move files between folders on SD cards and OneDrive to keep my phone organized.
    thank you for your time.

    Here:
    property aFolder : "a"
    property bFolder : "b"
    property cFolder : "c"
    property dFolder : "d"
    property eFolder : "e"
    tell application "Finder"
    try
    set theLocation to the selection as alias
    on error
    set theLocation to (folder of the front window as alias)
    end try
    if not (exists folder aFolder of theLocation) then make new folder at theLocation with properties {name:aFolder}
    if not (exists folder bFolder of theLocation) then make new folder at theLocation with properties {name:bFolder}
    if not (exists folder cFolder of theLocation) then make new folder at theLocation with properties {name:cFolder}
    if not (exists folder dFolder of theLocation) then make new folder at theLocation with properties {name:dFolder} 
    if not (exists folder eFolder of theLocation) then make new folder at theLocation with properties {name:eFolder}
    set this_list to every file of theLocation
    repeat with i in this_list
    if (name of i) begins with "a" then
    move i to folder "a" of theLocation
    else if (name of i) begins with "b" then
    move i to folder "b" of theLocation
    else if (name of i) begins with "c" then
    move i to folder "c" of theLocation
    else if (name of i) begins with "d" then
    move i to folder "d" of theLocation
    else if (name of i) begins with "e" then
    move i to folder "e" of theLocation
    end if
    set name of (the result) to items 3 thru -1 of (get name of (the result)) as string
    end repeat
    end tell
    (98558)

  • Moving list items between folders

    Is it possble to move a list item between folders in the same list. I can't fond how to do this?

    Ok, well...I had to ask on the "Content Approval" and configuration side of things just to make sure.
    For me, I've tried several times on different lists and have been successful each time whenther its been through a custom "Datasheet" view, or by using the "Edit in Datasheet" option from the "Actions" menu (both do the same thing).  The one thing that you must do when copying the row is to select only the cells you want copied and not the entire row, or it will most likely throw either the "Read-Only" error you've been seeing, or a "You cannot perform this operation on an attachment field" error.
    Here's an example of what I did to both produce the error you've been seeing, and to actually perform the paste operation successfully:
    Created a custom list.
    Added in 3 fields
    first: "single line of text" not required
    second: "single line of text" required
    third: "Choice" with three options, not required
    Through the default view, I then added in a couple new items with some of the optional fields filled in and a couple without (just to test to make sure that "Required" vs. "Not Required" didnt affect the ability to modify in DataSheet).
    Next, I created a custom DataSheet view.
    Next, I created a subfolder (after enabling it through the list "Advanced Settings").
    Next, I went to the custom view to see the test items in a DataSheet view.
    In the view, I see the first column (sorting column), a "Type" column specifying if the item is a folder or "item", the default "Title" column, and my additional 3 custom columns.
    To copy to the subfolder:
    Starting from the "Title" field, I click and drag-to-select the 4 total columns on the row I want to copy, then do a "Ctrl+C" to copy the row's data.  Then I click on the folder icon for the subfolder to go into the folder.  Once in the folder, I select the "Title" column and do a paste ("Ctrl+V") and the row is now copied.  If I then go back and choose the default "AllItems" view, I can now see the record has indeed been copied and now exists in both the top level and the subfolder.
    To cut an item from one location to another (top-level to subfolder, subfolder A to subfolder B, etc.) do the exact same thing, but after selecting the cells and copying - click on the grey cell for the row (far left column) to select the entire row then hit "delete" (a popup will ask you to confirm), then proceed to the target location and paste as mentioned above.
    The reason for this is that it wont let you leave the view until you either delete the row or place something back into it.
    The above does work providing that you only select the cells you want to copy and not the entire row.
    Now, to get it to fail and throw errors, one of a couple things has to have happened.
    First, if you try and select the entire row (selecting from the leftmost column - the gray background column), different errors will present themselves depending on the selected cell you try and paste into.
    Pasting into the same column (in your target location, subfolder etc.) will now throw the "The selected cells are read-only" error.
    Trying to paste into the next cell (the "Sort" or "Attachment" column) will throw a "You cannot perform this operation on an attchment field" error.
    Trying to paste into the "Type" column will also throw the "Read-Only" error.
    Lastly, if you try and paste into any of the other cells, you now see a "The information cannot be pasted because the paste area is not completely on the list.  Paste into a different cell or try inserting more columns or rows into the list." (this error refers to the fact that the selected columns you copied to not directly match up with where you're trying to paste them).
    So again, the way that you'll have to copy the items is make sure that you only select the cells that you want and nothing else (only select the cells you would normally fill-in through the "New Item" form since they're the only one you can directly edit)...and make sure that when pasting, you paste back to the starting cell from your copy (as in the "Title" column from my example).
    Give it a shot again noting the cells you're trying to copy and post back with the results.
    - Dink

  • Move/Copy between Libraries failing

    SP13 user attempted to move/copy between identical libraries and failed and they had design rights and the process failed.  I read need Full Control so I granted user Full Control to the both Libraries.  In fact I added them to an AD group that
    has full control for the site.
    Initial comment with Designer Rights
    I am attempting to move all the files & metadata from ‘HR Photo Library’ to ‘Employee Photo Library’.
    Both Libraries are the same & contain 1 special column.
    I have access to the Site Setting Management area where the ‘Move’ action is done.
    But when I attempt to Actions> Move> Employee Photo Library> Ok, I then get a Prompt
    “Inadequate permissions to ‘Employee Photo Library’ to complete this operation. Choose a different target.”
    They indicate still fails with following comment when they have full control rights
    When I Move/Copy, the columns are updated in the destination library, but the files fail to be transferred.
    Failures happen when moving items from:
    Same Site: Picture Lib > Pic Library
    Same Site: Document Lib > Document Library
    Same Site: Picture Lib > Document Library
    Cross Site: Picture Lib > Pic Library
    Cross Site: Document Lib > Document Library
    ANY IDEAS?

    Hi,
    According to your description, my understanding is that it failed when you moved/copied documents from one library to another with full control via Content and Strucutre feature.
    As you said you added the users via AD groups, please add the users into the SharePoint site owners group, compare the result.
    And in your reply, whether you meant the site administrator can move the actions.
    Please check if the link is useful for you:
    http://blogs.msdn.com/b/maximeb/archive/2008/01/11/error-when-moving-a-file-using-manage-content-and-structure-if-you-are-not-an-hierarchy-manager.aspx
    If this issue still exists, please go to the log file to check more information about this error. The path of the log file is: C:\Program Files\Common Files\microsoft shared\Web Server Extensions\15\LOGS.
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • HT3819 how do I share movies/music between my computers. I have opened shared on both computers and both are on, but i am not able to drag anything from one to the other. Does anyone know where the settings button is on the bottom of the itunes screen?

    how do I share movies/music between my computers. I have opened shared on both computers and both are on, but i am not able to drag anything from one to the other. Does anyone know where the settings button is on the bottom of the itunes screen?

    Oops, I forgot a step between 7 and 8 ... before syncing the iPhone I need to explicitly send the document back to iTunes on the iPhone, or the changes won't come over at all ...
    and then one more thing ... Numbers on iOS does NOT recognize a number of key features of the OSX app, such as conditional formatting ... so after editing my document on iOS and syncing it back to OSX on my Mac, all of those settings are lost (no more conditional formatting, have to do it all over again)
    What am I doing wrong ?

  • "Deleted items: Synchroniz​e deleted items between this mailbox and my device?" questions

    When I log into the BIS site for Sprint, it gives me the option at the bottom that says
    "Deleted items: Synchronize deleted items between this mailbox and my device." at the very bottom
    What does this really mean? I am confused because when you delete an email off the blackberry, it gives you 3 options, delete from "mailbox & handheld," "handheld," and "cancel".
    So, if I have the "Deleted items: Synchronize deleted items between this mailbox and my device." clicked...does that mean when I just choose delete from "handheld" only, it will STILL delete the email from my actual "mailbox" too?
    I don't want it to delete the email from my "mailbox" if I choose to delete from "handheld" only on my blackberry
    Does anyone know more about this?
    Thanks guys

    in my opinion :
    if you choose to delete on device only, it will never delete on your server.
    but best is you to try for one test message and you'll know for sure. And tell us.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

Maybe you are looking for

  • URGENT!!!!problems with servlets

    Hi there i am using Visual Cafe enterprise edition 4.5 to build a servlet that produces reports.From these reports the user has the option to display the results of the reports in the following graphic forms:pie chart and bar diagrams.I am using a pr

  • How do I render Math expressions in my JSP pages?

    Hi, I am sort of a beginner using JSF. I am currently working on a project, where I need to render Math expressions such as fractions, square-roots, power-functions etc. The problem is, that currently all I am able to do is to use the standard text o

  • Pictures and video not showing in lesson 9 of Adobe Classroom in a Book

    I have been doing all the lessons in the book and everything is fine until lesson 9 where I get the "Media offline" note instead of video and pictures.  How can I fix this?  I must have changed some setting by mistake.

  • Premiere elements crashes when burning a DVD

    I'm trying to burn a slide show I've created.  It's a mixture of photoshop elements photo slideshow and edited videos, about 30 minutes long. But every time I try and burn it to DVD, premiere elements crashes.  It generally gets to about 30% through

  • Moan about screen resolution

    This is a general moan (hopefully Steve Jobs will read it and come up with a solution)... Like a number of other posters in this forum, I am finding the resolution of my new iMac 20" a real struggle. I want to display it at its natural resolution of