From: Abdul on
i was pulling my hair today to find a solution for this issue !! anybody found solution ?



cSIX wrote:

Event ID: 8198 shown when Document Conversions Load Blancer starte
10-Sep-09

Hi all...

Hope you can help...

We have just provisioned a test Sharepoint Environment and noticed on all of
our new Sharepoint servers, (2 Web Front End and 2 Application Servers) a
strange error is shown in the event log when starting the Document
Conversions Load Balancer service...

The Sharepoint servers are running on Server 2008 Std SP2 x64 with all the
latest updates installed and including .Net framework 3.5 sp1...

The version of MOSS running on that machine is Office Server 2007 SP2
version 12.0.6425.1000...

When the service is started immediatley the following is shown in the
Application Event Viewer:

Log Name: Application
Source: Office SharePoint Server
Date: 09/09/2009 14:21:18
Event ID: 8198
Task Category: Load Balancer Service
Level: Error
Keywords: Classic
User: N/A
Computer: WFE3.blah.blah.com
Description:
The description for Event ID 8198 from source Office SharePoint Server
cannot be found. Either the component that raises this event is not installed
on your local computer or the installation is corrupted. You can install or
repair the component on the local computer.

If the event originated on another computer, the display information had to
be saved with the event.

The following information was included with the event:

2
fe80::68fd:6c18:30fc:a4e8%13

the message resource is present but the message is not found in the
string/message table

Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Office SharePoint Server" />
<EventID Qualifiers="0">8198</EventID>
<Level>2</Level>
<Task>1566</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2009-09-09T13:21:18.000Z" />
<EventRecordID>2311</EventRecordID>
<Channel>Application</Channel>
<Computer>WFE3.blah.blah.com</Computer>
<Security />
</System>
<EventData>
<Data>2</Data>
<Data>fe80::68fd:6c18:30fc:a4e8%13</Data>
</EventData>
</Event>

Any idea what may be causing this error? I have tried a search of Technet an
also other tech sites and nothing is mentioned of this Event Id anywhere...

Another related error generated at roughly the same time within the Security
event log is this one below regarding an audit failure:

Log Name: Security
Source: Microsoft-Windows-Security-Auditing
Date: 09/09/2009 14:00:57
Event ID: 4656
Task Category: File System
Level: Information
Keywords: Audit Failure
User: N/A
Computer: WFE3.blah.blah.com
Description:
A handle to an object was requested.

Subject:
Security ID: LOCAL SERVICE
Account Name: LOCAL SERVICE
Account Domain: NT AUTHORITY
Logon ID: 0x3e5

Object:
Object Server: Security
Object Type: File
Object
Name: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG\enterprisesec.config.cch.new
Handle ID: 0x0

Process Information:
Process ID: 0xe24
Process Name: C:\Program Files\Microsoft Office
Servers\12.0\Bin\Microsoft.Office.Server.Conversions.LoadBalancer.exe

EggHeadCafe - Software Developer Portal of Choice
SQL Server 2005 CTE (Common Table Expression)
http://www.eggheadcafe.com/tutorials/aspnet/c5c48628-5f72-4132-b0cf-b15d65b91c9c/sql-server-2005-cte-comm.aspx
From: Carco Admin Carco on
This comes from having multiple IP addresses when starting the Office Server
2007 document conversion load balancer.

You need to add the key to exclude the 2nd IP to the
Microsoft.Office.Server.Conversions.LoadBalancer.exe.config.

This is the same key you add to the
Microsoft.Office.Server.Conversions.Launcher.exe.config file when seeing
Event ID 6062.

I'm guessing the 8198 event just doesn't have the text showing.

See
http://blogs.msdn.com/ecm/archive/2006/12/20/document-conversions-blog-entry.aspx
for more info, and just add the same key it shows for the Launcher config to
the LoadBalancer config.

It solved the problem for me, so I hope this helps!


"Abdul" wrote:

> i was pulling my hair today to find a solution for this issue !! anybody found solution ?
>
>
>
> cSIX wrote:
>
> Event ID: 8198 shown when Document Conversions Load Blancer starte
> 10-Sep-09
>
> Hi all...
>
> Hope you can help...
>
> We have just provisioned a test Sharepoint Environment and noticed on all of
> our new Sharepoint servers, (2 Web Front End and 2 Application Servers) a
> strange error is shown in the event log when starting the Document
> Conversions Load Balancer service...
>
> The Sharepoint servers are running on Server 2008 Std SP2 x64 with all the
> latest updates installed and including .Net framework 3.5 sp1...
>
> The version of MOSS running on that machine is Office Server 2007 SP2
> version 12.0.6425.1000...
>
> When the service is started immediatley the following is shown in the
> Application Event Viewer:
>
> Log Name: Application
> Source: Office SharePoint Server
> Date: 09/09/2009 14:21:18
> Event ID: 8198
> Task Category: Load Balancer Service
> Level: Error
> Keywords: Classic
> User: N/A
> Computer: WFE3.blah.blah.com
> Description:
> The description for Event ID 8198 from source Office SharePoint Server
> cannot be found. Either the component that raises this event is not installed
> on your local computer or the installation is corrupted. You can install or
> repair the component on the local computer.
>
> If the event originated on another computer, the display information had to
> be saved with the event.
>
> The following information was included with the event:
>
> 2
> fe80::68fd:6c18:30fc:a4e8%13
>
> the message resource is present but the message is not found in the
> string/message table
>
> Event Xml:
> <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
> <System>
> <Provider Name="Office SharePoint Server" />
> <EventID Qualifiers="0">8198</EventID>
> <Level>2</Level>
> <Task>1566</Task>
> <Keywords>0x80000000000000</Keywords>
> <TimeCreated SystemTime="2009-09-09T13:21:18.000Z" />
> <EventRecordID>2311</EventRecordID>
> <Channel>Application</Channel>
> <Computer>WFE3.blah.blah.com</Computer>
> <Security />
> </System>
> <EventData>
> <Data>2</Data>
> <Data>fe80::68fd:6c18:30fc:a4e8%13</Data>
> </EventData>
> </Event>
>
> Any idea what may be causing this error? I have tried a search of Technet an
> also other tech sites and nothing is mentioned of this Event Id anywhere...
>
> Another related error generated at roughly the same time within the Security
> event log is this one below regarding an audit failure:
>
> Log Name: Security
> Source: Microsoft-Windows-Security-Auditing
> Date: 09/09/2009 14:00:57
> Event ID: 4656
> Task Category: File System
> Level: Information
> Keywords: Audit Failure
> User: N/A
> Computer: WFE3.blah.blah.com
> Description:
> A handle to an object was requested.
>
> Subject:
> Security ID: LOCAL SERVICE
> Account Name: LOCAL SERVICE
> Account Domain: NT AUTHORITY
> Logon ID: 0x3e5
>
> Object:
> Object Server: Security
> Object Type: File
> Object
> Name: C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG\enterprisesec.config.cch.new
> Handle ID: 0x0
>
> Process Information:
> Process ID: 0xe24
> Process Name: C:\Program Files\Microsoft Office
> Servers\12.0\Bin\Microsoft.Office.Server.Conversions.LoadBalancer.exe
>
> EggHeadCafe - Software Developer Portal of Choice
> SQL Server 2005 CTE (Common Table Expression)
> http://www.eggheadcafe.com/tutorials/aspnet/c5c48628-5f72-4132-b0cf-b15d65b91c9c/sql-server-2005-cte-comm.aspx
>