Update memory info failed

We have an Oracle SQL query which runs in seconds directly on the database but when we put it in InfoView it runs for several minutes.
We ran a trace on the query in InfoView and received thousands of lines of this:
**WARNING:CCDZMgr:Update memory info failed [cecdzmgr.cpp;1161]
Has anyone seen this before?  Is it something we can repair or do we have to live with it?
Thanks
Josh

HI Josh,
I have seen this in almost every 3.X log. We've looked into this and found that it's nothing to worry about. If things are running slow, you'll need to look in another direction.
Hope this helps.
Bill
Edited by: Bill Walker on Feb 7, 2009 3:17 AM

Similar Messages

  • Updating hybrid configuration failed - Kerberos authentication: The network path was not found

    I'm configuring Exchange 2010 SP3 as a Hybrid server with Exchange Online. This is a single server running Exchange roles Mailbox, Client Access, Unified Messaging and Hub Transport.
    When I run the Manage Hybrid Configuration, I receive the following error:
    Updating hybrid configuration failed with error
    'System.Management.Automation.Remoting.PSRemotingTransportException: Connecting to remote server failed with the following error message : WinRM cannot process the request. The following error occurred while using Kerberos authentication: The network
    path was not found.
    The full text from the Hybrid Configuration log file (C:\Program Files\Microsoft\Exchange Server\V14\Logging\Update-HybridConfiguration)
    [1/5/2014 21:21:1] INFO:Opening runspace to
    http://[servername]/powershell?serializationLevel=Full
    [1/5/2014 21:21:1] INFO:Disconnected from On-Premises session
    [1/5/2014 21:21:1] ERROR:Updating hybrid configuration failed with error 'System.Management.Automation.Remoting.PSRemotingTransportException: Connecting to remote server failed with the following error message : WinRM cannot process the request. The following
    error occured while using Kerberos authentication: The network path was not found. 
     Possible causes are:
      -The user name or password specified are invalid.
      -Kerberos is used when no authentication method and no user name are specified.
      -Kerberos accepts domain user names, but not local user names.
      -The Service Principal Name (SPN) for the remote computer name and port does not exist.
      -The client and remote computers are in different domains and there is no trust between the two domains.
     After checking for the above issues, try the following:
      -Check the Event Viewer for events related to authentication.
      -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or use HTTPS transport.
     Note that computers in the TrustedHosts list might not be authenticated.
       -For more information about WinRM configuration, run the following command: winrm help config. For more information, see the about_Remote_Troubleshooting Help topic.
       at System.Management.Automation.Runspaces.AsyncResult.EndInvoke()
       at System.Management.Automation.Runspaces.Internal.RunspacePoolInternal.EndOpen(IAsyncResult asyncResult)
       at System.Management.Automation.Runspaces.RunspacePool.Open()
       at System.Management.Automation.RemoteRunspace.Open()
       at Microsoft.Exchange.Management.Hybrid.RemotePowershellSession.Connect(PSCredential credentials, CultureInfo sessionUiCulture)
       at Microsoft.Exchange.Management.Hybrid.Engine.Execute(ILogger logger, String onPremPowershellHost, PSCredential onPremCredentials, PSCredential tenantCredentials, HybridConfiguration hybridConfiguration)
       at Microsoft.Exchange.Management.SystemConfigurationTasks.UpdateHybridConfiguration.InternalProcessRecord()'.
    I have sought help, posting on the forum at community.office365.com -
    http://community.office365.com/en-us/forums/158/t/212265.aspx. But I've got to a point where I believe the problem is more to do with how PowerShell is operating on the on-prem Exchange server.
    Has anyone else come across this problem running the Hybrid Configuration Wizard?

    Hello Darrell,
    Have you verified the settings of Powershell virtual directories for the on-premises Exchange Servers? The following article has a list of some common issues with that virtual directory and how to correct them:
    http://technet.microsoft.com/en-us/library/ff607221(v=exchg.80).aspxI would take a look at the one titled "Configure Kerberos Authentication" specifically to ensure everything
    looks good.
    As the article states you can run the Exchange BPA and it will check if any of these exist as well.

  • Acrobat Updater plug-in fails to install

    I'm running Mac OS 10.4.11 on Mac G5 Quad, 6.5GB RAM, and whenever I run the Adobe Updater for my CS3 programs, I get a dialog box that says, "A new version of the Adobe Updater is available for installation. Click OK to install it now.", so I do, and it downloads and starts to mount a dmg or something, then I get an error message, "Adobe Acrobat Updater plug-in failed to install.", so I never know if it updated the rest of the Suite or not, can't find any info about this. Has anyone found the answer to this? Thanks! :)

    Hi Meisha,
    I have had the same problem for months now and cannot figure out how to solve this. I have seen another discussion with the same topic "Adobe Acrobat updater plug-in failed to install" but am unable to reply to the discussion for some reason. I'm new to using the forum.
    Someone in that discussion (Donald Raymond) posted a command, but I don't understand how to effect the command nor how to reach him to ask him to clarify. The discussion link is here:
    "http://www.adobeforums.com/webx?128@@.3bc4ba94"
    I wish that Adobe would address this issue and give a valid solution. Otherwise, I'm unable to update my CS3 products on Mac OS. I also tried to install a download of a new Adobe update manager, but that didn't solve the issue.
    I hope someone can help us!

  • Can't update album info with Get Info

    Hi While I am new to the Mac world I have used iTunes on the PC. My problem is that I have some random tracks from various albums that I want to group as one album in iTunes. So I've highlighted an item and hit Get Info and none of the fields are editable. How come?
    Also I've tried it with multiple items and whilst it will let me update the info no problem when I hit OK it doesn't save the changes...
    Arghh its driving me mad... any help would be appreciated

    The files could be marked as *Read only* or your security permissions on those files might not include write access. For single files iTunes will probably know it can't change any data so disables the editable fields. For groups it will let you try to make changes, but silently fail to apply them.
    tt2

  • UPDATE STATEMENT GETTING FAILED

    Hi
    Can you specify me condition in which case update statement will fail and exception will be handled
    I wanted to know that
    Lets says I have a procedure
    procedure p1 is
    begin
    update emp set deptno=50;
    end;
    can you suggest me when will update statement fail and an exception will be raised?
    Appreciate your help on the above?
    Thanks & Regards
    Thakur Manoj R
    Edited by: user1014019 on Feb 9, 2011 5:38 AM

    Standard Exceptions, from the the STANDARD package
    DUP_VAL_ON_INDEX      ORA-00001      You attempted to create a duplicate value in a field restricted by a unique index.
    TIMEOUT_ON_RESOURCE      ORA-00051      A resource timed out, took too long.
    TRANSACTION_BACKED_OUT      ORA-00061      The remote portion of a transaction has rolled back.
    INVALID_CURSOR      ORA-01001      The cursor does not yet exist. The cursor must be OPENed before any FETCH cursor or CLOSE cursor operation.
    NOT_LOGGED_ON      ORA-01012      You are not logged on.
    LOGIN_DENIED      ORA-01017      Invalid username/password.
    NO_DATA_FOUND      ORA-01403      No data was returned
    TOO_MANY_ROWS      ORA-01422      You tried to execute a SELECT INTO statement and more than one row was returned.
    ZERO_DIVIDE      ORA-01476      Divide by zero error.
    INVALID_NUMBER      ORA-01722      Converting a string to a number was unsuccessful.
    STORAGE_ERROR      ORA-06500      Out of memory.
    PROGRAM_ERROR      ORA-06501      Generic "Contact Oracle support" message.
    VALUE_ERROR      ORA-06502      You tried to perform an operation and there was a error on a conversion, truncation, or invalid constraining of numeric or character data.
    ROWTYPE_MISMATCH      ORA-06504      
    CURSOR_ALREADY_OPEN      ORA-06511      The cursor is already open.
    ACCESS_INTO_NULL      ORA-06530      
    COLLECTION_IS_NULL      ORA-06531

  • Keep recieving error -1202 when trying to update billing info in iTunes...?

    So, my mother keeps getting this issue and knowing how to fix it would be nice. When she clicks buy on a song, she signs in and it's fine. Then it says she has to update her billng information.
    When she goes to update it, she comes to this unusual-looking page:
    http://i48.tinypic.com/2hdw681.jpg
    However, even just clicking on the type of card to use in order to update the info, gives this message:
    http://i50.tinypic.com/15qx43m.jpg
    What on earth is doing this? We've tried running as an Administrator.....

    It is an entry in the Hosts file. It is not a file.
    Check security software. Ensure that communication to gs.apple.com is allowed. Follow this article for assistance with security software. iTunes for Windows: Troubleshooting security software issues.
    Check the hosts file. The restore will fail if there is an active entry to redirect gs.apple.com. Follow iTunes: Advanced iTunes Store troubleshooting to edit the hosts file or revert to a default hosts file. See section "Blocked by configuration: (Mac OS X/Windows) > Rebuild network information".
    Try to restore from another known-good computer and network.

  • Installing update 118833-23 Failed

    Hi All!
    118833-23 has a problem on Solaris 10 with zones:
    # init 6
    # svc.startd: The system is coming down.  Please wait.
    svc.startd: 80 system services are now being stopped.
    Installing update 118833-23 Failed
    > less disallowed_patch_list_report
    Patching zone zproxy
    Booting non-global zone zproxy for patching...
    Adding patches...
    Executing prePatch script...
    Checking installed patches...
    Executing prepatch script...
    Verifying sufficient filesystem capacity (dry run method)...
    Installing patch packages...
    Pkgadd failed. See /var/tmp/118833-23.log.5413 for details
    Removing partially installed patch
    Validating patches...
    Loading patches installed on the system...
    Done!
    > tail /export/zones/zproxy/root/var/tmp/118833-23.log.5413
    Installation of <SUNWnfsckr> was successful.
    This appears to be an attempt to install the same architecture and
    version of a package which is already installed.  This installation
    will attempt to overwrite this package.
    pkgadd: ERROR: unable to create unique temporary file </etc/fs/nfs/mount5Ia4ty>: (30) Read-only file system
    Installation of <SUNWnfscr> partially failed.
    > cat /etc/release
                           Solaris 10 1/06 s10s_u1wos_19a SPARC
               Copyright 2005 Sun Microsystems, Inc.  All Rights Reserved.
                            Use is subject to license terms.
                               Assembled 07 December 2005

    This patch has been obsoleted by 118833-24. Can you
    install the later revision and let us know if you see
    the same problems?turning back to the problem of 118833+zones: if I try to install the -24 or -23 in milestone single-user I have the old problem: pkgadd: ERROR: unable to create unique temporary file </etc/fs/nfs/mount5Ia4ty>: (30) Read-only file system in the zones. I assume, the patchadd starts the zones and not waits until the zone is online. On the old slow hardware it can bring this error message and, at least, the /etc/fs/nfs/mount will not be updated.
    The workaround is not to install this patch automatically, start zones with boot -s, wait, until they are ready and then apply this patch. It's probably not very bad idea to start all active zones first and then apply patches. It spares time on slow and not very slow systems.
    Tested on
    # prtdiag
    System Configuration:  Sun Microsystems  sun4u Sun Ultra 5/10 UPA/PCI (UltraSPARC-IIi 333MHz)
    System clock frequency: 111 MHz
    Memory size: 512 Megabytes
    ========================= CPUs =========================
                        Run   Ecache   CPU    CPU
    Brd  CPU   Module   MHz     MB    Impl.   Mask
    0     0     0      333     2.0   12       1.3
    ========================= IO Cards =========================
         Bus#  Freq
    Brd  Type  MHz   Slot  Name                              Model
    0   PCI-1  33     1   ebus
    0   PCI-1  33     1   network-SUNW,hme
    0   PCI-1  33     2   SUNW,m64B                         ATY,GT-C
    0   PCI-1  33     3   ide-pci1095,646
    0   PCI-2  33     1   scsi-glm                          Symbios,53C875
    0   PCI-2  33     1   scsi-glm                          Symbios,53C875
    0   PCI-2  33     2   pci-pci8086,b154
    No failures found in System
    ===========================
    # cat /etc/release
                           Solaris 10 1/06 s10s_u1wos_19a SPARC
               Copyright 2005 Sun Microsystems, Inc.  All Rights Reserved.
                            Use is subject to license terms.
                               Assembled 07 December 2005
    # uname -a
    SunOS app02 5.10 Generic_118833-24 sun4u sparc SUNW,Ultra-5_10
    # smpatch analyze
    119252-13 SunOS 5.10: System Administration Applications Patch
    124171-01 SunOS 5.10: flash issue with SUNWscn-base due to broken package
    124327-01 SunOS 5.10: libpcp patch
    123252-01 SunOS 5.10: platform/SUNW,Netra-T2000 patch
    119280-07 CDE 1.6: Runtime library patch for Solaris 10Message was edited by:
    v0vik
    I tested the installation of 118833-24 with smpatch update; init 6 too.

  • Updating driver data fail? (EXIT CODE 7)

    I keep getting this error, and I'm not sure how to trouble shoot it. I keep getting locked up at 42% on each Install. I thought that adobe automatically updates each version but just understood that there was an update July 2014 and I should pick and choose what I'd like to install.
    Anyone know how to fix this issue?
    Installation Failed
    Errors encountered during installation. (7)
    -------------------------------------- Summary --------------------------------------
    09/21/14 16:11:06:363 | [INFO] |  | OOBE | DE |  |  |  | 11608 |  - 0 fatal error(s), 1 error(s)
    09/21/14 16:11:06:363 | [INFO] |  | OOBE | DE |  |  |  | 11608 | OSX version: 10.9.4 
    09/21/14 16:11:06:363 | [INFO] |  | OOBE | DE |  |  |  | 11608 |
    09/21/14 16:11:06:364 | [INFO] |  | OOBE | DE |  |  |  | 11608 |
    09/21/14 16:11:06:364 | [INFO] |  | OOBE | DE |  |  |  | 11608 | ERROR: Updating driver data failed. Driver entry was notadded. ARP estimated size 0KB
    09/21/14 16:11:06:364 | [INFO] |  | OOBE | DE |  |  |  | 11608 |
    09/21/14 16:11:06:364 | [INFO] |  | OOBE | DE |  |  |  | 11608 | Please search the above error string(s) to find when the error occurred.
    09/21/14 16:11:06:364 | [INFO] |  | OOBE | DE |  |  |  | 11608 | These errors resulted in installer Exit Code mentioned below.
    09/21/14 16:11:06:364 | [INFO] |  | OOBE | DE |  |  |  | 11608 | -------------------------------------------------------------------------------------
    09/21/14 16:11:06:364 | [INFO] |  | OOBE | DE |  |  |  | 11608 |
    09/21/14 16:11:06:364 | [INFO] |  | OOBE | DE |  |  |  | 11608 | Exit Code: 7 - Unable to complete Silent workflow.
    09/21/14 16:11:06:388 | [INFO] |  | OOBE | DE |  |  |  | 11608 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    09/21/14 16:11:06:389 | [INFO] |  | OOBE | DE |  |  |  | 11608 | END - Installer Session
    09/21/14 16:11:06:389 | [INFO] |  | OOBE | DE |  |  |  | 11608 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

    Are you trying to download the software onto OneDrive?  That's what your file extension shows.  That seems like a problem right there.  Try installing lightroom to the pro 3's hardrive.  I'm not a computer wiz, so I could be wrong.   

  • HT1338 I begin to download mountain lion update and it fail. Then I tried again and icon shows "waiting" but it never begin to download. What can I do?

    I begin to download mountain lion update and it fail. Then I tried again and icon shows "waiting" but it never begin to download. What can I do?

    RainbowGarner wrote:
    By install i presume you mean add it to the bottom of the machine ?
    Yes, and it's rather easy to do too.
    Your machine has two slots. These are the specs for a 2008 iMac (if your machine is different then check with Crucial.com and they will match the correct RAM for your machine)
    Maximum Memory
    6.0 GB (Actual) 4.0 GB (Apple)
    Memory Slots
    2 - 200-pin PC2-6400 (800MHz) DDR2 SO-DIMM
    So all you need to do is visit Crucial.com or OtherWorld Computing to order it, and OtherWorld Computing has install videos.
    Here is one on YouTube. Easy pleasy.
    Just make sure to discharge any static electricity and not touch the contacts, just the plastic edges.
    https://www.youtube.com/watch?v=Fb_B3K1Za5Y

  • The update dispatch info was reset - SAP

    Hi colleagues,
    Last evening we were facing some troubles on our server:
    sm21:
    Error locking table TBTCO
    Error locking table TBTCO
    Error locking table TBTCO
    Error locking table TBTCO
    Error locking table TBTCO
    Error locking table TBTCO
    Error locking table TBTCO
    Error locking table TBTCO
    Error locking table TBTCO
    Error locking table TBTCO
    Error locking table TBTCO
    > Dequeue All call failed
    Error calling the central lock handler
    > Dequeue All call failed
    Error calling the central lock handler
    > Dequeue All call failed
    Error calling the central lock handler
    > Dequeue All call failed
    Error calling the central lock handler
    > Dequeue All call failed
    Error calling the central lock handler
    > Dequeue All call failed
    The update dispatch info was reset
    The update dispatch info was reset
    The update dispatch info was reset
    Disp log:
    *** ERROR => NiIWrite: SiSendV failed for hdl 17/sock 11
    (SI_ECONN_BROKEN/32; I4; ST; P=10.23.45.29:3721; L=???) [nixxi.cpp 4604]
    *** ERROR => MsINiWrite: NiBufSend (rc=NIECONN_BROKEN) [msxxi.c 2779]
    *** ERROR => MsISnd2: MsINiWrite (rc=MSENILAYER) [msxxi.c ]
    MBUF state OFF
    MBUF component DOWN
    ***LOG Q0N=> DpRqNoWpHandle, MsSnd2Name () [dpxxdisp.c 5275]
    *** ERROR => MsISnd2: not_attached [msxxi.c 1510]
    Any suggestions or thoughts how to solve it ?
    Danke,
    J.

    Hello Reagan,
    I have the note implemented already,
    I would focus more on the other errors:
    Error calling the central lock handler
    > Dequeue All call failed
    The update dispatch info was reset
    The update dispatch info was reset
    The update dispatch info was reset
    Thanks,
    J,

  • Firefox update is constantly failing and is stuck in a loop. I don't know how to bypass this. Help

    When I start firefox, it automatically tries to install an update. This fails and it repeats, getting stuck in a loop which I can not get out of. Consequently, I am unable to open firefox and use the internet on this program. I have clicked ok, closed the dialogue box and ended the program using the task manager. None of these have worked. I prefer using firefox to other browsers but have had to return to internet explorer for the time being.
    Do I need to uninstall and reinstall firefox or is there another option?

    See http://kb.mozillazine.org/Software_Update (Software Update not working properly)
    Remove the files in the updates and updates\0 folder:
    C:\Documents and Settings\&lt;user&gt;\Local Settings\Application Data\Mozilla\Firefox\Mozilla Firefox\updates
    (%USERPROFILE%\Local Settings\Application Data\Mozilla\Firefox\Mozilla Firefox\updates)
    Do a clean reinstall:
    * Download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    * Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    * Don't remove personal data when uninstalling.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.

  • Symbian Anna update 1/2 failed to install

    The story so far. I did the first round Anna update (around 27 mb i think) OTA cos my Ovi Suite never able to update firmware on my n8 since trying to update it to PR 1.2, and I did try reinstalling, redownload, reboot PC, reg clean, ccleaner to fix the Suite but it still do not update my firmware at all. But that's another story.
    So I installed the 1st round, n8 rebooted to white screen, rebooted into homesceen with Midnight theme. SW update then shows 4 more items: Anna update 1/2, 2/2, Store and Social. The 1/2 was showing around 20++ mb. So I selected all 4 and update. Halfway through the installing process of 1/2 update (note the download part of 1/2 was very fast), I did plug in the power pin, cos the installation process was damn slow for 1/2. I did not notice wheher it finised installing cos later i checked it was already on 2/2 (downloaded and installing). It then went to the last two items and installed ok.
    Rebooted device, but SW update still showed Anna update 1/2 available (the only one left) and the download size is now 7166 kb. I proceed to update it, it failes with error but no error codes or any message what was the error about. I tried again and again, with fresh reboots, still failes. What gives?
    Even more, split screen not here. I did the uninstalling Swype, activating qwerty mode in portrait, still no split screen.  I do not have any Betalabs apps.
    My Quickoffice & Reader is not here anymore (the app manager not showing them too). Heck I bought the full ver of Quickoffice 6 last time. Wat a waste of my money now that ver 7 is out!!
    Anyone knows how to delete the "dowloaded cache" of SW updates? I want to force SW update to redownload this 1/2 item to try fix this issue.
    Thanks for listening and please help. Cheers!!
    Solved!
    Go to Solution.

    I got the same problem since this morning on both my N8 & just found out solution on a previous update error similar to this & completed the update on one of the N8. Re-trying on another one.
    Working Solution for failed update was found on Flashism's website quoted & "touched up" per below:
    Big thanks to user “Unick” on Nokia Support Forums, who posted a working solution to the problem, and there are couple of successful installs reported from the solution.
    I just deleted folder E:\Private\20019119\. After that I ran SW update on the phone & it restarted download of Symbian Anna Update 1/2 & 2/2 as well as Social, they  finished updates successfully.
    To delete the mentioned folder, follow these simple steps:
    • Connect your Nokia N8/C7 in Mass Storage mode to PC via USB cable
    • Locate and delete folder named “20019119″ under \Private folder of Mass Storage
    • Unplug the device from PC, and retry again. It should work.
    However, I still got no popup split keyboard after completing the updates & restarted the phone.

  • Issue with updating Security Info on my Microsoft ID

    I am stuck in a vicious circle trying to sort an issue with my Microsoft account.
    I need to remove an old, defunct, email address and add a load of new security info however, depending on whether the date format on the page I keep being directed to is UK or US, either the updates haven’t happened or they won’t
    be happening until next month – which seems ridiculous!
    I’m trying to sign up for a Windows Store developer account to publish a Windows 8 app. I’m using my MSDN subscription to register for this (for free) but there is a step I can’t get past because it insists on sending a code to
    my old email address – to which I have no access. It is picking up this address from my Microsoft Account Security info – however, I updated this info weeks ago. This is the screen I see (I’ve blurred out some of it as it seemed foolish to publish all my security
    info J
    It says my old address will be removed on 03/04/2013 and my new info added on that same date. Does anyone know if this is UK date format 3<sup>rd</sup> April – in which case it’s a long wait or a US date 4<sup>th</sup>
    March in which case it didn’t happen? I’ve tried phoning 5000 and the Microsoft Customer support lines but neither of them have a clue where to start. They just keep asking me if I’ve forgotten my password – which I haven’t.
    Does anyone know how I can resolve this? My only option at the moment is to wait until 3<sup>rd</sup> of April and see if anything changes – which is not ideal.
    Cheers,
    Rob

    Hello,
    The Microsoft account forum has been retired and all account related questions must now be asked online
    here.
    Select the issue you need help with and fill out the requested details on the next page.
    You need to be signed in with a Microsoft account to access the form. If you are unable to access your primary account, you can use an alternate account (if you have one) or create a new one at
    https://signup.live.com
    You can read further information about blocked accounts
    here.
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book:
    Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C406F75746C6F6F6B2E636F6D'-split'(?<=\G.{2})'|%{if($_){[char][int]"0x$_"}})

  • I imported files from an external hard drive to Itunes on a new computer.  they imported & play fine, but the ratings & playlists are gone & i am unable to update any info.  I found a file name playlist on old drive & imported now most files are missing!

    I imported files from an external hard drive to Itunes on a new computer.  they imported & play fine, but the ratings & playlists are gone & i am unable to update any info.  I found a file name playlist on old drive & imported now most files are missing!  Help!

    Can you locate the iTunes Library.itl file on the old drive? Ideally you would have simply copied over the entire iTunes folder structure from <User's Music> on the old computer into <User's Music> on the new one to transfer the library will all playlists, ratings, play counts etc. intact.
    tt2

Maybe you are looking for