Is it possible to have duplicate columns from source List to target List while copying data items by Site Content and Structure Tool in SharePoint 2010

Hi everyone,
Recently ,I have one publishing site template that has a lot of sub sites which  contain a large amount of  content. 
On root publishing site, I have created custom list including many custom fields 
and saved it as  template  in order that 
any sub sites will be able to reuse it later on .  My scenario describe as follows.
I need to apply Site Content and Structure Tool to copy   a lot of items
 from  one list to another. Both lists were created from same template
I  use Site Content and Structure Tool to copy data from source list 
to target list  as figure below.
Once copied  ,  all items are completed.
 But many columns in target list have been duplicated from source list such as  PublishDate ,NumOrder, Detail  as  
figure below  .
What is the huge impact from this duplication?
User  can input data into this list successfully  
but several values of some columns like  “Link column” 
won't  display on “AllItems.aspx” page 
.  despite that they show on edit item form page and view item form page.
In addition ,user  can input data into this list  as above but 
any newly added item  won't appear on 
on “AllItems.aspx” page
at all  despite that actually, these 
item are existing on  database(I try querying by power shell).
Please recommend how to resolve this column duplication problem.

Hi,
According to your description, my understanding is that it displayed many repeated columns after you copy items from one list to another list in Site Content and Structure Tool.
I have tested in my environment and it worked fine. I created a listA and created several columns in it. Then I saved it as template and created a listB from this template. Then I copied items from listA to listB in Site Content and Structure Tool and it
worked fine.
Please create a new list and save it as template. Then create a list from this template and test whether this issue occurs.
Please operate in other site collections and test whether this issue occurs.
As a workaround, you could copy items from one list to another list by coding using SharePoint Object Model.
More information about SharePoint Object Model:
http://msdn.microsoft.com/en-us/library/ms473633.ASPX
A demo about copying list items using SharePoint Object Model:
http://www.c-sharpcorner.com/UploadFile/40e97e/sharepoint-copy-list-items-in-a-generic-way/
Best Regards,
Dean Wang
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
[email protected]

Similar Messages

  • Why page is being unpublished when moving from Manage Content and Structure ?

    Hello,
    I am getting strange behavior in Manage Content and Structure as below :
    when I move published pages from site 1 to site 2 , all moved pages in
    site 2 are being unpublished !!
    and mention below status :
    Status: Checked in and viewable by authorized users.  
    how to move pages from
    Manage Content and Structure so that I don't need to publish the moved pages manually ?
    Thanks and Regards,
    Dipti
    Dipti Chhatrapati

    http://www.dotnetspark.com/links/28950-move-page-site-content-and-structure-alters.aspx
    http://social.technet.microsoft.com/Forums/en-US/c614408f-d6cf-4d8a-9ab0-46b2ef405824/move-page-in-site-content-and-structure-alters-revision-history-and-makes-old-content-available?forum=sharepointadminlegacy
    This is a default behavior as a new content is added to site 2 with a different metadata so it is marked as unpublished

  • Error Occures while loading data from Source system to Target ODS

    Hi..
    I started loading Records From source system to target ODS.while i running the job i got the following errors.
    Record 18211 :ERROR IN HOLIDAY_GET 20011114 00000000
    Record 18212 :ERROR IN HOLIDAY_GET 20011114 00000000
    sp Please help me in these following Errors..
    Thanks in advance,

    Hello
    How r u ?
    I think this problem is at the ODS level, ZCAM_O04 is ur ODS Name.
    Could u check the ODS Settings, and the Unique Data Records is Checked or Not ?
    Best Regards....
    Sankar Kumar
    +91 98403 47141

  • Hi can someone tell me if it is possible to have two accounts (from different countries) in the same laptop?

    Hi can someone tell me if it is possible to have two accounts (from different countries) in the same laptop?

    Hi...
    The issue is that your credit or debit card credentials must be associated with the same country where you reside to make purchases.
    "Although you can browse the iTunes Store in any country without being signed in, you can only purchase content from the iTunes Store for your own country. This is enforced via the billing address associated with your credit card or other payment method that you use with the iTunes Store, rather than your actual geographic location."
    From here >  The Complete Guide to Using the iTunes Store | iLounge Article
    Billing policy is the same for both the iTunes as well as Mac App Stores.

  • Is it possible to move my iTunes from the old laptop to the new one (including all the music files and playlists) without having to start all over again with a blank iTunes?

    Is it possible to move my iTunes from the old laptop to the new one (including all the music files and playlists) without having to start all over again with a blank iTunes?

    yes
    You will need to copy the whole iTunes folder which is in your user profile on the old computer in Music folder.
    Before you do it make sure iTunes are updates on the old computer and it works without any problems.
    This will copy all your media, music, movies (provided you did not change the default location).
    After the migration you will need to sing in to Apple store again with your Apple ID
    and also authorize your new computer (both done from the tom menu bar in Store.
    Once you are done please deauthorize your old computer (the same menu path) if you are not planning to use it anymore.
    Any problems post here.

  • Deployment of upgraded site from staging to production - error when trying to access "Content and Structure"

    Hi,
    We recently upgraded a site from SP 2010 to SP 2013. For moving to production, I copied over the content database to production and used the following command to to make the content database accessible in production:
    Mount-SPContentDatabase -Name 'WSS_Content_SSBC' -WebApplication 'https://biprod.bljc.com'
    I then change the host name of the site from staging to production host name using
    $site = Get-SPSite  https://stagingsite.companyname.com
    $site.Rename("https://prodsite.companyname.com")
    The site loads and I can see my content. But when I try to use the "Content And structure" link under "Site Settings" --> "Site administration"
    I receive the following errror:
    Sorry, something went wrong An unexpected error has occurred.
    Technical Details
    Troubleshoot issues with Microsoft SharePoint Foundation.
    Correlation ID: 3fbfcd9c-7185-10a2-6d19-8570d7f15319
    Date and Time: 11/19/2014 3:38:31 PM
    IN THE ULS LOG, THIS IS ONE OF THE ERRORS:
    Application error when access /_layouts/15/sitemanager.aspx, Error=Object reference not set to an instance of an object. 
     at Microsoft.SharePoint.Publishing.Internal.WebControls.ObjectSerializer.DeleteAllowed(Boolean checkPermissions)   
     at Microsoft.SharePoint.Publishing.Internal.WebControls.SmtButtonField.FormatDataValue(Object dataTextValue, Boolean encode)   
     at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e)   
     at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)   
     at System.Web.UI.Control.DataBindChildren()   
     at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding)   
     at System.Web.UI.WebControls.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource)   
     at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding)   
     at Microsoft.SharePoint.WebControls.SPGridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding)   
     at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data)   
     at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data)   
     at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data)   
     at System.Web.UI.WebControls.DataBoundControl.PerformSelect()   
     at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound()   
     at System.Web.UI.WebControls.GridView.OnPreRender(EventArgs e)   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Control.PreRenderRecursiveInternal()   
     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    BTW, don't know if this applies but production is load balanced and staging is not.
    Thansk,
    Sherazad
    Sherazad

    Hi Sherazad,
    As the Content and Structure is enabled by the SharePoint Publishing feature, I recommend to deactivate and re-activate the publishing feature with the command below to see if the issue still occurs:
    Disable-SPFeature –identity Publishing -URL <sitecollection url>
    Enable-SPFeature -Identity Publishing -url <sitecollection url> -Force
    Thanks,
    Victoria
    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]
    Victoria Xia
    TechNet Community Support

  • Have old MacBook Pro running tiger 10.4 want to save date to external hard drive and buy newer MacBook and still use same drive. Any suggestions, most  WD drives say nothing about os tiger 10.4.

    Have old MacBook Pro running tiger 10.4 want to save date to external hard drive and buy newer MacBook and still use same drive. Any suggestions, most  WD drives say nothing about os tiger 10.4. The OS compatibility  is much newer on the data.  Totally confused. Not a computer person.

    I haven't checked reviews recently but there's a difference between bare drives and drives with enclosures.  Western Digital made some of the most reliable drives last time I checked, though the enclosures weren't all that great.  It is convenient to get both in one package but I usually buy a highly rated enclosure and then put a highly rated drive in it myself.  OWC sells some good enclosures but if they put a so-so drive inside of it then the package is only as good as its weakest component.  If you get a package from them, ask them what drive is inside (some vendors have no idea what's inside  -  went to an Apple Store recently and they couldn't tell me what was inside some of their Apple brand enclosures).  My first thought if buying a new drive would be to buy a OWC enclosure with a WD drive, but chek around because I may be out of date.
    10 years ago Seagate was one of the best drives. Now they rate poorly in reviews.

  • I have an iPhone 4 that I need to reset completely. If I erase all content and settings, will it no longer be registered under my phone number?

    I have an iPhone 4 that I need to reset completely. If I erase all content and settings, will it no longer be registered under my phone number?

    Yes, the phone will still be connected to your Verizon account. In order to remove it from your Verizon account, you will either need to activate another phone on that number or disconnect the number.

  • Error while copying data from infoprovider to planning area

    Hi,
    Error for COM routine using application program (return code 40,075)
    Message no. /SAPAPO/OM102
    Diagnosis
    An application program has called a COM routine. During the process, an error occurred.
    I got the above error while copying data from infoprovider to planning area using t code TSCUBE.
    How to resolve this?

    Hi,
    Is your issue resolved, If not please run MPOS consistency checks, Planning area consistency check and livecache consistency check.
    Below are the programs for the same.
    /SAPAPO/TS_lcm_cons_check
    /SAPAPO/TS_PSTRU_TOOL
    /SAPAPO/TS_PSTRU_CONS_CHECK
    Regards
    Kishore

  • To verify all the values are properly transferred from source db to target db which command works better?

    Hi,
    i need to validate all the source values are transferred properly from source db to target db .but i confused which is the right command to use between except & exists.
    if 100 records in source then i need to validate all the 100 records should be there in target db.
    i used below queries:
    using exists:
    Select upc_desc from DBO.MIC_TARGET
    t1
    where not exists
    Select 1 from produ_stg
    where DESCRi3= t1.UPc_desc
    using except:
     SELECT descri3 from produ_stg
    except
    select Upc_desc from MIC_Target.
    please help me which query is correct to validate source and target db values are same replica.
    Regards, 
    Jagadeesh

    You can use EXCEPT here.
    NULL will not consider in NOT EXISTS whereas EXCEPT takes care of the same.(Except is nothing but Distinct and then Not exists)

  • Is it possible to have the result from webservices with oracle8i

    hi,
    i call webservices MS .net with package utl_http under oracle 8i.
    exemple:
    DECLARE
    x utl_http.html_pieces;
    msg varchar2(12);
    BEGIN
    x := utl_http.request_pieces('http://localhost/ServiceNotification/Notification.asmx/NotifT?messagetmp=' || msg);
    END;
    I don't know how to have a result from a webservices!
    thanks for helping me.

    While the following paper is Oracle9i DB specific, conceptually, what is done should work with Oracle8i.
    Bear in mind that the use of XMLType is specific to Oracle9i DB R2 so if you were to follow the example, you would have to use varchars and probably acept the result into the PL/SQL XML Parser. See:
    http://otn.oracle.com/tech/webservices/htdocs/samples/dbwebservice/DBWebServices.html
    Mike.

  • Is it possible to have HTML generated from a PSD?

    Hello,
    I have been working as Web developer for 6 years.
    Usually PSD files are given to me, I get images from it and I build web application HTML code from scratch.
    I know we can create slices from Photoshop in order to save PSD files in HTML pages. But it just creates a page layout, nothing more (afaik).
    I am wondering how can we go further into HTML generation with Photoshop or other Adobe products (Dreamweaver?). I don't know Adobe product at all, maybe is it a way to generation complex HTML code from Photoshop ? I know some CSS generation (gradient for example), but is there a way to generate complex HTML ?
    Usually, as Web integrator/developer, how do you work with PSD files ? Do you create HTML from scratch ? Do you use some products to save time ?
    Thank you for sharing your experience ;p
    Frodon

    Hi Frodon,
    Right this very minute Adobe is announcing at their Create Now event a new Photoshop for Creative Cloud feature that allows you to export CSS code from Photoshop objects!
    If you are a Creative Cloud subscriber, try updating and you will have the new feature. For more info check out the Photoshop blog: http://blogs.adobe.com/photoshopdotcom/2012/12/photoshop-cs6-illustrator-cs6-update-availa ble-for-creative-cloud-members-mac-customers.html

  • Is it possible to start a recording from source code?

    Hi everybody!
    I'm currently using JProfiler in combination with JUnit tests to collect resource consumption metrics of features in our product.
    A homemade JUnit runner starts and stops the JProfiler recording and parses the recorded data. It then compares the recorded values to predefined limits and fails the test if they are exceeded.
    Now I want to change this to use the flight recorder instead. I found a nice article explaining how to parse .jfr files here: Using the Flight Recorder Parsers | Marcus Hirt
    Unfortunately I can't figure out how to start and stop a flight recording from a JUnit runner besides using the jcmd tool.
    Can anybody help me out?
    Thanks a lot
    Tobias

    Answering myself once more since other people might stumble upon the same problem.
    In the end I created a TestRule which I can add to the JUnit Test Class.
    The interesting parts of the code are:
    public class ProfilerTest implements TestRule {
        @Override
        public Statement apply(Statement base, Description description) {
            return new PerformanceLimitsStatement(base, description);
        class PerformanceLimitsStatement extends Statement {
            private PublicFlightRecorderRunner runner;
            private final Description description;
            private final Statement base;
            public PerformanceLimitsStatement(Statement baseParam, Description descriptionParam) {
                description = descriptionParam;
                base = baseParam;
            @Override
            public void evaluate() throws Throwable {
                runner = new FlightRecorderRunner(description.getTestClass());
              // start profiling
                runner.startupProfiling("jfr/"+description.getTestClass().getSimpleName()+"."+description.getMethodName()+".jfr", annotation.cpuRecording(), annotation.allocRecording(), annotation.methodStatsRecording(), annotation.monitorRecording(),
                        annotation.threadProfiling());
                // run a test method including its before and after methods inside a simple time measurement
                base.evaluate();
                // shutdown profiling
                final File performanceSnapshot = runner.shutdownProfiling(description);
    This uses a PublicFlightRecorderRunner - code:
    import java.io.File;
    import java.io.IOException;
    import java.lang.management.ManagementFactory;
    import java.nio.file.Files;
    import java.util.List;
    import javax.management.Attribute;
    import javax.management.MBeanServer;
    import javax.management.MalformedObjectNameException;
    import javax.management.NotCompliantMBeanException;
    import javax.management.ObjectName;
    import javax.management.openmbean.CompositeData;
    import javax.management.openmbean.CompositeDataSupport;
    import org.junit.internal.runners.statements.InvokeMethod;
    import org.junit.runner.Description;
    import org.junit.runners.BlockJUnit4ClassRunner;
    import org.junit.runners.model.FrameworkMethod;
    import org.junit.runners.model.InitializationError;
    import org.junit.runners.model.Statement;
    * <p>
    * (c) Copyright Vector Informatik GmbH. All Rights Reserved.
    * </p>
    * @since 1.0
    @SuppressWarnings({ "restriction"})
    public class PublicFlightRecorderRunner extends BlockJUnit4ClassRunner implements
            IProfilerRunner {
          private static MBeanServer ms = null;
          private File file;
          private static final String REGISTER_MBEANS_OPERATION = "registerMBeans"; //$NON-NLS-1$
          private static final String JFR_CREATE_RECORDING_OPERATION = "createRecording"; //$NON-NLS-1$
          private static final String START_RECORDING_OPERATION = "start"; //$NON-NLS-1$
          private static final String STOP_RECORDING_OPERATION = "stop"; //$NON-NLS-1$
          private static final String CLOSE_RECORDING_OPERATION = "close"; //$NON-NLS-1$
          private static final String SET_EVENT_ENABLED_OPERATION = "setEventEnabled"; //$NON-NLS-1$
          private static final String SET_STACKTRACE_ENABLED_OPERATION = "setStackTraceEnabled"; //$NON-NLS-1$
          private static final String SET_THRESHOLD_OPERATION = "setThreshold"; //$NON-NLS-1$
          private static final String SET_PERIOD_OPERATION = "setPeriod"; //$NON-NLS-1$
          private static final String MC_CLASS_NAME = "com.sun.management.MissionControl"; //$NON-NLS-1$
          private static final String MC_MBEAN_NAME = "com.sun.management:type=MissionControl"; //$NON-NLS-1$
          private static final ObjectName MC_OBJECT_NAME = createObjectName(MC_MBEAN_NAME);
          private static final String FRC_CLASS_NAME = "oracle.jrockit.jfr.FlightRecorder"; //$NON-NLS-1$
          private static final String FRC_MBEAN_NAME = "com.oracle.jrockit:type=FlightRecorder";
          private static final ObjectName FRC_OBJECT_NAME = createObjectName(FRC_MBEAN_NAME);
          private static ObjectName recordingObjectName;
          private static CompositeDataSupport recording;
          private static ObjectName createObjectName(String beanName) {
              try {
                  return new ObjectName(beanName);
              } catch (MalformedObjectNameException e) {
                  throw new Error("Should not be possible: Could not make a new ObjectName " + beanName); //$NON-NLS-1$
         * Constructor for FlightRecorderRunner.
         * @param klass
         * @throws InitializationError
        public PublicFlightRecorderRunner(final Class<?> klass)
                throws InitializationError {
            super(klass);
        @Override
        protected Statement methodInvoker(final FrameworkMethod method,
                final Object test) {
            return new InvokeMethod(method, test) {
                @Override
                public void evaluate() throws Throwable {
                    final String targetFile = "jfr/" + method.getClass().getSimpleName()
                            + "." + method.getMethod().getName() + ".jfr";
                    startupProfiling(targetFile);
                    for (int i = 0; i < 10; i++) {
                        super.evaluate();
                    shutdownProfiling(method, test);
        public void startupProfiling(final String targetFile) {
            file = new File(targetFile);
            try {
                createFlightRecordingClient(file.getName());
                startFlightRecording(file);
            } catch (Exception e) {
                e.printStackTrace();
        public File shutdownProfiling(final FrameworkMethod method,
                final Object test) {
            try {
                stopFlightRecording();
            } catch (Exception e) {
                e.printStackTrace();
            return file;
        public static void createFlightRecordingClient(
                final String recordingName) throws Exception  {
            // register Flight Recorder Bean
            ms = ManagementFactory.getPlatformMBeanServer();
            // Create MissonControl Bean
            if (!ms.isRegistered(MC_OBJECT_NAME)) {
                ms.createMBean(MC_CLASS_NAME, MC_OBJECT_NAME);
                ms.invoke(MC_OBJECT_NAME, REGISTER_MBEANS_OPERATION, new Object[0],    new String[0]);
            // Create FlightRecorder Bean
            try{
                if(!ms.isRegistered(FRC_OBJECT_NAME))
                    ms.createMBean(FRC_CLASS_NAME, FRC_OBJECT_NAME);
                    ms.invoke(FRC_OBJECT_NAME, REGISTER_MBEANS_OPERATION, new Object[0], new String[0]);
            catch (NotCompliantMBeanException e) {
                @SuppressWarnings("unused")
                boolean wedontcare = true;
            // create recording
            ms.invoke(FRC_OBJECT_NAME, JFR_CREATE_RECORDING_OPERATION, new Object[] {recordingName}, new String[] {String.class.getName()});
        public static void startFlightRecording(File file)
                throws Exception {
            // Check that only one recording exists and that it's not already running
            @SuppressWarnings("unchecked")
            List<CompositeDataSupport> recordings = (List<CompositeDataSupport>) ms.getAttribute(FRC_OBJECT_NAME, "Recordings");
            if(recordings.size() > 1) {
                throw new Error("More than one recording available");
            recording = recordings.get(0);
            if( (boolean) recording.get("running")) {
                throw new Error("Recording is already running");
            // store the recording name for later us
            recordingObjectName = (ObjectName) recording.get("objectName");
            // set duration for the recording
            final long duration = 10 * 60 * 1000; // 10 minutes in milliseconds - this number was determined by looking at the slowest test on jenkins
            final Attribute durationAttribute = new Attribute("Duration", duration);
            ms.setAttribute(recordingObjectName, durationAttribute);
            // set destination for the recording
            try {
                Files.createDirectories(file.getParentFile().toPath());
                final Attribute destinationAttribute = new Attribute("Destination", file.getAbsolutePath());
                ms.setAttribute(recordingObjectName, destinationAttribute);
            } catch (IOException e) {
                e.printStackTrace();
            // read event settings
            @SuppressWarnings("unchecked")
            List<CompositeDataSupport> eventSettings = (List<CompositeDataSupport>) ms.getAttribute(recordingObjectName, "EventSettings");
            final long period = 0;
            final long threshold = 100 * 1000 * 1000; // 100 ms - given in ns
            // enable all events, set threshold to 100ms and stacktrace to false (because we only parse this in code)
            for(CompositeData eventSetting: eventSettings) {
                final Integer eventid = (Integer) eventSetting.get("id");
                ms.invoke(recordingObjectName, SET_EVENT_ENABLED_OPERATION, new Object[] {eventid, true}, new String[] {int.class.getName(), boolean.class.getName()});
                ms.invoke(recordingObjectName, SET_STACKTRACE_ENABLED_OPERATION, new Object[] {eventid, false}, new String[] {int.class.getName(), boolean.class.getName()});
                ms.invoke(recordingObjectName, SET_PERIOD_OPERATION, new Object[] {eventid, period}, new String[] {int.class.getName(), long.class.getName()});
                ms.invoke(recordingObjectName, SET_THRESHOLD_OPERATION, new Object[] {eventid, threshold}, new String[] {int.class.getName(), long.class.getName()});
            // start the recording
            ms.invoke(recordingObjectName, START_RECORDING_OPERATION, new Object[0], new String[0]);
        public static void stopFlightRecording() throws Exception {
            // make sure the recording is stopped
            if ((boolean) ms.getAttribute(recordingObjectName, "Stopped")) {
                throw new Error("The FlightRecording has already stopped in current thread. Consider increasing the duration!");
            } else {
                ms.invoke(recordingObjectName, STOP_RECORDING_OPERATION, new Object[0], new String[0]);
            // close the recording to remove it from the flightrecorder
            ms.invoke(recordingObjectName, CLOSE_RECORDING_OPERATION, new Object[0], new String[0]);
    This creates a .jfr file which can be used later.
    I parse it in the TestRule to determine if the test violated memory or time limits, in which case the test is failed. (see the link in my first post for information about parsing .jfr files)
    The code may not be the prettiest but so far it's working well.
    Message was edited by: the_qa_guy
    Changed the code to use the JFR bean

  • To make the change from MobilMe I will have to update from System 10.4.11 to 10.7.2.  How many system and firmware updates will I have to do?

    To make the change from MobilMe I will have to update fro System 10.4.11 to 10.7.2.  How many firmware and system updates will I have to make

    First, see if your system can run Lion:
    http://www.apple.com/macosx/specs.html
    If you have any PPC apps, none of them will work under Lion.
    If you meet the requirements for Lion, you can go to Snow Leopard(US $29), then update to 10.6.8, then update to Lion(US $29).
    Apple says 2GB's of memory minimum. I wouldn't update to Lion unless you can run at least 4GB's.

  • How do I keep my husbands apps from appearing on my device? While at the same time sharing content so we don't have to pay twice for music and apps?

    How do I prevent my spouse's apps from appearing on my device, and visa versa while at the same time sharing music and apps so that we don't have to pay twice?

    Okay.  Your personal iCloud account really isn't involved here.   If apps purchased on another person's device are automatically downloading to your device, it's because you have Apps turned on under Automatic Downloads in Settings>iTunes & App Store.  If you turn it off, the downloads will stop.  If desired, also turn off Music and Books to prevent these from automatically appearing on your device when purchased by someone else.
    You can then control which of these, if any, you download to your device by selectively download them from your purchased list as explained here: http://support.apple.com/kb/HT2519.  As long as everyone is sharing the same Apple ID for their purchases, they will all appear on this list.
    As far a music organization, you should be sure all your music is in your iTunes library on your computer.  You can then create the playlists you want and sync them to your device using iTunes.

Maybe you are looking for

  • Smart Quotes in German and English

    I just upgraded from 10.4 with Office to 10.6 with iWork. So far I've enjoyed iWork. I switch often between writing documents in English and German (usually not switching language within the document) and can't figure out a more efficient way to get

  • Can anyone help me? MacBook pro, blue screen

    Hi can anyone help me please? I have a MacBook pro (13") I had an unexpected error  (error code -10813), I now have a blue screen and all my apps at the bottom dock have disappeared. The time & date is in a different font (what looks to be like the s

  • HTML/CSS customisation in ALUI 6.1 with Publisher 6.4

    Hi, I'm extremely new to BEA products so apologies upfront for my lack of knowledge. I've read through lots and lots of documentation but what I'm really lacking is practical examples. I'm trying to implement a new look and feel which requires changi

  • How do I add photoshop cc 32bit if I didn't initially install it?

    I installed Photoshop CC from the full download since I have a slow connection.  I may have unselected install 32 bit but not sure I remember anymore.  Anyway there is nothing useful in the program files 32bit adobe photoshop CC folder. I find I need

  • Trying to buy music

    ok i started to make the aacount to buy music but he said i had to do verifition and it never send to my email what do i do