by community-syndication | Apr 20, 2006 | BizTalk Community Blogs via Syndication
A common customer request has been to be able to easily print the BizTalk documentation. Now you can! Download the entire documentation in PDF format by visiting this link:
http://www.microsoft.com/downloads/details.aspx?FamilyId=8F3EC693-2865-4B85-8455-745511EA4267&displaylang=en
We’re listening, so please keep the great suggestions coming. And be sure to thank the documentation team!
by community-syndication | Apr 20, 2006 | BizTalk Community Blogs via Syndication
Kevin has released BizUnit 2006, a framework for unit testing BizTalk solution artifacts. This is a must have for any serious BizTalk developer’s toolbox.
-Kris
by community-syndication | Apr 20, 2006 | BizTalk Community Blogs via Syndication
When setting up WSS so you can do a full install of BizTalk, you may get an error similar to “System Error 1057 while trying to query service SPTimer”. For me, this occured while using the Configure Administrative Virtual Server section of Central Administration. I was using a local (non AD) service account that I had created. The problem is corrected if you make sure you enter “domain\user name” or “machine name\user name” format. Not easy to correlate this error description to the actual issue.
Cheers,
Todd
by community-syndication | Apr 19, 2006 | BizTalk Community Blogs via Syndication
Having done 2006 Installs/Configurations for all (public) versions of BizTalk Server 2006 from CTP to Beta2, I was surprised that the process was not much different for the RTM release.
There was so much hype as to how much the process had improved from 2004 to 2006, and to some extent I have to agree that the configuration after the install is now much easier than 2004 however …
The install part especially the check for prerequisites is still not there yet. Yes, there are so many prereqs that are still missing!
What would be nice for the Biztalk Server 2008 install is that ALL POSSIBLE recommended prereqs are available from a single location, ie prepackaged within a single CAB, and not spread here and there on subwebs on msdn etc…
For example for a vanilla machine install from bare metal, excluding the core essentials such as OS, Visual Studio, Sql Server which are understandably available from separate installs, all the supplementary filesets should be prepackaged in a cab file as part of the iso image.
One classic example is ADOMD.Net 8.0 + Patch + yes you guessed it not ADOMD.Net 9.0 but SqlServer2005_ADOMD.msi!
Please could they get the monikers correct in the prereqs check list!
Wish List, automate an install via script that takes params(such as credentials for automatic reboots etc) via XML config or whatever, initiate the msi to install all prereqs if necessary prepackaged from a cab file, and come back after a long lunch break, to see the post install configuration completed as well while you were away. Now that’s something..
Besides Install/Config and moving onto Integration itself, here’s a Biztalk Server 2008 Wish List done a while back last year 🙂
Oh by the way I was tempted to get/publish the Biztalk 2008 photos from flickr but instead I will just post the link.
I love artifact explorer/solution designer, as it allows an architect to model the end to end solution of a biztalk integration from a source system using biztalk receive artefacts that publish to the message box and likewise those processing artefacts that subscribe to the message box and eventually the send artifacts to the destination systems. For a deeper look at the end to end design of a future biztalk system have a look here and take time out to listen to Channel 9 Eddie Churchill’s Solution Designer Video, also take a preview into Eddie Churchill’s Mapper Video for Biztalk Server 2008
by community-syndication | Apr 19, 2006 | BizTalk Community Blogs via Syndication
Life’s been hectic for the past couple of months. And my list of “things to blog about” is growing day by day. But, here’s some news that I could not resist stop all my work and blog. J
Another incredible effort from my colleague Jesus and team. Two Connect has done it again with 3 new adapters for BizTalk
- SalesForce.com adapter for BizTalk Server 2006
- Web Services Enhancements (WSE) 3.0 adapter for BizTalk Server 2006
- SQL Server Service Broker adapter for BizTalk Server 2006 v1.5
There is also a MSDN Webcast coming up tomorrow where Jesus will be introducing the SalesForce.com adapter along with colleagues Javier and Ben. Please do register for the same.
For more details check Jesus’s blog http://weblogs.asp.net/gsusx/archive/2006/04/18/443275.aspx
by community-syndication | Apr 19, 2006 | BizTalk Community Blogs via Syndication
A Member of the Microsoft BPI Virtual Technical Specialist Team
by community-syndication | Apr 19, 2006 | BizTalk Community Blogs via Syndication
In a recent MSDN webcast given by Richard Seroter somebody asked about how to avoid “first hit latency” caused by JIT compiling web service code which is deployed not compiled by default. In my post about web project deployment I wrote about precompiling BizTalk web services using aspnet_compiler that will cure this problem. I just wanted to highlight some details.
First, the project can not be compiled in-place, otherwise files get overwritten. It’s better to create separate folder for precompiled web artifacts and pass it as -targetDir to aspnet_compiler.exe.
Second, since you most likely use some script to add assemblies to the BizTalk application its good to use -fixednames option to get consistent file names and directory structure across builds.
Third, if you still want to have some source files updateable (let’s say documentation aspx pages), you’ can provide -u switch to the compiler.
And the last, it’s always good to sign your assemblies with strong key so there are -keyfile, -delaysign, -aptca compiler switches to do that.
by community-syndication | Apr 19, 2006 | BizTalk Community Blogs via Syndication
Jesús has been very busy building adapters. They include:
SalesForce.com adapter for BizTalk Server 2006
Web Services Enhancements (WSE) 3.0 adapter for BizTalk Server 2006
SQL Server Service Broker adapter for BizTalk Server 2006 v1.5
A Webcast on the SalesForce Adapter will be given tomorrow (April 20), and a Webcast on the WSE 3.0 adapter will be given on May 5. You can read more about the adapters and Webcasts HERE
by community-syndication | Apr 19, 2006 | BizTalk Community Blogs via Syndication
Jesús has been very busy building adapters. They include:
SalesForce.com adapter for BizTalk Server 2006
Web Services Enhancements (WSE) 3.0 adapter for BizTalk Server 2006
SQL Server Service Broker adapter for BizTalk Server 2006 v1.5
A Webcast on the SalesForce Adapter will be given tomorrow (April 20), and a Webcast on the WSE 3.0 adapter will be given on May 5. You can read more about the adapters and Webcasts HERE
by community-syndication | Apr 18, 2006 | BizTalk Community Blogs via Syndication
Our MSIT group has just released a whitepaper on moving from BizTalk 2002 & 2004 to BizTalk 2006. It goes into quite a bit more technical detail than our typical case study particularly in regards to their consolidation onto 64bit hardware.
-Kris