Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Windows Small Business Server > Windows SharePoint Services 6398 Timer

Reply
Thread Tools Display Modes

Windows SharePoint Services 6398 Timer

 
 
Andyba
Guest
Posts: n/a

 
      02-26-2010
This is a new build, in Jan 2010, of SBS 2008 std.

Full patched.

Getting loads and loads of these.

Log Name: Application
Source: Windows SharePoint Services 3
Date: 26/02/2010 08:30:02
Event ID: 6398
Task Category: Timer
Level: Error
Keywords: Classic
User: N/A
Computer: XXXXXX-SBS.xxxxxx.local
Description:
The Execute method of job definition
Microsoft.SharePoint.Search.Administration.SPSearc hJobDefinition (ID
51e6fb53-ed1d-42b8-ad9c-44c9fda18619) threw an exception. More information is
included below.

The gatherer is shutting down.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Windows SharePoint Services 3" />
<EventID Qualifiers="0">6398</EventID>
<Level>2</Level>
<Task>964</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2010-02-26T08:30:02.000Z" />
<EventRecordID>159011</EventRecordID>
<Channel>Application</Channel>
<Computer>XXXXXX-SBS.xxxxxx.local</Computer>
<Security />
</System>
<EventData>

<Data>Microsoft.SharePoint.Search.Administration.S PSearchJobDefinition</Data>
<Data>51e6fb53-ed1d-42b8-ad9c-44c9fda18619</Data>
<Data>The gatherer is shutting down. </Data>
</EventData>
</Event>

Any guidance please?

TIA
 
Reply With Quote
 
 
 
 
Merv Porter [SBS-MVP]
Guest
Posts: n/a

 
      02-26-2010

Maybe Robbin Meng's reply in this thread...

Sharepoint Event ID 2424 (and 6398)
http://www.eggheadcafe.com/software/...t-id-2424.aspx

--
Merv Porter [SBS-MVP]
============================

"Andyba" <> wrote in message
news:65AC263E-5806-461A-A58F-...
> This is a new build, in Jan 2010, of SBS 2008 std.
>
> Full patched.
>
> Getting loads and loads of these.
>
> Log Name: Application
> Source: Windows SharePoint Services 3
> Date: 26/02/2010 08:30:02
> Event ID: 6398
> Task Category: Timer
> Level: Error
> Keywords: Classic
> User: N/A
> Computer: XXXXXX-SBS.xxxxxx.local
> Description:
> The Execute method of job definition
> Microsoft.SharePoint.Search.Administration.SPSearc hJobDefinition (ID
> 51e6fb53-ed1d-42b8-ad9c-44c9fda18619) threw an exception. More information
> is
> included below.
>
> The gatherer is shutting down.
> Event Xml:
> <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
> <System>
> <Provider Name="Windows SharePoint Services 3" />
> <EventID Qualifiers="0">6398</EventID>
> <Level>2</Level>
> <Task>964</Task>
> <Keywords>0x80000000000000</Keywords>
> <TimeCreated SystemTime="2010-02-26T08:30:02.000Z" />
> <EventRecordID>159011</EventRecordID>
> <Channel>Application</Channel>
> <Computer>XXXXXX-SBS.xxxxxx.local</Computer>
> <Security />
> </System>
> <EventData>
>
> <Data>Microsoft.SharePoint.Search.Administration.S PSearchJobDefinition</Data>
> <Data>51e6fb53-ed1d-42b8-ad9c-44c9fda18619</Data>
> <Data>The gatherer is shutting down. </Data>
> </EventData>
> </Event>
>
> Any guidance please?
>
> TIA


 
Reply With Quote
 
Andyba
Guest
Posts: n/a

 
      02-27-2010

Thanks Merv

Running the command "stsadm -o spsearch -action stop" produces the following:

Warning: The Windows SharePoint Services Search service that was enabled on
this
server will be uninstalled and all index files will be deleted.
Are you sure you want to permanently delete all data in the index? [y/n]

At that point I chickened out and pressed "no" to produce:

Operation was canceled.
Operation completed successfully.

Is it safe to press y?
What are the consequences?

Thanks and Rgds
Andy




"Merv Porter [SBS-MVP]" wrote:

> Maybe Robbin Meng's reply in this thread...
>
> Sharepoint Event ID 2424 (and 6398)
> http://www.eggheadcafe.com/software/...t-id-2424.aspx
>
> --
> Merv Porter [SBS-MVP]
> ============================
>
> "Andyba" <> wrote in message
> news:65AC263E-5806-461A-A58F-...
> > This is a new build, in Jan 2010, of SBS 2008 std.
> >
> > Full patched.
> >
> > Getting loads and loads of these.
> >
> > Log Name: Application
> > Source: Windows SharePoint Services 3
> > Date: 26/02/2010 08:30:02
> > Event ID: 6398
> > Task Category: Timer
> > Level: Error
> > Keywords: Classic
> > User: N/A
> > Computer: XXXXXX-SBS.xxxxxx.local
> > Description:
> > The Execute method of job definition
> > Microsoft.SharePoint.Search.Administration.SPSearc hJobDefinition (ID
> > 51e6fb53-ed1d-42b8-ad9c-44c9fda18619) threw an exception. More information
> > is
> > included below.
> >
> > The gatherer is shutting down.
> > Event Xml:
> > <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
> > <System>
> > <Provider Name="Windows SharePoint Services 3" />
> > <EventID Qualifiers="0">6398</EventID>
> > <Level>2</Level>
> > <Task>964</Task>
> > <Keywords>0x80000000000000</Keywords>
> > <TimeCreated SystemTime="2010-02-26T08:30:02.000Z" />
> > <EventRecordID>159011</EventRecordID>
> > <Channel>Application</Channel>
> > <Computer>XXXXXX-SBS.xxxxxx.local</Computer>
> > <Security />
> > </System>
> > <EventData>
> >
> > <Data>Microsoft.SharePoint.Search.Administration.S PSearchJobDefinition</Data>
> > <Data>51e6fb53-ed1d-42b8-ad9c-44c9fda18619</Data>
> > <Data>The gatherer is shutting down. </Data>
> > </EventData>
> > </Event>
> >
> > Any guidance please?
> >
> > TIA

>
> .
>

 
Reply With Quote
 
Merv Porter [SBS-MVP]
Guest
Posts: n/a

 
      02-27-2010
(Always good to be cautious when working with Sharepoint). I've never had
to do this, but it appears that your previous index database will be deleted
and all your files will need to be re-indexed after you run this command.

--
Merv Porter [SBS-MVP]
============================

"Andyba" <> wrote in message
news:E82A8FBC-7FA0-462F-94F9-...
> Thanks Merv
>
> Running the command "stsadm -o spsearch -action stop" produces the
> following:
>
> Warning: The Windows SharePoint Services Search service that was enabled
> on
> this
> server will be uninstalled and all index files will be deleted.
> Are you sure you want to permanently delete all data in the index? [y/n]
>
> At that point I chickened out and pressed "no" to produce:
>
> Operation was canceled.
> Operation completed successfully.
>
> Is it safe to press y?
> What are the consequences?
>
> Thanks and Rgds
> Andy
>
>
>
>
> "Merv Porter [SBS-MVP]" wrote:
>
>> Maybe Robbin Meng's reply in this thread...
>>
>> Sharepoint Event ID 2424 (and 6398)
>> http://www.eggheadcafe.com/software/...t-id-2424.aspx
>>
>> --
>> Merv Porter [SBS-MVP]
>> ============================
>>
>> "Andyba" <> wrote in message
>> news:65AC263E-5806-461A-A58F-...
>> > This is a new build, in Jan 2010, of SBS 2008 std.
>> >
>> > Full patched.
>> >
>> > Getting loads and loads of these.
>> >
>> > Log Name: Application
>> > Source: Windows SharePoint Services 3
>> > Date: 26/02/2010 08:30:02
>> > Event ID: 6398
>> > Task Category: Timer
>> > Level: Error
>> > Keywords: Classic
>> > User: N/A
>> > Computer: XXXXXX-SBS.xxxxxx.local
>> > Description:
>> > The Execute method of job definition
>> > Microsoft.SharePoint.Search.Administration.SPSearc hJobDefinition (ID
>> > 51e6fb53-ed1d-42b8-ad9c-44c9fda18619) threw an exception. More
>> > information
>> > is
>> > included below.
>> >
>> > The gatherer is shutting down.
>> > Event Xml:
>> > <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
>> > <System>
>> > <Provider Name="Windows SharePoint Services 3" />
>> > <EventID Qualifiers="0">6398</EventID>
>> > <Level>2</Level>
>> > <Task>964</Task>
>> > <Keywords>0x80000000000000</Keywords>
>> > <TimeCreated SystemTime="2010-02-26T08:30:02.000Z" />
>> > <EventRecordID>159011</EventRecordID>
>> > <Channel>Application</Channel>
>> > <Computer>XXXXXX-SBS.xxxxxx.local</Computer>
>> > <Security />
>> > </System>
>> > <EventData>
>> >
>> > <Data>Microsoft.SharePoint.Search.Administration.S PSearchJobDefinition</Data>
>> > <Data>51e6fb53-ed1d-42b8-ad9c-44c9fda18619</Data>
>> > <Data>The gatherer is shutting down. </Data>
>> > </EventData>
>> > </Event>
>> >
>> > Any guidance please?
>> >
>> > TIA

>>
>> .
>>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows SP3 Update won't complete because of Beethoven's 9th Dellphinus Windows Update 7 02-07-2010 07:19 PM
Updates were unable to be successfully installed wjousts Windows Update 6 01-30-2010 05:01 PM
Windows Vista-Ready Products LPH Windows Vista General Discussion 2 01-13-2010 02:48 PM
Re: Disable Windows Firewall Lanwench [MVP - Exchange] Windows Small Business Server 7 01-07-2010 12:45 AM
Can I use the Windows 7 Upgrade DVD for a Clean Install ? Patrick Windows Vista General Discussion 38 11-11-2009 10:41 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59