Ask a questionAsk a question
 

QuestionCould not find stored procedure proc_ar_BumpCacheInvalidationCounter

  • Friday, April 20, 2007 12:51 AMRobertRFreeman Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Hello MOSS Experts,

     

    The following message appears in the event log after initial setup and configuration of MOSS 2007.

    Any ideas on what this proc is for and why it can't find it?

     

    Log             Windows NT (Application)

    Source          Office SharePoint Server
    Category                Office Server General
    Event           7888 

    Message
    A runtime exception was detected. Details follow.
    Message: Could not find stored procedure 'proc_ar_BumpCacheInvalidationCounter'.

     

All Replies

  • Thursday, May 10, 2007 11:39 AMbrice2228791 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    An idea ? I have the same message !
  • Wednesday, May 23, 2007 1:17 PMtmr624 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I am also receiving the same error.  I began receiving this error message after scheduling a full and incremental import of Active Directory within SharePoint.
  • Thursday, June 07, 2007 11:36 AMChristian Vesterkvist Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    I have been having this error for a long while now, everything seams to work fine beside this error in the event log every time i do an import of users.

     

    I have done another installation and seen that the installation with the error is missing lots of Stored Procedures called Proc_ar in the SharedServiceProvider Database.

     

    Im currently loocking for a good way to test to imort these missing stored procedures or finding a way to recreate them.

  • Tuesday, June 12, 2007 2:27 PMChristian Vesterkvist Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    I'm blogging about this error at http://chve14.spaces.live.com/blog/cns!5CCEEAA528311AA8!142.entry, i have found a way to get the error to dissapear but i don't know if that solution is good yet.

     

    Regards

    Christian Vesterkvist

  • Sunday, August 12, 2007 8:22 AMSandtyres Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Is there any offical fix for this problem yet?

     

    Adam.

  • Tuesday, August 14, 2007 4:33 PMJJB3 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    I currently have two MOSS 2K7 systems set up in a Test and Development environment and this same error exists on only one environment...

     

    The first system is installed with a MOSS 2K7 Enterprise license.  It does not exhibit the 'prc_ar_BumpCacheInvalidationCounter' error on my index server during the profile import.  It does however produce a different profile import error below, which I am still investigating (something to do with permissions for the user connecting to AD to perform the import - Access Denied).

     

    My second system is installed with MOSS 2K7 Standard.  It does produce the 'prc_ar_BumpCacheInvalidationCounter' error message on my index server during profile import.

     

    After investigation, I have found that the stored procedure 'prc_ar_BumpCacheInvalidationCounter', is available in SQL on my MOSS 2K7 Enterprise installation in the SSP Database, but not in my MOSS 2K7 Standard installation.

     

    My guess is that MOSS does not install the stored procedure in SQL when a Standard license is entered...but the profile import is still looking for it.

     

    Just my two cents.

     

    Regards,

     

    Jason

  • Tuesday, October 23, 2007 11:59 AMdscotland Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    I too have this problem doesn't occur in my test environment but does in my production environment.

     

    I also had the test environment setup using an eneterprise license but use only standard in production and I have come to the same conclusion as Jason.

     

    But it would be nice if someone could confirm this for us

     

    Regards

     

    David

     

  • Wednesday, March 05, 2008 12:22 PMLeon CL Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    We have same problem, running SharePoint MOSS 2007 (standard licence) with SP1.

    I am surprised that I can find no confirmed solution to this problem.

     

    Leon

    Denmark

  • Friday, March 28, 2008 11:18 AMswitzma Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    We are also having the same issue (sharepoint standard, no SP1).  Does SP1 help?

  • Friday, May 16, 2008 3:46 PMJaspa Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Nope SP1 is not much help either. The missing stored procedures are deployed as part of the enterprise build of MOSS from what I've seen and not the standard build. You could try exporting the stored procedures from an enterprise build SSP Database and then importing them into your Existing SSP. Or you could leave it as a known issue.

     

     

    I've not tried it myself so make sure you have full backups of your data in case it all goes horribly wrong

    Found this posting for exporting SQL Stored procedures here

     

    http://www.devnewsgroups.net/group/microsoft.public.sqlserver.tools/topic51151.aspx

     

    Instructions are

    You can right-click on a database
    Choose Tasks | Generate Scripts
    Wade through the various screens
    When you get to "Choose Object Types" you will want to select Stored
    Procedures

     

     

  • Friday, May 16, 2008 3:56 PMJaspa Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Just for your info

    I did try exporting just the single missng procedure and importing, which removed that error and replaced it with a AR_CacheCounters error instead. Lovely!!! I suppose we need a fix that puts the stored procedures in place and then updates any other information as required.

  • Monday, June 23, 2008 4:16 PMVladi Popa Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     

    Final Solution:

    http://vladco.blogspot.com/

     

  • Tuesday, September 02, 2008 10:47 AMMaple72 Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    I'm having the same problem too. This have an impact on the mail alert service as the import fail to capture email address.