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!

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 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 move SQL database from one location to another location i.e. from C' drive to D' drive

    Hi, How to move SQL database from one location to another location i.e. from C' drive to D' drive ? please share some link.
    Thanks and Regards, Rangnath Mali

    Hi Rangnath,
    According to your description, my understanding is that you want to move databased from C drive to D drive.
    You can detach Database so that the files become independent, cut and paste the files from source to destination and attach again.
    There are two similar posts for your reference:
    http://mssqltalks.wordpress.com/2013/02/28/how-to-move-database-files-from-one-drive-to-another-or-from-one-location-to-another-in-sql-server/
    http://stackoverflow.com/questions/6584938/move-sql-server-2008-database-files-to-a-new-folder-location
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to restore a database backup taken from a SQL Server 2012 instance to SQL Server 2014

    I am trying to restore a database backup taken from a SQL Server 2012 instance to my new SQL Server 2014 instance.  When I add the .bak through the Mgmt studio UI, it does not seem to find a backup set in the file so I cannot proceed (does not give
    me any errors though either.  I tried restoring through TSQL command but only got a database restore terminating abnormally error with no other details.  How can I restore this database to SQL 2014?

    Hello,
    Please examine SQL Server Error Log and share with us any error you can find. The following article may locate the log:
    http://msdn.microsoft.com/en-us/library/ms187109.aspx
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • How to install SQL in an existing Azure VM?

    Hi,
    I have deployed an Azure VM, with a base operating system. Now I wish to install SQL Server on it, but cant find any proper how-to guide. This link to "SQL Server Deployment in Azure
    Virtual Machines" no longer works: https://msdn.microsoft.com/en-us/library/azure/dn133141.aspx (it is a link from this root page: https://msdn.microsoft.com/library/azure/jj823132.aspx)
    Most of the other URLs point at installing a SQL VM from scratch, not about adding SQL to an existing Azure VM. Is this true?
    Thanks,
    SK

    Hi Shim,
    Yes, the guide is all about  creating a SQL Server virtual machine in Azure. eg:- SQL server 2014 RTM enterprise. This image contains the full version of SQL server . The platform provided SQL Server virtual machine image.
    With SQL Server in Azure Virtual Machines, you can still use the same development and administration tools that are available on-premises. In addition, you can provision or deprovision virtual machines to achieve elasticity on demand and connect them
    to your on-premises infrastructure by using
    Azure Virtual Network.
    Resources :
    Understanding Azure SQL Database and SQL Server in Azure VMs        
    Provisioning a SQL Server Virtual Machine on Azure        
    Getting Started with SQL Server in Azure Virtual Machines
    If you would like to know more details on the SQL server Gallary images,you may select the image and read the descriptive beside the image in the
    Azure management portal
    Regards,
    Shirisha Paderu

  • Restore sql database using c# code

    i need to restore ms sql database by selecting backup file in windows application...how to do it...?  thanx

    Hello,
    You can find a simple C#/VB.NET example to backup / restore a database in MSDN:
    Restore.SqlRestoreMethod
    And other example at CodeProject:
    Backup and Restore Databases using SMO
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • How to restore system databases?

    If SQL server system databases crash, what will happen?
    If sql server system databases crash, how to fix the issue? Any difference to fix for master, msdb,model temp and distribute?
    Thanks

    There would be various situation after "crash".
    If Master database has corruption after unexpected failure then SQL Service won't start. Only option would have is to rebuild system databases and follow the article given by others to restore system databases.
    If SQL Service is able to start and reports corruption in model database then there are two ways to fix it.
    Get MDF and LDF file of model from other SQL Instance which has EXACTLY same build and replace the files.
    If you have important data in model database, then you would need to restore. Follow the links given by other
    TempDB database is not eligible for backup and restore.
    MSDB database can be restored if SQL is running.
    Distribution database can be restored when SQL is running. Provided no one accessing it.
    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

  • 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 connect sql database with Flash

    Dear Friends,
    Iam working on a quessinarie (assesment) for elearning software. i want to connect sql database with flash and save my records in back end like add, delete, modification of student result and details.
    Kindly help me to connect the sql database. or dot net server. I know how to connect PHP and mysql. But my client dont want php. only sql database and do the add, del, modificaiton.
    Thanks in advance,
    Syed Abdul Rahim

    unfortunately no, i do not know ASP well enough to give any code advice, other than the basic concept:  make a request on a server-side script (such as ASP) via URLLoader - the script receives variable values (if required), runs the DB queries you wish to invoke, and 'returns' the results - pick them up in the URLVariables class via the event handler in Flash and assign them to local properties if needed, etc.
    there are quite a few threads that you could find more specific information on the ASP side, here and elsewhere around the net.

  • How to locate SQL database files

    Over the years I've used and discarded any number of applications, many of which created SQL databases.  I'm trying to clean out various odds and ends and would like to know how to search for anything SQL.  I know, for instance, that mail.app uses SQL but I have no idea where to find the database (not that I want to delete Mail!). 
    I'm comfortable using Terminal if that's the way to go.
    Any tips on locating hidden SQL databases would really be appreciated.
    Thanks!

    Similar to when users delete mailbox content, moving user mailboxes doesn't reduce the size of the edb file.  Instead, the database simply gains "white space" which will be filled in before the edb grows any further.  Once your users
    are vacated, you can remove the databases from AD per the cmdlet mentioned above.  as a safety measure, that cmdlet doesn't delete the actual edb files, but once you've run it, yes, you just go and press the delete key on the files.  Obviously "ctrl+a"
    means all files, which isn't what we're talking about.  Just the database and associated log files.
    Mike Crowley | MVP
    My Blog --
    Baseline Technologies

  • How to find SQL database configured users without studio management .

    Hello Guys,
    Please how do I find the configured users on my sql database without using SQL studio management. Is there a way to find figured users through registry? 
    Regards, MassonTech

    Hello,
    No, you can't get it from registry.
    You must be connected to the SQL Server/database to query this information from the database; you can't get it from anywhere else.
    If you don't have SSMS installed on the machine, then you could use the lightweight tool "SqlCmd.exe", there is a separate installer for it available.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • How to restore a database from host A to host B by using RMAN

    Hi there
    I wanted to restore 1 database from machine A to machine B with the differente files systemes. I did these steps below, but I have a problem when I restore the controlfile from machine A to machine B.
    1-copy the controlfile from machine A to machine B by using OS utility.
    2-startup nomount the database on machine B.
    3-connect target and catalog RMAN.
    4-I have to restore the controlfile from last full backup of the machine A to machine B (see the procedure RMAN).
    I have the error messages like:
    RMAN> connect target /
    RMAN-06006: connected to target database: dbtest (not mounted)
    RMAN> connect catalog rman/rman@rcattest
    RMAN-06008: connected to recovery catalog database
    RMAN> run {
    2> allocate channel c1 type 'sbt_tape' ;
    3> restore controlfile ;
    4> }
    RMAN-03022: compiling command: allocate
    RMAN-03023: executing command: allocate
    RMAN-08030: allocated channel: c1
    RMAN-08500: channel c1: sid=10 devtype=SBT_TAPE
    RMAN-08526: channel c1: VERITAS NetBackup for Oracle8 - Release 3.2GA
    RMAN-03022: compiling command: restore
    RMAN-03022: compiling command: IRESTORE
    RMAN-03023: executing command: IRESTORE
    RMAN-08016: channel c1: starting datafile backupset restore
    RMAN-08502: set_count=177 set_stamp=419449530 creation_time=19-JAN-01
    RMAN-08021: channel c1: restoring controlfile
    RMAN-08505: output filename=/db/oracle/dbtest/dbtestcontrol01.ctl
    RMAN-03026: error recovery releasing channel resources
    RMAN-08031: released channel: c1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure during compilation of command
    RMAN-03013: command type: restore
    RMAN-03007: retryable error occurred during execution of command: IRESTORE
    RMAN-07004: unhandled exception during command execution on channel c1
    RMAN-10035: exception raised in RPC: ORA-19507: failed to retrieve sequential file, handle="5hcg0ilq_1_1", parms=""
    ORA-27029: skgfrtrv: sbtrestore returned error
    ORA-19511: sbtrestore: Backup file not found.
    RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.RESTOREBACKUPPIE
    null

    Hi there
    I'm also trying to restore a full RMAN backup to our DR site using Netbackup as MML
    My scenario is:
    We have one tape library at our PROD data center and another one at our DR site both using Netbackup as Storage manager
    I performed a full RMAN backup on 4 DLT tapes with recovery catalog at our PROD datacenter, then I removed the 4 tapes and place it in our tape lib at DR site
    I tried to import the tapes using bpimport from Netbackup which has been successful up to now
    But when I tried to restore controlfile from RMAN, I get the following error:
    connected to target database: prod (not mounted)
    connected to recovery catalog database
    RMAN> run {
    2> allocate channel c1 type 'SBT_TAPE';
    3> allocate channel c2 type 'SBT_TAPE';
    4> allocate channel c3 type 'SBT_TAPE';
    5> allocate channel c4 type 'SBT_TAPE';
    6> set until time '16-AUG-2005 15:00:00';
    7> restore controlfile;
    8> }
    allocated channel: c1
    channel c1: sid=13 devtype=SBT_TAPE
    channel c1: VERITAS NetBackup for Oracle - Release 5.0GA (2003103005)
    allocated channel: c2
    channel c2: sid=12 devtype=SBT_TAPE
    channel c2: VERITAS NetBackup for Oracle - Release 5.0GA (2003103005)
    allocated channel: c3
    channel c3: sid=11 devtype=SBT_TAPE
    channel c3: VERITAS NetBackup for Oracle - Release 5.0GA (2003103005)
    allocated channel: c4
    channel c4: sid=9 devtype=SBT_TAPE
    channel c4: VERITAS NetBackup for Oracle - Release 5.0GA (2003103005)
    executing command: SET until clause
    Starting restore at 18-AUG-2005:10:28:23
    channel c1: starting datafile backupset restore
    channel c1: restoring controlfile
    output filename=/oracle9i/dba/dbs/control01_drprod.ctl
    released channel: c1
    released channel: c2
    released channel: c3
    released channel: c4
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of restore command at 08/18/2005 10:28:25
    ORA-19507: failed to retrieve sequential file, handle="df_t566491965_s8860_p1", parms=""
    ORA-27029: skgfrtrv: sbtrestore returned error
    ORA-19511: Error received from media manager layer, error text:
    Failed to process backup file <df_t566491965_s8860_p1>
    Anyone mastering this, please help !!
    thks
    BL

  • How to Create SQL "Databases" from LV?

    Is there a way to create SQL Databases (not just tables) from inside LabVIEW???  This sould be fairly easy...

    All I know is what is in the SQL Server help file. There is the SQL command "CREATE DATABASE". An example is:
    USE master
    GO
    CREATE DATABASE Sales
    ON
    ( NAME = Sales_dat,
    FILENAME = 'c:\program files\microsoft sql server\mssql\data\saledat.mdf',
    SIZE = 10,
    MAXSIZE = 50,
    FILEGROWTH = 5 )
    LOG ON
    ( NAME = 'Sales_log',
    FILENAME = 'c:\program files\microsoft sql server\mssql\data\salelog.ldf',
    SIZE = 5MB,
    MAXSIZE = 25MB,
    FILEGROWTH = 5MB )
    GO
    You have to have the correct permissions in order to do this and the server itself has to exist. I'm assuming that you already have the Database Connectivity Toolkit, LabSQL (http://www.jeffreytravis.com/lost/labsql.html), or are using your own ADO routines.

Maybe you are looking for

  • Can I have a variable that lists the name of the Book?

    Hi, I'm creating a document as an InDesign Book, ie a lot of documents in the Book Pallette. I'd like to have a variable that lists the book name. Is this possible? I've tried finding how to create new variables but I can't see anything. I'm guessing

  • HOw to implement POI -HSSF in JSP

    Hello Everybody, requirement: I have to generate reports of the output from a jsp into excel spreadsheet. what i did: Changed the Content type to response.setContentType("application/vnd.ms-excel"); I am getting the output in Excel. But, it is taking

  • Vocal backing track stop playing when the cycle button is pressed.

    I am running the vocal backing track in Mainstage2.  I have various markers throughout the backing track, however, when I press the cycle button, the backing track stop playing and reverts to the start of the track.  Anyone know why this is happening

  • User and Group Preferences pane error

    I am having difficulty with the Users and Groups in Lion.  I did not notice this problem. I can add any users. When I click on users it simply gives t=me the message that It cant open the Users preference pane. Any Ideas?

  • Color labels label nothing

    I set color labels on clips in the bin view, but there are no colors showing whatosever. This is "carribean". So how do I mark something to know what I have marked? Also, why is the audio link missing here?  The audio is NOT missing.  OK the link rea