by stephen-w-thomas | Feb 25, 2005 | Downloads
This is a simple Orchestration to catch Nack’s. Nack’s are Negative Acknowledgements returned from failed BizTalk messages. This Orchestration can be modified to react to specific exceptions as needed.
This sample should work in BizTalk 2004 and BizTalk 2006.
Get more information from the original blog post on this topic: http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2005/05/26/nack-message-processing-orchestration-for-biztalk-server-2004.aspx
%ufeff
by stephen-w-thomas | Feb 25, 2005 | Downloads
Naming output files is always tricky. This sample shows how to use message context properties to control the name of output files.
BizTalk 2004 has two ways to dynamically name your files from inside the Orchestration. The two ways to accomplish this are either to use a Dynamic Send Port or to use the %SourceFileName% macro on the Send Port.
This sample should work with both BizTalk 2004 and BizTalk 2006.
Get more information from the original blog post on this topic: http://www.biztalkgurus.com/biztalk_server/biztalk_blogs/b/biztalk/archive/2004/11/13/how-to-name-output-files-inside-an-orchestration.aspx
by community-syndication | Feb 24, 2005 | BizTalk Community Blogs via Syndication
I was just reading Mike
Holdorf’s post on the bts_CleanupMsgbox stored procedure. The team I work
with has been able to make good use of this sproc as well, especially while stress
testing.
One thing to beware of is this: Your habit for doing this kind of thing might
lead you to open up Sql Query Analyzer, and right click on the stored procedure
– selecting “script to new window as execute.” This will generate
the following:
DECLARE @RC int
DECLARE @fLeaveActSubs int
-- Set parameter values
EXEC @RC = [BizTalkMsgBoxDb].[dbo].[bts_CleanupMsgbox] @fLeaveActSubs
Ahhh, but the stored procedure actually defaults fLeaveActSubs to “1”,
whereas this code will leave fLeaveActSubs as “0”. This will cause
all your subscriptions to be deleted, and you will have to redeploy your BizTalk applications.
Not that I would know….
So just do “exec bts_CleanupMsgbox”…
by community-syndication | Feb 24, 2005 | BizTalk Community Blogs via Syndication
I was just reading Mike
Holdorf’s post on the bts_CleanupMsgbox stored procedure. The team I work
with has been able to make good use of this sproc as well, especially while stress
testing.
One thing to beware of is this: Your habit for doing this kind of thing might
lead you to open up Sql Query Analyzer, and right click on the stored procedure
– selecting “script to new window as execute.” This will generate
the following:
DECLARE @RC int
DECLARE @fLeaveActSubs int
-- Set parameter values
EXEC @RC = [BizTalkMsgBoxDb].[dbo].[bts_CleanupMsgbox] @fLeaveActSubs
Ahhh, but the stored procedure actually defaults fLeaveActSubs to “1”,
whereas this code will leave fLeaveActSubs as “0”. This will cause
all your subscriptions to be deleted, and you will have to redeploy your BizTalk applications.
Not that I would know….
So just do “exec bts_CleanupMsgbox”…
by community-syndication | Feb 24, 2005 | BizTalk Community Blogs via Syndication
Someone asked if they could set the value of a public variable field in a .NET class from within an expression shape on an orchestration.
For example:
by community-syndication | Feb 24, 2005 | BizTalk Community Blogs via Syndication
Would you like to know all about the WSE Adapter for BizTalk Server 2004?
Here is a relevant webcast:
http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?culture=en-US&EventID=1032266668&CountryCode=US…
by community-syndication | Feb 18, 2005 | BizTalk Community Blogs via Syndication
I was looking to see if there was anything else other than, %MessageID% on the send port, for the file transport.
by stephen-w-thomas | Feb 16, 2005 | Stephen's BizTalk and Integration Blog
Yesterday Microsoft released a BizTalk 2004 Adapter for MSMQ v2.0. This works with MSMQ 2.0 and 3.0.
Here are the key features from the download site:
The BizTalk 2004 Adapter for MSMQ provides support for sending and receiving messages using MSMQ 2.0 and 3.0, and takes advantage of the new features in MSMQ 3.0. Major features of the adapter include support for:
• MSMQ 2.0 and 3.0
• Multi-threading option for faster performance
• Guaranteed delivery when using transactional queues
• Reading from remote non-transactional queues
• Dynamic send ports
• Support for messages up to 2 Gigabytes in size
Download this adapter here.
by community-syndication | Feb 15, 2005 | BizTalk Community Blogs via Syndication
Get the last BizTalk Server documentation update here. As always the online help remains available at MSDN as well.
Together with this core documentation, following updated documents are also available for download:
- the user guide for information workers
- the BizTalk Server tutorials
- and last but certainly not least: the installation guide
by community-syndication | Feb 13, 2005 | BizTalk Community Blogs via Syndication
There’s four new guys on the team, and about 30 new articles, with a “Whats New” section.
Get it here…