Environment: MOSS 2007
SP1: No SP1 for MOSS installed
DB: SQL 2005
Installation: Farm Installation
Off late I have run into a problem where a workflow associated with a List
doesnt start. Instead i see an error something like: "Failed to start
(retrying". I do not understand why this happens. Sometime back all of the
workflows started and completed as expected with the logic in them. So, i tried
to look into the issue by googling it. I got some references which talk about
some Performance Counters not being referenced correctly. But, these basically
refer to those workflows which are developed using Visual Studio. In our farm,
we do not have any workflows written in VS. But, i found one article which talks
about using: LodCtr to make the performance counters to reload from
PerfCounters.ini file.
I ran the following options: LodCtr ..\windows\..\PerfCounters.ini and got
the message that the counters are already installed. Then ran: LodCtr
/R:..\PerfCounters.ini command. This time i dint get any message which means
that the file has been accepted. All of these i did and experimented was on a
test MOSS 2007 installation. But looks like the situation got worse. Almost all
of the workflows now seem to not work.
And yes, here are some eventvwr error messages that i see when the workflows
are run:
Event Type: Error
Event Source: Perflib
Event Category: None
Event ID: 1008
Date: 6/4/2008
Time: 10:53:32 AM
User: N/A
Computer: PORTAL
Description:
The Open Procedure for service "FSCController" in DLL
"C:\WINDOWS\system32\FSCPerfMonitor.dll" failed. Performance data for this
service will not be available. The Status code returned is the first DWORD in
the attached data.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp." target="_blank" rel="nofollow">http://go.microsoft.com/fwlink/events.asp." target="_blank" rel="nofollow">http://go.microsoft.com/fwlink/events.asp." target="_blank" rel="nofollow">http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 05 40 00 80 .@.
Event Type: Error
Event Source: IISInfoCtrs
Event Category: None
Event ID: 1001
Date: 6/4/2008
Time: 10:53:32 AM
User: N/A
Computer: PORTAL
Description:
Unable to read the first counter index value from the registry. The error code
returned by the registry is data DWORD 0.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp." target="_blank" rel="nofollow">http://go.microsoft.com/fwlink/events.asp." target="_blank" rel="nofollow">http://go.microsoft.com/fwlink/events.asp." target="_blank" rel="nofollow">http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 02 00 00 00 ....
Event Type: Error
Event Source: Perflib
Event Category: None
Event ID: 1008
Date: 6/4/2008
Time: 10:53:32 AM
User: N/A
Computer: PORTAL
Description:
The Open Procedure for service "InetInfo" in DLL
"C:\WINDOWS\system32\infoctrs.dll" failed. Performance data for this service
will not be available. The Status code returned is the first DWORD in the
attached data.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp." target="_blank" rel="nofollow">http://go.microsoft.com/fwlink/events.asp." target="_blank" rel="nofollow">http://go.microsoft.com/fwlink/events.asp." target="_blank" rel="nofollow">http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 02 00 00 00 ....
Does anyone know what this error is all about? I am really stumped. When i
think everything is working fine, i see such things eat up my head and efforts.