Tech Support > Microsoft Windows > Windows CRM > Jobs in MS CRM 3.0
Jobs in MS CRM 3.0
Posted by Andrej on September 7th, 2006


Hello,
I see two jobs in SqlServer.

1.MSCRM Stored Procedure Priming
2.Start_Incremental on Allianz_MSCRM.ftcat_documentindex.[7.5]

This jobs runs every 10 minutes or 15 minutes.
Does this jobs need to run during those times?
Is possible to start up this more rarely?

thanks for replay

Andrej

Posted by Matt Parks on September 7th, 2006


You can reduce the interval on the first one w/o drastic side effects. It's
purose is just to ensure that the procedures that are used for some of the
cascading logic are compiled and kept in the code cache in SQL.

The second one though affects how KBase searching works. This is what
updates the full text index that is used for searching the KBase. If it
isn't running, then you might not get the search results you want.

--

Matt Parks
MVP - Microsoft CRM


"Andrej" <puszykk@poczta.onet.pl> wrote in message
news:1157628554.114006.265090@b28g2000cwb.googlegr oups.com...
Hello,
I see two jobs in SqlServer.

1.MSCRM Stored Procedure Priming
2.Start_Incremental on Allianz_MSCRM.ftcat_documentindex.[7.5]

This jobs runs every 10 minutes or 15 minutes.
Does this jobs need to run during those times?
Is possible to start up this more rarely?

thanks for replay

Andrej


Posted by Daniel on September 8th, 2006


Hi Matt,

Does that mean that if the the KBase entity is not utilized, we could
disable the job?



"Matt Parks" <mattp65@Yax_RemoveDashAndX_xhoo.com> wrote in message
news:OorQZkq0GHA.4816@TK2MSFTNGP06.phx.gbl...



Similar Posts