Importing to more than 5 computers

i have an external hard drive that has all of my itunes music on it. i recently got a new laptop and attempted to put all of this music onto this computer. when i tried this it said that i couldnt import because i have already imported the library to 5 computers. how do i import this music onto this computer? since i am not using my old computer with the music on it anymore.

5 computers is the max allowed. In the upper left pane click on "store" then "view my account" then click "deauthorize all" under computer authorizations. then reauthorize the computers that you still have.

Similar Messages

  • HOW TO IMPORT DATA MORE THAN ONCE FROM THE SAME EXPORT DUMP FILE?

    before asking my question i'd like to mention that i'm a french spoke...
    so my english is a little bit bad. sorry for that.
    my problem is : IMPORT
    how to import data a SECOND TIME from an export dump file within oracle?
    My Export dump file was made successfully (Full Export) and then i
    tried to import datas for the first time.
    I got this following message in my logfile: I ADDED SOME COMMENTS
    Warning: the objects were exported by L1, not by you
    . importing SYSTEM's objects into SYSTEM
    REM ************** CREATING TABLESPACES *****
    REM *********************************************
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "USER_DATA" DATAFILE 'E:\ORANT\DATABASE\USR1ORCL.ORA' SI"
    "ZE 3145728 DEFAULT STORAGE (INITIAL 10240 NEXT 10240 MINEXTENTS 1 MAX"
    "EXTENTS 121 PCTINCREASE 50) ONLINE PERMANENT"
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLESPACE "ROLLBACK_DATA" DATAFILE 'E:\ORANT\DATABASE\RBS1ORCL.ORA"
    "' SIZE 10485760 DEFAULT STORAGE (INITIAL 10240 NEXT 10240 MINEXTENTS "
    "1 MAXEXTENTS 121 PCTINCREASE 50) ONLINE PERMANENT"
    etc........
    IMP-00017: following statement failed with ORACLE error 1119:
    "CREATE TABLESPACE "L1" DATAFILE 'E:\ORADATA\L1.DBF' SIZE 1048576000 "
    "DEFAULT STORAGE (INITIAL 10240 NEXT 10240 MINEXTENTS 1 MAXEXTENTS 121 PCTIN"
    "CREASE 50) ONLINE PERMANENT"
    IMP-00003: ORACLE error 1119 encountered
    ORA-01119: error in creating database file 'E:\ORADATA\L1.DBF'
    ORA-09200: sfccf: error creating file
    OSD-04002: unable to open file
    O/S-Error: (OS 3) The system cannot find the path specified
    --->etc..........
    the drive E: with the folder E:\ORADATA didn't exist, but after
    all that i created it.
    see below, before my IMPORT statement
    REM ********************* CREATING USER *********
    REM ********************************************
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "L1" IDENTIFIED BY VALUES 'A6E0DAA6865E7627' DEFAULT TABLESPACE"
    " "L1" TEMPORARY TABLESPACE "TEMPORARY_DATA""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'L1' does not exist
    IMP-00017: following statement failed with ORACLE error 959:
    "CREATE USER "MLCO" IDENTIFIED BY VALUES '56AC6447B7D50467' DEFAULT TABLESPA"
    "CE "MLCO" TEMPORARY TABLESPACE "TEMPORARY_DATA""
    IMP-00003: ORACLE error 959 encountered
    ORA-00959: tablespace 'MLCO' does not exist
    ETC.......
    REM ********************* GRANTING ROLES ***********
    REM ************************************************
    IMP-00017: following statement failed with ORACLE error 1917:
    "GRANT ALTER ANY TABLE to "L1" "
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'L1' does not exist
    ETC.........
    IMP-00017: following statement failed with ORACLE error 1918:
    "ALTER USER "L1" DEFAULT ROLE ALL"
    IMP-00003: ORACLE error 1918 encountered
    ORA-01918: user 'L1' does not exist
    -- that is normal, since the creation of the
    tablespace failed !!
    REM******************************
    IMP-00015: following statement failed because the object already exists:
    "CREATE ROLLBACK SEGMENT RB_TEMP STORAGE (INITIAL 10240 NEXT 10240 MINEXTENT"
    "S 2 MAXEXTENTS 121) TABLESPACE "SYSTEM""
    IMP-00015: following statement failed because
    . importing SCOTT's objects into SCOTT
    IMP-00015: following statement failed because the object already exists:
    "CREATE SEQUENCE "EVT_PROFILE_SEQ" MINVALUE 1 MAXVALUE 999999999999999999999"
    "999999 INCREMENT BY 1 START WITH 21 CACHE 20 NOORDER NOCYCLE"
    ETC............
    importing L1's objects into L1
    IMP-00017: following statement failed with ORACLE error 1435:
    "ALTER SCHEMA = "L1""
    IMP-00003: ORACLE error 1435 encountered
    ORA-01435: user does not exist
    REM *************** IMPORTING TABLES *******************
    REM ****************************************************
    . importing SYSTEM's objects into SYSTEM
    . . importing table "AN1999_BDAT" 243 rows imported
    . . importing table "BOPD" 112 rows imported
    . . importing table "BOINFO_AP" 49
    ETC................
    . . importing table "BO_WHF" 2 rows imported
    IMP-00015: following statement failed because the object already exists:
    "CREATE TABLE "DEF$_CALL" ("DEFERRED_TRAN_DB" VARCHAR2(128),
    IMP-00015: following statement failed because the object already exists:
    "CREATE SYNONYM "DBA_ROLES" FOR "SYS"."DBA_ROLES""
    IMP-00015: following statement failed because the object already exists:
    "CREATE SYNONYM "DBA_ERRORS" FOR "SYS"."DBA_ERRORS""
    IMP-00008: unrecognized statement in the export file:
    . importing L1's objects into L1
    IMP-00017: following statement failed with ORACLE error 1435:
    "ALTER SCHEMA = "L1""
    IMP-00008: unrecognized statement in the export file:
    J
    Import terminated successfully with warnings.
    -------------------------------------b]
    So after analysing this log file, i created
    the appropriate drives and folders... as the
    import statement doesn't see them.
    E:\ORADATA G:\ORDATA etc...
    And i started to [b]IMPORT ONE MORE TIME. with:
    $ IMP73 sys/pssw Full=Y FILE=c:\temp\FOLD_1\data_1.dmp BUFFER=64000
    COMMIT=Y INDEXFILE=c:\temp\FOLD_1\BOO_idx.sql
    LOG=c:\temp\FOLD_1\BOO_log.LOG DESTROY=Y IGNORE=Y;
    after that i could not see the users nor the
    tables created.
    and the following message appeared in the log file:
    Warning: the objects were exported by L1, not by you
    . . skipping table "AN1999_BDAT"
    . . skipping table "ANPK"
    . . skipping table "BOAP"
    . . skipping table "BOO_D"
    ETC.....skipping all the tables
    . . skipping table "THIN_PER0"
    . . skipping table "UPDATE_TEMP"
    Import terminated successfully without warnings.
    and only 2 new tablespaces (originally 3) were
    created without any data in ( i check that in
    the Oracle Storage manager : the tablespaces exit
    with 0.002 used space; originally 60 M for each !!)
    so,
    How to import data (with full import option) succefully
    MORE THAN ONE TIME from an exported dump file ?
    Even if we have to overwrite tablespaces , tables and users.
    thank you very much

    The Member Feedback forum is for suggestions and feedback for OTN Developer Services. This forum is not monitored by Oracle support or product teams and so Oracle product and technology related questions will not be answered. We recommend that you post this thread to the appropriate Database forum.
    The main URL is:
    http://forums.oracle.com/forums/index.jsp?cat=18

  • OBIEE 11.1.1.6.1 BP1 How to import rows more than 2500 ?

    Hi,
    I am using OBIEE 11.1.1.6.2 BP1. I want to increase the number of rows exporting in an Excel sheet which is 2500 (by default) at the moment. Following is th configuration of my instance config file:
    but I am still downloading not more than 2500.
    Any help would be appreciated !
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <!-- Oracle Business Intelligence Presentation Services Configuration File -->
    <WebConfig xmlns="oracle.bi.presentation.services/config/v1.1">
    <ServerInstance>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><CatalogPath>D:\OBIEE_Home\instances\instance1/bifoundation/OracleBIPresentationServicesComponent/coreapplication_obips1/catalog/SampleAppLite</CatalogPath>
    <DSN>coreapplication_OH1115437442</DSN>
    <Logging>
    <Writers>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><Writer implementation="FileLogWriter" name="Global File Logger" writerClassId="1" dir="{%ORACLE_BIPS_INSTANCE_LOGDIR%}" filePrefix="sawlog" maxFileSizeKb="10240" filesN="10" fmtName="ODL-Text"/>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><Writer implementation="CoutWriter" name="Console Logger" writerClassId="2" maxFileSizeKb="10240"/>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><Writer implementation="EventLogWriter" name="System Event Logger" writerClassId="3" maxFileSizeKb="10240"/>
    <!-- The following writer is not centrally controlled -->
         <Writer implementation="FileLogWriter" name="Webcat Upgrade Logger" disableCentralControl="true" writerClassId="5" dir="{%ORACLE_BIPS_INSTANCE_LOGDIR%}" filePrefix="webcatupgrade" maxFileSizeKb="2147483647" filesN="1" fmtName="ODL-Text"/>
    </Writers>
    <WriterClassGroups>
    <WriterClassGroup name="All">1,2,3,5</WriterClassGroup>
    <WriterClassGroup name="File">1</WriterClassGroup>
    <WriterClassGroup name="Console">2</WriterClassGroup>
    <WriterClassGroup name="EventLog">3</WriterClassGroup>
    <WriterClassGroup name="UpgradeLogFile">5</WriterClassGroup>
    </WriterClassGroups>
    <Filters>
    <!-- These FilterRecords are updated by centrally controlled configuration -->
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><FilterRecord writerClassGroup="File" path="saw" information="1" warning="31" error="31" trace="0" incident_error="1"/>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><FilterRecord writerClassGroup="File" path="saw.mktgsqlsubsystem.joblog" information="1" warning="31" error="31" trace="0" incident_error="1"/>
    <!-- The following FilterRecords are not centrally controlled -->
    <FilterRecord writerClassGroup="UpgradeLogFile" disableCentralControl="true" path="saw.subsystem.catalog.initialize.upgrade" information="1" warning="32" error="32" trace="1" incident_error="32"/>
    <FilterRecord writerClassGroup="UpgradeLogFile" disableCentralControl="true" path="saw.subsystem.catalog.upgrade" information="1" warning="32" error="32" trace="1" incident_error="32"/>
    </Filters>
    </Logging>
    <Catalog>
    <UpgradeAndExit>false</UpgradeAndExit>
    </Catalog>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><Listener port="9710" ssl="false"/>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><JavaHostProxy ssl="false">
    <Hosts>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><Host name="coreapplication_obijh1" address="tdc03srv161.g-mwater.com.au" port="9810"/>
    </Hosts>
    </JavaHostProxy>
    <Alerts>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><ScheduleServer ssl="false" ccsPrimary="tdc03srv161.g-mwater.com.au" ccsPrimaryPort="9706"/>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><OfflinePresentationServicesURL>http://10.12.3.161:9704/analytics/saw.dll</OfflinePresentationServicesURL>
    </Alerts>
    <ActionFramework>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><ActionExecutionServiceEndPoint>http://10.12.3.161:9704/analytics/actions/ActionExecutionService</ActionExecutionServiceEndPoint>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><TargetBrowsingServiceEndPoint>http://10.12.3.161:9704/analytics/actions/ActionRegistryService</TargetBrowsingServiceEndPoint>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><LocationServiceEndPoint>http://10.12.3.161:9704/analytics/actions/LocationService</LocationServiceEndPoint>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control--><WorkflowServer>http://10.12.3.161:9704</WorkflowServer>
    <WorkflowService>ANALYTICS</WorkflowService>
    <WorkflowSystem>obiaftests</WorkflowSystem>
    </ActionFramework>
    <Security>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <ClientSessionExpireMinutes>210</ClientSessionExpireMinutes>
    </Security>
    <ODBC>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <ResultRowLimit>65000</ResultRowLimit>
    </ODBC>
    <Views>
    <Pivot>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <DefaultRowsDisplayedInDownload>2500</DefaultRowsDisplayedInDownload>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <DisableAutoPreview>false</DisableAutoPreview>
    <MaxVisibleColumns>300</MaxVisibleColumns>
    <MaxVisiblePages>1000</MaxVisiblePages>
    <MaxVisibleRows>1000</MaxVisibleRows>
    <MaxVisibleSections>25</MaxVisibleSections>
    <DefaultRowsDisplayed>30</DefaultRowsDisplayed>
    </Pivot>
    <Table>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <DefaultRowsDisplayedInDelivery>75</DefaultRowsDisplayedInDelivery>
    <!--This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager-->
    <DefaultRowsDisplayedInDownload>25000</DefaultRowsDisplayedInDownload>
    <MaxVisiblePages>1000</MaxVisiblePages>
    <MaxVisibleRows>1000</MaxVisibleRows>
    <MaxVisibleSections>25</MaxVisibleSections>
    <DefaultRowsDisplayed>30</DefaultRowsDisplayed>
    </Table>
    <Charts>
    <MaxVisibleColumns>2000</MaxVisibleColumns>
    <MaxVisiblePages>1000</MaxVisiblePages>
    <MaxVisibleRows>2000</MaxVisibleRows>
    <MaxVisibleSections>25</MaxVisibleSections>
    <JavaHostReadLimitInKB>4096</JavaHostReadLimitInKB>
    </Charts>
    </Views>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <OracleHardwareAcceleration>false</OracleHardwareAcceleration>
    <Dashboard>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <ShowPageTabsAlways>false</ShowPageTabsAlways>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <ShowSectionHeadingsDefault>false</ShowSectionHeadingsDefault>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <CollapsibleSectionsDefault>true</CollapsibleSectionsDefault>
    </Dashboard>
    <DeploymentProfile>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <DeploymentMode>onsite</DeploymentMode>
    </DeploymentProfile>
    <AsyncLogon>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <NewLogonWaitSeconds>30</NewLogonWaitSeconds>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <NewSyncLogonWaitSeconds>900</NewSyncLogonWaitSeconds>
    </AsyncLogon>
    <Marketing>
    <ContentServer>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <URL>http://localhost:8765</URL>
    </ContentServer>
    </Marketing>
    <Authentication>
    <!--This Configuration setting is managed by Oracle Enterprise Manager Fusion Middleware Control-->
    <EnabledSchemas>UidPwd,Impersonate,UidPwd-soap,Impersonate-soap</EnabledSchemas>
    </Authentication>
    </ServerInstance>
    </WebConfig>

    Check here
    Business Intelligence > CoreApplication > Performance tab
    Maximum Number of Rows to Download to Excel option
    Srini VEERAVALLI on Feb 13, 2013 4:18 PM
    Login to em->Business Intelligence > CoreApplication > Performance tab
    Edited by: Srini VEERAVALLI on Feb 13, 2013 4:22 PM
    Edited by: Srini VEERAVALLI on Feb 13, 2013 4:42 PM

  • Can you run the Import Wizard more than once at the same time?

    We're going to run the Import Wizard to import content from one BO environment to another.  Can we, at the same time, run the Import Wizard to import different content between those two environments (using the same source and destination both times)?  Obviously we'd have to run the wizard on different workstations.
    Would this cause any issues?  If so, what kind of issues would you expect?
    Thanks,
    Laura

    Yes, this is possible.  The source and destination CMSs treat the requests from the Import Wizard like any other -- increasing the number of active Import Wizard sessions just increases the load on these CMSs.  Before running multiple Import Wizard sessions, be sure there is ample processing power (CPU / memory) to handle the increased load.    and of course, avoid 'touching' the same content in the two sessions in order to avoid unpredictable results.
    -Mike

  • Importing more than one Memory Card at the same time

    As a productivity tool for professionnals, Lightroom should allow us to import from more than one source at the same time, as Aperture do.  I have a multiple Flash Card reader, and we cannot import all of them at the same time in Lightroom...
    I know that I can copy them in a folder, then importing them in LR...  But this is time and space consuming  if I want to convert the file in DNG : it's okay if photography is a hobby for you, but when it's your full time job, and  you often import 4 16Gb Compact Flash Cards at the same time, you don't want to waste time to wait the copying process on your hard disk, and then   wait for the "import  and convert to DNG" process : this process require to duplicate the files : RAW to DNG on the same hard disk, instead of Direct copy and convert to DNG from your memory cards to your Hard Disk.

    You can have multiple remotes for one ATV, and one remote for multiple ATVs.
    In our house we have two iPhones and one iPod iPod Touch, all able to control the same ATV at the same time (much to the delight of my daughter who enjoys ousting my music choices for her own).
    Why have iPod touch in each room? Its not a wired remote - its a mobile device. Think of a landline vs mobile telephone - landlines are one per room, mobiles are one per person - that's how an iPod is used, even as a remote - you take it with you.
    Just like a mobile phone, you'd have one personalised iPod Touch or iPhone per person, not per ATV or room.

  • Batch import fails with more than about 250 photos

    The batch-import problem (more than about 250) persists with Keynote 09.
    I am disappointed because I know no alternative to Keynote to make superior slideshows (Text, moving graphics, opacity control etc.)
    I have to import 550 slides to Keynote 09. The only way is to move seperated batches of 200 slides into the program. Other tries (e.g. 250 + 250 +50) fail. It does not matter wherefrom I import, either from iPhoto or Expression Media; the import from the finder is unusable because of losing the sorting-order.
    I hoped so much ...
    Can anyone (besides Apple) help?
    Thank You!
    Roland Muehlberger, Linz, Austria

    This may not be the solution you're looking for but have you tried using iMovie to create your slideshow?
    I can tell you that it's super simple using iMovie '08. Nice transitions, nice titling, Ken Burns, etc.. Very nice. The only thing you mention that I don't think iMovie can handle is the moving graphics thing (at least by just inserting them as in Keynote).

  • Itunes cannot authorise more than 5 computers

    Within iTunes, I cannot get my work PC's iTunes to log into iTunes Match.  It says I cannot authorise more than 5 devices.  I have deleted devices, so that all that remains is a couple of iPads and a Macbook.  It is still saying this message.  It is very frustrating.
    Please help me.

    These steps may help you :
    Begin by opening the iTunes program and going to the iTunes Store via the iTunes Store button in the top right.
    Once you're at the iTunes Store, click on the Sign In button at the top left corner (if you're not signed in) or on your account name in the same location (if you're already signed in).
    This will bring you to your iTunes account. In the top box, you'll see a section labelled Computer Authorizations towards the bottom. Next to it is a button that reads Deauthorize All. Click it.
    A window will pop up asking you to confirm that this is what you want to do. Continue.
    In just a few seconds, all 5 computers on your account will be deauthorized.
    Now, re-authorize just the computers that you still use and you'll be all set.
    Other Useful Notes About iTunes Deauthorization
    1. It's important to note that the Deauthorize All option is only available when you've used all 5 authorizations for your account and can only be used once every 12 months.
    2. If you no longer have access to a computer using one or your authorizations, or that computer no longer works, it can be pretty difficult to remove that authorization. In that case, it may be better to use friends' computers to reach the 5 authorization limit and then follow the Deauthorize All steps above.

  • We are a family of 6 - 2 parents and 4 children.. We have an iMac, 3 macbooks, a Macbook Pro and an iPad. We all want to be able to share the itunes library, but it keeps telling us that it can't authorize more than 5 computers.  What can we do???

    How can we home share with more than 5 computers?? We are a family of 6 and each has his/her own computer.

    You can't. But iDevices don't count. So you should be able to share the 5 computers.

  • Is there a way to authorize more than 5 computers.  We have three macs and 5 pc's in the house.

    Hello,  I have a MBP (mid 12 model), a brand new MBA (mid 13), and Mac Mini, four laptop PCs and 2 more Desktop PCs (I have teenage daughters and my wife)...
    I intend for one of the PC's to be a "server" I have a large library that certainly does not fit on the MBA, or the MBP.  To share the library the client has to be authorized. 
    I am currently using all of my authorizations...  is there a way to get more?  (I can't move content to another account I am assuming...)
    Thanks in Advance,
    Chris

    iTunes Store: About authorization and deauthorization - http://support.apple.com/kb/HT1420 - and another helpful post: https://discussions.apple.com/message/17828050
    "You can authorize up to five computers with your Apple ID."  I have not heard of a way to get more.  They probably set up a limit so people don't go around and authorize all their friends' and relatives' computers to one account, and somehow arrived at the number 5 to limit (probably because most families won't have more than one computer per person and 2 parents + 2.5 children rounds up to 5).

  • When I import a cd with more than one artist iTunes separates each individual artist - how do I get it to show the album as a whole rather than individual artist?

    When I import a cd with more than one artist itunes shows each artist's song separately and won't group the album as a whole - this is incredibly frustrating something that Windows media player doesn't do. Does anyone have a simple cure for this annoyance?

    Generally all you need to do is fill in an appropriate Album Artist. For more details see my article on Grouping Tracks Into Albums, in particular the topic One album, too many covers.
    tt2

  • Can not import excel spreadsheet with more than one spreadsheet from an email

    i get excel files sent to me all the time by email and have been able to open most of them.  Went to a apple store and was told i needed to install numbers app on my iphone 4 to open them up because their was more than likely two or more work sheets in that file. i am on the road and can't get to my imac.  I bought numbers did all the updates on the iphone and sync to itunes.  it still cant open the spreadsheets if they have more than one work sheet. it does ask do you want to open in numbers i answer the question it starts the import then get error message spreadsheet couldn't be imported.  the file format is invalid.
    this is frustrating to by an app that was suggested by apple for the solution and it doesn't work.
    by the way i have excel on the macbook pro and imac so that is not an issue need to be able to see on the phone while traveling.
    by the way it says microsoft excel 97-2004 worksheet 16 kb open in "numbers"
    Any suggestions

    Hi Caroline
    you should be able to apply the exact same principles to your multi query report. The XML will have a main root node and then the results of the queries underneath.
    So if you had 3 queries you'd get something like
    <REPORTNAME>
    <G_FIRST_QUERY>
    </G_FIRST_QUERY>
    <G_SECOND_QUERY>
    <G_SECOND_QUERY>
    <G_THIRD_QUERY>
    <G_THIRD_QUERY>
    </REPORTNAME>
    In the template you will be able to map on to the separate sections of the XML very easily.
    regards, Tim

  • Can I import more than one song at a time?

    Hello all, this is my first post so go easy on me...lol
    I just purchased my first iPOD today and seem to notice so far that I can only import one song at a time into iTunes library. I cannot select more than one song at a time by holding down the shift button. These are songs that I already have on my computer, not songs just ripped through iTunes. Also how can I get album art onto all of my songs? I've noticed that only one album so far has album art on it. The others don't. Thanks in advance.
    Toshiba Tecra 8100   Windows XP Pro  

    Thanks Rachyl, I'll try that when I get off of work. What about the album art? How can I make sure I get it every time in the future. Can I rip my CD's using another software to make sure they are tagged right?
    BTW I used to live in NC not too long ago and went to school there....GO HEELS!

  • Can I authorize more than five computers on one iTunes account?

    Can I authorize more than five computers on one iTunes account?  I have several PC's being used as HTPC's and I'd like to use iTunes on all of them.  My three iPhones and three PC's have taken up all of my authorizations.  If I need to create a second iTunes account, can it be linked to my existing account?

    Todd, some suggested reading, none of which looks to me as requiring authorization as an iTunes device for Apple TV:
    Over view
    AirPlay Mirroring
    Troubleshooting

  • HT202213 How can I authorize more than 5 computers with the same Apple ID?

    Somebody knows how to authorize more than 5 computers with the same Apple ID? I have One Apple IMac, Apple TV, I-PAD, 2 HP PC's, One I-Phone and one I-Pod Touch. I would like to have the possibility to use as I wish the same Apple ID on one of those without deauthorizing another one.

    "Somebody knows how to authorize more than 5 computers with the same Apple ID? "
    You cannot.
    Authorization applies ONLY to computers.  Ipods/ipads/iphones/Apple TVS are NOT authorized at all.

  • TS1389 i have more than 5 computers authorized through my apple id, what could i do if i have no access to the others computers?

    hey, i have a big problem, i cant authorize my computer because i have more than 5 computers authorized with my apple id, the roblem is that i have no access tot ce other computers to deauthorize them, what could i do?

    Use the Deauthorize All command documented in this article.
    (75434)

Maybe you are looking for

  • How to create an animated gif with CS4?

    Trying to create an animated gif from 8 images using FW CS4.  Can't find "how to" via online FW help.  Have done it before with version 8 -- followed the in-house Help db but CS4 doesn't have in-house db.  I found a tutorial: http://www.entheosweb.co

  • USING STRAWBERRY I-MAC AS A MONTOR FOR MAC MINI

    Anyone know of a way of using an imac strawberry, with tray loading cd as a monitor for a new mac mini. my daughter adores this machine, but needs to upgrade

  • How to get component from which PropertyChange is activated

    I have a PropertyChangeListener on JInternalFrames. The frames are added using same method. I need to know from which component (frame) the 'close'-property is changed. I cannot figure out how to get it. When a propertychange is fired, how do i know

  • AIP-SSM Upgrade Procedure

    Hi everybody! I have ASA5520 version 8.2(1) with AIP-SSM-20 module and I want to upgrade AIP-SSM-20 software from version 6.1(3)E3 to 7.0(2)E4 I go to the download site and see the following list: Intrusion Prevention System (IPS) Recovery Software:

  • Error on login....how do I fix this?

    So, I have a IDSM-2 module in a 6513 switch. When I try to login to the device I get the follow error: login: PAM Failure, aborting: Critical error - immediate abort This looks like a Linux error, at least Google searchs show that it happens in linux