Process completed successfully but status changes  to red

hi in my process chain all the processes of the master data load local chain completed succesfully but the status changes to red and the chain is not processding further.  wh t may be the reason for this.
do any one have idea about this

Hi,
RED means the whole status of the chain or any particualr step in the process chain..?
If the total status is RED even all the steps finished successfully once come out of the session and again refresh and chk status...
Now if any step in the chain fails the total chain status remains RED only...
If u still needs to process further then u can use FM: RSPC_PROCESS_FINISH in SE37
U hav to copy the detals from the table RSPCPROCESSLOG.........
Check this blog:
/people/siegfried.szameitat/blog/2006/02/26/restarting-processchains
rgds,

Similar Messages

  • Problem in Background Job. Job Completed Successfully but data not Posted

    Hi All,
    There is a problem in Background Job in Production server (600).
    The job completed successfully but data not posted.
    The same Job was working perfectly till the starting of the May month.
    but now it is not working and rebate has not been posted.
    Where to check and what to check
    Pls suggest.
    Regards,
    P Kamal

    Hi ,
    Please first check the status of the Job , ifs successfully completed then debug it (tcode JDBG) and 
    check out,  whether the values passed (might be using Import-export ,set-get parameter Ids) to the Job are getting passed properly or not. These values might not be getting passed properly.
    If it has some error in Job Log then let me know the error.
    Regards,
    Uma

  • Powershell script to set custom attribute on mailuser returns WARNING: The command completed successfully but no settings of user have been modified.

    I am trying to write a script to enable a mailuser (I do know the difference between mailuser and mailbox) and set a custom attribute for that mailuser.  Every time I run the script I get "WARNING: The command completed successfully but no settings
    of <User DN> have been modified."  Both commands being invoked work when typed manually into the exchange management shell on the exchange server itself.  I am using the same administrator account in the script, and when I login to the
    exchange server to manually run the commands, so it shouldn't be a permission issue.  Here is my script so far.  If anyone can shed some light on what I'm doing wrong, I'd appreciate it.
    $excel = new-object -com excel.application
    $wb = $excel.workbooks.open("c:\temp\testmail8.xlsx")
    $ws = $wb.Worksheets.Item(1)
    $row = 1
    $s = New-PSSession -ConfigurationName microsoft.exchange -ConnectionUri http://<Exchange Server Name>/powershell -Credential [email protected]
    Do {
    $Email = $ws.Cells.Item($row, 1).Value()
    $Cat = $ws.Cells.Item($row, 2).Value()
    invoke-command -Session $s -ScriptBlock {Enable-MailUser -ExternalEmailAddress $($args[0][0] + "@domain.com") -Identity $($args[0][0])} -ArgumentList (,$Email, $Cat)
    invoke-command -Session $s -ScriptBlock {Set-MailUser -Identity $($args[0][0]) -CustomAttribute1 $($args[0][1])} -ArgumentList (,$Email, $Cat)
    $row++
         } While ($ws.Cells.Item($row,1).Value() -ne $null)
    $excel.quit    
    Exit-PSSession

    Hi,
    I'm not sure where is wrong in your script. If you want to get more help about the script troubleshooting, I recommand you to ask a question in Script Center forum for more professional answers:
    http://social.technet.microsoft.com/Forums/scriptcenter/en-US/home?forum=ITCG
    As a workaround, please directly create a mail user in EAC and set related custom attribute to have a try.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Satellite A50-109: CD burn completes successfully but disk is blank!

    After working fine for a year i get this funny behavior from my CD burner:
    Burning process completes seccessfully but disk is blank.
    I am using a Satellite notebook model A50-109 with winXP pro sp2 installed.
    Toshiba driver is recognized by XP, and all seems to work well except disk is always blank.
    This phenomena is the same while using XP's original burner or Nero.
    Seems to me then, like a hardware failure.
    Am i right?
    Is there a way to check hardware before applying to service provider?
    Thanks for your attention
    Rea

    I have an A60 and met the same problem the other day. I haven't burnt a CD for quite some time and when I tried it last week, the program which came with the notebook (RecordNow!) says there was an error, but it wouldn't say anything specific. When I tried it again, it stopped right after the writing started, and there was nothing on either CD. I simply cannot believe that it is a hardware failure, I mean, I hardly used it for burning (ca. 8 times in 2 years).

  • Process flow completed successfully but flagged as BUSY in OWB ?

    Hi, I have several process flow jobs that are scheduled to run each night.
    All steps of the process flows completes successfully (checked in Workflow Manager and Warehouse Builder Browser), but the overall status is always set to BUSY in OWB Browser.
    I have seen earlier related threads in this forum regarding the termination of jobs left in a BUSY state (through problems with the process flow etc), but why are my jobs being flagged as busy ?
    Seems like the completed successful status is not getting through to OWB Browser.
    Any ideas ?
    Thanks
    Paul

    Login to SQL PLUS as Workflow owner and run
    call wf_purge.Move_To_History(null,null)
    Search this forum for posts from Oleg from Kiev. He knows what he is doing and his posts helped me a lot. I have seen few posts from him related to this subject.
    Vladimir

  • Exp job completed successfully but nothing happend

    Hi,
    I am using oracle 8.1.7 with enterprise manager on windoews 2000 server.
    Exp job is not working. Job completed successfully without any error but The log only shows the help message of exp command. Simmilarly if i use exp command on prompt then it also returns the help message.
    However imp is working fine.
    Anybody can help please.

    Hi ,
    Please first check the status of the Job , ifs successfully completed then debug it (tcode JDBG) and 
    check out,  whether the values passed (might be using Import-export ,set-get parameter Ids) to the Job are getting passed properly or not. These values might not be getting passed properly.
    If it has some error in Job Log then let me know the error.
    Regards,
    Uma

  • "Install completed successfully", but many files are missing.  (J2SE)

    I downloaded the 80MB J2SE + netbeans package today, and when I try to install it, everything goes fine. Installer says it was successful, but MANY files are missing (including tha main netbeans file which the icon on my desktop links to). Here's my install log:
    (Aug 17, 2003 12:50:17 AM), Setup.product.install, com.installshield.product.actions.Files, err, java.util.zip.ZipException: invalid stored block lengths
    STACK_TRACE: 19
    java.util.zip.ZipException: invalid stored block lengths
         at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:139)
         at com.installshield.util.ZipInputStreamWrapper.read(ZipUtils.java:146)
         at com.installshield.archive.index.ISInflaterInputStream.fill(CompressedURLConnection.java:228)
         at com.installshield.archive.index.ISInflaterInputStream.read(CompressedURLConnection.java:140)
         at java.io.FilterInputStream.read(FilterInputStream.java:93)
         at com.installshield.product.actions.Files.copy(Files.java:700)
         at com.installshield.product.actions.Files.copyFileWithFileService(Files.java:737)
         at com.installshield.product.actions.Files.install(Files.java:378)
         at com.installshield.product.service.product.PureJavaProductServiceImpl.installProductAction(PureJavaProductServiceImpl.java:1868)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.getResultForProductAction(PureJavaProductServiceImpl.java:4649)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitComponent(InstallableObjectVisitor.java:365)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitInstallableComponents(InstallableObjectVisitor.java:325)
         at com.installshield.product.service.product.InstallableObjectVisitor.visitProductBeans(InstallableObjectVisitor.java:135)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(PureJavaProductServiceImpl.java:4276)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(PureJavaProductServiceImpl.java:3652)
         at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:40)
         at java.lang.Thread.run(Thread.java:484)
    "Installing J2SDK..."
    "Finished Installing J2SDK..."
    I have had nothing but problems with java so far and I am about ready to consider it a mediocre and unpredictable programming language that I can do without. Please help as i am quickly losing patience, especially on 56k when i have to download non-functional 80mb files. Anyways, this problem is happening on winxp home ed. thanks

    . I did it on HSD cable
    this time and again the file sizes match. but, when i
    go to a command prompt, and type java or javac, they
    are unrecognized commands.You need to set up your PATH environment variable to include the path of the java.exe and javac.exe files. For the current command prompt, typing in:
    set PATH=%PATH%;C:\j2skd1.4.2\bin
    Would do the trick. Change the directory, if you've installation is different. Then java and javac should be recognised.
    and when i try to compile
    an applet in netbeans that i wrote before and works
    fine with an online compiler, it gives the error:
    java.lang.NoSuchMethodError: main
    Exception in thread "main" Netbeans is treating your applet as an application. You should tell it it is an applet. I'm not sure how to do it, sorry. Best thing would be to use NetBeans to compile, but load the applet in an external browser.
    Regards,
    Bhaveet

  • SQL Server 2012 Installed KB2793634 and it completed successfully but display error in the event log

    Hi
    Running SQL Server 2012 with SP1 on Windows 7 x64 SP1
    One of the machines that this is installed displayed that the Windows Installer was starting repeatedly, like every 30 secs
    I installed KB2793634 and everything completed successfully.  No errors in any of the Summary, Detail, etc and all check marks at the end.  I went throught the event viewer and in the application log and saw the following
    Product: SQL Server 2012 Database Engine Services - Update '{4023B523-7241-4B6D-83A4-92105B0A3DC8}' could not be installed. Error code 1642. Windows Installer can create logs to help troubleshoot issues with installing software packages. Use the
    following link for instructions on turning on logging support:
    Is this something with the KB.  How do I find what the issue is and what do I do to fix it? Or is this a real error?
    I brought up SQL Server and the issue that the KB resolves seems to been resolved.  I can connect to the instance just fine, the version of the KB has been applied to the instance so now it is at 11.0.3128
    Any information will be greatly appreciated.

    Hi,
    According to the description, I know the patch that was successfully installed after the msiinstaller error.
    1. Per
    KB304888 and mentioned the possibility that the hotfix was launched a second time after the initial successful update.
    I suspect if you have installed any hotfixes or Cumulative updates after installing Service Pack 1 for SQL Server 2012.
    Reference:
    http://support.microsoft.com/kb/2793634
    2. Check the application log. Is the error happening intermittently?
    Thanks.
    Tracy Cai
    TechNet Community Support

  • Get-adgroupmember says it completed successfully but displays nothing in Powershell

    I am trying to display all the members of administrators so I try
    Get-ADgroupmember -identity administrators
    and it returns
    Get-ADGroupmember : The operation completed successfully
    At line:1 Char:18
    + Get-ADgroupmember <<<<
           +CategoryInfo  "NotSpecified: (administrators:ADGroup) [Get-ADGroupMember], ADException
    What am I doing wrong?
    JF

    Hi,
    I have faced this error when the group contains foreign members. Try to use Get-ADGroup and access members property - it should work. PSB example:
    PS C:\> Get-ADGroupMember my_cool_group
    Get-ADGroupMember : The operation completed successfully
    At line:1 char:18
    + Get-ADGroupMember <<<< my_cool_group
    + CategoryInfo : NotSpecified: (my_cool_group:ADGroup) [Get-ADGroupMember], ADException
    + FullyQualifiedErrorId : The operation completed successfully,Microsoft.ActiveDirectory.Management.Commands.GetADGroupMember
    PS C:\> (Get-ADGroup my_cool_group -properties members).members
    CN=Citrixtest\, Citrixtest,OU=Ireland,OU=Users,DC=DOMAIN,DC=LOCAL
    CN=S-1-5-21-830052177-1794105578-3120254253-14766,CN=ForeignSecurityPrincipals,DC=DOMAIN,DC=LOCAL
    CN=S-1-5-21-830052177-1794105578-3120254253-14960,CN=ForeignSecurityPrincipals,DC=DOMAIN,DC=LOCAL
    CN=S-1-5-21-830052177-1794105578-3120254253-10641,CN=ForeignSecurityPrincipals,DC=DOMAIN,DC=LOCAL

  • Indexing is completed successfully but no records in Endeca

    Hi All,
    I am trying to do baseLineIndex, and it is successfully completed but ProductCatalogOutputConfig shows count as '0'.
    PreIndexing (Duration: 0:00:00)
         /atg/commerce/endeca/index/CategoryTreeService                COMPLETE (Succeeded)
    RepositoryExport (Duration: 0:00:26)
         /atg/commerce/endeca/index/SchemaExporter      61      0      COMPLETE (Succeeded)
         /atg/commerce/endeca/index/CategoryToDimensionOutputConfig      55      0      COMPLETE (Succeeded)
         /atg/commerce/endeca/index/RepositoryTypeDimensionExporter      20      0      COMPLETE (Succeeded)
         /atg/commerce/search/ProductCatalogOutputConfig      *0*      0      COMPLETE (Succeeded)
    EndecaIndexing (Duration: 0:01:35)
         /atg/commerce/endeca/index/EndecaScriptService                COMPLETE (Succeeded)
    Actions:      
    I have created catalog under a site and categories, products and skus are associated with that. Site Ids are also updated.

    Because of BULK MODE I got this Issue and now it got resolved.

  • Looks like deployment completed successfully, but there are errors in BDD/smsts Log

    I am new to MDT and getting ready start using the tool for deployments, but I am concerned about some errors in the log files.  The systems we have deployed appear fine, but I want to ask if I should be concerned about these errors.  We do not
    migrate and user data and are using MDT to upgrade older equipment to windows 8.  When the deployment has been completed, it reports 0 errors and 0 warnings.
    Thank you for any help!
    Here is the error that is in the smsts.log that appears multiple times Error - (__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002)
    Parsing task sequence to get schema version
    TSManager 1/9/2015 12:49:10 PM
    540 (0x021C)
    Task sequence version 3.00 TSManager
    1/9/2015 12:49:10 PM 540 (0x021C)
    Task sequence schema version is 3.00 TSManager
    1/9/2015 12:49:10 PM 540 (0x021C)
    Current supported schema version is 3.10 and 3.00
    TSManager 1/9/2015 12:49:10 PM
    540 (0x021C)
    Processing get action table request TSManager
    1/9/2015 12:49:10 PM 540 (0x021C)
    Got root node now getting list of all child elements
    TSManager 1/9/2015 12:49:10 PM
    540 (0x021C)
    There are 7 first level steps or groups TSManager
    1/9/2015 12:49:10 PM 540 (0x021C)
    Processing group TSManager
    1/9/2015 12:49:10 PM 540 (0x021C)
    Parsing group node: Initialization TSManager
    1/9/2015 12:49:10 PM 540 (0x021C)
    Description: Initialize the TS environment TSManager
    1/9/2015 12:49:10 PM 540 (0x021C)
    ContinueOnError: false TSManager
    1/9/2015 12:49:10 PM 540 (0x021C)
    Disable: false TSManager
    1/9/2015 12:49:10 PM 540 (0x021C)
    (__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)
    TSManager 1/9/2015 12:49:10 PM
    540 (0x021C)
    another error
    DefaultVarlist found TSManager
    1/9/2015 12:49:10 PM 540 (0x021C)
    Variable name: ImageSize TSManager
    1/9/2015 12:49:10 PM 540 (0x021C)
    Variable name: ImageProcessorSpeed TSManager
    1/9/2015 12:49:10 PM 540 (0x021C)
    Variable name: ImageMemory TSManager
    1/9/2015 12:49:10 PM 540 (0x021C)
    Variable name: VerifyOS TSManager
    1/9/2015 12:49:10 PM 540 (0x021C)
    Action command line: cscript.exe "%SCRIPTROOT%\ZTIValidate.wsf"
    TSManager 1/9/2015 12:49:10 PM
    540 (0x021C)
    Adding instruction at 4 TSManager
    1/9/2015 12:49:10 PM 540 (0x021C)
    Parsing step node: Check BIOS TSManager
    1/9/2015 12:49:10 PM 540 (0x021C)
    Description: TSManager
    1/9/2015 12:49:10 PM 540 (0x021C)
    ContinueOnError: false TSManager
    1/9/2015 12:49:10 PM 540 (0x021C)
    SuccessCodeList: 0 3010 TSManager
    1/9/2015 12:49:10 PM 540 (0x021C)
    (__hrMethodRetVal == ((HRESULT)0L)) || (bFailIfMissing == false), HRESULT=80070002 (e:\nts_sms_fre\SMS\common\inc\ccmxml.h,566)
    TSManager 1/9/2015 12:49:10 PM
    540 (0x021C)

    Error 80070002 is Windows can not find the file specified. Look at your BDD.log at the time stamp SMSTS.log shows this error.  I highly doubt there is anything wrong though. Some of the stuff you see in SMSTS.log can be along the lines of hey does
    blah exist? If blah doesn't exist then do some stuff else do some other stuff.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • XMLImporter completes successfully but I don't see the personalization

    Hi,
    I have created an OA Extension to add the charge account to the Notification Details page. I am now trying to export from source env. and import into target env. The extension part works fine but when I use XMLImporter to import the personalization (add charge account field to the page) the import completes but I don't see the field. Here are the export/import commands I am using:
    java oracle.jrad.tools.xml.exporter.XMLExporter /oracle/apps/icx/por/wf/webui/customizations/function/FND_WFNTF_DETAILS/ReqLinesNotificationsRN -username apps -password d3vapps99 -dbconnection "(description=(address_list=(address=(community=tcp.world)(protocol=tcp)(host=ebstest.bil.local)(port=1551)))(connect_data=(sid=BELDEV)))" -rootdir $XX_TOP/personalizations
    java oracle.jrad.tools.xml.importer.XMLImporter $XX_TOP/personalizations/ReqLinesNotificationsRN.xml -username apps -password d3vapps99 -dbconnection "(description=(address_list=(address=(community=tcp.world)(protocol=tcp)(host=ebstest.bil.local)(port=1551)))(connect_data=(sid=BELDEV)))" -rootdir $XX_TOP/personalizations
    After the import it shows the following but I don't see I don't see the new field and there is no directory $JAVA_TOP/oracle/apps/icx/por/wf/webui/customizations/function/FND_WFNTF_DETAILS to hold the file ReqLinesNotificationsRN:
    Importing file "/u02/beldev/apps/apps_st/appl/xx/12.0.0/personalizations/ReqLinesNotificationsRN.xml" as "/oracle/apps/icx/por/wf/webui/customizations/function/FND_WFNTF_DETAILS/ReqLinesNotificationsRN".
    Import completed.
    Can anyone tell me what I'm doing wrong?

    I can see that the personalization was transferred but I don't see the new field on the page. Does the server need bounced?
    DECLARE
    BEGIN
    jdr_utils.listcustomizations
    (p_document => '/oracle/apps/icx/por/wf/webui/ReqLinesNotificationsRN');
    END;
    result:
    /oracle/apps/icx/por/wf/webui/customizations/function/FND_WFNTF_DETAILS/ReqLinesNotificationsRN
    Thanks

  • HT2518 migration completed successfully, but no music???

    I just successfully tranferred muic from PC to MBP through my network using the Migration Assistant.  To my shock, there is no music on the MBP that I can find.  Can anyone tell me what needs to be done to bring the music files into I-Tunes?  The Migration Assistant states that the music will be in itunes but it is not there ... Where do I go from here? - Frustrated!

    Because of BULK MODE I got this Issue and now it got resolved.

  • Unable to commit the project status change

    Dear Experts,
    I am developing a utility program to change the status of multiple projects at once.
    I am changing the status of Phase, task, check list,check list item and Project status from
    Create to Release, release to Complete and to Work Effor Complete.With respective status change BAPIS.
    when ever the projects is not able to change the status success fully due to validations
    such as person respondsble not mainted or any other basic data is missing,
    We are not committing the changes if every thing goes fine we are commiting with BAPI: BAPI_CPROJECTS_COMMIT_WORK
    but when we commit with this it still retaining the previous project status in LUW and trying to commit previous project too.
    and commit is getting failed.
    I am not able to roll back or free the project with BAPI:BAPI_CPROJECTS_ROLLBACK_WORK and BAPI_BUS2172_FREE
    BAPI_CPROJECTS_ROLLBACK_WORK: when iam trying to use this BAPI it is going to short dump
    BAPI_BUS2172_FREE:  It is returing error saying unable to free the project.
    Could you please tell how to roll back the changes to the project or how to commit only success full projects (Project with out any errors in status change.)
    Kindly do the needful
    Thanking you.
    -ravi

    Program flow
    Loop at It_Project
    *Status Change for Check List
    CALL FUNCTION 'BAPI_BUS2176_SET_STATUS'
        EXPORTING
          checklist_guid                = p_guid
      IV_STATUS_PROFILE             =
         is_business_transaction       = lv_bus_trans
         TABLES
             return                    =  t_return.
    *Status Change for task
      CALL FUNCTION 'BAPI_BUS2175_SET_STATUS'
        EXPORTING
          task_guid               = p_guid
          is_business_transaction = lv_bus_trans
        TABLES
          return                  = t_return.
    *Status Change for project
    CALL FUNCTION 'BAPI_BUS2172_SET_STATUS'
          EXPORTING
            project_definition_guid = p_guid
            is_business_transaction = lv_bus_trans
          TABLES
            return                  = t_return.
    If there is a sucess in changing the status.
    CALL FUNCTION 'BAPI_CPROJECTS_COMMIT_WORK'
        TABLES
          return = t_creturn.
    Else.
        CALL FUNCTION 'BAPI_CPROJECTS_ROLLBACK_WORK'
          TABLES
            return = t_rreturn.
    Endif.
    Endloop.
    In the above code when we are executing  BAPI_CPROJECTS_ROLLBACK_WORK is going for dump.
    If we simply commit with  BAPI_CPROJECTS_COMMIT_WORK for all the projects then if any project
    commits with error same error is re produced for all the following projectsid (unable to destroy the LUW).
    and in CRM we can't use 'BAPI_TRANSACTION_ROLLBACK'.

  • Windows Server Backup scheduled task run successfully but backup do not start (not running) on Windows Server 2012

    Hi,
    A backup job has been setup on Windows Server 2012 (Platform: Win32NT; ServicePack: ; Version: 6.2.9200.0; VersionString : Microsoft Windows NT 6.2.9200.0) via Windows Backup Software UI (Local Backup 1.0).
    It is appearing as a scheduled task "\Microsoft\Windows\Backup\Microsoft-Windows-WindowsBackup" belonging to user 'nt authority\system' in task scheduler.
    The problem is that the Backup job never start despite the scheduled task running and completing successfully (when run automatically or manually)!
    Would you be able to explain why and assist in resolving that issue?
    Here is what we know:
    When the backup is run manually via the Windows Backup Software UI, it works fine.
    When the backup is run via command line (as set in schedule task) in a cmd command prompt (as local/domain 'administrator' or as 'nt authority\system' which is possible by running command prompt via 'PsExec.exe -i -s cmd'), something like "%windir%\System32\wbadmin.exe
    start backup -templateId:{f11eb3aa-74e7-4ff4-a57b-d8d567ee3f77} -quiet", it works fine.
    If you manually run the preset scheduled task while logged in as administrator, the task run and complete successfully but the backup job does not start.
    Idem if you schedule task is run automatically at scheduled time.
    The schedule task run and complete successfully but the backup job does not start.
    It is confirmed by running the following in a command prompt as 'nt authority\system':
    schtasks /run /tn "\Microsoft\Windows\Backup\Microsoft-Windows-WindowsBackup"
    SUCCESS: Attempted to run the scheduled task "\Microsoft\Windows\Backup\Microsoft-Windows-WindowsBackup".
    Despite success result, the Backup job does not start running...
    No errors or warning appears anywhere in Event Logs (Microsoft > Windows > Backup or Task Scheduler) nor in the scheduled task History tab. The schedule task complete successfully but no Backup job is run...
    If scheduled task automatically set by Windows Backup software is duplicated (copied) and set manually it runs fine as 'administrator' and as 'nt authority\system' (subject that 'nt authority\system' is added to the 'Backup Operators' AD group).
    Here is an export of the current pre-set schedule task, is there any settings that need to be changed to make it works?
    <?xml version="1.0" encoding="UTF-16"?>
    <Task version="1.4" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
      <RegistrationInfo>
        <Author>MYDOMAIN\SERVER1</Author>
        <SecurityDescriptor>D:AR(A;OICI;GA;;;BA)(A;OICI;GR;;;BO)</SecurityDescriptor>
      </RegistrationInfo>
      <Triggers>
        <CalendarTrigger id="Trigger 1">
          <StartBoundary>2014-07-14T21:00:00</StartBoundary>
          <Enabled>true</Enabled>
          <ScheduleByDay>
            <DaysInterval>1</DaysInterval>
          </ScheduleByDay>
        </CalendarTrigger>
      </Triggers>
      <Principals>
        <Principal id="Author">
          <UserId>S-1-5-18</UserId>
          <RunLevel>HighestAvailable</RunLevel>
        </Principal>
      </Principals>
      <Settings>
        <MultipleInstancesPolicy>Parallel</MultipleInstancesPolicy>
        <DisallowStartIfOnBatteries>true</DisallowStartIfOnBatteries>
        <StopIfGoingOnBatteries>false</StopIfGoingOnBatteries>
        <AllowHardTerminate>true</AllowHardTerminate>
        <StartWhenAvailable>true</StartWhenAvailable>
        <RunOnlyIfNetworkAvailable>false</RunOnlyIfNetworkAvailable>
        <IdleSettings>
          <StopOnIdleEnd>false</StopOnIdleEnd>
          <RestartOnIdle>false</RestartOnIdle>
        </IdleSettings>
        <AllowStartOnDemand>true</AllowStartOnDemand>
        <Enabled>true</Enabled>
        <Hidden>false</Hidden>
        <RunOnlyIfIdle>false</RunOnlyIfIdle>
        <DisallowStartOnRemoteAppSession>false</DisallowStartOnRemoteAppSession>
        <UseUnifiedSchedulingEngine>false</UseUnifiedSchedulingEngine>
        <WakeToRun>false</WakeToRun>
        <ExecutionTimeLimit>P3D</ExecutionTimeLimit>
        <Priority>7</Priority>
      </Settings>
      <Actions Context="Author">
        <Exec>
          <Command>%windir%\System32\wbadmin.exe</Command>
          <Arguments>start backup -templateId:{f11eb3aa-74e7-4ff4-a57b-d8d567ee3f77} -quiet</Arguments>
        </Exec>
      </Actions>
    </Task>
    Thank you in advance for your feedback.

    Once again, the issue is not to run the backup manually from the command line but to have it run via the scheduled task setup by the Windows Backup software.
    By default, the schedule task is to be run as NT Authority\System, and when run under this account, the backup does not start (even though account is member of Backup Operators) and job can manually be run via elevated command prompt. This is not a normal
    behavior and constitute a major bug in Windows Server 2012.
    From my understanding the NT Authority\System account is a built-in account from Windows that should by default be part of the Administrators group (built-in) even though it does not explicitly appears like it in AD by default.
    This account shall have by default Administrators rights and Backup Operators rights (via the Administrators group) without being explicitly added to those groups (http://msdn.microsoft.com/en-gb/library/windows/desktop/ms684190%28v=vs.85%29.aspx). By design
    it is supposed to be the most powerful account which has unrestricted access to all local system resources. If that is not the case (as it seems) then this would constitute a major bug in Windows Server 2012 edition.
    As said previously and as you confirmed, currently by default NT Authority\System on Windows 2012 server cannot start backup manually via an elevated command prompt unless it is manually added to Backup Operators (or Administrators) group. But wouldn't that
    constitute a bug of Windows Server 2012?
    Our server has not yet been restarted since I added NT Authority\System account to the Administrators group explicitly manually so I cannot yet confirmed it would sort the issue. Indeed it is heavily in use so cannot easily be restarted. Will confirm when
    done.
    We also have an additional problem where after a while of last reboot, part of the Exchange ECP can no longer be properly loaded in the web browser due to compilation error (compilation is done via NT Authority\System account which seems to no longer have
    sufficient right to compile .NET code). What is strange is that it works at first and then stop working at some point... I am hopeful that adding NT Authority\System to the Administrators group would sort this issue as well but once again, that shall not be
    needed!!!
    Could a Windows Server 2012 update introduced some security policy changes or else that prevent NT Authority\System to have full power?

Maybe you are looking for

  • Creation of table of table dynamically

    Hi everyone,   i have created an alv grid with a dynamic number of columns. Now i need to edit specific rows in the alv table. In the BCALV_EDIT_02 you need to create in the data table a field CELLTAB (wich is also a table), how can i do this ? Xavie

  • Firefox 1.x won't open new tabs

    I had to avoid using Firefox 1.0-1, and now Firefox 1.0-2, because of the fact that whenever I click "Open window in new tab", it doesn't go to the link, but just opens a new tab, not actually going anywhere. This is getting pretty annoying, and I di

  • Canon 5DIII and Lightroom 4.3 problems

    I have a new MAC running 10.8 IOS and Lightroom 4.3. I also have a new Canon 5d Mark III. According to documentation Lightroom should recognize RAW files on the camera for download into Lightroom. But while I had success with only importing a single

  • J2EE application performance bottlenecks

    For anyone interested in learning how to get resolve J2EE application performance bottlenecks, found a great resource: http://www.cyanea.com/email/throttle_form2.html registering with them can have you win 1 of 3 iPod mini's

  • Tracking Windows 2000 OS events--Is it possible?

    Hello all, I have stored files in my computer which are generated using my application.These files own my application specific file extension. I have registered the file association to windows registry and when each time the file is opened in OS envi