Sign in
Gilles' WebLog
Not actually a Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
BizTalk 2004
BizTalk 2006
Code
Japan
Non computer
Browse by Tags
MSDN Blogs
>
Gilles' WebLog
>
All Tags
>
biztalk 2004
Tagged Content List
Blog Post:
BizTalk Decompiler for Reflector 5 on CodePlex
Gilles Zunino
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
on
27 Jun 2007
Blog Post:
Date/Time tracked with BAM must be expressed in Universal Coordinated Time (UTC)
Gilles Zunino
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 of describing it : es.UpdateActivity("PurchaseOrder...
on
18 Jul 2006
Blog Post:
BAM Query Service: What is it and how can I use it?
Gilles Zunino
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 connecting directly to a SQL server. This...
on
31 May 2006
Blog Post:
BizTalk Server Team Product Management has a Blog!
Gilles Zunino
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.
on
21 Mar 2006
Blog Post:
BizTalk BAM Portal 2006: Activity Search
Gilles Zunino
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 the "Add" / "Remove" buttons. You can also build...
on
15 Jun 2005
Blog Post:
BizTalk Server 2006: What is new with Business Activity Monitoring?
Gilles Zunino
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 in mind that the BAM Portal may (and probably...
on
14 Jun 2005
Blog Post:
Get ready for TechEd 2005 in Orlando!
Gilles Zunino
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!
on
4 Jun 2005
Blog Post:
Download BizTalk 2004 Service Pack 1 today!
Gilles Zunino
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 .
on
26 Jan 2005
Blog Post:
Is BizTalk supported when running under Virtual PC / Virtual Server?
Gilles Zunino
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) in any flavor (Enterprise, Developer ...) are...
on
28 Sep 2004
Blog Post:
[KB838454] Access tracked messages in the BizTalk 2004 message box
Gilles Zunino
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 this KB Article does not describe: remember that...
on
28 Sep 2004
Blog Post:
How do I work around "Empty choice is unsatisfiable if minOccurs not equal to 0. An error occured at file://[some path to XSD]"?
Gilles Zunino
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/Project, Right click on the project name in...
on
24 Sep 2004
Blog Post:
Why does BizTalk display "Status unavailable" for Isolated Hosts?
Gilles Zunino
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-Process Hosts run in the same process as BizTalk...
on
23 Sep 2004
Blog Post:
Format of BizTalk 2004 assemblies: Pipelines
Gilles Zunino
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 for processing. There are two kind of pipelines...
on
22 Sep 2004
Blog Post:
How do I reuse BizTalk 2004 maps outside of BizTalk?
Gilles Zunino
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. It is possible to run a map produced by the...
on
21 Sep 2004
Blog Post:
Format of BizTalk 2004 assemblies: Maps
Gilles Zunino
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 an input schema to another XML instance conforming...
on
21 Sep 2004
Blog Post:
Format of BizTalk 2004 assemblies: How do artifacts get compiled to .NET assemblies
Gilles Zunino
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 assembly. In the assembly, one type represents one...
on
20 Sep 2004
Blog Post:
In a pipeline component, some streams are not seekable: Improvements to the Archiver
Gilles Zunino
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 the original entry and fixed the code. The error...
on
17 Sep 2004
Blog Post:
Pipeline Component Wizard for Visual Studio
Gilles Zunino
Martijn has a very nice pipeline component wizard for Visual Studio .NET 2003. You can download it here .
on
23 Aug 2004
Blog Post:
Selecting the flat file disassembling schema dynamically
Gilles Zunino
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 a flat file according to two or more different...
on
19 Aug 2004
Blog Post:
Very few posts recently ... Well, I have been working on the future of BizTalk
Gilles Zunino
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 prototypes and demos and much more. All of this...
on
6 Aug 2004
Blog Post:
The eXcel Files: Using the OLEDB provider to manipulate Excel/Access/Project files
Gilles Zunino
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 do not like the idea of processing an Office...
on
2 Aug 2004
Blog Post:
Per instance configuration for Custom Pipeline Components
Gilles Zunino
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, it receives values via the IPersistPropertyBag.Load...
on
16 Jul 2004
Blog Post:
Need to archive messages when they enter BizTalk 2004? Use the archiving pipeline component!
Gilles Zunino
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 starts, have it send the message to a...
on
12 Jul 2004
Blog Post:
Custom disassembling and orchestration: Could not find a matching subscription for the message?
Gilles Zunino
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, formatted to fit this page. I took the liberty...
on
9 Jul 2004
Blog Post:
The flat file will never surrender: pre-processing before using the flat file disassembler?
Gilles Zunino
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 question, I would prefer you to post to newsgroups...
on
8 Jul 2004
Page 1 of 2 (39 items)
1
2