Microsoft Technology, .Net, BizTalk, Sharepoint & etc.

Liedong(Ken) Zheng, Senior SharePoint Developer at SIMPLOT

Archive for August 4th, 2008

How to change the editor background to black

Posted by ken zheng on August 4, 2008

Posted in Handy Tips | Leave a Comment »

The published message could not be routed because no subscribers were found

Posted by ken zheng on August 4, 2008

Error Message: The published message could not be routed because no subscribers were found. This error occurs if the subscribing orchestration or send port has not been enlisted, or if some of the message properties necessary for subscription evaluation have not been promoted. Please use the Biztalk Administration console to troubleshoot this failure.

Resolution: You would try to change the Receive pipeline to “XMLReceive”, instead of “PassThruReceive”, this way is worthy to try as one of the possibilities.

Posted in BizTalk | Leave a Comment »

BizTalk Utilities Adapter for Databases

Posted by ken zheng on August 4, 2008

I just found

The BizTalk Utilities Adapter for Databases allows BizTalk Server 2004/2006 to interact with any .NET Compliant Data Provider.

Support for the following .NET Data Providers are provided by default:

* Microsoft .NET SQL Server Data Provider
* Microsoft .NET Oracle Data Provider
* Microsoft .NET OLEDB Data Provider
* Microsoft .NET ODBC Data Provider
* IBM DB2 .NET Data Provider
* IBM DB2 UDB for iSeries .NET Provider
* Sybase ASE .NET Data Provider
* PgSqlClient .NET Data Provider (PostgreSql)
* MySql .NET Data Provider
* FireBird ADO.NET Data Provider
* Oracle Data Provider for .NET (ODP)
* Microsoft Host Integration Server OLEDB Interface

Data providers can be extended by simply adding a new provider definition.

Will have a try tongiht, but wonder if anyone used it before? How good is it?

http://www.topxml.com/biztalkutilities/biztalk2006DB.asp

Posted in BizTalk | Tagged: | Leave a Comment »