can't understand FBA errors

H

Henry Markov

I'm evaluating XPe and sample hardware by building simple systems on various
cPCI boards. One such configuration only has standard components except for a
component I downloaded from Intel to support their 82541 GBe chip. The build
was error free. The FBA log has the following errors:

[PnpEnumThread: InstallDevice] SetupDiCallClassInstaller Error: 0xe0000217,
Device: Plug and Play Software Device Enumerator

[FBARegQueue: DllRegisterServer] C:\WINDOWS\System32\activeds.dll (Error:
0x80040154)

[FBARegQueue: DllInstall] C:\WINDOWS\System32\userenv.dll (Error: 0x80040154)

The explanation for error 0x80040154 in winerror.h is "Class not registered."
There is no explanation for error 0xe0000217. Can anyone tell me what the
problem could be?

Henry
 
A

Andy Allred [MS]

The activeds and userenv errors can be safely ignored in this case because
they are simply warnings that dependent services have not yet been
registered, but will be registered later in FBA.

The class installer error looks like you probably neglected to add a
dependency in TD or perhaps you inadvertently disabled a required
dependency. Run depends.exe against that CI file to see what's missing.

Andy
 
H

Henry Markov

Thanks. I'm a newbie in Windows and XPe development. I found depends.exe on
the web but I could not find enough useful information about class installers to
understand what file you're suggesting that I run depends.exe against. I see a
number of files in my build that have substrings like "setup" and "cli" but
there is nothing that I can relate to the error message that references
SetupDiCallClassInstaller.

HM

Andy Allred said:
The activeds and userenv errors can be safely ignored in this case because
they are simply warnings that dependent services have not yet been
registered, but will be registered later in FBA.

The class installer error looks like you probably neglected to add a
dependency in TD or perhaps you inadvertently disabled a required
dependency. Run depends.exe against that CI file to see what's missing.

Andy

--

This posting is provided "AS IS" with no warranties, and confers no rights.

Henry Markov said:
I'm evaluating XPe and sample hardware by building simple systems on
various
cPCI boards. One such configuration only has standard components except
for a
component I downloaded from Intel to support their 82541 GBe chip. The
build
was error free. The FBA log has the following errors:

[PnpEnumThread: InstallDevice] SetupDiCallClassInstaller Error:
0xe0000217,
Device: Plug and Play Software Device Enumerator

[FBARegQueue: DllRegisterServer] C:\WINDOWS\System32\activeds.dll (Error:
0x80040154)

[FBARegQueue: DllInstall] C:\WINDOWS\System32\userenv.dll (Error:
0x80040154)

The explanation for error 0x80040154 in winerror.h is "Class not
registered."
There is no explanation for error 0xe0000217. Can anyone tell me what the
problem could be?

Henry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top