Issue with N step BADi

Hi,
We are on SRM_SERVER 550.
We have implemented n step badi for approval of SC.
After SC is created, we see an error in the WF log in the step for task TS10008126. The error is shown in the step history and its "EVALUATE_AGENT_VIA_EXPRESSION      Result of agent resolution does not agree with agents of task"
When I try to see in OOCU as to what are the agent assignments for the task, it shows me an empty list in OOCU.
Is there some basis steps for WF missing?
Regards,
Srivatsan

Hi Srivatsan,
Check the agent assignment of the task. Go to transaction PFTC, select Standard task as task type and give in the number of the task (10008126). Then press change. In the next screen go to Additional data in the menu and select Agent assignment -> Maintain. Then select Approval of shopping cart and click on the attributes button. In the pop-up select General task. And that is it. Depending on the system settings you can transport this or you will need to do it at every system / client.
Regards,
Martin

Similar Messages

  • Issue with the steps in adding the ticket number in the ERMS email

    CRM 5.0  SP09
    Read the CRM expert article written by John Burton to add a ticket automatically to an email reply and was able to get it to work. (had to apply note 954060 to get the variable in the mailform)
    But in our normal processing steps the ticket number hadn't been created and was looking for a way to generate the number.
    Normal steps.
    1. Inbox - select Emails in process, select one and interact.
    2. Confirm BP or create a BP and confirm.
    3. Choose Email from nav bar and reply.  the ticket number is not filled i.e.
    If I change the steps to
    1. Inbox - select Emails in process, select one and interact.
    2. Confirm BP or create a BP and confirm.
    3. Select interaction record and save (service ticket # shows)
    4. Choose Email from nav bar and reply.  and value fills in.
    Is not a major issue, but users are always looking to reduce the number of clicks for the agents as they are being converted from using Outlook to ICWC for email repsonses.
    Thanks,
    Glenn

    Hi Glenn,
    I am not sure that I (or other readers) may fully undestand the issue, so I want to clarify a couple of points.
    It is not quite clear to me whether the emails that you are processing in the Agent Inbox are replies from customers (which already contain an ERMS tracking thread) or whether they are new emails?
    I will assume that they are new emails. Also, I understand (from previous message threads) that you are using the Service Ticket as your leading business transaction, rather than the Interaction Record? Is this the case? If so, it is important to point out in such threads since the default process used by most customers to create an interaction record as the leading object and then create a service ticket in cases wehre followup investigation is necessary.
    In the normal proces flow, an interaction record is automatically created once a business partner is confirmed. So, in order to create a service ticket (and have the service ticket thread be automatically inserted into an email as a tracking thread) you first need to navigate to the Service Ticket screen (which results in the creation of a service ticket).
    But I am assuming, as mentioned, that in your case you are using the Service Ticket as the leading object? Does anything show up in this "Interaction Record" view in the lower-right-hand corner of the email editor currently? If so, maybe the problem then is that you need to replace the Interaction Record view inside the Email Editor screen with the Service Ticket view instead? This could be causing the problem that the non-existant Interaction Record is being set as the current One Order object instead of the Service Ticket. This is really jus a guess on my part, but maybe worth checking.
    See also SAP notes 1032743, 1169373, 1157402
    Warm regards,
    John

  • Issue with Receive step of BPM

    Hi all,
    I have an BPM scenario in which I send a file to the target system and then receive an acknowledgement from the system. I have used correlation in the BPM for the send and the next receive step .
    When a wrong acknowledgement is placed , the message goes to the queue with the error message "Active correlation Not Found".
    But when an right acknowledgement is placed then also the message goes to the queue with the message "Error in delivery of message to receive step of BPM ".
    The acknowledgement is received and then interface mapping is used which sends the Filename to the Integration Process which is used for the correlation.
    Please give your suggestions .
    Regards,
    Srivatsan M

    When a wrong acknowledgement is placed , the message goes to the queue with the error
    message "Active correlation Not Found".
    when there is wrong ack then there seems to be no value coming in the field which you have used for correlation....or it seems that the field itself is not coming in the wrong ack message
    But when an right acknowledgement is placed then also the message goes to the queue with the
    message "Error in delivery of message to receive step of BPM ".
    Now in right correlation the value that is coming in the correlation field is not  matching with the field for correlation of the send step...
    So the reason for both the errors is wrong correlation configuration.

  • Re: Issue With Final step re-installing drivers

    I have a hp desk jet 2540 all in one trying to print with my HTC mobile android phone wireless. Set my phone up with wireless print capabilities but will not print. Had my daughter use her hp laptop to try and set it up without results.

    Hello @BlessingC46, 
    Welcome to the HP forums.
    I understand that you are trying to print from your HTC mobile phone.
    I would like to help.
    You will have to make sure that the Deskjet 2540 is connected to a wireless network.
    HP Deskjet 2540 and HP Deskjet Ink Advantage 2545 All-in-One Printer Series - Installing the Printer...
    Once the printer is on the wireless network, you will need to install the HP ePrint app onto your phone.
    Getting Started with HP ePrint Mobile Apps
    Please let me know if you need any further assistance.
    Aardvark1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!

  • Issue with Condition step in workflow

    Hi Guys,
    I am using a condition step to check the value of a variable A. If the value of A is 7 , then the wf will follow the true branch. If not it will go down the false branch. This is as simple as that. But the wf was going down the wrong path when i tried to test it. Meaning even if the value of A is 7, it was going down the false branch.
    So i simulated that condition in the editor and manually entered a value of 7 for A and still it is going down the false branch.
    I havent seen this issue before. Have any of you? I ahve tried clearing buffer, creating new version of the wf. But nothing has worked. I even tried to reverse the condition check. Like i tried to give IF A not equal to 7. Still its going down the worng branch.
    Any ideas? The variable if declared of the type SYST-PEXPI. And the funny part is this wf is working fine in production.
    Harish

    Hi Harish,
    Sometimes it happens that the value of the variable is not yet populated when the workflow is at the COndition step. Hence it always follow the same path irrespective of the actual value that needs to come.
    Please check if the container element you are checking is having the correct value when at the COndition step. Else you can try adding a wait for few seconds step before the condition step and then test.
    I guess the performance of the Production system is better than the dev or quality system so you are not facing the issue there.
    Regards,
    Saumya

  • Issue with implemenatin of BADI

    Currently, the sap system has the standard implemention of the BADI XXXX, and i try to add another custom implemenation of this BADI XXXX. However, the custom implemenation will automatically become inactive after activation.  Anyone has ideas about this my problem?

    Check in BADI Attributes :
    That Mulitiple use Check box is Checked or not..
    Hope it helps...

  • Google 2 Step Verification on Gmail causing 10.9 issues with iCloud Keychain Sync?

    Hi
    I have just installed 10.9 on my Air 2011 and it works fine. I signed up the iCloud Keychain sync. I also updated my iPhone to iOS 7.0.3 and also signed up for iCloud keychain sync. All appeared well until I set up my iMac 2009. This had the same email accounts setup but as POP not IMAP (my bad) and so I ended up with multiple email account copies everywhere. I corrected this on each device without issue. Managed to lock an exchange account for work but I can sort that through IT support tomorrow. Anyway an issue with my Gmail cropped up. As I have 2 step verification enabled I have application specific passwords for each device. Now I found that the iMac (last to move to 10.9) propagated its app specific password to the Air and then locked the Gmail access out. If I correct on the Air it propagates back to the iMac locking that out of my Gmail account.
    So iCloud Keychain sync only seems to support one password for each email account.
    The only option I can see is disable 2 step on gmail and revert to my account password rather than an app specific password.
    Has anyone had a similar issue?
    Has anyone managed to get a solution where gmail 2 step can be retained?
    Is there a way to block certain accounts from participating in the iCloud Keychain sync?
    Is there a way to force the same app specific password on multiple gmail accessing devices?
    Any help welcomed.
    Thanks

    Yep. My other iMac works now too on App specific passwords and iCloud Keychain sync. So that is my iPad, iPhone, Mac Pro, Air, iMac 2012 all working fine on Gmail App Specific passwords. Just my iMac 2009, presume its my bad and in need of a revoke. Sorry for wasting all your time.

  • I have bought a used macbook, to bad i do not have the admin password. is there any way to bypass this issue with out the Mac OS X disk? (without loosing my obtained files?)

    i have bought a used macbook, to bad i do not have the admin password. is there any way to bypass this issue with out the Mac OS X disk? (without loosing my obtained files?)   I NEED HELP BADLY PLEASE....

    What version of the Mac OS X are you running. Go to the Apple in the upper left corner and select About This Mac and post the version.

  • Issue with TestStand 2010 or 2012 hanging on the first step after continuously running TestStand?

    I am having issues with a CVI test sequence hanging in TestStand 2010 & 2012.  Currently, the only way to resolve this is to exit/close TestStand.  Following this we must replace the entire project with a backup project.  This only occurs about once a day or so with the sequence running continuously.  It will hang on the first or second step in the sequence, usually the first step.  The project uses several continuous XINET CAN messaging, so I wonder if this could be related to that.

    Yes, I have. It hangs at the first statement in the code after all the variable defines.  It does seem to be related to any particular statement, as we had skipped that test step, and then it hangs on the next step at the first statement.

  • Adobe 9 Multiple issues with scale resetting, hand tool disappearing, and bad parameters

    Hello and thank you for help!
    We are having a single machine have issues with the scale resetting on a documents after they have been saved.  We will set the scale to 1-30 and after re-opeing the pdf, its back to 1-1
    Also having issues with the hand tool reverting to the pointer tool after an indeterminet amount of time.  And lastly we recieve the bad parameter message when using the clouding tool, the feature can be used right after that with no issues.  Where to start troubleshooting this issue?
    Adam

    Are you saying that
    you are going to the Document Properties tab->Initial View and setting the magnification and then saving the file, that this setting does not stick when you reopen the file
    or
    you just changing the view magnfication while looking at the file, saving the file and that view mangification doesn't stick.
    If the latter, its not supposed to. If the former, then Houston we have a problem.

  • I'm having issues with Safari and Mavericks. It encounters errors frequently and cannot attach docs to my web e-mail without redundant steps. Any solution ideas?

    When using my web e-mail (Outlook web app) Safari frequently closes the page and says it must reload the page...then it errors-out. When this happens I must close Safari completely then reopen it, and reopen Outlook web app. My cache is cleared frequently (at least once per day). I am also unable to directly attach docs to e-mails - I must go the through the process twice. This never occured before Mavericks.
    Any ideas on a solution...anyone else experience issues with Safari/Mavericks operations?

    Hello Cabamyk,
    It sounds like you are having issues loading this web app for Outlook. I was thinking that there may be a 3rd party add-ons interfering with Safari or perhaps one may need to ge re installed. Use this article to help troubleshoot add-ons:
    Safari: Unsupported third-party add-ons may cause Safari to unexpectedly quit or have performance issues
    http://support.apple.com/kb/ts3230
    Use the add-on's uninstaller, if possible
    Quit Safari.
    Remove any unsupported third-party add-ons you've installed (see if the add-on's installer includes an uninstall feature).
    Open Safari again.
    If these steps fix the issue you were having, check the website of the software's developer to see if there is an updated version available, or avoid using the add-on.Manually uninstall third-party add-onsIf the software doesn't have an uninstall feature, quit Safari and try manually moving the third-party add-on files. These files are usually installed in one or more of the following locations:
    /Library/Internet Plug-Ins/
    /Library/Input Methods/
    /Library/InputManagers/
    /Library/ScriptingAdditions
    ~/Library/Internet Plug-Ins/
    ~/Library/Input Methods/
    ~/Library/InputManagers/
    ~/Library/ScriptingAdditions
    The first four locations listed are in the root-level Library on your hard disk, not the user-level Library in your Home folder.The tilde (~) represents your Home folder.
    To access the Home folder in OS X Lion, OS X Mountain Lion, or OS X Mavericks, open the Finder, hold the Option key, and choose Go > Library.
    To access the Home folder in Mac OS X v10.6 and earlier, open the Finder and choose Go > Home. Then, click the Library folder.
    If the issue is resolved by removing items from the above locations to a different location, return the items one at a time and test Safari. That way you can determine which item is causing the issue. Once identified, remove the problematic item and put the others back. Check for updates to the items that are found to cause issues, or report the issue to the add-on developer.Important: When removing items from the above locations, do not put them in the Trash. Instead, put them in a new folder or on the desktop while troubleshooting. If removing the item does not resolve the issue, you can put it back where it came from. In Mac OS X v10.6 or later, you can use the Put Back feature of the Trash to automatically put items back where they came from.Files that should not be removedThe following items should not be deleted from your system:
    /Library/Internet Plug-Ins/iPhotoPhotocast.plugin
    /Library/Internet Plug-Ins/nsIQTScriptablePlugin.xpt
    /Library/Internet Plug-Ins/Quartz Composer.webplugin
    /Library/Internet Plug-Ins/QuickTime Plugin.plugin
    /Library/Internet Plug-Ins/QuickTime Plugin.webplugin (Mac OS X v10.5.x only)
    /Library/Internet Plug-Ins/VerifiedDownloadPlugin.plugin (Mac OS X v10.5.x only)
    Reinstalling the above plug-ins requires reinstalling OS X. Some application or system updates may restore specific plug-ins.
    Thank you for using Apple Support Communities.
    All the very best,
    Sterling

  • HT201401 Has anyone had issues with the iPhone 5'S power cord going bad? I have purchased 2 in a 4 month span and they keep going out.

    Has anyone had an issue with the power cord for the iPhone 5? I have replaced two in a four month period

    Did you check with Verizon to make sure that your destination country would allow the device you have to connect? The possibility is that this country does not have (or you are not in range) a carrier that uses CDMA. If the carriers in this country use GSM you may be out of luck. VZW cannot guarantee service in any country outside the USA.
    Here is the number to call 908-559-4899

  • Auto adjustment of page orientation causes printing issues with documents that have a page width greater than its page height.

    Hi,
    Since an upgrade from Word 2003 to Word 2010, we are experiencing printing issues with certain
    documents that have a page width greater than its page height.
    In Word 2003, it was no problem to set the page width greater than the page height while setting the page orientation to "portrait".
    In Word 2010, this seems impossible: despite leaving the page orientation to "portrait", if one changes the page width/height as stated,
    Word 2010 automatically adjusts the orientation to "landscape". Resetting the orientation to "portrait" will flip the page's width/heigth settings.
    This behaviour causes printing problems: the page prints out 90° rotated.
    I do not believe this is a printer driver issue: I tried several different printer drivers, and all give the same (bad) result. Setting the printer driver's page orientation settings (before printing) makes no difference, as
    Word 2010 seems to force the page orientation settings.
    Inserting the documents 90° rotated is not an option, since it causes problems with the printing margins.
    This is very annoying, since we have to print official documents of a municipality (driver's licences).
    Is there a workaround for this issue?
    Regards,
    Laurent Grandgaignage
    Sysadmin Gemeentebestuur Stabroek, Belgium

    Hi
    Thank you for using
    Microsoft Office for IT Professionals Forums.
    From your description, we can follow these steps to test this issue
    Step 1: Repair Office 2010
    1.      
    Click
    Start, and then click Control Panel.
    2.      
    Click
    Programs and Features.
    3.      
    Click the
    Office 2010 program that you want to repair, and then click
    Change.
    4.      
    Click
    Repair, and then click Continue. You might need to restart your computer after the repair is complete.
    Step 2:
    Rename the global template (Normal.dotm)Follow the steps for the operating system that you are using:
    Windows Vista and Windows 7
    a)      
    Exit Word 2010
    b)      
    Click
    Start.
    c)       
    In the
    Start Search box, type the following text, and then press
    ENTER:
    1.      
    %userprofile%\appdata\roaming\microsoft\templates
    d)      
    Right-click
    Normal.dotm, and then click Rename.
    e)      
    Type
    Oldword.old, and then press ENTER.
    Microsoft Windows XP
    a)      
    Exit Word 2010
    b)      
    Click
    Start, and then click Run.
    c)       
    In the
    Open box, type the following text, and then press ENTER:
    %userprofile%\Application Data\Microsoft\Templates
    d)      
    Right-click
    Normal.dotm, and then click Rename.
    e)      
    Type
    Oldword.old, and then press ENTER.
    f)       
    Close Windows Explorer.
    How to troubleshoot print failures in Word 2010, Word 2007, and Word 2003
    http://support.microsoft.com/kb/826845
    Please take your time to try the suggestions and let me know the results at your earliest convenience. If anything is unclear or if there is anything
    I can do for you, please feel free to let me know.
    Hope that helps.
    Sincerely
    William Zhou CHNPlease remember to mark the replies as answers if they help and unmark them if they provide no help.

  • 2008 R2: OS(systemState/C: Drive) backup issues with VSS - 0x80042316 & 0x81080101 & 0x80080005 & 2155348001

    Hi-
    Looked thru the thread related to my questions and found nothing that applies yet.
    Example:
     http://social.technet.microsoft.com/Forums/en-US/4e4472b9-8e6f-4fdc-a287-1cc8c0f6de09/windows-2008-r2-backup-fails-with-event-521-error-code-2155348001?forum=windowsbackup
    http://social.technet.microsoft.com/Forums/en-US/e8c910f7-f0dd-4613-beae-b98894fb6f23/windows-server-2008-std-backup-fails-constantly-with-error-code-2155348001?forum=windowsbackup
    Here are details of the issues....
    Backup - OS error - system image:
    External disk - USB
    Mon - Fri @ 6PM.
    Windows SystemState
    OS(C:)
    Last backup failure...
    Start time: 8/11/2014 6:01:32 PM
    End time: 8/12/2014 4:51:29 AM
    Duration: 10:49:56.4414784
    [Critical error WINIMAGE_UNABLE_VSS] Unable to create VSS snapshot
      - Additional information: Refer to the log for more details
      - Troubleshooting link:
    http://kb.backupassist.com/errormap.php?BA2512
    The backup operation stopped before completing.
    Detailed error: ERROR - The shared restore point operation failed with error (0x81000101)
    The creation of a shadow copy has timed out. Try this operation again.
    Log of files successfully backed up:
    C:\Windows\Logs\WindowsServerBackup\Backup-12-08-2014_04-41-00.log
    Log of files for which backup failed:
    C:\Windows\Logs\WindowsServerBackup\Backup_Error-12-08-2014_04-41-00.log
    NOTE:
    The errors logs are not there?
    Windows Backup timed-out before the shared protection point was created.
    ERROR - The shared restore point operation failed with error (0x81000101)
    The creation of a shadow copy has timed out. Try this operation again.
    Event Viewer Log:
    Sequence of Events...
    1.
    The Block Level Backup Engine service has successfully started.
    2.
    Backup operation that started...
    Log Name:      Application
    Source:        Microsoft-Windows-Backup
    Date:          8/12/2014 4:51:06 AM
    Event ID:      521
    Task Category: None
    Level:         Error
    Keywords:     
    User:          SYSTEM
    Computer:      mdnfile.Auxiant.local
    Description:
    The backup operation that started at '?2014?-?08?-?12T09:41:00.492000000Z' has failed because the
    Volume Shadow Copy Service operation to create a shadow copy of the volumes being backed up failed
    with following error code '2155348001'.
    Please review the event details for a solution, and then rerun the backup operation once the issue is resolved.
    --> Suggestion are to check Virus scanner or consult DPM forum...
    3.
    OS Job failed with errors...( Backup Assist is 3rd party backup - wrapper round Wbadmin/Win Backup)
    Log Name:      Application
    Source:        BackupAssist
    Date:          8/12/2014 4:51:51 AM
    Event ID:      5634
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      mdnfile.Auxiant.local
    Description:
    Backup job OS backup failed with errors.
    Critical error: Unable to create VSS snapshot
    Destination: External disk
    Start time: 8/11/2014 6:01:32 PM
    End time: 8/12/2014 4:51:29 AM
    Duration: 10:49:56.4414784
    Destination: External disk
    Start time: 8/11/2014 6:01:32 PM
    End time: 8/12/2014 4:51:29 AM
    Duration: 10:49:56.4414784
    4.
    Backup Assist reports via Win backup - Snapshot in progress
    Log Name:      Application
    Source:        BackupAssist
    Date:          8/12/2014 4:52:20 AM
    Event ID:      5634
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      mdnfile.Auxiant.local
    Description:
    Backup job Data backup failed with errors.
    Ultra critical error: Volume Shadow Copy Error 0x80042316 - snapshot set in progress
    Destination: Local directory
    Start time: 8/12/2014 4:52:10 AM
    End time: 8/12/2014 4:52:12 AM
    Duration: 00:00:02.7300000
    5.
    The Block Level Backup Engine service has stopped.
    6.
    Later...we tried manually stopping VSS and SWPRV services - only VSS had the issue.
    WBengine was not running...
    C:\>sc stop swprv
    SERVICE_NAME: swprv
            TYPE               : 10  WIN32_OWN_PROCESS
            STATE              : 3  STOP_PENDING
                                    (STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN)
            WIN32_EXIT_CODE    : 0  (0x0)
            SERVICE_EXIT_CODE  : 0  (0x0)
            CHECKPOINT         : 0x0
            WAIT_HINT          : 0x0
    C:\>sc query swprv
    SERVICE_NAME: swprv
            TYPE               : 10  WIN32_OWN_PROCESS
            STATE              : 1  STOPPED
            WIN32_EXIT_CODE    : 0  (0x0)
            SERVICE_EXIT_CODE  : 0  (0x0)
            CHECKPOINT         : 0x0
            WAIT_HINT          : 0x0
    C:\>sc query wbengine
    SERVICE_NAME: wbengine
            TYPE               : 10  WIN32_OWN_PROCESS
            STATE              : 1  STOPPED
            WIN32_EXIT_CODE    : 0  (0x0)
            SERVICE_EXIT_CODE  : 0  (0x0)
            CHECKPOINT         : 0x0
            WAIT_HINT          : 0x0
    C:\>sc query vss
    SERVICE_NAME: vss
            TYPE               : 10  WIN32_OWN_PROCESS
            STATE              : 3  STOP_PENDING
                                    (STOPPABLE, NOT_PAUSABLE, ACCEPTS_SHUTDOWN)
            WIN32_EXIT_CODE    : 0  (0x0)
            SERVICE_EXIT_CODE  : 0  (0x0)
            CHECKPOINT         : 0x0
            WAIT_HINT          : 0x0
    C:\>sc stop vss
    [SC] ControlService FAILED 1061:
    The service cannot accept control messages at this time.  
    Log Name:      Application
    Source:        VSS
    Date:          8/12/2014 9:20:33 AM
    Event ID:      8225
    Task Category: None
    Level:         Information
    Keywords:      Classic
    User:          N/A
    Computer:      mdnfile.Auxiant.local
    Description:
    The VSS service is shutting down due to shutdown event from the Service Control Manager.
    7.
    VSS still having issues here...not stopping!
    Log Name:      Application
    Source:        VSS
    Date:          8/12/2014 9:42:33 AM
    Event ID:      11
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      mdnfile.Auxiant.local
    Description:
    Volume Shadow Copy Service information:
    The COM Server with CLSID {e579ab5f-1cc4-44b4-bed9-de0991ff0623} and name IVssCoordinatorEx2 cannot be started.
    Most likely the CPU is under heavy load. [0x80080005, Server execution failed]
    8.
    Not sure why this is started again?
    Plus a DCOM timeout...
    Log Name:      Application
    Source:        Microsoft-Windows-Backup
    Date:          8/12/2014 9:31:13 AM
    Event ID:      753
    Task Category: None
    Level:         Information
    Keywords:     
    User:          SYSTEM
    Computer:      mdnfile.Auxiant.local
    Description:
    The Block Level Backup Engine service has successfully started.
    Event Xml:
    Log Name:      System
    Source:        Microsoft-Windows-DistributedCOM
    Date:          8/12/2014 9:31:43 AM
    Event ID:      10010
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      mdnfile.Auxiant.local
    Description:
    The server {E579AB5F-1CC4-44B4-BED9-DE0991FF0623} did not register with DCOM within the required timeout.
    9.
    Lots more errors about VSS...repeating Event ID's 11 and 8193...
    Log Name:      Application
    Source:        VSS
    Date:          8/12/2014 9:42:33 AM
    Event ID:      8193
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      mdnfile.Auxiant.local
    Description:
    Volume Shadow Copy Service error: Unexpected error calling routine CoCreateInstance. 
    hr = 0x80080005, Server execution failed
    . Operation:
       Instantiating VSS server
    10.
    Then, finally stopping again...
    Log Name:      Application
    Source:        Microsoft-Windows-Backup
    Date:          8/12/2014 9:51:13 AM
    Event ID:      754
    Task Category: None
    Level:         Information
    Keywords:     
    User:          SYSTEM
    Computer:      mdnfile.Auxiant.local
    Description:
    The Block Level Backup Engine service has stopped.
    11.
    And still repeating 11 & 8193 at this point...as we write up this post.
    12.
    This was suggested by the Backup Assist - software vendor....
    A.)
    ...for 0x81080101:
    "ERROR - The shared restore point operation failed with error (0x81000101)
    The creation of a shadow copy has timed out. Try again this operation."
    If you receive the above error in your report, we have recently found a registry key which
    contains the timeout value set by Microsoft for VSS and found that you can edit this to extend it.
    To get to the registry key, open Regedit (Start > Run > Regedit) and browse to:
    "HKLM\Software\\Microsoft\\Windows NT\\CurrentVersion\\SPP\\CreateTimeout".
    Change value to 1200000 (2*10*60*1000 = 20 mins).
    The default for the timeout period is 10 mins so hopefully doubling this will give enough time to
    complete the snapshot.
    If this isn't present, you'll need to manually enter the registry key. It's a DWORD 32-bit key.
    --> NOTE: HAve not done this yet.
    B.)
    And for 0x80080005...
    http://support.microsoft.com/kb/870655/en-gb
    Our server does have high CPU load at times...
    13.
    Another post from technet mentions system volume size - here is our layout below:
    A.)
    OS/system Disk...
    DISKPART> list disk
      Disk ###  Status         Size     Free     Dyn  Gpt
      Disk 0    Online          278 GB      0 B    (System Vol = C: Drive - OS w/ Programs and batch jobs)
      Disk 1    Online         2791 GB      0 B        *    (Data drive - DFS, rsync,etc. run on D: Drive)
      Disk 2    Online         1863 GB      0 B    (USB 2/3.0 - Enclosure w/ SATA disk = 2GB formatted w/ NTFS.)
    DISKPART> detail disk
    DELL PERC H710P SCSI Disk Device
    Disk ID: CA0DEEA5
    Type   : RAID
    Status : Online
    Path   : 1
    Target : 0
    LUN ID : 0
    Location Path : PCIROOT(0)#PCI(0100)#PCI(0000)#RAID(P01T00L00)
    Current Read-only State : No
    Read-only  : No
    Boot Disk  : Yes
    Pagefile Disk  : Yes
    Hibernation File Disk  : No
    Crashdump Disk  : Yes
    Clustered Disk  : No
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      Volume 1         RECOVERY     NTFS   Partition   3072 MB  Healthy    System
      Volume 2     C   OS           NTFS   Partition    275 GB  Healthy    Boot
    B.)
    Backup disk...
    ST320006 41AS USB Device
    Disk ID: 801AF48C
    Type   : USB
    Status : Online
    Path   : 0
    Target : 0
    LUN ID : 0
    Location Path : UNAVAILABLE
    Current Read-only State : No
    Read-only  : No
    Boot Disk  : No
    Pagefile Disk  : No
    Hibernation File Disk  : No
    Crashdump Disk  : No
    Clustered Disk  : No
      Volume ###  Ltr  Label        Fs     Type        Size     Status     Info
      Volume 4     F   BACKUPS      NTFS   Partition   1863 GB  Healthy
    C.)
    NOTE:
    Also on disk 0(system Disk) - we have a small OEM partition = 39MB and a Recovery Partition = 3GB.
    D.)
    Issues with WBAdmin now...
    C:\>wbadmin get disks
    wbadmin 1.0 - Backup command-line tool
    (C) Copyright 2004 Microsoft Corp.
    ERROR - A Volume Shadow Copy Service operation error has
    occurred: (0x80042302)
    A Volume Shadow Copy Service component encountered an unexpected error.
    Check the Application event log for more information.
    14.
    Ran "Check-Disk" -no errors...
    C:\>chkdsk
    The type of the file system is NTFS.
    The volume is in use by another process. Chkdsk
    might report errors when no corruption is present.
    Volume label is OS.
    WARNING!  F parameter not specified.
    Running CHKDSK in read-only mode.
    CHKDSK is verifying files (stage 1 of 3)...
      116224 file records processed.
    File verification completed.
      654 large file records processed.
      0 bad file records processed.
      0 EA records processed.
      76 reparse records processed.
    CHKDSK is verifying indexes (stage 2 of 3)...
      156676 index entries processed.
    Index verification completed.
      0 unindexed files scanned.
      0 unindexed files recovered.
    CHKDSK is verifying security descriptors (stage 3 of 3)...
      116224 file SDs/SIDs processed.
    Security descriptor verification completed.
      20227 data files processed.
    CHKDSK is verifying Usn Journal...
      35628352 USN bytes processed.
    Usn Journal verification completed.
    Windows has checked the file system and found no problems.
     289233919 KB total disk space.
     100241492 KB in 85477 files.
         57380 KB in 20228 indexes.
             0 KB in bad sectors.
        226627 KB in use by the system.
         65536 KB occupied by the log file.
     188708420 KB available on disk.
          4096 bytes in each allocation unit.
      72308479 total allocation units on disk.
      47177105 allocation units available on disk.
    15.
    There are no backup error logs here - only .etl files...
    C:\Windows\Logs\WindowsServerBackup\
    Wbadmin.1.etl = 9:42AM on 8/12
    Wbadmin.2.etl = 4:51AM on 8/12
    Per windows Win troubleshooting:
    http://technet.microsoft.com/en-us/library/ee692290(WS.10).aspx
    http://blogs.technet.com/b/filecab/archive/2009/09/16/diagnosing-failures-in-windows-server-backup-part-1-vss-spp-errors.aspx
    --> Related to Windows backup and not VSS?
    2155348001 - 0x80780021 - Windows Backup timed-out before the shared protection point was created.
    Should we run the "FIXVSS08.BAT" script - restarts services and re-registers DLL's - does this ever help?
    Will this server need a reboot since VSS is in a state and we can't even test backups?
    Is there a tool we can use to debug VSS or troubleshoot or OS backups further?
    MSReport/Diag, VSS debugging, or another way of helping fix our OS(SystemState/C: drive) backup issues?
    Any help is greatly appreciated - thx.
    -SP
    Scot Pichelman

    Hi Scot,
    Sometimes a third party backup application will change the default VSS provider adding VSS writers which causes Windows Server Backup using an incorrect component in doing backup, that's why I suggest to delete it for a test. Anyway you can reinstall it
    after testing.
    And as you said a high-load CPU could also be the cause of the issue so you may need to first rule hardware effective out.
    If issue still exists, please try the steps below as well:
    1. Please check DCOM Server Process Launcher service is started.
    2. If not, try to change RPC service to run as SYSTEM account. To do this please modify the following key:
    Note: Backup the key before edit incase it cause any issue.
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\RpcSs\
    Find "ObjectName" and change the value to LocalSystem.
    Reboot to see if DCOM back to work and if Windows Server Backup starts working. If not, please provide the result if there is any new error occurs.
    If DCOM still not work, please compare the content of the following key with a working server:
    HKEY_LOCAL_MACHINE\Software\Microsoft\OLE
    Edit if there is any difference and make sure you created a backup of the key before editing. 
    If you have any feedback on our support, please send to [email protected]

  • Issues with Firefox hogging resources...

    I have several issues with Firefox intermittently consuming 99-100% of my CPU memory. Now, let me preface this by saying that I am NOT an advanced user, and can only tell you what I see on things like the Task Manager and such. Furthermore, I know that you guys know about some of this stuff - at least, I am pretty sure you do - but I am nowhere near comfortable enough to mess with any command line... stuff... in Firefox. I just am not knowledgeable enough about the program, and I don't want to 'break' it (lol). Anyway, down to business. Here are the issues I am having:
    1. Upon startup, Firfox takes between 30 seconds and a minute and a half to load 5 tabs. When I first downloaded and installed it, these same tabs took less than 10 seconds to load. I have tried clearing my cache and history but nothing seems to help. If it matters, I have been using Firefox for going on 5 years now.
    2. Once the program has loaded, '''any''' keyboard shortcuts I use in it (ctrl+a, ctrl+c or v, alt=tab, etc) cause the CPU memory usage of Firefox to spike to 99 or 100 percent. In affect, it freezes my computer for anywhere between 2 and 30 seconds, roughly. It does this usually, but not always, and I frequent all the same sites, so the page I am on does not seem to matter.
    3. I have noticed that some of the addons I use with Firefox, mainly Multi Links, lag as well when the above issue is occurring. Not sure if the two are connected in any way (also not sure why that feature is not ''built into Firefox to begin with'') and would have checked this but I will not risk not being able to get back here again. See below.
    4. This is unrelated, but I felt it merited some small mention. This is effectively my SIXTH attempt at posting my query. The first time, I created an account and it forwarded me to some page basically saying 'Yup, you're logged in alright.' Then it KEPT doing that every time I tried to flesh out and ask my question, until I navigated COMPLETELY away from the page ''four times'' and attempted this one last time. Very frustrating. I even tried going to Live Chat for help, but somehow got off the chat window page and then suddenly chat was closed... right. Anyway, point being, it was difficult to get this posted and it has me even more annoyed. >.<
    I have always loved Firefox because it was faster and more reliable than IE. But here recently... it just seems to be going downhill. For instance, I have seen others ask questions about what's going on with the plugin container and that stupid flash plugin - I happen to have that issue rather severely, to the point that I must leave Flash off entirely until I ''have to'' turn it back on (which is wearing down my last nerve, I might add, since I use sites that require that particular plugin daily), and while I did see a couple rather nice solutions about editing/tweaking internal Firefox settings, I must profess that I am nowhere near competent or comfortable enough to even think about attempting them. Furthermore, I do not believe I should be required to make such changes in order to get the program to function properly and risk ruining it completely so that I have to uninstall and reinstall just so I have Firefox. This is all rather exasperating, and judging from the replies I saw on those topics, I do not expect much help here (a couple of people were rather rude on one of those topics, I am afraid I am a minority here, not knowing my way around program language and all =( ). My main goal is to make you aware, if you are not already, that issues exist and if you have tried anything on your end to rectify them, it has not worked for some. I am at my wit's end here, I do not know what else to do to try to solve these issues other than clear cache and history, restart Firefox, so on and so forth. *sigh* I'm seriously thinking about going back to IE, and you have no idea how much that really ticks me off; I think, out of all of this, even all my wasted time, that's what upsets me the most.

    Issues of this sort are, unfortunately, more common and the we'd like them to be. However, they tend not to be cause by Firefox itself, but rather by software that is running either inside or alongside it, such as add-ons or firewalls. Since these issues have a broad span of possible causes, you need to diagnose your problems before fixing them. Follow these instructions ''to the line'', as they'll probably help you diagnose and fix the problems you're having.
    #run Firefox in [http://support.mozilla.com/en-US/kb/Safe+Mode safe-mode] to disable all extensions, themes and plugins. If this fixes your problem, be it with RAM or CPU usage, then you know it's a problem with add-ons (plugins, themes or extensions). Proceed to number 2. If safe-mode doesn't fix your problem, then read bellow, after this list;
    #update all extensions (go into ''Tools > Add-ons > Extensions > Find Updates''), themes and plugins (see [https://www.mozilla.com/en-US/plugincheck/ this page] in your Firefox. If this doesn't solve the issues, proceed to the following number;
    #disable all extensions, themes and plugins in your Firefox (not running safe-mode). This is temporary and for diagnostic purposes only. Being certain that, as in safe-mode, the problems you're having have gone away, enable one plugin at a time. You should be certain that you actually want that plugin to be enabled. It's best to keep the overall number of enabled plugins as low as possible. When you encounter problems, you know you've found a problematic plugin, so disable it for good. Keep enabling all plugins (except problematic ones) until you've gone through them all. If you need support for a problematic plugin, you need to contact its author for support;
    #enable one extension at a time. Again, be certain that you actually want that extension to be enabled. As with plguins, it's best to keep the overall number of enabled extensions as low as possible. Also, try the theme you want to have installed so see if that is what's causing the problem. When you encounter problems, you know you've found a problematic extension/theme, so disable it for good. Keep enabling all your extensions (except problematic ones) until you've gone through them all. Just the same as with plugins, if you need support for a problematic extension/plugin, you need to contact its author;
    #if you've followed my instructions above, you're done! You've fixed your problems with problematic add-ons. If you want to keep using those problematic add-ons, please contant their authors for support.
    Ok, now... ''If'' disabling all extensions and plugins through safe-mode didn't work to fix your problems (or, in other words, if you've just read number 1 on the list above and come straight here), then you have different issue. The most likely scenario is that you have a third party software running on your computer that is messing with Firefox. Detecting which program it is may be tricky, but the following list should help you. Make sure you follow it carefully. Don't forget to answer the question on the last point, if nothing else helps.
    #try reinstalling Firefox. No data will be lost. You can get the latest version (for free, as always) at [http://www.getfirefox.com/ getfirefox.com]. Make sure you [http://support.mozilla.com/en-US/kb/Uninstalling+Firefox uninstall Firefox] prior to reinstalling it. For help installing Firefox, see [https://support.mozilla.com/en-US/kb/Installing+Firefox this support article]. If that doesn't fix the problem, proceed;
    #do a virus/malware check on your computer. See [https://support.mozilla.com/en-US/kb/Is+my+Firefox+problem+a+result+of+malware?s=malware&as=s this support article] for help on this point. ''This is a very important step'', so please pay attention to it. If your problem is not due to viruses/malware, proceed;
    #disable all software running in the background that you don't want to have running in the background (in Windows operating systems, this is done by pressing WINDOWS+R in your keyboard, typing ''msconfig'' and pressing Enter; now, under the ''Startup'' tab, you can uncheck the software you don't want, and reboot your system for changes to take effect; if you're unsure of what software you want running, ask someone with more experience). If this doesn't fix your issues with Firefox, proceed;
    #check if your firewall/antivirus/security suite is conflicting in any way with Firefox's normal behavior. Check for enabled functions/features that you don't want and/or may be causing problems with Firefox. You'll find that these features are most likely tied to Internet Security features, such as link scanners or URL checkers and the like. If you're not sure they are conflicting with Firefox, simply try to disable them temporarily to see whether or not that's true. If this doesn't solve the issues, proceed to the following number;
    #check your operating system security options, mainly advanced options that are not configured by default. While it's very unlikely that this may be the cause of the problem, it's remotely possible. If this doesn't work, proceed to the following point;
    #update your modem/router software. There have been some reports that some modem/router software may cause Firefox and other browsers to loose performance and/or stability. If updating doesn't fix your issue, try other versions of the software, if possible. If you need support with this, contact your modem/router manufacturer. If this doesn't help, proceed;
    #if you are using a Windows operating system, clean up your OS registry using appropriate software. There have been reports that badly maintained Windows Registries may case problems with Firefox. If this doesn't help, see the following point;
    #please try creating a new temporary Firefox profile ([http://support.mozilla.com/en-US/kb/Managing+profiles managing profiles]) and see if the issues persist. Please report the results, so we can help you further.

Maybe you are looking for

  • Unable to shutdown SQL Server

    Hello, I'm facing an issue with a SQL Server 2008 SP3 CU17 setup on Windows Server 2008 R2 SP1. I've got 4 instances running on this server. A bunch of users make some queries with SSMS (I know it's not really advised...) and from time to time, the i

  • Azure AD user name not using configured custom domain name

    I have configured a few users for Lync Online that I setup before I had custom domain name work with Azure AD.  Now I have the custom domain setup and verified and configured as the primary domain.  The users that were configured for Lync Online are

  • Interview Question in XI

    Hi All, I have interview in XI.. Please send me some FAQS.. Thanks and Regards Sasi

  • Why has the "currently playing" symbol disappeared in itunes 11.0.4?

    The little loudspeaker icon that appears to the left of the "name" column has disappeared from my itunes 11.0.4.  I can't find a button in Preferences or a selection under "View" that would get it back.  Does anyone know how to make it reappear?  (I

  • 2.1.1 through 3.0EA - SQLDeveloper hangs after clicking on SQL tab of view

    Hi, the following happens consistently both on SQL Developer 2.1.1.64 and 3.0.2.83 on Mac OS X and Java 1.6.0_22-b04-307 (64bit). 1. I open a connection to an XE database 2. I navigate to the Views node 3. I select a view 4. I click on the SQL sub-ta