How to restore a replicated (publisher) database

Hi, 
SQL 2008R2
Been having issues with this for a while so I thought to test the whole procedure in a sandpit project.  Below are the steps I've taken, however the problem I have is that after a restore my publication has disappeared and therefore there is no replication
between the two databases. 
Is it not common practice to have a published database that gets restored and you wish replication to continue? 
Create database AAA in full recovery mode
Backup AAA and restore as AAA_Replicated 
Import single table of data
Create transactional publication on this table, no filtering. 
Create AAA_Replicated as a subscriber
Update AAA and check the replication is working. 
Stop the log reader agent
Disable any replication related agent jobs. 
Put the database AAA into single user mode 
Restore AAA from the backup used to create AAA_Replicated using KEEP_REPLICATION
There are now no publications, should there be? 
A separate issue. From a previous post I was under the impression that I needed to execute a sp_repldone command, this does not work as it says the database is not published - fits in with their being no publications in the \Replication folder of SSMS. 
USE aaa
EXEC sp_repldone @xactid = NULL, @xact_segno = NULL, @numtrans = 0, @time= 0, @reset = 1
Any ideas anyone? 

Spoke too soon.... So editing...
In your case no there wont be any publication, because you took a backup before the publication was created. If you take another backup after the replication is created (ie after Update AAA and check the replication is working)  and then use that to
restore then yes it would be possible.
"Replication supports restoring replicated databases to the same server and database from which the backup was created. If you restore a backup of a replicated database to another server or database, replication settings cannot be preserved. In this
case, you must recreate all publications and subscriptions after backups are restored."
https://msdn.microsoft.com/en-us/library/ms151152.aspx
https://msdn.microsoft.com/en-us/library/ms152560.aspx
Running the above command (sp_repldone) tells replication that all the undistributed transactions are distributed , this will keep the replication to move forward, but will cause data issues in the future.
Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

Similar Messages

  • How to restore SQL Server 2008 database to SQL Server Express 2012

    How to restore SQL Server 2008 database to SQL Server Express 2012.
    I BACKED UP a SQL Server 2008 database from work, which runs the enterprise version of 2008, and I tried to RESTORE it to my new 64-Bit home PC which is running the new SQL Server Express 2012 64-Bit (Advanced Edition).
    But if fails. I get the following message text.
    Can anyone help me please. I thought restoring a 2008 database to the later version 2012 would be possible.
    Here is the error message. Thanks.
    TITLE: Microsoft SQL Server Management Studio
    Restore of database failed. (Microsoft.SqlServer.Management.RelationalEngineTasks)
    ADDITIONAL INFORMATION:
    System.Data.SqlClient.SqlError: The database was backed up on a server running version 8.00.2039. That version is incompatible with this server, which is running version 11.00.3128. Either restore the database on a server that supports the backup, or use a
    backup that is compatible with this server. (Microsoft.SqlServer.SmoExtended)

    ADDITIONAL INFORMATION:
    System.Data.SqlClient.SqlError: The database was backed up on a server running version 8.00.2039. That version is incompatible with this server, which is running version 11.00.3128. Either restore the database on a server that supports the
    backup, or use a backup that is compatible with this server. (Microsoft.SqlServer.SmoExtended)
    Are you sure your database is SQL server 2008 from error message it seems your SQL server version is 2000.I guess you have multiple versions of SQL server.
    AFAIK you cannot restore backup of SQL server 2000 to 2012 directly .Restore it first to SQL 2008/2008R2 or 2005 then take backup again of new database created and then you would be able to restore it on 2012.Its kind of intermediate way
    Also make sure your DB size is less than 10 G as max DB size supported by Express edition is 10 G and if your DB size is more than 10 G restore will fail.
    You are also trying to restore enterprise DB backup on express edition so you will loose enterprise features on express edition
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • How to restore a single instance database to RAC (10g) using RMAN ?

    Hi all,
    I have a single instance database configured using file system in a unique server, so now I need to restore this database using RMAN to a new RAC environment with two nodes and ASM also.
    Does anyone can help with this documentation or a link about any information about this restore using rman ?
    I tryied found on metalink but threres isn´t this specific case. Only how to convert single instance to 10g RAC, but without how to use with rman information.
    System: Windows 2003
    Oracle 10g R2
    Thanks.
    Wander(Brazil)

    Wander(Brazil) wrote:
    Hi all,
    I have a single instance database configured using file system in a unique server, so now I need to restore this database using RMAN to a new RAC environment with two nodes and ASM also.
    In essense you are really doing nothing more than restoring a backup on a new host. If you want a blow by blow detail of how to accomplish it take at http://www.oracledistilled.com/oracle-database/restore-database-to-another-host-using-rman
    In order to write the files to the ASM Disk groups you will use the SET NEWNAME FOR DATAFILE in your restore script. You will also need to create the ORACLE_BASE/admin/<DBSID> structure on all of node. Once you get the database completely restore you will need to edit the SPFILE to include the proper value for the CLUSTER* parameters and each the node specific parameters. Sorry that it is kind of higher level than what you are probably looking for but the link above and what I put here should get you were want to go.

  • How to restore an Oracle XE Database without online logs and SPFILE?

    Hi there,
    My laptop was crashed last week and I was able to get only current datafiles without two online logs files and SPFILEXE.ORA from my old hard drive. I've installed with the same version of Oracle Database 10g Express Edition Release 10.2.0.1.0* software on Windows XP Pro.
    I have DATAFILEs from my old db instance XE which have my thesis data.
    *'C:\ORACLEXE\ORADATA\XE\SYSTEM.DBF',*
    *'C:\ORACLEXE\ORADATA\XE\UNDO.DBF',*
    *'C:\ORACLEXE\ORADATA\XE\SYSAUX.DBF',*
    *'C:\ORACLEXE\ORADATA\XE\USERS.DBF',*
    *'C:\ORACLEXE\ORADATA\XE\TEMP.DBF',*
    *'C:\ORACLEXE\ORADATA\XE\USERS.DBF'*
    Even though I am not 100% percent sure about If I've set the NOARCHIVELOG mode previously but neither I have the redo log files are backed up i.e. two redo log files are in C:\oraclexe\app\oracle\flash_recovery_area\XE\ONLINELOG nor have SPFILE<<SID>>.ORA. Thus, this is not really typical "+Cold backup+" when you stop the database and zip up all those 9 files (in NOARCHIVELOG mode).
    I've tried the RMAN utility but it seems it requires redo log files too.
    I wonder if I can restore somehow by copying all 6 datafiles to the same folder 'C:\ORACLEXE\ORADATA\XE\' or not. If so, how can I do so?
    Will appreciate any advice.
    Thanks in advance,

    Recovering an SPfile is trivial if you have the alert log, locate the last startup- there will be a section with all the non-default parameters. Copy/paste those items to create a pfile, use it for a startup mount, check the catalog views to see if recovery is needed. Without the online redo logs it will probably need an incomplete recovery.
    So in the old alertlog, [drive:]\oraclexe\app\oracle\admin\xe\bdump\alert_xe.log, grab the lines after "System parameters with non-default values:" its maybe 15 or 20 items for an "out of the box" XE install, save those to a file someplace like [drive:]\oraclexe\app\oracle\admin\xe\init\initXE.ora, fire up sqlplus and connect as sysdba, startup with the pfile ...
    $ sqlplus /nolog
    > connect /as sysdba;
    startup mount pfile='[drive:]\oraclexe\app\oracle\admin\xe\init\initXE.ora';
    If the database makes it to mount mode, check the recovery view ...
    select * from v$recover_file;
    If that view is clean, open 'er up should be good to go ... and create a new spfile:
    alter database open;
    create spfile from pfile='[drive:]\oraclexe\app\oracle\admin\xe\init\initXE.ora';
    If the instance was in archivelog mode and the archive destination wasn't specified it uses flash_recovery_area for storing archivelog files, check if there are any files in the flash_recovery_area/XE/ARCHIVELOG/[yyyy-mm-dd] (?) directories. Or when connected as sysdba a command will tell you if archivelog mode is enabled:
    archive log list;

  • How to restore the oracle 10g database

    Hi all,
    I am very new to oracle. I have experience in mssql and mysql previously.
    Now we have a oracle application to work . I have an oracle database backup (mydata.bak) taken it from my client's oracle database 10g enterprise edition. Now I want to restore the .bak file at my place . I had installed oracle 10g enterprise edition. After that I had created a datbase called praveen by selecting archivelogmode. The database had created . I am able to login through enterprise manager for this praveen database instance.
    Now I want to restore the backup file mydata.bak file into praveen database. May I know how to proceed further?
    Please anybody help me out?
    And basically what is the backup file format in oracle . As I know for mysql it is .sql and for MSsql it is .bak.
    Plz buddies anybody help me out. It is very urgent

    Hi..
    Actually one of the employee related to my client had given me the backup file (mydata.bak). I don't know exactly which type it is?Can't you contact the concerned person at the client side.
    May I know what is the difference between rman and cold backup?In cold backup the database is first cleanly shutdown, and then copies of all the datafiles of the database are taken(all of them in consistent stage).
    RMAN backup is used more where you need to take the backup while the database is up and running.If the database is in ARCHIVELOG mode, then the RMAN backup can be taken while database is in open mode and if the database is in NOARCHIVELOG mode, then in mount stage.
    [http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/part1.htm]
    [http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/part4.htm#BRADV44444]
    Can I start restore by assuming the given backup file as cold and if is not possible by assuming cold backup? Better confirm and then start.
    Anand

  • Help! How to restore LR 1.1 database backup

    I run LR 1.1 under Windows XP. I have LR 1.1 setup to backup the database to an external hard drive. Once a week it prompts me to backup the database, which I do. In the middle of importing some raw files from a CF card, I received a message that my catalog was corrupt. My understanding is that I need to remove the LR Catalog file from the LR directory in My Pictures folder and replace it with the backup catalog. On the external hard drive where I have been backing up LR, I opened a directory called R:\Lightroom Database Backup\2007-08-22 0900, which I assume is where my latest backup is. Inside this directory is a 251,560 KB file called Lightroo. That is correct, Lightroo with no "m". Is this suppose to be the backup LR catalog file? If so, after dragging it into the LR folder, and then CTRL click load LR, when I try to specify this Lightroo file, but LR does not recognize it.
    I am lost. How do I use the database backup that I have been regularly creating on my external hard drive to correct the corrupt catalog message I get when loading LR?

    The backup file is not called Lightroo unless that is what you named it for some reason. The default backup files have the same name as your working database file whatever that is - XXXXXXX.lrcat. The backup folder you listed looks ok. When you setup the backup procedure on the external hard drive, did you look to make sure that LR was actually putting a copy of your database file where you intended and that it was named properly. Maybe you can simply change the file name from Lightroo to Lightroom.lrcat LR does not care what you name the database file as long as it has the proper extension, lrcat.
    It would also be a good idea to check exactly where LR is putting your backup files. I believe there is a Browse button you can click to open a dialog and see where LR is currently putting them.
    You don't necessarily have to replace your corrupt file with a backup file to test the backup. You can point LR at any functional database file and it will open it wherever it is. So you can test your backups using the File/Open Catalog command. Once you are sure you have a working file, simply move the backup it to the location where you want it stored and point LR to that location in the future.

  • How To Restore corrupted Oracle 10g Database

    Hello Guys,
    We have Oracle 10.2.0.3 database installed on Itanium server.
    1. One day we found some packages got invalid & not compiling at all with error –
    ORA-00600: internal error code, arguments: [4097], [], [], [], [], [], [], [].
    2. Then we successfully restored the database from old RMAN backup of previous date that caused this error.
    3. After 2 days again we found the same error in alert_prd log -
    ORA-00600: internal error code, arguments: [ORA-00600: internal error code, arguments: [4097], [], [], [], [], [], [], []
    ORA-06512: at "SYS.DBMS_STATS", line 19089
    4. Then for testing we exported database using exp command & found 3 tables are not exporting because of data block corruption issue.
    5. Then we truncated the data from all 3 tables and then able to export successfully.
    6. After all this we manually run SYS.DMS_STATS job but found same error logged in prd_alert log.
    This looks like, still database block corruption issue is there & we are unable to cure it 100%
    This is a production system & in very critical state now.
    Please looking for a help from all of you expert guys to resolve this issue.
    Thanks in advance,
    ~Amol

    Hello;
    I don't believe you have an issue that RMAN can solve. Since you have an ORA-600 I would use Oracle support.
    There's an Oracle MOS doc on this :
    ORA-600 [6008] Generated Due To Underlying ORA-01410 [ID 743661.1]
    It's an exact match of your version and line number.
    Best Regards
    mseberg

  • How to restore OracleVm Manager XE database

    Experts,
    I had a failed upgrade of OracleVM Manager to 2.1.5 so I re-installed OracleVM Manager software, in which I choose existing XE database thinking it will use another user to create schema for OracleVM machine/templates/resource.
    Now installation went fine but I lost all the data from XE OVS schema. Is there any way to get it back ?
    OracleVM server are running fine , all the information to build catalog is there on host not sure if there is a way to populate this to OracleVM Manager ?
    Will EMGC 10.2.0.5.0 will help in this regards ?
    I am not part of this mailing list will appreciate if you can reply to [email protected]
    regards
    Anil Chanda

    anchanda wrote:
    Now installation went fine but I lost all the data from XE OVS schema. Is there any way to get it back ?Not unless you made a backup before you started.
    OracleVM server are running fine , all the information to build catalog is there on host not sure if there is a way to populate this to OracleVM Manager ?Yes, there is. You need to recreate the server pool and then re-import the VM images and templates. The documentation covers this.
    Will EMGC 10.2.0.5.0 will help in this regards ? No, it won't.
    I am not part of this mailing list will appreciate if you can reply to [email protected]
    This is not a mailing list, it's a forum. However, I will also mail this reply to you.

  • [Forum FAQ] How do I restore the CDC enabled database backups (FULL + DIFF) while maintaining the CDC integrity

    Question
    Background: When restoring Full + DIFF backups of a Change Data Capture (CDC) enabled database to a different SQL server, the CDC integrity is not being maintained. We did RESTORE the databases with the KEEP_CDC option.
    How do I successfully restore the CDC enabled database backups (FULL + DIFF) while maintaining the CDC integrity?
    Answer
    When restoring a CDC enabled database on a different machine that is running SQL Server, besides using use the KEEP_CDC option to retain all the CDC metadata, you also need to add Capture and Cleanup jobs. 
    In addition, as you want to restore FULL + DIFF backups of a CDC enabled database, you need to note that the KEEP_CDC and NoRecovery options are incompatible. Use the KEEP_CDC option only when you are completing the recovery. I made a test to display
    the whole process that how to restore the CDC enabled database backups (FULL + DIFF) on a different machine.
    Create a database named ’CDCTest’ in SQL Server 2012, then enable the CDC feature and take full+ differential backups of the database.
    -- Create database CDCTest
    CREATE DATABASE [CDCTest] ON  PRIMARY
    ( NAME = N'CDCTest ', FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\DATA\ CDCTest.mdf' , SIZE = 5120KB ,
    MAXSIZE = UNLIMITED, FILEGROWTH = 1024KB )
     LOG ON
    ( NAME = N'CDCTest _log', FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\DATA\ CDCTest _log.LDF' , SIZE = 3840KB ,
    MAXSIZE = 2048GB , FILEGROWTH = 10%)
    GO
    use CDCTest;
    go
    -- creating table
    create table Customer
    custID int constraint PK_Employee primary key Identity(1,1)
    ,custName varchar(20)
    --Enabling CDC on CDCTest database
    USE CDCTest
    GO
    EXEC sys.sp_cdc_enable_db
    --Enabling CDC on Customer table
    USE CDCTest
    GO
    EXEC sys.sp_cdc_enable_table
    @source_schema = N'dbo',
    @source_name = N'Customer',
    @role_name = NULL
    GO
    --Inserting values in customer table
    insert into Customer values('Mike'),('Linda')
    -- Querying CDC table to get the changes
    select * from cdc.dbo_customer_CT
    --Taking full database backup
    backup database CDCTest to disk = 'C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Backup\ CDCTest.bak'
    insert into Customer values('David'),('Jane')
    -- Querying CDC table to get the changes
    select * from cdc.dbo_customer_CT
    --Taking differential database backup
    BACKUP DATABASE CDCTest TO DISK = 'C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Backup\ CDCTestdif.bak' WITH DIFFERENTIAL
    GO
    Restore Full backup of the ‘CDCTest’ database with using KEEP_CDC option in a different server that is running SQL Server 2014.
    Use master
    Go
    --restore full database backup
    restore database CDCTest from disk = 'C:\Program Files\Microsoft SQL Server\MSSQL12.SQL2014\MSSQL\Backup\CDCTest.bak' with keep_cdc
    Restore Diff backup of the ‘CDCTest’ database.
    Restore Database CDCTest From Disk = 'C:\Program Files\Microsoft SQL Server\MSSQL12.SQL2014\MSSQL\Backup\CDCTest.bak'
        With Move 'CDCTest' To 'C:\Program Files\Microsoft SQL Server\MSSQL12.SQL2014\MSSQL\DATA\CDCTest.mdf',
            Move 'CDCTest _log' To 'C:\Program Files\Microsoft SQL Server\MSSQL12.SQL2014\MSSQL\DATA\CDCTest _log.LDF',
            Replace,
            NoRecovery;
    Go
    --restore differential database backup
    restore database CDCTest from disk = 'C:\Program Files\Microsoft SQL Server\MSSQL12.SQL2014\MSSQL\Backup\CDCTestdif.bak' with keep_cdc
    Add the Capture and Cleanup jobs in the CDCTest database.
    --add the Capture and Cleanup jobs
    Use CDCTest
    exec sys.sp_cdc_add_job 'capture'
    GO
    exec sys.sp_cdc_add_job 'cleanup'
    GO
    insert into Customer values('TEST'),('TEST1')
    -- Querying CDC table to get the changes
    select * from cdc.dbo_customer_CT
    Reference
    Track Data Changes (SQL Server)
    Restoring a SQL Server database that uses Change Data Capture
    Applies to
    SQL Server 2014
    SQL Server 2012
    SQL Server 2008 R2
    SQL Server 2008
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Question
    Background: When restoring Full + DIFF backups of a Change Data Capture (CDC) enabled database to a different SQL server, the CDC integrity is not being maintained. We did RESTORE the databases with the KEEP_CDC option.
    How do I successfully restore the CDC enabled database backups (FULL + DIFF) while maintaining the CDC integrity?
    Answer
    When restoring a CDC enabled database on a different machine that is running SQL Server, besides using use the KEEP_CDC option to retain all the CDC metadata, you also need to add Capture and Cleanup jobs. 
    In addition, as you want to restore FULL + DIFF backups of a CDC enabled database, you need to note that the KEEP_CDC and NoRecovery options are incompatible. Use the KEEP_CDC option only when you are completing the recovery. I made a test to display
    the whole process that how to restore the CDC enabled database backups (FULL + DIFF) on a different machine.
    Create a database named ’CDCTest’ in SQL Server 2012, then enable the CDC feature and take full+ differential backups of the database.
    -- Create database CDCTest
    CREATE DATABASE [CDCTest] ON  PRIMARY
    ( NAME = N'CDCTest ', FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\DATA\ CDCTest.mdf' , SIZE = 5120KB ,
    MAXSIZE = UNLIMITED, FILEGROWTH = 1024KB )
     LOG ON
    ( NAME = N'CDCTest _log', FILENAME = N'C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\DATA\ CDCTest _log.LDF' , SIZE = 3840KB ,
    MAXSIZE = 2048GB , FILEGROWTH = 10%)
    GO
    use CDCTest;
    go
    -- creating table
    create table Customer
    custID int constraint PK_Employee primary key Identity(1,1)
    ,custName varchar(20)
    --Enabling CDC on CDCTest database
    USE CDCTest
    GO
    EXEC sys.sp_cdc_enable_db
    --Enabling CDC on Customer table
    USE CDCTest
    GO
    EXEC sys.sp_cdc_enable_table
    @source_schema = N'dbo',
    @source_name = N'Customer',
    @role_name = NULL
    GO
    --Inserting values in customer table
    insert into Customer values('Mike'),('Linda')
    -- Querying CDC table to get the changes
    select * from cdc.dbo_customer_CT
    --Taking full database backup
    backup database CDCTest to disk = 'C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Backup\ CDCTest.bak'
    insert into Customer values('David'),('Jane')
    -- Querying CDC table to get the changes
    select * from cdc.dbo_customer_CT
    --Taking differential database backup
    BACKUP DATABASE CDCTest TO DISK = 'C:\Program Files\Microsoft SQL Server\MSSQL11.MSSQLSERVER\MSSQL\Backup\ CDCTestdif.bak' WITH DIFFERENTIAL
    GO
    Restore Full backup of the ‘CDCTest’ database with using KEEP_CDC option in a different server that is running SQL Server 2014.
    Use master
    Go
    --restore full database backup
    restore database CDCTest from disk = 'C:\Program Files\Microsoft SQL Server\MSSQL12.SQL2014\MSSQL\Backup\CDCTest.bak' with keep_cdc
    Restore Diff backup of the ‘CDCTest’ database.
    Restore Database CDCTest From Disk = 'C:\Program Files\Microsoft SQL Server\MSSQL12.SQL2014\MSSQL\Backup\CDCTest.bak'
        With Move 'CDCTest' To 'C:\Program Files\Microsoft SQL Server\MSSQL12.SQL2014\MSSQL\DATA\CDCTest.mdf',
            Move 'CDCTest _log' To 'C:\Program Files\Microsoft SQL Server\MSSQL12.SQL2014\MSSQL\DATA\CDCTest _log.LDF',
            Replace,
            NoRecovery;
    Go
    --restore differential database backup
    restore database CDCTest from disk = 'C:\Program Files\Microsoft SQL Server\MSSQL12.SQL2014\MSSQL\Backup\CDCTestdif.bak' with keep_cdc
    Add the Capture and Cleanup jobs in the CDCTest database.
    --add the Capture and Cleanup jobs
    Use CDCTest
    exec sys.sp_cdc_add_job 'capture'
    GO
    exec sys.sp_cdc_add_job 'cleanup'
    GO
    insert into Customer values('TEST'),('TEST1')
    -- Querying CDC table to get the changes
    select * from cdc.dbo_customer_CT
    Reference
    Track Data Changes (SQL Server)
    Restoring a SQL Server database that uses Change Data Capture
    Applies to
    SQL Server 2014
    SQL Server 2012
    SQL Server 2008 R2
    SQL Server 2008
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

  • How to restore ANONYMOUS user

    Hello
    I have dropped  user ANONYMOUS long before. Now trying to setup Apex 4.2. I don’t have backup. Could any one tell me how to restore  ANONYMOUS?
    My database version is 11g .
    Thanks

    Hi Suman,
    That's a good question.  ANONYMOUS is used for many thing besides Oracle Application Express.
    Your best bet is to contact Oracle Support and see if there is an official recommendation how to restore this.
    I hope this helps.
    Joel

  • How to restore Ipod database without iTunes?

    Hi,
    My iPod mini is visible to any aplication except iTunes. I have tried all it sugested on the manuals to fix it and nothing worked.
    Others applications like RealPlayer and Anapod can see that the iPod is connect but can´t show its content. RealPlayer says that the database file doesn´t exist or is corrupted.
    The only way I can see my files is accessing the iPod-Control directory using windows.
    If I disconect it from the Pc I can´t see the musics that are on it.
    I have made a copy of the songs that were on it and now I want to know how to restore it without use iTunes, because nothing makes iTunes see it.
    Is there any update link that still work on apple website, so I don´t need to use iTunes?
    I need to restore my iPod without iTunes because unistall, check register, restarts,... did not work.
    The only way I can see the iPod is runing the diadnosis under the help menu. Nothing have worked to make it be showed as device.
    That is what the diagnosis show:
    Microsoft Windows XP Home Edition Service Pack 2 (Build 2600)
    Hewlett-Packard HP Pavilion b1000br(EN469LA)
    iTunes 7.0.2.16
    iPodService 7.0.2.16 is currently running.
    iTunesHelper 7.0.2.16 is currently running.
    Current user is an administrator.
    Connected Storage Devices:
    IDE\DiskSAMSUNGHD160JJ________________________WU100-33, Bus Type ATA, Bus Address [0,0]
    USBSTOR\DiskApple__iPod___________1.62, Bus Type USB
    Universal Serial Bus Controllers:
    SiS 7001 PCI to USB Open Host Controller, Barramento PCI 0, dispositivo 3, função 0. Device is working properly.
    SiS PCI to USB Enhanced Host Controller, Barramento PCI 0, dispositivo 3, função 3. Device is working properly.
    No IEEE 1394 Host Controller found.
    Connected Device Information
    RACHEL'S IP (G:\), iPod mini running firmware version 1.4.1
    Serial Number: JQ521620S45
    Bus Speed: 61440
    The last connected iPod serial number: JQ521620S45.
    The iPod Service Logging Information:
    [SERVICE: 0x97C,20:58:33 INFO] Started C:\Arquivos de programas\iPod\bin\iPodService.exe (Tue Feb 06 20:58:33 2007)
    [SERVICE: 0x97C,20:58:33 INFO] ##### iPodService starting as a service, version: 7.0.2.16
    [SERVICE: 0x9A8,20:58:34 INFO] Timed out... Starting device manager!
    [SERVICE: 0xA04,20:58:35 INFO] Listener Window created
    [SERVICE: 0x9A8,20:58:37 INFO] [InterfaceArrival] \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0x9A8,20:58:37 INFO] device \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0x9A8,20:58:37 INFO] device is an iPod
    [SERVICE: 0x9A8,20:58:37 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0x9A8,20:58:37 INFO] [-1] set waiting to mount = 1
    [SERVICE: 0x9A8,20:58:37 INFO] [1] Assigning session 0
    [SERVICE: 0x9A8,20:58:37 INFO] [1] added device interface "\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_objDeviceNameMap
    [SERVICE: 0x9A8,20:58:37 INFO] [1] added state machine 1 to m_objDeviceIdMap
    [SERVICE: 0x9A8,20:58:37 INFO] [1] added device number 1 to m_objDeviceNumberMap
    [SERVICE: 0x9A8,20:58:37 INFO] [1] added device interface "\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_vctDeviceInterfaces
    [SERVICE: 0x9A8,20:58:37 INFO] [1] input #0 from src #0
    [SERVICE: 0x9F4,20:58:37 INFO] [1] input #0
    [SERVICE: 0x9F4,20:58:38 INFO] [MACHINE 1 INPUT #0] - (HDW) Interface Arrival
    [SERVICE: 0x9F4,20:58:38 INFO] [1] progress state is 2, Waiting to mount = 1
    [SERVICE: 0x9F4,20:58:38 INFO] [1] progress is now 2
    [SERVICE: 0x9F4,20:58:38 INFO] [1] progress is now 2
    [SERVICE: 0x9F4,20:58:38 INFO] [MACHINE 1 TRANSITION] - {Unknown} ==> {Connected}
    [SERVICE: 0x9F4,20:58:38 INFO] [MACHINE 1 ACTIONS] - {Connected}
    [SERVICE: 0x9F4,20:58:38 INFO] [1] SCSI Inquiry attempt #0
    [SERVICE: 0x9F4,20:58:38 INFO] VendorId: Apple
    [SERVICE: 0x9F4,20:58:38 INFO] ProductId: iPod
    [SERVICE: 0x9F4,20:58:38 INFO] revision: 1.62
    [SERVICE: 0x9F4,20:58:38 INFO] vendor bytes:
    [SERVICE: 0x9F4,20:58:38 INFO] 02 01 00 00 00 00 00 00 00 07 00 02 92 00 00 00 00 00 00 00
    [SERVICE: 0x9F4,20:58:38 INFO] [1] firmware version: 1.62 (0x13E)
    [SERVICE: 0x9F4,20:58:38 INFO] [1] Power State: Powered
    [SERVICE: 0x9F4,20:58:38 INFO] [1] Checkpoint attempt #0
    [SERVICE: 0x9F4,20:58:38 ERROR] Did not find first letter of stage
    [SERVICE: 0x9F4,20:58:38 INFO] [1] serial number 000A27001438703A
    [SERVICE: 0x9F4,20:58:38 INFO] [1] *** CONNECTED - Sending event out, device session 0.
    [SERVICE: 0x9A8,20:58:40 INFO] [VolumeArrive] mask = 0x7D
    [SERVICE: 0x9A8,20:58:40 INFO] looking up device # for \\.\G:
    [SERVICE: 0x9A8,20:58:40 INFO] type 0x7 drive 0x1 partition 0x1
    [SERVICE: 0x9A8,20:58:40 INFO] iTunes device #1 found with drive letter G, mask 0x40
    [SERVICE: 0x9A8,20:58:40 INFO] [1] set waiting to mount = 0
    [SERVICE: 0x9A8,20:58:40 INFO] [1] input #1 from src #0
    [SERVICE: 0x9F8,20:58:40 INFO] [1] input #1
    [SERVICE: 0x9A8,20:58:40 INFO] looking up device # for \\.\F:
    [SERVICE: 0x9A8,20:58:40 INFO] type 0x2 drive 0x2 partition 0xffffffff
    [SERVICE: 0x9A8,20:58:40 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 2
    [SERVICE: 0x9A8,20:58:40 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0x9A8,20:58:40 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0x9A8,20:58:40 INFO] looking up device # for \\.\E:
    [SERVICE: 0x9A8,20:58:40 INFO] type 0x2 drive 0x1 partition 0xffffffff
    [SERVICE: 0x9A8,20:58:40 INFO] looking up device # for \\.\D:
    [SERVICE: 0x9A8,20:58:40 INFO] type 0x2 drive 0x0 partition 0xffffffff
    [SERVICE: 0x9A8,20:58:40 INFO] [SIMULATED INTERFACE ARRIVAL] generating connect event for device 0
    [SERVICE: 0x9A8,20:58:41 INFO] looking up device # for \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0x9A8,20:58:41 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0x9F8,20:58:41 INFO] [MACHINE 1 INPUT #1] - (HDW) Volume Mount
    [SERVICE: 0x9F8,20:58:41 INFO] [MACHINE 1 TRANSITION] - {Connected} ==> {Mounted}
    [SERVICE: 0x9F8,20:58:41 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9F8,20:58:41 INFO] [MACHINE 1 ACTIONS] - {Mounted}
    [SERVICE: 0x9F8,20:58:41 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x9F8,20:58:41 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x9F8,20:58:41 ERROR] Did not find first letter of stage
    [SERVICE: 0x9F8,20:58:41 INFO] [1] OS says filesystem is FAT32
    [SERVICE: 0x9F8,20:58:41 INFO] File does not exist!
    [SERVICE: 0x9F8,20:58:41 INFO] [1] iTunes Preference file does not exist!
    [SERVICE: 0x9F8,20:58:41 INFO] [1] ===== iPod Mini =====
    [SERVICE: 0x9F8,20:58:41 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x9F8,20:58:41 INFO] 20:58:41, year 2007, day of yr. 36, GMT offset -8 isDST 1
    [SERVICE: 0x9F8,20:58:41 INFO] [1] progress is now 0
    [SERVICE: 0x9F8,20:58:43 INFO] [1] *** MOUNTED - Sending event out, device session 0.
    [SERVICE: 0x9F8,20:58:43 INFO] [1] Auto-launch iTunes ENABLED
    [SERVICE: 0x9F8,20:58:43 INFO] iTunes located at 'C:\Arquivos de programas\iTunes\iTunes.exe'
    [SERVICE: 0x9A4,20:58:43 INFO] launching iTunes.
    [SERVICE: 0x9C0,20:59:01 INFO] <0x4> Got Serial #
    [SERVICE: 0xA18,20:59:01 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0xA18,20:59:01 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xA18,20:59:01 INFO] Mounted
    [SERVICE: 0xA18,20:59:01 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xA18,20:59:01 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x9C0,20:59:01 INFO] Mounted
    [SERVICE: 0x9C0,20:59:01 INFO] [1] already mounted!
    [SERVICE: 0x9C0,20:59:01 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0x9E4,20:59:03 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0x9C0,20:59:03 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x9C0,20:59:03 INFO] Mounted
    [SERVICE: 0x9C0,20:59:03 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x9C0,20:59:03 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0xA18,20:59:03 INFO] <0x4> COM request for device 1 drive letter - G
    [SERVICE: 0x9C0,20:59:03 INFO] Mounted
    [SERVICE: 0x9C0,20:59:03 INFO] Device 0 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x9C0,20:59:03 INFO] Device 0 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x9C0,20:59:03 INFO] File does not exist!
    [SERVICE: 0x9C0,20:59:03 INFO] [1] CreateFileW error 0x3
    [SERVICE: 0x9C0,20:59:03 INFO] [1] WriteNewPrefs FAILED!
    [SERVICE: 0x9C0,20:59:03 INFO] [1] ReadDevicePreferences() failed!
    [SERVICE: 0xA04,21:03:50 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:03:50 INFO] [1] input #2 from src #0
    [SERVICE: 0xA04,21:03:50 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:03:50 INFO] [1] input #3 from src #0
    [SERVICE: 0x9FC,21:03:51 INFO] [1] input #2
    [SERVICE: 0x9F4,21:03:51 INFO] [1] input #3
    [SERVICE: 0xA04,21:03:51 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:03:51 INFO] [1] input #4 from src #0
    [SERVICE: 0x9F8,21:03:51 INFO] [1] input #4
    [SERVICE: 0x9FC,21:03:51 INFO] [MACHINE 1 INPUT #2] - (HDW) CheckDevNode
    [SERVICE: 0xA04,21:03:51 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:03:51 INFO] [1] input #5 from src #0
    [SERVICE: 0x9FC,21:03:52 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9F4,21:03:52 INFO] [MACHINE 1 INPUT #3] - (HDW) CheckDevNode
    [SERVICE: 0x9F4,21:03:52 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9F8,21:03:52 INFO] [MACHINE 1 INPUT #4] - (HDW) CheckDevNode
    [SERVICE: 0x9F8,21:03:52 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9F8,21:03:52 INFO] [1] input #5
    [SERVICE: 0x9F8,21:03:52 INFO] [MACHINE 1 INPUT #5] - (HDW) CheckDevNode
    [SERVICE: 0x9F8,21:03:52 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xA04,21:04:18 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:04:18 INFO] [1] input #6 from src #0
    [SERVICE: 0x9FC,21:04:18 INFO] [1] input #6
    [SERVICE: 0x9FC,21:04:18 INFO] [MACHINE 1 INPUT #6] - (HDW) CheckDevNode
    [SERVICE: 0x9FC,21:04:18 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xA04,21:16:24 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:16:24 INFO] [1] input #7 from src #0
    [SERVICE: 0x9F4,21:16:24 INFO] [1] input #7
    [SERVICE: 0x9F4,21:16:24 INFO] [MACHINE 1 INPUT #7] - (HDW) CheckDevNode
    [SERVICE: 0x9F4,21:16:25 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xA04,21:33:20 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:33:20 INFO] [1] input #8 from src #0
    [SERVICE: 0x9F8,21:33:20 INFO] [1] input #8
    [SERVICE: 0xA04,21:33:20 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:33:20 INFO] [1] input #9 from src #0
    [SERVICE: 0x9FC,21:33:20 INFO] [1] input #9
    [SERVICE: 0xA04,21:33:21 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:33:21 INFO] [1] input #10 from src #0
    [SERVICE: 0x9F4,21:33:21 INFO] [1] input #10
    [SERVICE: 0x9F8,21:33:21 INFO] [MACHINE 1 INPUT #8] - (HDW) CheckDevNode
    [SERVICE: 0x9F8,21:33:21 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0x9F8,21:33:21 INFO] [1] progress is now 1
    [SERVICE: 0x9FC,21:33:21 INFO] [MACHINE 1 INPUT #9] - (HDW) CheckDevNode
    [SERVICE: 0x9F8,21:33:21 INFO] [MACHINE 1 TRANSITION] - {Mounted} ==> {Unknown}
    [SERVICE: 0x9F8,21:33:21 INFO] [MACHINE 1 ACTIONS] - {Unknown}
    [SERVICE: 0x9FC,21:33:21 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0x9F4,21:33:21 INFO] [MACHINE 1 INPUT #10] - (HDW) CheckDevNode
    [SERVICE: 0x9F4,21:33:21 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0x9F8,21:33:21 INFO] [1] *** DISCONNECTED - Sending event out, device session 0.
    [SERVICE: 0x9F8,21:33:21 INFO] [1] progress is now 0
    [SERVICE: 0x9F8,21:33:21 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0xA04,21:33:21 INFO] [VolumeRemoved] existing mask 0x40, arrive mask 0x40
    [SERVICE: 0xA04,21:33:21 INFO] [1] value = 1
    [SERVICE: 0xA04,21:33:21 INFO] [1] input #11 from src #0
    [SERVICE: 0x9FC,21:33:21 INFO] [1] input #11
    [SERVICE: 0xA04,21:33:21 INFO] [InterfaceRemoved]
    [SERVICE: 0xA04,21:33:21 INFO] [1] value = 0
    [SERVICE: 0xA04,21:33:21 INFO] removed device number 1 from m_objDeviceNumberMap
    [SERVICE: 0xA04,21:33:21 INFO] [1] input #12 from src #0
    [SERVICE: 0x9F4,21:33:21 INFO] [1] input #12
    [SERVICE: 0xA04,21:33:21 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:33:21 INFO] [1] Progress state is 3, Waiting to disconnect = 0
    [SERVICE: 0xA04,21:33:21 ERROR] device number 0 exists, but isn't in m_objDeviceNumberMap!
    [SERVICE: 0xA04,21:33:21 INFO] removed device interface "\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" from m_vctDeviceInterfaces
    [SERVICE: 0xA04,21:33:21 INFO] [1] input #13 from src #0
    [SERVICE: 0x9F8,21:33:21 INFO] [1] input #13
    [SERVICE: 0xA04,21:33:21 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:33:21 INFO] [1] input #14 from src #0
    [SERVICE: 0x9FC,21:33:21 INFO] [MACHINE 1 INPUT #11] - (HDW) Volume Unmount
    [SERVICE: 0x9FC,21:33:21 INFO] [1] progress is now 3
    [SERVICE: 0x9FC,21:33:21 INFO] [1] Setting progress to 3
    [SERVICE: 0x9FC,21:33:21 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0x9F4,21:33:21 INFO] [MACHINE 1 INPUT #12] - (HDW) Interface Removal
    [SERVICE: 0x9F4,21:33:21 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0x9F4,21:33:21 INFO] [1] input #14
    [SERVICE: 0x9F8,21:33:21 INFO] [MACHINE 1 INPUT #13] - (HDW) CheckDevNode
    [SERVICE: 0x9F8,21:33:22 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0x9F4,21:33:22 INFO] [MACHINE 1 INPUT #14] - (HDW) CheckDevNode
    [SERVICE: 0x9F4,21:33:22 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0xA04,21:36:21 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:36:21 INFO] [1] input #15 from src #0
    [SERVICE: 0x9FC,21:36:21 INFO] [1] input #15
    [SERVICE: 0x9FC,21:36:21 INFO] [MACHINE 1 INPUT #15] - (HDW) CheckDevNode
    [SERVICE: 0x9FC,21:36:21 INFO] * CItunesDevice::HandleHardwareInput()
    [SERVICE: 0xA04,21:48:20 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:48:20 INFO] [1] input #16 from src #0
    [SERVICE: 0x9F8,21:48:20 INFO] [1] input #16
    [SERVICE: 0x9F8,21:48:20 INFO] [MACHINE 1 INPUT #16] - (HDW) CheckDevNode
    [SERVICE: 0x9F8,21:48:20 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xA04,21:48:20 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:48:20 INFO] [1] input #17 from src #0
    [SERVICE: 0x9F4,21:48:20 INFO] [1] input #17
    [SERVICE: 0xA04,21:48:20 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:48:20 INFO] [1] input #18 from src #0
    [SERVICE: 0x9FC,21:48:20 INFO] [1] input #18
    [SERVICE: 0x9F4,21:48:21 INFO] [MACHINE 1 INPUT #17] - (HDW) CheckDevNode
    [SERVICE: 0x9F4,21:48:21 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9FC,21:48:21 INFO] [MACHINE 1 INPUT #18] - (HDW) CheckDevNode
    [SERVICE: 0x9FC,21:48:21 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xA04,21:48:31 INFO] [InterfaceArrival] \\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
    [SERVICE: 0xA04,21:48:31 INFO] type 0x7 drive 0x1 partition 0x0
    [SERVICE: 0xA04,21:48:31 INFO] [1] set waiting to mount = 1
    [SERVICE: 0xA04,21:48:31 INFO] [1] Attempt to reassign from session 0 to session 0, DENIED!
    [SERVICE: 0xA04,21:48:31 INFO] [1] added device interface "\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_objDeviceNameMap
    [SERVICE: 0xA04,21:48:31 INFO] [1] added state machine 1 to m_objDeviceIdMap
    [SERVICE: 0xA04,21:48:31 INFO] [1] added device number 1 to m_objDeviceNumberMap
    [SERVICE: 0xA04,21:48:31 INFO] [1] added device interface "\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}" to m_vctDeviceInterfaces
    [SERVICE: 0xA04,21:48:31 INFO] [1] input #19 from src #0
    [SERVICE: 0x9F8,21:48:31 INFO] [1] input #19
    [SERVICE: 0xA04,21:48:31 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:48:31 INFO] [1] input #20 from src #0
    [SERVICE: 0x9F4,21:48:31 INFO] [1] input #20
    [SERVICE: 0xA04,21:48:31 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:48:31 INFO] [1] input #21 from src #0
    [SERVICE: 0x9FC,21:48:31 INFO] [1] input #21
    [SERVICE: 0x9F8,21:48:31 INFO] [MACHINE 1 INPUT #19] - (HDW) Interface Arrival
    [SERVICE: 0x9F8,21:48:31 INFO] [1] progress state is 2, Waiting to mount = 1
    [SERVICE: 0x9F8,21:48:31 INFO] [1] progress is now 2
    [SERVICE: 0x9F8,21:48:31 INFO] [1] progress is now 2
    [SERVICE: 0x9F8,21:48:31 INFO] [MACHINE 1 TRANSITION] - {Unknown} ==> {Connected}
    [SERVICE: 0x9F8,21:48:31 INFO] [MACHINE 1 ACTIONS] - {Connected}
    [SERVICE: 0x9F8,21:48:31 INFO] [1] SCSI Inquiry attempt #0
    [SERVICE: 0x9F8,21:48:31 INFO] VendorId: Apple
    [SERVICE: 0x9F8,21:48:31 INFO] ProductId: iPod
    [SERVICE: 0x9F8,21:48:31 INFO] revision: 1.62
    [SERVICE: 0xA04,21:48:31 INFO] [VolumeArrive] mask = 0x40
    [SERVICE: 0xA04,21:48:31 INFO] looking up device # for \\.\G:
    [SERVICE: 0xA04,21:48:31 INFO] type 0x7 drive 0x1 partition 0x1
    [SERVICE: 0xA04,21:48:31 INFO] iTunes device #1 found with drive letter G, mask 0x40
    [SERVICE: 0xA04,21:48:31 INFO] [1] set waiting to mount = 0
    [SERVICE: 0xA04,21:48:31 INFO] [1] input #22 from src #0
    [SERVICE: 0x9F8,21:48:31 INFO] vendor bytes:
    [SERVICE: 0x9F8,21:48:31 INFO] 02 01 00 00 00 00 00 00 00 07 00 02 92 00 00 00 00 00 00 00
    [SERVICE: 0xA04,21:48:31 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:48:31 INFO] [1] input #23 from src #0
    [SERVICE: 0xA04,21:48:31 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:48:31 INFO] [1] input #24 from src #0
    [SERVICE: 0xA04,21:48:31 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,21:48:31 INFO] [1] input #25 from src #0
    [SERVICE: 0x9F8,21:48:31 INFO] [1] firmware version: 1.62 (0x13E)
    [SERVICE: 0x9F8,21:48:31 INFO] [1] Power State: Powered
    [SERVICE: 0x9F8,21:48:31 INFO] [1] Checkpoint attempt #0
    [SERVICE: 0x9F8,21:48:31 ERROR] Did not find first letter of stage
    [SERVICE: 0x9F8,21:48:31 INFO] [1] serial number 000A27001438703A
    [SERVICE: 0x9F8,21:48:31 INFO] [1] *** CONNECTED - Sending event out, device session 0.
    [SERVICE: 0x9F4,21:48:31 INFO] [MACHINE 1 INPUT #20] - (HDW) CheckDevNode
    [SERVICE: 0x9F4,21:48:31 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9FC,21:48:31 INFO] [MACHINE 1 INPUT #21] - (HDW) CheckDevNode
    [SERVICE: 0x9FC,21:48:31 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9FC,21:48:31 INFO] [1] input #22
    [SERVICE: 0x9F8,21:48:31 INFO] [1] input #23
    [SERVICE: 0x9F4,21:48:31 INFO] [1] input #24
    [SERVICE: 0x9FC,21:48:31 INFO] [MACHINE 1 INPUT #22] - (HDW) Volume Mount
    [SERVICE: 0x9FC,21:48:31 INFO] [MACHINE 1 TRANSITION] - {Connected} ==> {Mounted}
    [SERVICE: 0x9FC,21:48:31 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9FC,21:48:31 INFO] [MACHINE 1 ACTIONS] - {Mounted}
    [SERVICE: 0x9FC,21:48:31 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x9FC,21:48:31 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x9FC,21:48:31 ERROR] Did not find first letter of stage
    [SERVICE: 0x9FC,21:48:32 INFO] [1] OS says filesystem is FAT32
    [SERVICE: 0x9FC,21:48:32 INFO] File does not exist!
    [SERVICE: 0x9FC,21:48:32 INFO] [1] iTunes Preference file does not exist!
    [SERVICE: 0x9FC,21:48:32 INFO] [1] ===== iPod Mini =====
    [SERVICE: 0x9FC,21:48:32 INFO] [1] progress state is 2, Waiting to mount = 0
    [SERVICE: 0x9FC,21:48:32 INFO] 21:48:32, year 2007, day of yr. 36, GMT offset -8 isDST 1
    [SERVICE: 0x9FC,21:48:32 INFO] [1] progress is now 0
    [SERVICE: 0x9FC,21:48:34 INFO] [1] *** MOUNTED - Sending event out, device session 0.
    [SERVICE: 0x9FC,21:48:34 INFO] [1] Auto-launch iTunes ENABLED
    [SERVICE: 0x9FC,21:48:34 INFO] iTunes located at 'C:\Arquivos de programas\iTunes\iTunes.exe'
    [SERVICE: 0x9F8,21:48:34 INFO] [MACHINE 1 INPUT #23] - (HDW) CheckDevNode
    [SERVICE: 0x9F8,21:48:34 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9F4,21:48:34 INFO] [MACHINE 1 INPUT #24] - (HDW) CheckDevNode
    [SERVICE: 0x9F4,21:48:34 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9F4,21:48:34 INFO] [1] input #25
    [SERVICE: 0x9A4,21:48:34 INFO] launching iTunes.
    [SERVICE: 0x9F4,21:48:34 INFO] [MACHINE 1 INPUT #25] - (HDW) CheckDevNode
    [SERVICE: 0x9F4,21:48:34 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x900,21:48:49 INFO] <0x4> Got Serial #
    [SERVICE: 0xAD8,21:48:49 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0x480,21:48:49 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0x480,21:48:49 INFO] Mounted
    [SERVICE: 0x480,21:48:49 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x480,21:48:49 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x900,21:48:49 INFO] Mounted
    [SERVICE: 0x900,21:48:49 INFO] [1] already mounted!
    [SERVICE: 0x900,21:48:49 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0x480,21:48:51 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0xAD8,21:48:51 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xAD8,21:48:51 INFO] Mounted
    [SERVICE: 0xAD8,21:48:51 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xAD8,21:48:51 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x900,21:48:51 INFO] <0x4> COM request for device 1 drive letter - G
    [SERVICE: 0xAD8,21:48:51 INFO] Mounted
    [SERVICE: 0xAD8,21:48:51 INFO] Device 0 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xAD8,21:48:51 INFO] Device 0 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0xAD8,21:48:51 INFO] File does not exist!
    [SERVICE: 0xAD8,21:48:51 INFO] [1] CreateFileW error 0x3
    [SERVICE: 0xAD8,21:48:51 INFO] [1] WriteNewPrefs FAILED!
    [SERVICE: 0xAD8,21:48:51 INFO] [1] ReadDevicePreferences() failed!
    [SERVICE: 0xA04,22:16:10 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,22:16:10 INFO] [1] input #26 from src #0
    [SERVICE: 0x9FC,22:16:10 INFO] [1] input #26
    [SERVICE: 0x9FC,22:16:10 INFO] [MACHINE 1 INPUT #26] - (HDW) CheckDevNode
    [SERVICE: 0x9FC,22:16:10 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xA04,23:05:50 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,23:05:50 INFO] [1] input #27 from src #0
    [SERVICE: 0x9F8,23:05:50 INFO] [1] input #27
    [SERVICE: 0xA04,23:05:50 INFO] [DevNodesChanged]
    [SERVICE: 0xA04,23:05:50 INFO] [1] input #28 from src #0
    [SERVICE: 0x9F4,23:05:50 INFO] [1] input #28
    [SERVICE: 0x9F8,23:05:50 INFO] [MACHINE 1 INPUT #27] - (HDW) CheckDevNode
    [SERVICE: 0x9F8,23:05:50 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0x9F4,23:05:50 INFO] [MACHINE 1 INPUT #28] - (HDW) CheckDevNode
    [SERVICE: 0x9F4,23:05:50 INFO] Connection Detection Status - 0x180600A, device '\\?\usbstor#disk&venapple&prod_ipod&rev1.62#000a27001438703a&0#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}'
    [SERVICE: 0xD58,23:16:32 INFO] <0x4> Got Serial #
    [SERVICE: 0xD58,23:16:32 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0xBE0,23:16:32 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xBE0,23:16:32 INFO] Mounted
    [SERVICE: 0xBE0,23:16:32 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xBE0,23:16:32 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0xD58,23:16:32 INFO] Mounted
    [SERVICE: 0xD58,23:16:32 INFO] [1] already mounted!
    [SERVICE: 0xD58,23:16:32 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0xBE0,23:16:34 INFO] <0x4> GetFormatType() returned unknown format 0
    [SERVICE: 0xD58,23:16:34 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xD58,23:16:34 INFO] Mounted
    [SERVICE: 0xD58,23:16:34 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xD58,23:16:34 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x908,23:16:34 INFO] <0x4> COM request for device 1 drive letter - G
    [SERVICE: 0x908,23:16:35 INFO] Mounted
    [SERVICE: 0x908,23:16:35 INFO] Device 0 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x908,23:16:35 INFO] Device 0 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x908,23:16:35 INFO] File does not exist!
    [SERVICE: 0x908,23:16:35 INFO] [1] CreateFileW error 0x3
    [SERVICE: 0x908,23:16:35 INFO] [1] WriteNewPrefs FAILED!
    [SERVICE: 0x908,23:16:35 INFO] [1] ReadDevicePreferences() failed!
    [SERVICE: 0xD58,23:16:45 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xD58,23:16:45 INFO] Mounted
    [SERVICE: 0xD58,23:16:45 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xD58,23:16:45 INFO] Device 1 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0xBE0,23:16:45 INFO] Mounted
    [SERVICE: 0xBE0,23:16:45 INFO] [1] already mounted!
    [SERVICE: 0xBE0,23:16:45 INFO] [1] progress state is 0, Waiting to mount = 0
    [SERVICE: 0x908,23:16:45 INFO] Mounted
    [SERVICE: 0x908,23:16:45 INFO] Device 0 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0x908,23:16:45 INFO] Device 0 not in intermediate state. It appears to be truly mounted.
    [SERVICE: 0x908,23:16:45 INFO] File does not exist!
    [SERVICE: 0x908,23:16:45 INFO] [1] CreateFileW error 0x3
    [SERVICE: 0x908,23:16:45 INFO] [1] WriteNewPrefs FAILED!
    [SERVICE: 0x908,23:16:45 INFO] [1] ReadDevicePreferences() failed!
    [SERVICE: 0xD58,23:16:45 INFO] [1] Progress state is 0, Waiting to disconnect = 0
    [SERVICE: 0xD58,23:16:45 INFO] Mounted
    [SERVICE: 0xD58,23:16:45 INFO] Device 1 is FAT32 and appears mounted, checking intermediate state...
    [SERVICE: 0xD58,23:16:45 INFO] Device 1 not in intermediate state. It appears to be truly mounted.

    I formated my iPod using windows

  • How to restore R11 database..? Please guide in details.

    Dear Friends,
    I had install Windows NT 4.0 as domain controller and installed oracle R11 and configured. It was working fine. After some time I had UPGRADE my Operating system WINNT 4.0 to WINDOWS Server 2000. Server was properly upgraded with any trouble, after up gradation Oracle application still working.
    Good!.
    Now I bought a new P4 hardware for Oracle server. The problem is how I restore Database from old machine (that contain records) to new machine. Because it is Oracle R11 that support Oracle 8 and R11 does not install/support on windows server 2000.
    I don’t have Backup of database but I have all database files etc. can this would be help full??
    I also have control file and parameter file of original…db
    My Plan:-
    1.     Install Windows NT 4.0
    2.     Install Oracle R11 (Vision)
    3.     Upgrade OS (Window Server 2000)
    4.     Than try to restore database.. (How I NEED FRIENDS HELP)
    5.     After Restoration Should I have to Re-Create Users or set the rights like I have created Oracle application user “Ash”. With limited rights.
    6.     
    Keep in mind I am using Oracle R11 that install Oracle 8.
    So solution should support Oracle 8….
    [email protected]

    Hi,
    Maybe just swap the harddisk to the new machine?
    Alternatively, I'd try installing R11 under Win2000 ... as under the covers Windows server 2000 is Windows NT right?
    Regards,
    Gareth
    Blog: http://garethroberts.blogspot.com/

  • How to restore demo database

    Hi all,
    I've a demo database (OEC Computers) 2007 B compatible.  Can anyone please guide me how to restore the database.  Since I don't have knowledge regarding SQL Server, I'm not able to restore the demo database.  Please guide me to restore the demo database.
    Thanks,
    Balaji

    Hi Balaji,
    Please open the SQL Server Enterprise Manager -> Expand the servers,
    1. rightclick Database ->New Database
    2. input information under General/Data Files, then OK
    3. right click the new db just created-> All task ->restore
    4. select 'From device' and then select device -> Add ->import the db ->OK
    Hope above could solve your problem.
    Regards,
    Eric

  • How to restore sql database in Private Azure Cloud subscription?

    I want to restore my database bacpac file
    into Private
    cloud Azure Subscription but I do not get any option in Azure portal :(
    Is there any way to do this? 
    questions I asked here at stackoverflow 
    http://stackoverflow.com/questions/28847844/how-to-restore-sql-database-in-private-azure-cloud-subscription

    Hi itsashuthinks,
    Currently for private cloud Azure there is no Import/Export Service to import your BACPAC file into SQL Database.
    Because of this you will need to use client tools. 
    The process to do this is the following.
    Open SSMS and connect to your cloud server.
    Right click on "Databases" under your server in object explorer and select import data-tier application.
    Follow the import wizard instructions to start the import.
    Learn more about Data-tier applications and migrations here: https://msdn.microsoft.com/en-us/library/ee210546.aspx
    Hope this helps!

  • How do I set BI Publisher to read html tags from the database?

    How do I set BI Publisher (Release 10.1.3.4) to read html tags from the database? For example if the text is quoted with a bold tag I want my output to display the text in bold. Is there a setting or something I can set?

    I took a look at Tim Dexter's blog as suggested and the sample worked, but for the elements in the xml file not for the value coming from the database, however this is good to know as well!
    I have data in the data base column which looks like this:
    'MS Applied <B(bold tag)> Mathematics</B(bold tag)>University of Southern California'
    I want the data to be rendered like this:
    'MS Applied <B>Mathematics</B> University of Southern California'.
    In Report Builder on the property sheet I would set Contains HTML Tags property to Yes and the report would render correctly.
    In BI Publisher 10.1.3.4 I can not seem set it to read this I have change the configure properties of the report to Character set to HTML and Make HTML output accessible to True. I just can't figure out what I'm missing.
    Thank you for any assistance you can offer.

Maybe you are looking for

  • Mini to a Philips W/S, HD tv with dvi to hdmi

    ok, so i finally got the display to gome up regularly, i just bought a 30 in, wide screen philips hd with a hdmi hookup in the back. i got a dvi to hdmi cord with it, and i got the diplay to show up fine in 720x480 rez, but the whole point of the new

  • SOAP adapter looses attachment name

    We have a very annoying problem regarding the SOAP adapter. PI "looses" the attachment names when we send from one to the other PI system with the SOAP adapter. E.g. source attachment name is "invoice.pdf", on the target side it is "attachment-1". It

  • "seeing" a windows iPod on an iMac

    My 5th gen iPod is formatted for windows. My understanding is that I should also be able to connect it to my iMac as well. When I connect via USB to my iMac not only does the iPod not appear in iTunes, no icon appears on my desktop either. How can I

  • Agent 12c raises "Incident (non-critical) error / XML-20221"

    Hi , our agents (12c) are raising once in a while the following error: 2012-08-14 20:14:18,910 [36:pool-1-thread-1] ERROR - Incident (non-critical) error: oracle.sysman.gcagent.upload.UploadStoreForward$dequeuer$ResponseXMLException: <Line 1, Column

  • Excel help

    My friend has a Mac with Excel 2013 on it. I have Microsoft Home and Office 2010 on my PC. When they try to send me spread sheets, it will not convert over and I cannot open it. Is there any setting in my 2010 Excel (options button) that I can set or