Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Gilles' WebLog
Not actually a Blog
RSS 2.0
Atom 1.0
Home
About
Email
Search
Tags
BizTalk 2004
BizTalk 2006
Code
Japan
Non computer
Archives
June 2009 (1)
November 2007 (1)
September 2007 (1)
June 2007 (1)
July 2006 (2)
June 2006 (3)
May 2006 (1)
April 2006 (1)
March 2006 (4)
June 2005 (3)
January 2005 (1)
September 2004 (10)
August 2004 (7)
July 2004 (9)
June 2004 (18)
May 2004 (2)
BizTalk 2004
BizTalk 2004 on MSDN
BizTalk Core Engine Team
Blogroll
Raymond Chen
Christopher Brumme
Brad Abrams
Eric Lippert
Suzanne Cook
Chris Anderson
Don Box
Chris Sells
Dharma Shukla
Steve Swartz
Navigation
Gilles' Pictures
Photos on blogs.msdn.com
Non procedural programming
Lambda the Ultimate
Windows Sharepoint Services
Windows Sharepoint Services on MSDN
Monday, August 23, 2004 9:37 AM
gzunino
Pipeline Component Wizard for Visual Studio
Martijn
has a very nice pipeline component wizard for Visual Studio .NET 2003. You can download it
here
.
Filed under:
BizTalk 2004
Comments
#
WMI and SSO fail
Monday, September 06, 2004 3:47 PM by
Vincent
Hi Gilles,
Am wondering if you could help. I am a bit stucked. I've got BizTalk 2004 running on a Win2003 server and SQL Server on a Win2000 server. It was all working until when I tried to debug my pipeline component using pipeline.exe.
Now, when trying to open BizTalk Administration Console, I get:
Failed to access BizTalk Management database.
Cannot retrieve list of objects due to a WMI provider failure.
No such interface supported
WMI Control Properties show:
Failed to initialize all required WMI classes.
Win32_Processor: <Null>: No such interface supported
Win32_WMISetting:Sucessful
Security information: Successful
Win32_OperatingSystem: <Null>: No such interface supported
In the event viewer:
Source: ENTSSO
The SSO service is starting.
SQL Server Name: SQL2
SSO Database Name: SSODB
Not using SSL. See documentation for details on how to secure the SQL Server connection.
Source: ENTSSO
The SSO service failed to start.
Error Code: 0x80040154, Class not registered
Source: COM+
A COM+ service (such as Queued Components or Compensating Resource Manager) failed to start. The service GUID and HRESULT are: {51372AF3-CAE7-11CF-BE81-00AA00A2FA25}
Process Name: dllhost.exe
The serious nature of this error has caused the process to terminate.
Error Code = 0x80040154 : Class not registered
COM+ Services Internals Information:
File: d:\nt\com\complus\src\comsvcs\srgtapi\csrgtserv.cpp, Line: 63
Comsvcs.dll file version: ENU 2001.12.4720.130 shp
Any suggestions would be greatly appreciated. Thanks!
Vincent
#
re: Pipeline Component Wizard for Visual Studio
Tuesday, September 07, 2004 9:31 AM by
Gilles
Vincent: Pipeline.exe does not access any BizTalk database (configuration/management ...) which can sometimes be an issue while debugging a pipeline. It is very unlikely that the usage of pipeline.exe cause the problem you are seeing.
You do not give details about your custom pipeline so I am guessing at best. Is your custom pipeline making any WMI calls by any chance? If so, you should not do this.
Apparently, BizTalk WMI does not work anymore because WMI classes are not registered. WMI classes are registered at setup time, by running mfcomp on .mof file shipped with BizTalk. Assuming you did not install any software, it is unclear how the registration was lot. You could run the repair setup to reregister them.
#
re: WMI and SSO fail
Tuesday, September 07, 2004 9:39 PM by
Vincent
Gilles,
Before I tried to use pipeline.exe , I was trying to debug the custom pipeline component by writing to the event log. I wonder if this could have caused similar problems as described in
http://support.microsoft.com/?kbid=812280
. If so, how do I recover from it? I have rebooted the server many times.
I have tried running mofcomp on the .mof files found in BizTalk i.e. BTSWMISchema.mof and Microsoft.Biztalk.Hws.AdminWMIProvider.mof . Have also tried to run the repair setup. But still the same :(
Cheers..
#
re: Pipeline Component Wizard for Visual Studio
Tuesday, September 07, 2004 10:08 PM by
Gilles
Vincent: the article you point to is related to .NET 1.0. BizTak 2004 needs .NET 1.1 and this issue has been fixed.
The error tells that you cannot access the BizTalk Management database. Did you change passwords by any chance? BizTalk needs to access databases to run properly. At configuration time, you specified usernames and passwords. If one of these changed, things won't work nd you'll need to update BizTalk configuration. This goes for SQL as well. You have remote SQL server n Windows 2000. If you tighten the security on SQL, this could happen.
So start the enterprise manager, connect to the server uing the user/password you specified as BizTalk Administrator and see if you can connect.
#
re: WMI and SSO fail
Wednesday, September 08, 2004 5:00 AM by
Vincent
Gilles,
Both users btsinstancehost and ssoservice can connect to the SQL server via Windows authentication. BizTalk service is running under btsinstancehost user and is able to access the BizTalk Management database from SQL Query Analyser. SSO service is running under ssoservice user and is able to access the SSODB database.
The users and passwords have not been changed. Is there anywhere else that I can check BizTalk's configuration? Is it worth un-configuring the whole of BizTalk and re-configuring it?
cheers
#
re: Pipeline Component Wizard for Visual Studio
Wednesday, September 08, 2004 11:05 AM by
Gilles
Vincent: Check if the MMC console points to the right server. Fire up the MMC, right click on "Microsoft BizTalk Server 2004" and select properties. Make sure the Db connections are good and the SSO server is OK.
#
re: WMI and SSO fail
Wednesday, September 08, 2004 5:05 PM by
Vincent
Gilles,
Properties is not available in the right click. Is there another way to get to it?
#
re: Pipeline Component Wizard for Visual Studio
Wednesday, September 08, 2004 10:44 PM by
Gilles
Vincent: You might want to try to reconfigure the COM+ catalog:
http://support.microsoft.com/?id=315296
If that does not work, confirm that the remote procedure call(RPC) Locator properties is set to run under
the Networkservice account (which is the default).
Unconfigure Biztalk 2004 by running configframework /u and then reconfigure
Biztalk by running configframework.
#
re: WMI and SSO fail
Thursday, September 16, 2004 10:29 PM by
Vincent
Gilles,
After unconfiguring, when I try to re-configure it I get the error "Failed to load configuration data for feature: RulesEngine. Please see the log file for more details". Where is the log file? I have also deleted the BTS databases and it didn't make any difference.
I think I will have to resort to re-installing the server.
New Comments to this post are disabled