Unable to perform daily backup

Dear all,
We are running daily backup in the afternoon, but I don't know why the daily backup takes more than 20 minus without any progresss. Here is the log.
Please advice.
Daily Backup Database begun on date Tue Mar 31 13:18:45 HKT 2009
Recovery Manager: Release 9.2.0.3.0 - 64bit Production
Copyright (c) 1995, 2002, Oracle Corporation. All rights reserved.
connected to target database: PROD (DBID=1357907388)
RMAN> Run
2> {
3> CONFIGURE CONTROLFILE AUTOBACKUP ON;
4> CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/backup/db/backup/RMAN/%F.bck';
5> CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 1 DAYS;
6> allocate channel ch1 type disk format '/backup/db/backup/RMAN/backup_%d_%t_%s_%p_%U.bck';
7> backup incremental level 1 cumulative database plus archivelog delete all input;
8> backup current controlfile;
9> backup spfile;
10> release channel ch1;
11> }
12> allocate channel for maintenance type disk;
13> delete noprompt obsolete;
14> delete noprompt archivelog all backed up 2 times to disk;
15>
16>
using target database controlfile instead of recovery catalog
old RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP ON;
new RMAN configuration parameters are successfully stored
old RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/backup/db/backup/RMAN/%F.bck';
new RMAN configuration parameters:
CONFIGURE CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/backup/db/backup/RMAN/%F.bck';
new RMAN configuration parameters are successfully stored
old RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 1 DAYS;
new RMAN configuration parameters:
CONFIGURE RETENTION POLICY TO RECOVERY WINDOW OF 1 DAYS;
new RMAN configuration parameters are successfully stored
allocated channel: ch1
channel ch1: sid=37 devtype=DISK
Starting backup at 31-MAR-09*
current log archived_
Best Regards,
Amy

Yes, enough space.
I am looking at the alert log and here are some questions:
Tue Mar 31 12:23:53 2009
ARC0: Evaluating archive log 2 thread 1 sequence 264871
ARC0: Beginning to archive log 2 thread 1 sequence 264871
Creating archive destination LOG_ARCHIVE_DEST_1: '/u02/oracle/prod/proddb/9.2.0/dbs/arch1_264871.dbf'
ARC0: Completed archiving log 2 thread 1 sequence 264871
Tue Mar 31 12:42:48 2009
Beginning log switch checkpoint up to RBA [0x40aa9.2.10], SCN: 0x0000.8ce3c8bd
Tue Mar 31 12:42:48 2009
ARCH: Evaluating archive log 3 thread 1 sequence 264872
Tue Mar 31 12:42:48 2009
Thread 1 advanced to log sequence 264873
Current log# 4 seq# 264873 mem# 0: /u01/oracle/proddata/log04a.dbf
Tue Mar 31 12:42:48 2009
ARCH: Beginning to archive log 3 thread 1 sequence 264872
Creating archive destination LOG_ARCHIVE_DEST_1: '/u02/oracle/prod/proddb/9.2.0/dbs/arch1_264872.dbf'
Tue Mar 31 12:42:48 2009
ARC1: Evaluating archive log 3 thread 1 sequence 264872
ARC1: Unable to archive log 3 thread 1 sequence 264872_
Log actively being archived by another process
Tue Mar 31 12:42:50 2009
Completed checkpoint up to RBA [0x40aa8.2.10], SCN: 0x0000.8ce3a4e8
Tue Mar 31 12:42:50 2009
ARCH: Completed archiving log 3 thread 1 sequence 264872
Tue Mar 31 13:03:43 2009
Completed checkpoint up to RBA [0x40aa9.2.10], SCN: 0x0000.8ce3c8bd
Tue Mar 31 13:18:59 2009
Beginning log switch checkpoint up to RBA [0x40aaa.2.10], SCN: 0x0000.8ce40ad0
Tue Mar 31 13:18:59 2009
ARCH: Evaluating archive log 4 thread 1 sequence 264873
Tue Mar 31 13:18:59 2009
Thread 1 advanced to log sequence 264874
Current log# 1 seq# 264874 mem# 0: /u01/oracle/proddata/log01a.dbf
Tue Mar 31 13:18:59 2009
ARCH: Beginning to archive log 4 thread 1 sequence 264873
Tue Mar 31 13:18:59 2009
Creating archive destination LOG_ARCHIVE_DEST_1: '/u02/oracle/prod/proddb/9.2.0/dbs/arch1_264873.dbf'
Tue Mar 31 13:18:59 2009
ARC1: Evaluating archive log 4 thread 1 sequence 264873
Tue Mar 31 13:18:59 2009
ARC1: Unable to archive log 4 thread 1 sequence 264873_
Log actively being archived by another process_
Tue Mar 31 13:18:59 2009
ARCH: Completed archiving log 4 thread 1 sequence 264873
Tue Mar 31 13:39:28 2009
Completed checkpoint up to RBA [0x40aaa.2.10], SCN: 0x0000.8ce40ad0
Anyone can tell me what it is ?
Thanks,
Amy

Similar Messages

  • Daily backup on Ms sql server management  studio (MS sql 2005).

    I wander how to perform daily backup on Ms sql server management  studio (MS sql 2005).
    In sql server  Entereprise manager (MS sql 2000) I had no problem to shedule.
    But now I do not find this option

    Hi
    Please follow these steps in SQL Server Management Studio in SQL Server 2005 and <b>award points</b>
    1. Start SQL Server Management Studio.
    2. In the Connect to Server dialog box, click the appropriate values in the Server type list, in the Server name list, and in the Authentication list. 
    3. Click Connect.
    4. In Object Explorer, expand Databases.
    5. Right-click the database that you want to back up, click Tasks, and then click Back Up.
    6. In the Back Up Database - DatabaseName dialog box, type the name of the backup set in the Name box, and then click Add under Destination.
    7. In the Select Backup Destination dialog box, type a path and a file name in the Destinations on disk box, and then click OK.
    8. In the Script list, click Script Action to Job.
    9. In the New Job dialog box, click Steps under Select a page, and then click Edit if you want to change the job parameters.
    Note In the Job Step Properties - 1 dialog box, you can see the backup command.
    10. Under Select a page, click Schedules, and then click New.
    11. In the New Job Schedule dialog box, type the job name in the Name box, specify the job schedule, and then click OK.
    Note If you want to configure alerts or notifications, you can click Alerts or Notifications under Select a page.
    12. Click OK two times.
    You receive the following message:
    The backup of database 'DatabaseName' completed successfully.
    Note To verify the backup job, expand SQL Server Agent, and then expand Jobs. When you do this, the SQL Server Agent service must be running.

  • Time Machine making Daily backups of Entire Itunes Library

    Hi There,
    I have searched around the forums and cannot find an answer to my problem.
    I am using time machine over a 1TB time capsule, my laptop is the only computer that is backing up to the drive,
    Originally I noticed that my time machine backups were taking a long time (over 7 hours while connected through Ethernet)
    I have downloaded BackupLoupe and using this utility I have found that daily backups of my entire Itunes music Library are being made (122GB).
    Does anyone have any idea what may be causing this issue? I have followed the Time machine trouble shooting guide and Completely wiped the drive and started again,
    I have performed a disk and permission repair on both the time capsule drive and on the Macbook through the install DVD, however each time I initiate time machine on the freshly reconditioned drives it happens again.
    Any help would be greatly appreciated, I am going slowly insane.
    Cheers
    Josh

    bigjnz wrote:
    I have downloaded BackupLoupe and using this utility I have found that daily backups of my entire Itunes music Library are being made (122GB).
    Is it only the iTunes folder; and the entire contents?
    If so, the iTunes folder itself may be damaged. That happens occasionally; something in a folder object gets corrupted, and Time Machine either doesn't find real changes, or thinks everything changed.
    In those cases, the only solution we've been able to find is to rename the folder, create a new one, move the contents, and delete the old one. The first backup afterwards will back up everything, but thereafter it should be ok.

  • Daily Backup for Boot Camp partition

    I'm looking for a Windows software to perform daily incremental backups from my Boot Camp partition to an external USB drive. It should also be possible to restore the COMPLETE Boot Camp partition from that backup in case of a hard drive failure. (It's NOT necessary that various versions of files are kept around-the-clock like Time Machine does. It's also not necessary that the backup itself is bootable.)
    I've tried Genie TimelIne, but unfortunately it wasn't able to manage a complete restore. The taskbar was missing, no applications were installed (only present), settings were missing after the restore..., so I had to manually install nearly everything.
    I've heard "Macrium Reflect" should be better. Is this true or does anyone have another good tip?
    BTW I'm not looking for a solution to backup from the Boot Camp partition to the OS X partition and I don't want to create a complete clone every day.
    Thanks for your help!

    coxorange wrote:
    A bit difficult to test such a software including worst case recovery if you can't dispense with the concerned computer temporarily. And VERY time-consuming!! Hence I asked for personal experiences.
    Well,  Anyone elses personal experience won't mean much to you unless they have the same setup as you, so asking others for personal experience is as much of a crap shoot for you as doing it yourself.  I went through lots of testing several years ago on my first MacBook Pro, but almost none of that testing is valid for my current machine.  With the variations in machines, and machine configurations, what works for someone else might not work for you, and what might work for you might not work for someone else.  I learned this when I was testing Colnexzilla as a possible backup/cloning tool.  It worked fine on my MacBook Pro, but wouldn't work properly for a number of other users.
    coxorange wrote:
    What do you mean I'm confusing?
    I always wrote about the Boot Camp partition.
    I agree that what you are asking for seems rather confusing.  You talk about backing up your data on your Windows partition, and you talk about performing incremental backups.  The WIndows 7 Data backup utility it perfect for tasks like that.  It's when you start wanting to perform disk image backups, and then ontop of that perform incremental image backups of your Windows partition that things get challenging and confusing.  Since you aren't clear about what scheme you want to use, it is hard to answer with a "clear answer" and not get confused by what you seem to be asking.
    coxorange wrote:
    As far as I know that's not enough to perform incremental backups including EVERYTHING on the Boot Camp partition.
    If you use the Windows 7 data backup and perform incremental backups, you will have a backiup of all your data from the Windows partition.  Isn't that want you want?  If you want to perform a restore, it will not restore you back to a bootable drive, but it will have all your data and files backed up.  If you want to perform a partition backup image, and make those backups incremental nightly, it might be possible.  Since you are talking about a Boot Camp partition on a Mac here, you also need to clarify if you want this backup to run when teh system is booted into Windows, or when teh system is runnign MacOS, or ifit is acceptable to boot from yet another media for the backup purposes. 
    At this time, I'm not sure that any software exists which can make backup image of your Boot Camp/Windows partition when runnign MacOS that will make a backup image that cna restore to a bootable volume and can do incremental backups.  There are few, if any backup tools that will run runder native Windows on your Boot Camp partition that will make an image file backup that can do incremental backups, and also allow you to restore to a bootable partition.  I beleive that the Paragon software is one of the very few that can do this.  I have tried and successfully made backupns and restores from backup disk images using custom boot drives for CloneZilla, and the Paragon Drive Backup tool.  I don't believe that CloneZilla will do inremental backups, and I'm not sure about the Paragon software as I stopped using Boot Camp about 1.5 years ago when I upgraded to my current MacBook Pro.  Now with this system, I don't run native Windows, I only run it virtualized using Parallels Desktop and VMWare Fusion.  For both of those, I get a full system backup with each MacOS backup I take, since the Windows File System is virtualized and stored entirely in files on my MacOS partition.

  • MS SQL Server 2008 -- Daily Backup

    Hello,
    My real need is simply to do a daily backup of a database : I have SQL Server 2008
    ( not express ) .
    My user is    sa       and has full control on the database.
    I have searched the web and found many places where they say to do a     Task -> Backup    and then click on "script action to job". This option is greyed out ( and it is NOT express) and I am using the   sa    
    user will FULL privileges.
    I read here ( http://social.msdn.microsoft.com/Forums/sqlserver/en-US/4c5b5ff3-f2cd-4439-b878-de0891a5eedf/sql-server-management-studio-express-script-action-to-job-grayed-out?forum=sqldatabaseengine )  that I may need to    "Install
    Integration Services"   .   
    However, when I go to do this  (
    http://msdn.microsoft.com/en-us/library/ms143731(v=sql.105).aspx ) , I read:
    You can install SQL Server Integration Services on a computer that has no previous instances of SQL Server.
    Well, my server is already installed and running in production. 
    Q: can I "Install Integration Services" even if I have an SQL server installed and running ?
    Q: do I absolutely require to have Integration Services to automate the backups?
    Q: any simple way to just dump the database every night to a folder ?
    Thanks!
    Johnny

    You can use the Database Maintenance Wizard to setup a daily backup job.
    BOL: "Use the Maintenance Plan Wizard
    This topic describes how to create a single server or multiserver maintenance plan using the Maintenance Plan Wizard in SQL Server 2014. The Maintenance Plan Wizard creates a maintenance plan that Microsoft SQL Server Agent can run on a regular basis. This
    allows you to perform various database administration tasks, including backups, database integrity checks, or database statistics updates, at specified intervals."
    LINK: http://msdn.microsoft.com/en-us/library/ms191002.aspx
    Kalman Toth Database & OLAP Architect
    SQL Server 2014 Design & Programming
    New Book / Kindle: Exam 70-461 Bootcamp: Querying Microsoft SQL Server 2012

  • 5800: Unable to perform Bluetooth Operation

    Hi, on my Nokia 5800 I always get the message 'Unable to perform Bluetooth Operation' when trying to turn on Bluetooth. I I already tried several  proposed solution, without succes unfortunately.
    * Remove battery
    * Hard reset
    * Soft reset
    * hit it on the side as proposed somewhere in the forum.
    I raised a request through Nokia support a week ago. They promised to contact me withing the 48 hours, but I have't heard anything from them.
    I have fw: 30.0.011. Altough Nokia site says there is a newer version I cannot update my phone yet  (tried via Nokia update on PC and on mobile itself)
    Any suggestions on how to solve this?

    Guys, I´m sorry to be the one to break it down to you, but it seems the culprit for this problem is a virus.
    I know it sounds farfectched but I had the same problem, I did a lot of research and in an spanish board someone mention that if you had made a backup of the whole phone with PC suite from before the problem with teh bluetooth arise, then restore it and that the bluetooth functionality would be back, he went on to say that this virus erased files vital to the bluetooth operation. So I went on and did the restore, and lo and behold, bluetooth is back!!!! but he also warned not to be very happy as he said the virus still looms in teh cell and that it will erase the files again taking the bluetooth with it.... I did the restore 1 hour ago, and I still have the bluetooth working.
    Lets hope it remains that way.
    Please let me know if this works for anyone else and how long it lasts.
    Cheers,
    PICburn

  • Error when performing full backup?

    Error when performing full backup, please help.
    Starting backup at 14-AUG-08
    current log archived
    released channel: ch1
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup command at 08/14/2008 17:43:18
    RMAN-06059: expected archived log not found, lost of archived log compromises recoverability
    ORA-19625: error identifying file /u02/oracle/uat/uatdb/9.2.0/dbs/arch1_195.dbf
    ORA-27037: unable to obtain file status
    IBM AIX RISC System/6000 Error: 2: No such file or directory
    Additional information: 3
    FAN

    Hi,
    It seems one of your physical archive file is not there...
    but to explore more first paste your backup command that you are using.
    Navneet

  • Time Machine options are not working. I am unable to schedule automatic backups.

    Time Machine options are not working. I am unable to schedule automatic backups.  The On-Off button is grayed out. I can perform a backup manually.

    Thanks for responding.  I have an external disk with plenty of room.  It is used only for backup of my computer.  I get a backup by clicking on the Time Machine icon at the top of the page and select "Back Up Now."  When I click on Time Machine Preferences, there is a box labeled "Options" which allows me to exclude items from backup and notify after old backups are deleted.  There is no option to schedule a backup.  The "OFF/ON" box is gray.  For "Next Backup:" it says "Automatic backups off."  I would like to turn it on.

  • Unable to install the backup server using srvbuildres

    I am unable to install the backup server with resource file
    it gives weiored message which i didnot come across till now.
    Open Server Error: 16400.10.0: srv__e3_create_encrypt3_context: Unexpected failure in comn_keypair_create.
    Open Server Error: 16400.10.0: srv__e3_handshake: Unexpected failure in srv__init_encrypt3.
    Open Server Error: 16400.10.0: srv__handle_password_negotiation: Unexpected failure in srv__e3_handshake.
    Open Server Error: 16400.10.0: srv__e3_create_encrypt3_context: Unexpected failure in comn_keypair_create.
    Open Server Error: 16400.10.0: srv__e3_handshake: Unexpected failure in srv__init_encrypt3.
    Open Server Error: 16400.10.0: srv__handle_password_negotiation: Unexpected failure in srv__e3_handshake.
    this is all in the backuplog and it fails saying unable to boot the server and task failed and backup server not started.
    i see that the password encryption is not on i got that by running sp_helpserver <backupsever name>
    the staus i got when i ran sp_helpserver is "timeouts, no net password encryption, writable , enable login redirection"
    Please help me installing my backupserver.
    many thanks in advance.

    Please confirm that you're getting this error message while trying to CREATE the backupserver.
    The reason I ask is because you mention seeing these messages in the backupserver errorlog, but you wouldn't be getting any messages in the backupserver errorlog unless you were able to successfully install a backupserver.
    Also, what is your dataserver/backupserver version strings? (dataserver -v , backupserver -v)
    A quick google search turns up Note 1963584:Open Server Error 16400 in ASE Backup Server log when dumping a database. [References SAP note 1963584.]
    - same errors as you're seeing, but errors generated while attempting to perform a dump command (ie, backupserver has been installed and is up and running)
    - appears to be an issue when "net password encryption" is enabled/true for SYB_BACKUP; if you have net password encryption enabled ... what happens if you disable it?

  • Daily backup for a certain folder on my desktop using Ipod - Possible?

    I would like to use my iPod as a memory media to perform a daily backup (at a certain given time, every day) for a folder in my computer. How do I do that?
    Do I need to have some sort of a software that will be directed to the iPod as its media? Is such a thing possible?
    Thanks a lot...
    R.

    Hmmm... I've never done something like that myself... I would imagine you would need a dedicated application for backing up.
    Maybe someone will come along who knows more. Otherwise, you might try Google.
    Cheers!
    -Bryan
    p.s. thanks for the gold star.

  • Scheduled daily backups of DMM fail - Backup/Restore process stops running

    Hi, I have been testing the scheduled backups within the DMM AAI and have found it's performance to be unreliable.
    Specifically I am performing FTP backups to a remote network location.  Manual one-off backups complete successfully without any issues, and scheduled backups occur on the same day, however successive (reoccuring) daily backups don't happen and the Backup/Restore process seems to stop running. I have checked the backup logs but these don't provide any insight as to why the backup process stops running.
    Has anyone else encountered this?  I am running DMM v5.2.0.25.
    Mike

    I am having a similar problem.  Is there a method to restart the backup service without having to reboot the entire DMM Server?
    Note that there is no method via the AAI menu system, and the Web Admin console services section is not clear as to whether it will reboot the entire server (which is NOT an easy thing for me to get away with here).
    Restarting the 5.2.3 DMM Server (not JUST the service??)
    =========================
    I have now learned (per a Cisco engineer), that the 'Scheduled backup services' in the screencap above, is normally in the 'stopped' status "by design", and that it will not show as started in this UI unless the DMM server is actually in a backup.
    ==============================================
    =========================
    My backups now work correctly.  I think that the original problem was my NTP settings, which are now fixed.
    =========================================================

  • What is the best approach to take daily backup of application from CQ5 Server ?

    Hello,
    How to maintain daily backup to maintain the data from server.
    What is the best approach.
    Regards,
    Satish Sapate.

    Linking shared from ryan should give enough information. 
    If case backing up large repository you may know Data Store store holds large binaries and are only stored once. To reduce the backup time remove the datastore from the backup by following [1] (CQ 5.3 example)
    [1] In order to remove the datastore from the backup you will need to do the following:
    Assuming your repository is under /website/crx/repository and you want to move your datastore to /website/crx/datastore
        stop the crx instance
        mv /website/crx/repository/shared/repository/datastore /website/crx/
        Then modify repository.xml by adding the new path configuration to the DataStore element.
    Before:
    <DataStore class="org.apache.jackrabbit.core.data.FileDataStore">
    <param name="minRecordLength" value="4096"/>
    </DataStore>
    After:
    <DataStore class="org.apache.jackrabbit.core.data.FileDataStore">
    <param name="path" value="/website/crx/datastore"/>
    <param name="minRecordLength" value="4096"/>
    </DataStore>
    After doing this then you can safely run separate backups on the datastore while the system is running without affecting performance very much.
    Following our example, you could use rsync to backup the datstore:
    rsync --av --ignore-existing /website/crx/datastore /website/backup/datastore

  • How do I replace bookmark bar that was lost when a new Mozilla Fox Start page suddenly appeared with a Zone Alarm Community Toolbar, and nothing I have so far tried, working with "Show all Bookmarks", works ("Unable to process the backup file).

    My current version is 6.0.2. A box appeared a few days ago informing me of an update to 7 (x?). I declined for the time being.
    Then a Start Page just showed up missing the bookmark tool bar. I tried to import a bar from another browser. Nothing showed up. Then, I went to "Help". First, I clicked on "About Firefox" where I was informed of an update. This time, I tried it. When I clicked on "Apply Update", I received a message; 'Update could not be installed" despite there being no other Firefox browsers running.
    I went back to "Help" and clicked on "Firefox Help". A page came up with the URL in place, but the page would not load ("Cannot find server at support.mozilla.com"). After several clicks on "Try Again" with the same result, I copied the URL and pasted it into a different browser, from which I am now working.
    Before sending this question, I tried the two procedures ("Manual Backup" and "Restoring From Backup") found on Bookmarks/Show All Bookmarks/Import And Backup/Restore, using both "stored backups" from Mozilla's Profile folder and "Choose a file", as well as Bookmarks/Show ... /Backup. In each case, the response was, "Unable to process the backup file".
    I had previously tried another method I found on Google which involved copying and saving a Mozilla backup file (this is the file I used in the procedure above - "Choose a File") found in the C:/Documents And Settings/.../Profile Folder, then renaming the original file "backup.HTML" and saving it in a folder one level up from its original location. The Bookmark bar was to show up after shutting down and reopening Mozilla - it never happened. I replaced the original backup file.
    It occurred to me to locate the Bookmark File for this browser (Chrome) and using it in the "Choose a File" method, referred to above. But there is no extension included in the file name, and I was afraid to try it.
    I'm out of ideas. Is there something else to try?

    Check that the Bookmarks Toolbar is visible and that the "Bookmarks Toolbar items" is still placed on the Bookmarks Toolbar.
    If the menu bar is hidden then press F10 or hold down the Alt key, that should make the "Menu Bar" appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    * Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout" (Linux, Windows)
    * Check that the "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    * If the "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the toolbar palette in the customize window to the Bookmarks Toolbar
    * If you do not see the "Bookmarks Toolbar items" or other items that are missing in the toolbar palette or on a toolbar then click the "Restore Default Set" button
    See also:
    *http://kb.mozillazine.org/Uninstalling_add-ons
    *http://kb.mozillazine.org/Uninstalling_toolbars

  • Service template problem - Unable to perform the job because one or more of the selected objects are locked by another job - ID 2606

    Hello,
    I’ve finally managed to deploy my first guest cluster with a shared VHDX using a service template. 
    So, I now want to try and update my service template.  However, whenever I try to do anything with it, in the services section, I receive the error:
    Unable to perform the job because one or more of the selected objects are locked by another job.  To find out which job is locking the object, in the jobs view, group by status, and find the running or cancelling job for the object.  ID 2606
    Well I tried that and there doesn’t seem to be a job locking the object.  Both the cluster nodes appear to be up and running, and I can’t see a problem with it at all.  I tried running the following query in SQL:
    SELECT * FROM [VirtualManagerDB].[dbo].[tbl_VMM_Lock] where TaskID='Task_GUID'
    but all this gives me is an error that says - conversion failed when converting from a character string to uniqueidentifier msg 8169, level 16, State 2, Line 1
    I'm no SQL expert as you can probably tell, but I'd prefer not to deploy another service template in case this issue occurs again.
    Can anyone help?

    No one else had this?

  • Unable to remove a host from VMM - Error (2606) Unable to perform the job because one or more of the selected objects are locked by another job.

    I am unable to remove a host from my Virtual Machine Manager 2012 R2. I receive the following error:
    Error (2606)
    Unable to perform the job because one or more of the selected objects are locked by another job.
    Recommended Action
    To find out which job is locking the object, in the Jobs view, group by Status, and find the running or canceling job for the object. When the job is complete, try again.
    I have already tried running the following command in SQL Server Management Studio
    SELECT * FROM [VirtualManagerDB].[dbo].[tbl_VMM_Lock] where TaskID='Task_GUID'
    I received this error back:
    Msg 8169, Level 16, State 2, Line 1
    Conversion failed when converting from a character string to uniqueidentifier.
    I have also tried rebooting both the host and the Virtual Machine Manager Server.  After rebooting them both, I still receive the same error when trying to remove the host.
    Here are my server details
    VMM Server OS = Windows 2012 Standard
    VMM Version = 2012 R2 3.2.7510.0
    Host OS = Windows 2012 R2 Datacenter
    Host Agent Version = 3.2.75.10.0
    SQL Server OS = Windows 2012 Datacenter
    SQL Version = 2012 SP 1 (11.0.3000.0)

    Hi there,
    How many hosts are you managing with your VMM server?
    The locking job might be the background host refresher job. Did you see any jobs in the jobs view, when the host removal job failed?
    If there is no active jobs in the jobs view when this host removal job fails, can you please turn on the VMM tracing, retry the host removal, and paste back the traces for the failed job (search for exception and paste the whole stack)?
    Thanks!
    Cheng

Maybe you are looking for

  • "Exit Code: 7" error when installing Photoshop Elements 10

    I just bought Adobe Photoshop Elements 10.  I have a Macbook and I have Mac OS X 10.6.8.  When I attempt to install this software I get the error below.  I restarted and try a few more times and got the same error.  Any suggestions? Thanks, Jordan Ex

  • Google Mail, calendar and reader not shown in HTML5

    Good Afternoon, I have a 32gb iPad. I was checking emails in gmail website and works great in html5. But it seems that i changad the view to "desktop view" and from then i cannot change it again to html5. So, all Google apps are shown in desktop view

  • Finder no longer detects a Lacie d2 quadra hard drive

    I have a Lacie d2 quadra hard drive that is connected with firewire 400 to my Macbook Pro. It will not show in Finder or the desktop. It constantly in running because I can hear the clicking sound coming from it and it runs all the time. I cannot see

  • Approval view for working time empty fields 'message' and 'standard time'

    Hi experts, We want to use the SAP-standard program to approve working hours in the Portal. The basic settings are all done, but we still have a problem with some fields. When we use the SAP-standard approval view SAP_LINE (IMG --> Define approval vi

  • SCM export as SCAP: Issue with external variables

    SCM can export some of the baselines as SCAP v1.0 XML files (including CPE, OVAL and XCCDF). Here's an excerpt of an OVAL file generated by SCM for Windows 7: <definitions> <definition ...> <title>Network security: Do not store LAN Manager hash value