While taking farm back having below issue

Hi,
I am having this issue while taking farm back up.
Object SharePoint_Config failed in event OnBackup. For more information, see the spbackup.log
or sprestore.log file located in the backup directory. 
SqlException: Cannot open backup device 'XX\yy\zz.bak'. Operating system error 5(Access is denied.). 
BACKUP DATABASE is terminating abnormally
Any help?
Thanks
srabon

No, your *SQL Server Service Account* (that is, the user running sqlserv.exe in Task Manager) must have NTFS Write access to the path \\XX\yy\.
Trevor Seward
Follow or contact me at...
&nbsp&nbsp
This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

Similar Messages

  • Issue while taking goods back from customer ?

    Dear All ,
                          Client  had get back goods from customer  due to poor quality , now use is in user is taking bak these goods via delv created , so as user  clicks on POST GOODS RECIEPT  he is having an error that " You are not auth for this transaxction with mvmt. type 653, so i had consult to BAIS guy , he had well checked all roles given to the use r& sais that there is no issue with roles authourisation., Kindly guide how to do this process.
    thanx in advance
    sap11

    Processes are involved with Customer Returns:
    PGI (Post Goods Issue) may be cancelled by Transaction code VL09. The accounting document is just the reverse of the original PGI document.
    VL09 creates the movement type 602 Q. But rather than VL09, the generally accepted method for the reverse items is to use the movement type 653, "back to the to the storage location." The accounting document takes the cost "from" the project and moves it back "to" the storage location.
    The movement types are entered in the schedule lines in customizing, which are then assigned to the item categories. However, in this process, "no invoice" takes place. If you have a delivery related invoice, it should be cancelled beforehand.
    Check for the t-codes and this error comes even if u use a wrong mvt type in the right t-code.. like 311 in GR, jus as an exanple..
    Reward if helpful..
    Thanks,
    Srib

  • Error while taking RMAN back up - RMAN-03009: failure of backup command ..

    Hi Experts,
    I am trying to take RMAN back up but at the end I get this error message.. I found a solution at http://www.oracle-base.com/articles/9i/RecoveryManager9i.php
    But this is of oracle 9i. Can I use it on 10g too ?
    So is this Step correct ?
    1) First create a user to hold the recovery catalog:
    a) CONNECT sys/password@w2k1 AS SYSDBA
    b) GRANT connect, resource, recovery_catalog_owner TO rman;
    2) Then create the recovery catalog:
    a) C:>rman catalog=rman/rman@w2k1
    b) RMAN> create catalog tablespace "RMAN";
    c) RMAN> exit
    3) Register Database
    a) C:>rman catalog=rman/rman@w2k1 target=sys/password@w2k2
    b) RMAN> register database;
    c) Existing user-created backups can be added to the catalog using: (*So far no Back up taken so I guess this step can be ignored*)
    i) RMAN> catalog datafilecopy 'C:\Oracle\Oradata\TSH1.dbf';
    ii) RMAN> catalog archivelog 'log1', 'log2', 'log3', ... 'logN';
    4) Full Backup Configuration
    RMAN> configure retention policy to recovery window of 7 days;
    RMAN> configure default device type to disk;
    RMAN> configure controlfile autobackup on;
    RMAN> configure channel device type disk format 'C:\Oracle\Admin\W2K2\Backup%d_DB_%u_%s_%p';
    5) Full back up
    RMAN> run {
    backup database plus archivelog;
    delete noprompt obsolete;
    6) RMAN> resync catalog;
    Starting backup at 15-MAY-10
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    input datafile fno=00006 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\DM_MENTOR200
    60430230208_DB.DBF
    input datafile fno=00002 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\UNDOTBS01.DB
    F
    input datafile fno=00007 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\DM_MENTOR200
    60430230208_IND.DBF
    input datafile fno=00001 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\SYSTEM01.DBF
    input datafile fno=00003 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\SYSAUX01.DBF
    input datafile fno=00005 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\EXAMPLE01.DB
    F
    input datafile fno=00004 name=C:\ORACLE\PRODUCT\10.1.0\ORADATA\ZUMA\USERS01.DBF
    channel ORA_DISK_1: starting piece 1 at 15-MAY-10
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 05/15/2010 05:11:
    03
    ORA-19809: limit exceeded for recovery files
    ORA-19804: cannot reclaim 52428800 bytes disk space from 2147483648 limit
    continuing other job steps, job failed will not be re-run
    channel ORA_DISK_1: starting full datafile backupset
    channel ORA_DISK_1: specifying datafile(s) in backupset
    including current controlfile in backupset
    channel ORA_DISK_1: starting piece 1 at 15-MAY-10
    channel ORA_DISK_1: finished piece 1 at 15-MAY-10
    piece handle=C:\ORACLE\PRODUCT\10.1.0\FLASH_RECOVERY_AREA\ZUMA\BACKUPSET\2010_05
    _15\O1_MF_NCNNF_TAG20100515T045136_5YX3TTFT_.BKP comment=NONE
    channel ORA_DISK_1: backup set complete, elapsed time: 00:00:17
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of backup plus archivelog command at 05/15/2010 05:11:21
    RMAN-03009: failure of backup command on ORA_DISK_1 channel at 05/15/2010 05:11:
    03
    ORA-19809: limit exceeded for recovery files
    ORA-19804: cannot reclaim 52428800 bytes disk space from 2147483648 limit
    RMAN>
    Thanks & Regards,
    Ranjith John

    Provided you consult the 10g RMAN documentation and the online error documentation: yes.
    But apparently you didn't check documentation, not even the error messages!!!!! Why?
    You are backing up to the Flash Recovery Area, and the error messages mean too much space is occupied.
    How to configure the Flash Recovery Areea is fully documented in the Backup and Recovery manual for 10g at http://tahiti.oracle.com
    READ IT.
    Please do not ask a volunteer to abstract it.
    Sybrand Bakker
    Senior Oracle DBA

  • I am getting below error while taking RMAN backup.

    Friends,
    I am getting below error while taking RMAN backup.
    The issue is related with a lock while trying to backup the controlfile.
    The lock is more likely caused by the autobackup controlfile process started just before RMAN process was also trying the backup controlfile as shown in the following alert.log excerpt.
    Starting Control File and SPFILE Autobackup at 2009-04-07 09:24:58
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of Control File and SPFILE Autobackup command on ORA_DISK_1 channel at 04/07/2009 09:25:03
    ORA-00230: operation disallowed: snapshot control file enqueue unavailable
    Is there anyway to solve this issue?Thanks in advance.

    Hi,
    SQL> SELECT s.sid, username AS "User", program, module, action, logon_time "Logon", l.*
    FROM v$session s, v$enqueue_lock l
    WHERE l.sid = s.sid and l.type = 'CF' AND l.id1 = 0 and l.id2 = 2; 2 3
    no rows selected
    Oracle version : 10.2.0.3
    I am getting this error once in a month not everyday.
    Starting Control File and SPFILE Autobackup at 2009-04-07 09:24:58
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03009: failure of Control File and SPFILE Autobackup command on ORA_DISK_1 channel at 04/07/2009 09:25:03
    ORA-00230: operation disallowed: snapshot control file enqueue unavailable
    Please suggest me based on this..Thanks in advance..

  • G5 dual 2ghz.  Been unplugged for a while. Powers up but no video or power to usb keyboard.  Boots up fine in safe mode, restart into normal mode ok. After shutdown, back to same issue.  What's happening?

    G5 dual 2ghz.  Been unplugged for a while. Powers up but no video or power to usb keyboard.  Boots up fine in safe mode, restart into normal mode ok. After shutdown, back to same issue.  What's happening?

    I keep seeing people ask and the advice to replace if it has been unplugged, but really have nothing to confirm that from my experiences.
    My experience is that a weak or dead battery can cause much more than date and time issues.
    I have seen it time and time again.
    Deal with used machines and you will quickly learn....
    I'll give no "recipe" or set list of symptoms, but the range of irregularities that can occur make it a quick and easy first line of troubleshooting, especially when the machine has been off the mains for a few months.
    Why fight mysterious maladies and troubleshoot with the knowledge that the PRAM battery is beyond it's useful life.
    Maybe they recharge?
    Not likely. They are chemically nasty, disposable, one way discharge batteries.
    They aren't Lithium-ion batteries

  • I am having an issue where whenever I am at the document list and do edit, to copy or delete a document the iPad locks up. Happens for both pages and numbers. Also happens on my iPhone, but only once in a while. Help.

    I am having an issue with both Pages and Numbers on my iPad. Whenever I am at the document list page and use "edit" to make a copy of a document or delete it, the iPad locks up. Happens almost every time. Also happens on my iPhone but only once in a while. Thought of completely redoing the iPad, but if it happens on the phone as well, won't help. ???

        Hello APVzW, we absolutely want the best path to resolution. My apologies for multiple attempts of replacing the device. We'd like to verify the order information and see if we can locate the tracking number. Please send a direct message with the order number so we can dive deeper. Here's steps to send a direct message: http://vz.to/1b8XnPy We look forward to hearing from you soon.
    WiltonA_VZW
    VZW Support
    Follow us on twitter @VZWSupport

  • Today, my iPhone calendar entries are changing from green to blue and back to green again. Anyone else having this issue?

    Today, my iPhone calendar entries are changing from green to blue and back to green again. Anyone else having this issue?

    No, never had the problem.

  • While executing the query in the web template I am  facing below issue

    Hello SAP geniuses,
    Please help me on my issue  ,
    while executing the query in the web template i am  facing below issue.
    The variable for characteristic (region) is appearing but this characteristic (region) is not appearing in the free characteristic zone  but when we are executing the query with out webtemplate it is showing both variable and free characteristic
    can anybody help us to identify what is the issue with the web template.
    Thanks
    Alok

    Hi,
    Plz check ur report and execute at the designer and take its technical name and go to RSRT. log out and log in and try..
    if not check ur authorisation.
    Regards....KP

  • Error while taking back up of Planning Area to Back Up Cube

    Hi,
    I am taking the back up of Planning Area to Back Up Cube. I am getting the following error message "Error 7 occurred when transferring an IDoc to the Business Information Warehouse". I tried to load data couple of times but I got the same error message on both occasions.
    We are working on SAP SCM 4, SP13.
    Kindly let me know if anybody knows how to resolve this issue.
    Thanks and Regards
    Ash
    Message was edited by: Ash T
    Message was edited by: Ash T

    Lilly,
    I have verified and found that the source system is active.
    Thanks and Regards
    Ash

  • Lightroom 5 file edited in photoshop cc 2014 does not appear back next to original after save. Is anyone else having this issue? If so what is the fix.  The edited image appears back in lightroom in a new folder.

    Lightroom 5 file edited in photoshop cc 2014 does not appear back next to original after save. Is anyone else having this issue? If so what is the fix.  The edited image appears back in lightroom in a new folder.

    I'm performing a normal "Save", not "Save As". Work flow I'm using is as follows:  Select photo in Lightroom 5.7 >" Edit In" Photoshop CC 2014 > (after working on photo is PS) > Save > close PS. Photo returns to Lightroom 5.7 in a new folder rather than next to the original. Prior to purchasing the monthly plan and upgrading to PS CC 2014, I performed this same work flow using Lightroom 5.6 and Photoshop CS6 without any issues.
    Just for fun... I attempted to move the edited file back into the original folder. I received a prompt that said the file already existed in the original folder, however I can't see it except the new folder that LR created. I tried several different sort orders, etc without any success.
    *** Follow up: Was unable to resolve the issue using Photoshop CC 2014. Uninstalled PS CC 2014 and went back to using Photoshop CS6. Return trips from LR 5.7 to Photoshop is now performing as it should: returning edited photo back to the original folder in LR 5 and placing next to the original image.
    Should anyone have a suggestion on getting Photoshop CC 2014 to do the same, I would love to be educated.
    Thanks for the help, dj_paige.

  • I am having strange issue with my apple tv...i set up pictures to scroll through to the tv using home sharing.  Now album covers are interspersed with my pictures.  I have been using apple tv for a while and never had this happen before

    I am having strange issue with my apple tv...i set up pictures to scroll through to the tv using home sharing.  Now album covers are interspersed with my pictures.  I have been using apple tv for a while and never had this happen before

    Are you watching this content though iCloud or though from iTunes on your local computer?  If it is from iCloud have you tried downloading the content to iTunes and watching it on ATV from that source to see if it still happens?  This is geerally a much more reliable way to view the content.  Easer to fast forward and rewind too.
    - I have a stable internet connection
    Clearlly you don't
    >(Ive tested on other devices)
    Which does not tell you anything about the specific connnection from ATV to iCloud.
    >I am able to stream Netflix problem free from my AppleTV without so much as a hicup
    Again which does not tell you anything about the specific connnection from ATV to iCloud.
    >- I am able to download the episodes to my phone, ipad, and computer without any issues
    Again which does not tell you anything about the specific connnection from ATV to iCloud.  It does remove your ISP throattly traffice as a possible cause though.  So that is good.
    Have you checked your wireless rounter?  Tried doing the factory restor on it?  Upgrading it's firmware?  Is it and or ATV getting extreamly hot when this problme happens?

  • I am having sound issues with Pottermore while using Safari 6.1. I once muted the sound and now can't unmute it even though the icon tells me it's unmated. I can hear samples of audio books in the store section.  Any ideas?

    I am having sound issues with the website Pottermore while using Safari 6.1. I once muted the sound and now can't unmute it even though the icon tells me it's unmuted. I can hear samples of audio books in the store section.  Any ideas? I have reset Safari.  Website works fine on Firefox.

    I am having sound issues with the website Pottermore while using Safari 6.1. I once muted the sound and now can't unmute it even though the icon tells me it's unmuted. I can hear samples of audio books in the store section.  Any ideas? I have reset Safari.  Website works fine on Firefox.

  • Facetime? I have been having audio issues where by my contacts cannot hear me after a while.. why is this...?

    facetime? I have been having audio issues where by my contacts cannot hear me after a while.. why is this...?

    Don't know.  You asked in the wrong forum community.  Try next door, down the road, around the corner and through the cornfield maze - Facetime for Mac community

  • I am frequently experiencing Iphone 5 camera issues, while taking photos all of the sudden the camera going to hang mode

    Hi,
    Greetings !!!
    I would like to know what is the root cause of Iphone camera hanging ?
    I am very frequently experiencing Iphone 5 camera issues like while taking photos all of the sudden the camera going to hang mode with full of pink & black line.
    I noticed while camera app turns ON the phone going to hand.
    I went to apple services server with this problem & they said they didn't see any errors.
    Kindly response with my request, and provide me the solution.
    Thannks & regards,
    -Vamsi

    That often happens with cameras when you take pictures of a computer screen. LCD screens "flicker" and the camera will often catch the flicker.

  • I have an iPhone 4s.  After upgrading to iOS 6 (and 6.0.1) my sound occasionally just stops working and I have to power off/on to get it back working again.  Anyone else having this issue?

    My sounds occasionally stops working after upgrading to iOS 6.  Is anyone else having sound issues with iOS 6 or greater?

    I am having this same issue on my iPhone 4. The most recent update to iOS 6.1 didn't fix it either. Has anyone found a fix for this problem? It doesn't happen often, maybe every third day or so but requires power off, power on to bring the sound back. 

Maybe you are looking for

  • PDF file preview in windows 8.1 machine through my application

    I developed an application which preview PDf documents. app is working in windows XP, windows 7 machines. But when i run the same application i got "Error HRESULT E_FAIL has been return from a call to a COM component". Through my application i tried

  • Linux user lost in solaris 10 network configuration :\

    I installed for evaluation Solaris 10 dor x86 and i'm trring to configure network interfaces. My problem is: If i "ping www.google.com" not works, but if i "nslookup www.google.com" works and i get ip ( 66.249.85.104 ) and if i "ping 66.249.85.104" o

  • How to use MONTH NAME in where condition in date column?

    Hi dudes, this is the table. sql>desc ACMINUTESPDFTEST; Name Null? Type ACDATE DATE TYPES VARCHAR2(10) here i have tried the following 2 queries,but i could not get the correct result select types,seqno,acdate from ACMINUTESPDFTEST where acdate like

  • How can I disable Text Messaging on my Iphone?

    How can I disable Text Messaging on my Iphone -- so I do not receive any texts. I do not have nor currently want an AT&T text plan, and I really don't want to be charged .20 for the text messages that will inevitably be sent my way from friends & cow

  • Prioritize ethernet over wifi on Mac OS X

    I use a Time Capsule with both of my Macs running 10.8.3. I'd like to get the most out of my bandwidth speed, so I ethernet cabled both Macs to the Time Capsule. However, there are some apps I use to connect between the Macs that require Wifi (like r