ILR DPM "failed to gather item level catalog for 4 database"

Dear all,
Im dealing with an "DPM failed to gather item level catalog for 4 database(s) .... (ID 3133)" error.
I have check log error at Sharepoint Agent logs and got the following:
42AC      32F4       08/24     23:04:18.574       31           WSSCatalogGenerator.cs(234)  
[0000000000F488B0]                       WARNING           [UniqueId 600] Caught Exception trying to
generate a Catalog for Database [SQLCLU2\MSSQLSERVER_2\C_SP15_Content_WS_Technology]
42AC      32F4       08/24     23:01:16.029       31           WSSCatalogGenerator.cs(234)  
[0000000000F488B0]                       WARNING           [UniqueId 599] Caught Exception trying to
generate a Catalog for Database [SQLCLU2\MSSQLSERVER_2\C_SP15_Content_WS_Comms]
Any clue about how to solve this ?
thanks in advace

Hi,
In the snip provided above does the log outline what the
Exception Message is equal to?
Example of what you may see in the stack  [
Exception Message = ]  the line below that should state what the warning <is for>. This maybe helpful to narrowing down the failure.
**Sample snip**
WARNING Exception Message   = 
WARNING <                           >
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. Regards,Dwayne Jackson II. [MSFT] This posting is provided "AS IS" with no warranties, and confers no rights."

Similar Messages

  • Item Level Recovery for 2003 VM's

    Hello
    I am having difficulty getting Item-Level-Recovery to work on System Center: Data Protection Manager 2012 R2. I am able to recover files on 2008 and 2012 virtual machines, but not 2003 virtual machines.
    Things I've checked:
    Checked 2003 VM's and made sure they are using basic NTFS disks and not dynamic
    Applied 2012 R2 Update Rollup 4 to both DPM and Hyper-V hosts
    DPM has protected the datasource as a Virtual Machine and not a folder
    Ensured Symlink permissions are applied
    Ensured SeManageVolumePrivilege permissions are applied
    Error Experienced:
    Description: DPM cannot browse the contents of the virtual machine on the protected computer <DPM Server Name>. Item level recovery is not supported in the following scenarios.
    1. The VHD contains a dynamic disk inside the guest OS.
    2. The VHD has no volume.
    3. HyperV role is not installed on DPM server.
    4. Automatic mounting of volumes is disabled on the DPM server.
    1) Try enabling automatic mounting of volumes using mountvol on the DPM server to preform item level recovery.
    2) Otherwise perform a full restore of the virtual machine.
    ID: 958
    Details: Internal error code: 0x80990F4E
    Current Set-up:
    System Center: Data Protection Manager 2012 R2
    Hyper-V 2012 R2
    Update Rollup: 4
    Please can someone assist with finding the cause of this error, or could perhaps share some knowledge on how to go about resolving this.
    Thank You

    Error ID : 958
    DPM cannot browse the contents of the virtual machine on the protected computer <protected computer> .
    Perform a full restore of the virtual machine.
    If none of the conditions listed in the Explanation section are present, and you still get this error, try the workaround explained in Microsoft
    Knowledge Base article 2013544  (http://go.microsoft.com/fwlink/?LinkId=185784).

  • Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 537, state 3, severity 16

    Hello,
    I've encountered issue during installation of SP1 to SQL Server 2012. After upgrade I'm getting this error in Event Log:
    Script level upgrade for database 'master' failed because upgrade step 'msdb110_upgrade.sql' encountered error 537, state 3, severity 16. This is a serious error condition which might interfere with regular operation and the database will be taken offline.
    If the error happened during upgrade of the 'master' database, it will prevent the entire SQL Server instance from starting. Examine the previous errorlog entries for errors, take the appropriate corrective actions and re-start the database so that the script
    upgrade steps run to completion.
    Can someone point me direction how I can fix it? This is a production server and currently only way to make it working is to use T902 flag in SQL Server startup params. I've found some suggestions to check Data path if it exists but it does so this is not
    the issue here. Any ideas?
    I've found also here
    http://www.sqlservercentral.com/Forums/Topic1377073-1550-1.aspx#bm1378279
    suggestions for similar issue with SQL Server 2008 which that I should do:
    Via ssms:
    From msdb:
    Delete:
    dc_admin role
    Dc_operator role
    Dc_proxy role
    UlitityCMRReader role
    UtilityIMRReader role
    UtilityIMRWriter role
    but for not I didn't tried it yet. This is standalone SQL Server instance.
    Any help really appreciated.
    Regards

    Script returns the same error.
    System databases:
    1    1    760    -1    10    1048578    0    1    master        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\master.mdf
    2    0    12768    -1    10    1048642    0    1    mastlog        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\mastlog.ldf
    1    1    1024    -1    10    1048578    0    2    tempdev        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\tempdb.mdf
    2    0    64    -1    10    1048642    0    2    templog        C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\templog.ldf
    1    1    288    -1    128    2    0    3    modeldev    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\model.mdf
    2    0    4464    -1    10    1048642    0    3    modellog    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\modellog.ldf
    1    1    28936    -1    10    1048578    0    4    MSDBData    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBData.mdf
    2    0    3352    268435456    10    1048642    0    4    MSDBLog    C:\Program Files\Microsoft SQL Server\MSSQL10.MSSQLSERVER\MSSQL\DATA\MSDBLog.ldf
    are all in place where path shows.
    Before sending my message I've searched update script for "FROM master.sys.master_files" and I found script which you are showing me. I've made some digging and when I runned:
           SELECT physical_name
           FROM master.sys.master_files
           WHERE (name = N'master')
    it returned also path to one my customers database name which has filename set correctly but it's Logical DB name is master and mastlog. I'm running shared hosting company and I allow my customers to restore their DBs from .bak files but I have no idea why
    this customers logical name is set to master and mastlog. Probably when I change this names update script will work as it should. On the other hand in my opinion there should be some kind of fail safe mechanism for situations like this one.
    EDIT: After changing logical name for DB and log for mentioned DB your script runned fine so probably now when I remove T902 flag and restart my SQL Server update will run correctly. Big thanks for resolving this issue.

  • Item level security for custom items in 902

    I've created several custom item types and created some items in a page
    that enables Item Level Security.
    Enabling item level security on any of these items cause
    Error 30694: Error in API - update item failed
    Steps:
    1. Create custom item type
    Extended simple text type
    added image attribute
    2. Create custom item
    3. Edit custom item just created
    Select Access / Item Level Security
    Select Define Item Level Access Privileges
    Hit Apply or OK
    -> Error 30694: Error in API - update item failed
    Same error is using a "Image" item type.
    The above steps do not cause an error if using the default types; e.g. Simple Text and Simple URL
    Also tried promoting the item type so its shared. No effect.
    Is item-level security only for base "simple" item types??? If so then this is a MAJOR restriction.
    Any help would be greatly appreciated.
    --jason mathews                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Hi Jason
    I filed a bug on this. See 2529787
    I narrowed the problem down to custom item types that have a file or image attribute and only when the item is edited by someone other than the orginial publisher.

  • ACL - ILS (Item Level Security) for Content Server & WebCenter Spaces

    We're trying to implement Item Level Security (ILS / ACL) for Webcenter spaces. We're following the instructions from the Oracle® Fusion Middleware Administrator's Guide for Oracle WebCenter 11g Release 1 (11.1.1.5.0) http://docs.oracle.com/cd/E15586_01/webcenter.1111/e12405.pdf
    After making the configuration changes, we're unable to see the "Security" option from the "File" menu in the Document explorer. Has anyone else implemented this feature and ran into similar issues?
    I made the following configuration changes:
    UseEntitySecurity=1
    SpecialAuthGroups=SecurityGroups (comma separated list with no spaces and the application name is included)
    CS: Version:11gR1-11.1.1.5.0
    DB: 11.2.0.2.0 ---Oracle Database 11g Enterprise Edition
    WebCenter: 11.1.1.4.0 (in a clustered environment)
    Also, we're looking at the document properties in webcenter spaces via document explorer and do not see the "security group" or "accounts" metadata fields. We can see the "Content ID" and a whole bunch of fields and do not see "security groups" and "accounts". However, when we log into the content server and look at the folder or file "info" we can clearly see the security group and account values...not sure what is required to make these two fields show up in webcenter spaces.

    Hi ,
    Do you upload the documents from spaces or from UCM side ?
    When you say the security and account field are not displayed , is that when viewing the content or during update ?
    When the ACL features are turned off do you see the above fields ?
    Thanks
    Srinath

  • Line Item Level Approval For SC-SRM7.02

    Hi Experts,
    I am working on the line item level approval based on cost center. can some one help me in achieving this?
    i have few doubts regarding this
    1) we are using application controlled workflow is it feasible to achieve this functionality ?
    2) will separate PO will be created for each line item?.
    some pointer would be really helpful.

    Hi Mano,
    1. Yes, but would suggest to use new process controlled workflow.
    2. No, Cost center is not a split criteria for PO creation. Of course you can overwrite it with ABAP.
    Regards
    Konstantin

  • ACL - ILS (Item Level Security) for Webcenter Spaces

    We're trying to implement Item Level Security (ILS / ACL) for Webcenter spaces. We're following the instructions from the Oracle® Fusion Middleware Administrator's Guide for Oracle WebCenter 11g Release 1 (11.1.1.5.0) http://docs.oracle.com/cd/E15586_01/webcenter.1111/e12405.pdf
    After making the configuration changes, we're unable to see the "Security" option from the "File" menu in the Document explorer. Has anyone else implemented this feature and ran into similar issues?
    Also, we're looking at the document properties in webcenter spaces via document explorer and do not see the "security group" or "accounts" metadata fields. We can see the "Content ID" and a whole bunch of fields and do not see "security groups" and "accounts". However, when we log into the content server and look at the folder or file "info" we can clearly see the security group and account values...not sure what is required to make these two fields show up in webcenter spaces.

    Hi ,
    Do you upload the documents from spaces or from UCM side ?
    When you say the security and account field are not displayed , is that when viewing the content or during update ?
    When the ACL features are turned off do you see the above fields ?
    Thanks
    Srinath

  • GPO Item-level targeting for IE11

    Hi, hoping someone can help guide me with setting up item-level targeting on a group policy.  I have created a set of IE11 group policy settings, and only want to apply to machines with IE11.  When creating the WMI query what and how do you enter
    the criteria in the Query, Namespace, Property, and Environment variable name fields.  Any help is much appreciated.

    Use Item Level Targeting and do a "File Match" check with the Targeting Editor. 
    You may have to uncheck the option "Run in logged-on user's security context" to make it work properly depending on your system security. 
    Charlie Newman

  • Item level messaging for Me21n

    Hi,
    Can macro mmpur_message be used to populate error message on item level of Me21n.
    Regards.
    Kusum

    Hi kusum,
    Please check SAP Note 310154 - ME21N/ME51N: Customer-specific check, generating error log
    Best regards,
    Christian

  • Line Item Level Approval For SC-SRM7.02-WS14500015

    Hi Expert,
    I am using workflow template WS14500015 for line item level approval.i have few doubts on this
    i am using cost center based approval, so if the 1st line item is approved will it generate a PO or will it wait for the entire shopping cart to be approved.

    Hi Mano,
    Are you using application controlled workflow or process controlled workflow?
    For process controlled workflow you can refer to the SRM 7.0 Workflow guide:
    https://websmp108.sap-ag.de/instguides > sap business suite and applications> SRM 7.0 > Workflow Guide - SAP SRM 7.0 and Configuration guide.
    Page 16, Approval Processes in SAP SRM; you will understand possibilities of SRM 7.0 process controlled workflow and then decide which one you need.
    Also refer to 7 Appendix B: Approver Determination Strategies in the Standard
    This has few example classes/BADI implementation for agent determination which you can refer to.
    Regards,
    Ashish

  • Line Item level Approval for Shopping cart

    Hi Expert,
    I am using workflow template WS14500015 for line item level approval.i have few doubts on this
    i am using cost center based approval, so if the 1st line item is approved will it generate a PO or will it wait for all the line items approval.

    Hi Mano,
    if you use approval. It will be approved by steps. Next step will not be started until previous completely done. In your case 1st Item should wait until all other items processed.
    Regards
    Konstantin

  • Not able to fetch the item level rating for the document programatically in sharepoint 2013

    Hi,
    I am trying to get the current logged in user rating for items in document libraries . However. It is giving rating as 0 for the all the documents. I am using below code
     SPSite site = new SPSite(SPContext.Current.Web.Url);
                        SPWeb web = site.OpenWeb();
      string fileUri = "http://svdvspapp01:2015/" + webUrlSplit;
                                Uri urifileUrl = new Uri(fileUri);
                               SPServiceContext context = SPServiceContext.GetContext(site);
                                SocialRatingManager mySocialRatingManager = new SocialRatingManager(context);
                                SocialRating aRating = mySocialRatingManager.GetRating(urifileUrl);
                                string myRating = aRating.Url + ": " + aRating.Rating;                       
                                objtopRated.myRating = myRating; } }In the above code fileUri is the docuemnt url of the item in doc libraryeg. http://svdvspapp01:2015/ProductsandPricing/Pricing/Pricing_Document 1.xlsxI refrred the below msdn linkhttp://msdn.microsoft.com/en-us/library/ff407954.aspx

    Hi Labhesh,
    I understand that you want to search the date field in the document library inline search.
    I recommend to use the managed property for the dates column in the query.
    For example, if the managed property for the date column is called testdate, then type “testdate:2014-11-28” in the search box in the library for searching the date.
    Thanks,
    Victoria
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Victoria Xia
    TechNet Community Support

  • How to set item level permission for list item in SharePoint 2013

    Hi we had a custom List "ABC".
    List had 2 columns:
    Project Name: (P1, P2, P3, P4, P5, P6)
    Project Leads: (PL1, PL2, PL3, PL4, PL5, PL6).
    All project Leads can have permission to edit only their Project (P1, P2, P3) like
    PL1 can edit P1
    PL2 Can edit P2.....
    But my Question is how to restrict PL2 cannot have permission to edit P1
    is it possible to set permission for this through OOTB in SharePoint 2013.
    Any help will be appreciated......

    Hi
    check this similar post
    http://social.technet.microsoft.com/Forums/ro-RO/e1ea3655-0c6f-4b3d-a336-c42e8eb54c09/rights-to-edit-own-items-for-list-residing-on-publishing-site?forum=sharepointdevelopmentprevious
    Romeo Donca, Orange Romania (MCSE, MCITP, CCNA) Please Mark As Answer if my post solves your problem or Vote As Helpful if the post has been helpful for you.

  • VA01 ITEM Level Exits for item validation

    Hi Team,
    I have a requirement of filling some custom fields upon entering the item in the VA01/VA02.
    For that I need to know the suitable exits where I can fill this. The exit has to get triggered when the user gives the material and presses enter.
    Please let me know.
    Thanks!
    Karthik.S

    Hi Karthik,
    To trigger your custom code when the user gives the material and hits enter, you can try enhancing VBAP_FUELLEN in the Include FV45PFAP_VBAP_FUELLEN. It should serve the purpose.
    If you want to fill custom fields in VBAP as per your logic, you can use USEREXIT_MOVE_FIELD_TO_VBAP.
    Hope this helps.

  • Workflow issue : N step Item level approval for SC

    Hello Friends,
    We are working on SRM 4.0 , classic scenario , SP11.
    Here we are facing a typical issue in workflow. We are using Nstep approval for SC.
    In the standard task TS14508044, the work item text is "Approval of SC ".The shopping cart value is being populated by container element &amp;APPOBJ.OBJECTTOAPPROVE.TOTALVALUESTRING&amp;
    This same container element is used to populate the shopping cart value in the task description. However what we observe is that in the workflow log, the container element APPOBJ is initial.
    How is the total value of the shopping cart populated then?
    Also, the value of the shopping cart in the work item text and the work item description is in different currency format.
    The shoppng cart value in the work item text is in the format 12,34,567.89 whereas that in the description is in the format
    12.934.567,8
    Appreciate your inputs on this.

    Thanks Masa,
    For your valuable suggestion. Now after changing the WF-BATCH settings there is consistency in the currency format.
    Now the question is how we can change into the currency format of the user ?
    The user format is 1,234,567. 89 but still work item text and
    description is in 1.234.567, 89 format.
    Thank you

Maybe you are looking for

  • ITunes on Windows 8, most of my lyrics disappeared!?

    The lyrics (Paroles) disappeared from my files with one of the last updates of iTunes under Windows 8. eavy loss on hundreds of Lieder.

  • ME29N - Block changes in screen after validation

    Hi, We have a workflow which allows to change only specific items during the ME29N validation. However, once the PO is fully validated, it should no more be possible to change anything. The problem is how to block the changes in the ME29N between the

  • Application for ashx files

    Hi there, what application do I need to view .ashx files? Is that shockwave?

  • My skype account is messed up

    basically i forgot my password for skype and cannot login i tried to fix my skype acc's passowrd by resetting my password through via email but the problem is that my email is deleted can any one help with this sitiuation

  • Remove videos from YouTube on iPad 2

    I uploaded the same YouTube video twice earlier.  How can I remove one of these videos in the YouTube app on an iPad 2?