Sign In
Gilles' WebLog
Not actually a Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
BizTalk 2004
BizTalk 2006
Code
Japan
Non computer
Archive
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
MSDN Blogs
>
Gilles' WebLog
>
BizTalk 2004
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Gilles' WebLog
BizTalk Decompiler for Reflector 5 on CodePlex
Posted
over 5 years ago
by
Gilles Zunino
0
Comments
My BizTalk Decompiler only works with Reflector 4. The updated version for Reflector 5 has been available for a while on CodePlex: http://www.codeplex.com/reflectoraddins
Gilles' WebLog
Date/Time tracked with BAM must be expressed in Universal Coordinated Time (UTC)
Posted
over 6 years ago
by
Gilles Zunino
0
Comments
All date/time tracked by BAM must be expressed in UTC. BAM depends on this to provide accurate durations, among many other things. This is clearly explained here . It was also the case for BizTalk 2004 even if the documentation gave subtle hints instead...
Gilles' WebLog
BAM Query Service: What is it and how can I use it?
Posted
over 6 years ago
by
Gilles Zunino
0
Comments
If you have installed BAM (BizTalk Server 2004 or BizTalk Server 2006), you may have noticed that a web service called the "BAM Query Service" got installed. As its name hints, this web service allows the BAM Portal to retrieve BAM instance data without...
Gilles' WebLog
BizTalk Server Team Product Management has a Blog!
Posted
over 6 years ago
by
Gilles Zunino
0
Comments
Visit it here . Kris, Steve, Michael and Mark share product updates, links to training materials and even employment opportunities ! I subscribed to their RSS feed.
Gilles' WebLog
BizTalk BAM Portal 2006: Activity Search
Posted
over 7 years ago
by
Gilles Zunino
1
Comments
In a previous post , I described the home page of the new BAM Portal. Today, let's take a look at the Instance Search feature. The instance search allows you to search BAM data for a particular activity instance: You can add / remove clauses using...
Gilles' WebLog
BizTalk Server 2006: What is new with Business Activity Monitoring?
Posted
over 7 years ago
by
Gilles Zunino
2
Comments
You probably already read Scott's document on what is new in Business Activity Monitoring 2006 .Today, I'll shed some light on the brand new "out of the box" portal. All information are based on the CTP build you might have picked up at TechEd 2005. Keep...
Gilles' WebLog
Get ready for TechEd 2005 in Orlando!
Posted
over 7 years ago
by
Gilles Zunino
0
Comments
Make sure you pick up a copy of BizTalk Server 2006 CTP (Community Technology Preview) . Starting next week, I will start a serie of deep dive posts on some of the new BAM (Business Activity Monitoring) features ... Staty tuned!
Gilles' WebLog
Download BizTalk 2004 Service Pack 1 today!
Posted
over 7 years ago
by
Gilles Zunino
0
Comments
BizTalk Server 2004 Service Pack 1 was released today. You can download it at http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=f4a5ab9e-d599-4cc8-abdf-ae6ae68bac3d .
Gilles' WebLog
Is BizTalk supported when running under Virtual PC / Virtual Server?
Posted
over 8 years ago
by
Gilles Zunino
5
Comments
Since Virtual Server has been released, I got asked the question several times so I figured I'd put the answer here where everybody can find it. Knowledge Base Article 842301 says something like: Current released versions of BizTalk (2000, 2002 ,2004...
Gilles' WebLog
[KB838454] Access tracked messages in the BizTalk 2004 message box
Posted
over 8 years ago
by
Gilles Zunino
2
Comments
Knowledge Base Article 838454 describes the new Microsoft.BizTalk.MessageBoxOM.MessageArchive object that was added to Microsoft.BizTalk.MessageBoxOM.dll . Currently, the package is only available through Microsoft Support. There are a few things that...
Gilles' WebLog
How do I work around "Empty choice is unsatisfiable if minOccurs not equal to 0. An error occured at file://[some path to XSD]"?
Posted
over 8 years ago
by
Gilles Zunino
3
Comments
You might have received this error message if you followed these steps: Install BizTalk 2004 on a clean machine with Visual Studio .NET 2003, Start Visual Studio and Create a new C# project (Windows Application for instance), Save the solution...
Gilles' WebLog
Why does BizTalk display "Status unavailable" for Isolated Hosts?
Posted
over 8 years ago
by
Gilles Zunino
0
Comments
Yet another frequently asked question. When using the BizTalk 2004 Administration Console, isolated hosts always report "Status unavailable" (see below). BizTalk Server 2004 offers two kind of hosts: In-Process Hosts and Isolated Hosts. In...
Gilles' WebLog
Format of BizTalk 2004 assemblies: Pipelines
Posted
over 8 years ago
by
Gilles Zunino
0
Comments
Today, we continue our deep dive into the undocumented and unsupported bowels of the BizTalk artifacts compiler and examine how pipelines get compiled to .NET assemblies. Pipelines allow to adjust the format of inbound messages to something that is suitable...
Gilles' WebLog
How do I reuse BizTalk 2004 maps outside of BizTalk?
Posted
over 8 years ago
by
Gilles Zunino
11
Comments
Recently, I shed some light on how Maps are compiled to .NET assemblies . Perhaps one of the most asked question on microsoft.public.biztalk.* is " Calling a map from C# or VB.NET? ". This post attempts to answer that question and clarifies a few things...
Gilles' WebLog
Format of BizTalk 2004 assemblies: Maps
Posted
over 8 years ago
by
Gilles Zunino
3
Comments
Today, we dive deeply into the undocumented and unsupported bowels of the BizTalk artifacts compiler and examine how maps get compiled to .NET assemblies. The BizTalk 2004 Mapper allows to graphically build a transformation between an XML instance of...
Gilles' WebLog
Format of BizTalk 2004 assemblies: How do artifacts get compiled to .NET assemblies
Posted
over 8 years ago
by
Gilles Zunino
5
Comments
Today, we explore some undocumented (and therefore not supported) internal parts of BizTalk 2004. When a BizTalk project is compiled, artifacts like Messages, Orchestrations, Pipelines, Maps or Schemas (to mention only a few) are compiled into a .NET...
Gilles' WebLog
In a pipeline component, some streams are not seekable: Improvements to the Archiver
Posted
over 8 years ago
by
Gilles Zunino
6
Comments
A while back, I presented my Archiver Component . It archives messages as they enter a receive pipeline or right before they leave a send pipeline. It turns out that "DT" found a problem with this component (thank you for reporting this). I have updated...
Gilles' WebLog
Pipeline Component Wizard for Visual Studio
Posted
over 8 years ago
by
Gilles Zunino
9
Comments
Martijn has a very nice pipeline component wizard for Visual Studio .NET 2003. You can download it here .
Gilles' WebLog
Selecting the flat file disassembling schema dynamically
Posted
over 8 years ago
by
Gilles Zunino
3
Comments
Sometimes, business applications encode their data by specifying a message type in the file's header. The body's layout changes depending on the message type. When you receive such messages in BizTalk, you are facing the problem of having to disassemble...
Gilles' WebLog
Very few posts recently ... Well, I have been working on the future of BizTalk
Posted
over 8 years ago
by
Gilles Zunino
4
Comments
I have not been able to post as much as I wanted to recently. I have been working on the future of BizTalk. This includes dreaming about what would be the perfect product, discuss multiple possible feature sets, write architecture documents, implement...
Gilles' WebLog
The eXcel Files: Using the OLEDB provider to manipulate Excel/Access/Project files
Posted
over 8 years ago
by
Gilles Zunino
2
Comments
In a previous post , I outlined the reasons why using the Office Object Model on the server is a bad idea. Some readers pointed out that third parties sell components which can understand Word/Excel/Access/Project files and convert them to XML. I personally...
Gilles' WebLog
Per instance configuration for Custom Pipeline Components
Posted
over 8 years ago
by
Gilles Zunino
3
Comments
As many of you already know, your custom pipeline component can expose properties by implementing IPersitPropertyBag . You can then specify the value of these properties at design time, in Visual Studio .NET 2003 and when your component is initialized...
Gilles' WebLog
Need to archive messages when they enter BizTalk 2004? Use the archiving pipeline component!
Posted
over 8 years ago
by
Gilles Zunino
7
Comments
Regularly, in microsoft.public.biztalk newsgroups, folks would like to archive messages as they are received by BizTalk, before any further processing. There are numerous ways to achieve this and the most obvious ones (non exhaustive list): When the orchestration...
Gilles' WebLog
Custom disassembling and orchestration: Could not find a matching subscription for the message?
Posted
over 8 years ago
by
Gilles Zunino
3
Comments
Ah, believe it or not, my mailbox fills up with requests for help! Oh, well. Today, some folks which I assume would like to remain anonymous are puzzled by a custom disassembling pipeline problem. Let's see if we can help them. Here is the e-mail I received...
Gilles' WebLog
The flat file will never surrender: pre-processing before using the flat file disassembler?
Posted
over 8 years ago
by
Gilles Zunino
2
Comments
I sometimes receive e-mails from BizTalk developers asking me to solve their specific problem. Recently, I received an e-mail from Nic asking about some flat file disassembling issues. This is great feedback, keep it coming guys! If you have a specific...
Page 1 of 2 (39 items)
1
2