VAMT 3.0 unknown error 0x80131904 on update license status

I have VAMT 3.0 installed on a windows 2008 R2 server with SQL Express installed also, both from Windows ADK.
When I try to update license status on VAMT 3.0 on a specific windows 7 computer it ends with error: unknown error (0x80131904).
For Windows Servers an Office on windows XP it works fine.
These are some events:
Log Name:      Volume Activation Management Tool
Source:        VAMT Runtime
Date:          4/17/2013 11:52:50 AM
Event ID:      1000
Task Category: None
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      VMATServer
Description:
Software provider for application: 59a52881-a989-479d-af46-f275c6370663 was unavailable on machine:
    Machine Name: Windows7Computer.mycompanydomain
    OS Version  : 6.1.7601
    OS Edition  : Microsoft Windows 7 Professional
    Network Type: Domain
    Network Name: mycompanydomain
    Is KMS Host? False
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="VAMT Runtime" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>3</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-04-17T17:52:50.000000000Z" />
    <EventRecordID>29540</EventRecordID>
    <Channel>Volume Activation Management Tool</Channel>
    <Computer>VAMTserver.mycompanydomain</Computer>
    <Security />
  </System>
  <EventData>
    <Data>Software provider for application: 59a52881-a989-479d-af46-f275c6370663 was unavailable on machine:
    Machine Name: Windows7Computer.mycompanydomain
    OS Version  : 6.1.7601
    OS Edition  : Microsoft Windows 7 Professional
    Network Type: Domain
    Network Name: mycompanydomain
    Is KMS Host? False
</Data>
  </EventData>
</Event>
Log Name:      Volume Activation Management Tool
Source:        VAMT Runtime
Date:          4/17/2013 11:52:49 AM
Event ID:      1000
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      VAMTServer.mycompanydomain
Description:
Encountered error while updating product on machine
    Machine Name: Windows7Computer.mycompanydomain
    OS Version  : 6.1.7601
    OS Edition  : Microsoft Windows 7 Professional
    Network Type: Domain
    Network Name: mycompanydomain
    Is KMS Host? False
 System.Data.SqlClient.SqlException: String or binary data would be truncated.
The statement has been terminated.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
   at System.Data.SqlClient.SqlDataReader.get_MetaData()
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
   at System.Data.Common.DbCommand.ExecuteReader()
   at System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult)
   at System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries)
   at System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query)
   at System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicInsert(TrackedObject item)
   at System.Data.Linq.ChangeDirector.StandardChangeDirector.Insert(TrackedObject item)
   at System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode)
   at System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode)
   at System.Data.Linq.DataContext.SubmitChanges()
   at Microsoft.Licensing.VolumeActivation.VamtDataStore.AddDiscoveredProductsInternal(IList`1 availableProducts, IList`1 activeProducts, SoftwareProtectionService provider, Boolean doNotDeleteProducts)
   at Microsoft.Licensing.VolumeActivation.VamtDataStore.AddDiscoveredProducts(IList`1 availableProducts, IList`1 activeProducts, SoftwareProtectionService provider, Boolean doNotDeleteProducts)
   at Microsoft.Licensing.VolumeActivation.UpdateProductsProvider.DiscoverProducts()
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="VAMT Runtime" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-04-17T17:52:49.000000000Z" />
    <EventRecordID>29538</EventRecordID>
    <Channel>Volume Activation Management Tool</Channel>
    <Computer>VAMTServer.mycompanydomain</Computer>
    <Security />
  </System>
  <EventData>
    <Data>Encountered error while updating product on machine
    Machine Name: Windows7Computer
    OS Version  : 6.1.7601
    OS Edition  : Microsoft Windows 7 Professional
    Network Type: Domain
    Network Name: mycompanydomain
    Is KMS Host? False
 System.Data.SqlClient.SqlException: String or binary data would be truncated.
The statement has been terminated.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
   at System.Data.SqlClient.SqlDataReader.get_MetaData()
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
   at System.Data.Common.DbCommand.ExecuteReader()
   at System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult)
   at System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries)
   at System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query)
   at System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicInsert(TrackedObject item)
   at System.Data.Linq.ChangeDirector.StandardChangeDirector.Insert(TrackedObject item)
   at System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode)
   at System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode)
   at System.Data.Linq.DataContext.SubmitChanges()
   at Microsoft.Licensing.VolumeActivation.VamtDataStore.AddDiscoveredProductsInternal(IList`1 availableProducts, IList`1 activeProducts, SoftwareProtectionService provider, Boolean doNotDeleteProducts)
   at Microsoft.Licensing.VolumeActivation.VamtDataStore.AddDiscoveredProducts(IList`1 availableProducts, IList`1 activeProducts, SoftwareProtectionService provider, Boolean doNotDeleteProducts)
   at Microsoft.Licensing.VolumeActivation.UpdateProductsProvider.DiscoverProducts()</Data>
  </EventData>
</Event>
Log Name:      Volume Activation Management Tool
Source:        VAMT Runtime
Date:          4/17/2013 11:52:49 AM
Event ID:      1000
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Computer:      VAMTserver.mycompanydomain
Description:
Encountered an error while saving discovered products to database: System.Data.SqlClient.SqlException: String or binary data would be truncated.
The statement has been terminated.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
   at System.Data.SqlClient.SqlDataReader.get_MetaData()
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
   at System.Data.Common.DbCommand.ExecuteReader()
   at System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult)
   at System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries)
   at System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query)
   at System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicInsert(TrackedObject item)
   at System.Data.Linq.ChangeDirector.StandardChangeDirector.Insert(TrackedObject item)
   at System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode)
   at System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode)
   at System.Data.Linq.DataContext.SubmitChanges()
   at Microsoft.Licensing.VolumeActivation.VamtDataStore.AddDiscoveredProductsInternal(IList`1 availableProducts, IList`1 activeProducts, SoftwareProtectionService provider, Boolean doNotDeleteProducts)
   at Microsoft.Licensing.VolumeActivation.VamtDataStore.AddDiscoveredProducts(IList`1 availableProducts, IList`1 activeProducts, SoftwareProtectionService provider, Boolean doNotDeleteProducts)
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="VAMT Runtime" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2013-04-17T17:52:49.000000000Z" />
    <EventRecordID>29537</EventRecordID>
    <Channel>Volume Activation Management Tool</Channel>
    <Computer>VAMTServer.mycompanydomain</Computer>
    <Security />
  </System>
  <EventData>
    <Data>Encountered an error while saving discovered products to database: System.Data.SqlClient.SqlException: String or binary data would be truncated.
The statement has been terminated.
   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
   at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
   at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
   at System.Data.SqlClient.SqlDataReader.get_MetaData()
   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
   at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
   at System.Data.Common.DbCommand.ExecuteReader()
   at System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult)
   at System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries)
   at System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query)
   at System.Data.Linq.ChangeDirector.StandardChangeDirector.DynamicInsert(TrackedObject item)
   at System.Data.Linq.ChangeDirector.StandardChangeDirector.Insert(TrackedObject item)
   at System.Data.Linq.ChangeProcessor.SubmitChanges(ConflictMode failureMode)
   at System.Data.Linq.DataContext.SubmitChanges(ConflictMode failureMode)
   at System.Data.Linq.DataContext.SubmitChanges()
   at Microsoft.Licensing.VolumeActivation.VamtDataStore.AddDiscoveredProductsInternal(IList`1 availableProducts, IList`1 activeProducts, SoftwareProtectionService provider, Boolean doNotDeleteProducts)
   at Microsoft.Licensing.VolumeActivation.VamtDataStore.AddDiscoveredProducts(IList`1 availableProducts, IList`1 activeProducts, SoftwareProtectionService provider, Boolean doNotDeleteProducts)</Data>
  </EventData>
</Event>
Please help.

String or binary data would be truncated.
The statement has been terminated.
Above is the error in stack. The general meaning of the error is what we are trying to insert a larger length value. For example inserting value 'Balmukund' in varchar(8) column would fail because my name as 9 characters.
Since its raised by VAMT, this has to be reported to them to find where the problem is.
Balmukund Lakhani
Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
This posting is provided "AS IS" with no warranties, and confers no rights.
My Blog |
Team Blog | @Twitter
| Facebook
Author: SQL Server 2012 AlwaysOn -
Paperback, Kindle

Similar Messages

  • I am running OSX 10.6.8 and when I try to install the latest security update there is an unknown error and the update cannot be implemented. I still have to restart my computer each time I try. Is anyone else experiencing this problem?

    I am running OSX 10.6.8 and when I try to install the latest security update there is an unknown error and the update cannot be implemented. I still have to restart my computer each time I try. Is anyone else experiencing this problem?     
    I tried using the downloaded update. It still didn't work but at least I did not have to restart my computer. The message was a little different too: "The installation failed. The Installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance."

    Run through this list of fixes, either something is corrupted or you have malware that's blocking the update.
    ..Step by Step to fix your Mac
    Make sure to backup your users files to a external storage drive first (not only TimeMachine as it may fail to restore) and disconnect, because if' it's a drive corruption/failing then the entire thing will either have to be replaced or a wipe and install done.
    Most commonly used backup methods
    If you do need to do a wipe and install
    How to erase and install Snow Leopard 10.6
    For Snow Leopard Speed Freaks

  • Unknown error message 1417 updating ipod HELP!!

    help! I am trying to update me 30gb ipod video and it wont work, itunes 7 did- but not the ipod update 1.2. It will begin to update but then stop and say unknown error message, cannot update (1417). I cant figure this out at all!! I cant add the new episodes of desperate housewives!

    some folks have been having some success with the 1417 using eboncairn's technique. see:
    eboncairn: iTunes7 & 5th gen iPod updating - is this possible solution? (winXP)

  • InfoPackage error message "Subsequent update (requests) : Status unknown "

    After running an InfoPackage the status is set to green, but when you look at the Details tab you see an error message "Subsequent update (requests) : Status unknown "  and "With DTP in InfoProvider ZHRPYO00 : Further processed " under it. We did not used to get this error message and don't quite understand why are we getting it now. Could someone explain, please?
    Thanks!
    Luda

    Hi,
    Usually this error could be while loading the DSO or loading DSO first and then to other infoprovider.
    Error message tab at the monitor should give you clear error message where it went wrong. check this tab.
    some time while activating the data this may fail for the DSO object. or some time due to authorization problem to load the data automatically from the DSO to infocubes.
    If possible let me know what is error message.
    Regards,
    Vishwa.

  • Error in commitment update. Status is being set.

    HI Experts,
    I have this error during sales order creation
    "Error in commitment update. Status is being set. The order cannot be delivered/billed."
    The system here FMderive to get commitment item.
    Is there any missing FI in the SO?
    THanks.
    Regards,
    Clarice

    Check and maintain the following settings:
    All accounts the system finds in the SD sales order must be supplied with an existing commitment item.
    The funds center and the funds must either be entered in the account assignment panel of the SD sales order or they must be derived.
    For detail refer SAP Note 418471 - V1331 (Item & does not exist) / Funds Management.
    Thanks & Regards
    JP

  • IPad app store "unknown error" message when updating app

    iPad app store "unknown error" message appears when updating app

    Kathryn,
    Had the problem also.  Found in the forums and it worked for me:
    go to settings
    go to app store or "store" on my ipad
    click on the apple id
    sign out
    sign in, again with id and password
    then do update.
    Hope this helps.

  • TS3219 Is anyone receiving a "unknown error" message when updating/getting new apps?

    Before and after installing the new update I started receiving an "unknown error" message when trying to update apps. I changed my password thinking that was it but I am still getting the error message.

    Try signing out of your account, restart the iPad and then sign in again and see if that works for you.
    Settings>Store>Apple ID - tap your ID and sign out.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Sign in again -Settings>Store>Apple ID - sign in.
    If that doesn't work either, reset your iPad and see if that helps.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.

  • ? - unknown error (9) after updating and restoring

    Please, HELP!
    After downloading iPhone update 1.1.1 for iTunes and installing it iTunes is telling me that I'm required to click 'restore' and then it gives me the message:
    The iPhone "iPhone" could not be restored. An unknown error occurred (9).
    I've tryed almost everything but it doesn't work. Please, help me!!!

    If you have made sure that both the iTunes and iPod software are current and have deauthorized and reauthorized your computer, try this test:
    1. Deauthorize the computer.
    2. Create a new user in the system.
    3. Download the free song of the week from the iTMS in the new user account.
    4. Play the song in that user account to authorize again.
    5. Restore the iPod (using the iPod updater) in the new user account.
    6. Sync just the free song of the week and see if it plays on the iPod.
    If it does, you appear to have a corrupted iTunes library file, and you should recreate the iTunes library file in your normal user account, and then sync your music back to the iPod and all should be well.
    The following articles will help you.
    About Authorization and Deauthorization.
    How to restore the iPod.
    How to recreate your iTunes library.
    How to create a new user account in Windows.

  • Unknown error occured when updating my ipad to ios 7.0.6

    When I was updating my Ipad to IOS 7.0.6 the bar was just moving fine but suddenly my Ipad restarted ans then it said to connect to ITunes when i had connected to ITunes a message came that I have to restore my Ipad so I did after installing the file i installed in my Ipad but again the same problem occured and a message came saying an unknown error occured your Ipad couldnt be restored. Now my Ipad is fully formatted and it does not has any IOS
    Please help me!!

    iPad: Basic troubleshooting
    http://support.apple.com/kb/TS3274
    Update and restore alert messages on iPhone, iPad, and iPod touch
    http://www.buybuyla.com/tech/view/012953a0d412000e.shtml
    iOS: Resolving update and restore alert messages
    http://support.apple.com/kb/TS1275
    iPad: Unable to update or restore
    http://support.apple.com/kb/ht4097
    iTunes: Specific update-and-restore error messages and advanced troubleshooting
    http://support.apple.com/kb/TS3694
    If you can’t update or restore your iOS device
    http://support.apple.com/kb/ht1808
     Cheers, Tom

  • TS3694 unknown error 6 while updating my iPhone4 to iOS6?

    Hi,
    Is there anyone who can help me on this plz,
    An error message pops up saying "Unknown error 6" while I was updating my iPhone4 to iOS6 last night?

    Check this support document for error codes http://support.apple.com/kb/TS3694, however, it says that error code 6 is generally related to 3rd party security software. Read the fixes described in the document.

  • Unknown error 13 while updating to 2.0.1

    I was trying to update to firmware 2.0.1 on my iPhone 3G but while installing the update it gave an error "Unknown error 13". Now iTunes only gives the option to restore, but it fails in restore with the same "Unknown error (13)" message. Even after hard reset of phone it shows icon to connect to iTunes.
    Any advice ?
    Thanks,
    Konark

    I had the exact same thing with my wife's phone using iTunes on Vista Ultimate. error 13 during update, then restarted itunes/rebooted iphone, got the same error during restore.
    first log:
    2008-08-04 18:47:11.444 iTunes.exe[4780:13fc]: restore library built Jul 17 2008 16:14:53
    2008-08-04 18:47:28.237 iTunes.exe[4780:4cc]: WinAMRestore::OnInterfaceArrival: \\?\USB#VID05AC&PID_1281#CPID:8900_CPRV:30_CPFM:03_SCEP:04_BDID:04_ECID:000000280C15C3F4_SR NM:[8682706Y1R4]IMEI:[011612002379666]#{ed82a167-d61a-4af6-9ab6-11e52236c576}\IB0000
    2008-08-04 18:47:28.275 iTunes.exe[4780:4cc]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID05AC&PID_1281#CPID:8900_CPRV:30_CPFM:03_SCEP:04_BDID:04_ECID:000000280C15C3F4_SR NM:[8682706Y1R4]IMEI:[011612002379666]#{ed82a167-d61a-4af6-9ab6-11e52236c576}\IB0000
    2008-08-04 18:47:28.398 iTunes.exe[4780:4cc]: AppleDevice::NotifyConnect: APPLEDEVICETYPERECOVERY
    2008-08-04 18:47:28.428 iTunes.exe[4780:4cc]: WinAMRestore::OnInterfaceArrival: \\?\USB#VID05AC&PID_1281#CPID:8900_CPRV:30_CPFM:03_SCEP:04_BDID:04_ECID:000000280C15C3F4_SR NM:[8682706Y1R4]IMEI:[011612002379666]#{b8085869-feb9-404b-8cb1-1e5c14fa8c54}\0000
    2008-08-04 18:47:28.435 iTunes.exe[4780:179c]: unable to open C:\ProgramData\Apple Computer\iTunes\iPhone Temporary Files\Firmware\device_map.txt: No such file or directory
    2008-08-04 18:47:28.435 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 4 progress -1
    2008-08-04 18:47:28.444 iTunes.exe[4780:4cc]: WinAMRestore::AddAppleDeviceToDeviceList: \\?\USB#VID05AC&PID_1281#CPID:8900_CPRV:30_CPFM:03_SCEP:04_BDID:04_ECID:000000280C15C3F4_SR NM:[8682706Y1R4]IMEI:[011612002379666]#{b8085869-feb9-404b-8cb1-1e5c14fa8c54}\0000
    2008-08-04 18:47:28.587 iTunes.exe[4780:179c]: WinDFUUpload: uploading: C:\ProgramData\Apple Computer\iTunes\iPhone Temporary Files\Firmware\allflashallflash.n82ap.production\applelogo.s5l8900x.img3
    2008-08-04 18:47:28.588 iTunes.exe[4780:179c]: OpenDeviceByPath: \\?\USB#VID05AC&PID_1281#CPID:8900_CPRV:30_CPFM:03_SCEP:04_BDID:04_ECID:000000280C15C3F4_SR NM:[8682706Y1R4]IMEI:[011612002379666]#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000
    2008-08-04 18:47:28.592 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 4 progress 38
    2008-08-04 18:47:28.596 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 4 progress 77
    2008-08-04 18:47:28.596 iTunes.exe[4780:179c]: DownloadDfuImage: EOF, cbRead: 2436
    2008-08-04 18:47:28.599 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 4 progress 100
    2008-08-04 18:47:28.599 iTunes.exe[4780:179c]: DownloadDfuImage: ZLP
    2008-08-04 18:47:28.600 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 4 progress 100
    2008-08-04 18:47:28.602 iTunes.exe[4780:179c]: DownloadDfuImage: dsw.bState == DFUSTATEMANIFEST
    2008-08-04 18:47:28.996 iTunes.exe[4780:179c]: DownloadDfuImage, CloseDevice
    2008-08-04 18:47:28.996 iTunes.exe[4780:179c]: WinDFUUpload: upload complete
    2008-08-04 18:47:30.047 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress -1
    2008-08-04 18:47:30.047 iTunes.exe[4780:179c]: WinDFUUpload: uploading: C:\ProgramData\Apple Computer\iTunes\iPhone Temporary Files\018-3881-4.dmg
    2008-08-04 18:47:30.047 iTunes.exe[4780:179c]: OpenDeviceByPath: \\?\USB#VID05AC&PID_1281#CPID:8900_CPRV:30_CPFM:03_SCEP:04_BDID:04_ECID:000000280C15C3F4_SR NM:[8682706Y1R4]IMEI:[011612002379666]#{ED82A167-D61A-4AF6-9AB6-11E52236C576}\IB0000
    2008-08-04 18:47:30.052 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.056 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.060 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.064 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.068 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.072 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.076 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.080 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.084 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.088 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.092 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.096 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.100 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.104 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.108 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.112 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.116 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.120 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.124 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.128 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.132 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.136 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.140 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.144 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.148 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.152 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.156 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.161 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.165 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.169 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.173 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.177 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.181 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.185 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.189 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.193 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.197 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.201 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.205 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:47:30.209 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: operation 5 progress 0
    2008-08-04 18:48:00.208 iTunes.exe[4780:179c]: WritePipe: WaitForSingleObject timeout for WriteFile
    2008-08-04 18:48:30.208 iTunes.exe[4780:179c]: ReadPipe: WaitForSingleObject timeout for ReadFile
    2008-08-04 18:48:30.208 iTunes.exe[4780:179c]: DownloadDfuImage: DFUGetStatus failed, cbRead != DSW_LEN
    2008-08-04 18:48:30.208 iTunes.exe[4780:179c]: DownloadDfuImage, CloseDevice
    2008-08-04 18:48:30.208 iTunes.exe[4780:179c]: WinDFUUpload: upload complete
    2008-08-04 18:48:30.208 iTunes.exe[4780:179c]: WinDFUUpload: DownloadDfuImage failed, path: C:\ProgramData\Apple Computer\iTunes\iPhone Temporary Files\018-3881-4.dmg
    2008-08-04 18:48:30.208 iTunes.exe[4780:179c]: <Recovery Mode Device 06D44C20>: Recovery mode failed (result = 13)

  • TS3694 What is Unknown error 6 when updating iOS?

    There is no information about "Unknown error 6" when trying to update to iOS 6.0.1  Any help would be appreciated.

    Errors related to third-party security software
    Error 2, 4 (or -4), 6, 1000, 9006
    Follow Troubleshooting security software. Often, uninstalling third-party security software will resolve these errors.
    There may be third-party software that modifies your default packet size in Windows by inserting a TcpWindowSize entry into your registry. Your default packet size being set incorrectly can cause these errors. Contact the manufacturer of the software that installed the packet size modification for assistance or follow this article by Microsoft: How to reset Internet Protocol (TCP/IP).
    Verify that access to ports 80 and 443 are allowed on your network.
    Verify that communication to albert.apple.com or photos.apple.com is not blocked by a firewall, or other Internet security setting.
    Discard the .ipsw file, open iTunes and attempt to download the update again. See the steps underAdvanced Steps > Rename, move, or delete the iOS software file (.ipsw) below for file locations.
    Restore your device while connected to a different network.
    Restore using a different computer.

  • Unknown error 6 when updating to 1.1.2!! NEED HELP

    I have rebooted itunes and the iphone.I tried to Restore. THe bar gets about 25% through the restore and i receive unknown error 6. I am sooo frustrated. The Apple geniuses dont have any openings for 2 days!!! I need this phone for business tomorrow ;( I feel like they are leaving me out to dry. Can anyone help????

    Post-rage report:
    I tried about 15 times with different variations to fix the issue late last night. Reset the phone, different USB ports etc. Nothing worked. I even deleted my backup (from a week or so ago).
    In the cold hard light of day the morning after, the only thing I could think of that could have caused it (besides Apple's faux pas) was that I installed 10.5, had a major issue with a auto-update patch and had to Archive and Reinstall since the last week. The patch completely crippled my 10.5 install so maybe that had something to do with it.
    At any rate, I attached it to my Windows machine and synced up and it worked. At the end of the process it asked if i wanted to restore the backup and I declined. Instead I attached it back to my main sync machine and re-ran the sync process.
    Horrible waste of time and incredibly frustrating but I'm glad I was able to resolve it without making a trip to the Apple store or a call to Applecare.

  • Ipod unknown error - does not update

    I got my battery changed on my ipod, and then I reinstalled the ipod software, but every time I try to upload songs onto it, it keeps saying:
    Attempting to copy to the disk failed. An unknown error occurred (-69).
    Has anyone else encounted this? PLEASE HELP!

    Hope this helps
    http://docs.info.apple.com/article.html?artnum=302684

  • Unknown error 400 when updating apps through iTunes.

    I have been getting an error message 400 when trying to update apps from the app store on my macbook. I can only update them from my iphone. I am able to purchase and download the original apps as well as music and movies. Are there any fixes for this issue? I do not have this problem on my imac.
    Thanks

    I had the same problem and after a full day on the phone with Apple, there was no solution. Then, I tripped over it! The issue was with a third party program that was supposed to be allowing all traffic, but wasn't. The program is NetBarrier and once it was removed and my MacBook Pro was rebooted, all was great. The iMac wasn't affected (in my case) because I never installed that program on the iMac.
    I blogged it here: http://www.wickedblog.com/2010/03/23/itunes-wont-update-apps-itunes-error-400/. I hope this helps others avoid hours of searching.

Maybe you are looking for

  • Drag and Drop (re-order) Thumbnails in Organizer

    I am using Photoshop Elements version 5.0.2 I would like to re-order pictures in an order that will make sense for me in my business. I suppose I can go through each pix and change the time on them, so I can then sort by time stamp. Is there an easie

  • LINUX Adobe Flash Player and MINI-DV CAM

    Hello, I Have Mini-DV camcoder Sony DCR-TRV130 connected with my PC over FireWire cable. I have installed Linux Ubuntu Feisty Fawn on my Desktop PC. Also i use FireFox version 2.0.0.3. I have installed adobe flash player (plugin for FireFox) version

  • Broken USB cable

    My 30-pin to USB cable is frayed. Normally I'd use self-service to order a new cable and send my broken one back, but the new self-service doesn't offer the USB cable as a replaceable item (only optional accessories, which doesn't make a lot of sense

  • How to launch an ITS screen from an ABAP WebDynpro Button Action

    Hello All, I have a requirement to launch an ITS Screen from ABAP WebDynpro. There will be abutton on the WebDynpro screen and when the user will click on that button, the ITS Screen will be launched. Can anyone please provide us some sample applicat

  • Error 5: Indesign Creative Suite 5.5 Design - How can I resolve this problem

    Experiencing the same issue as previous Forum Discussion link below. http://forums.adobe.com/message/3020346 However cannot determine from the forum thread the steps I need to take to resolve the problem of the application working on my laptop.