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)
June, 2004
MSDN Blogs
>
Gilles' WebLog
>
June, 2004
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Gilles' WebLog
The J-POP bands story continues: EXILE - Choo Choo Train
Posted
over 8 years ago
by
Gilles Zunino
2
Comments
EXILE (official web site in Japanese) is currently a very popular band. They have produced a limited number of records under the name "EXILE" (four, one being a conceptual album and one track on a compilation of multiple artists) but are an unusual band...
Gilles' WebLog
The eXcel files: Do not use Office Object Model when processing Office documents with BizTalk 2004
Posted
over 8 years ago
by
Gilles Zunino
2
Comments
Every once in a while, someone posts on microsoft.public.biztalk a question about processing Office files in BizTalk. Sometimes it is Word documents, sometimes it is Excel workbooks. This post explains a typical trap you should not fall in and why. ...
Gilles' WebLog
I love Dream World: The story of J-POP band Dream
Posted
over 8 years ago
by
Gilles Zunino
10
Comments
Dream is a Japanese POP band. It first appeared on January 1st, 2000 when the large Japanese record company Avexnet ( official web site in Japanese ) held a contest to find the most talented young female singers. Three girls won the Grand Prize (in Japanese...
Gilles' WebLog
The flat file strikes back: BizTalk 2004 parsing positional records
Posted
over 8 years ago
by
Gilles Zunino
13
Comments
In a previous entry , I outlined how flat files with delimited records can be parsed by the flat file disassembler. Another post on microsoft.public.biztalk.general attracted my attention. Let's help Norbert disassemble his file. The document to disassemble...
Gilles' WebLog
Want cash? Use a cutting machine at the office to make bundles the size of 10,000 yen notes!
Posted
over 8 years ago
by
Gilles Zunino
2
Comments
This article on mainichi left me speechless...
Gilles' WebLog
'class' must be Xml serializable to be a message part type
Posted
over 8 years ago
by
Gilles Zunino
4
Comments
As many of you know, BizTalk Server 2004 can represent messages as either XSD schemas or .NET classes . The most common approach is to use an XSD schema. If you choose to use a .NET class to represent a message, remember that the BizTalk 2004 engine...
Gilles' WebLog
The return of the flat file: Using BizTalk 2004 flat file disassembler
Posted
over 8 years ago
by
Gilles Zunino
4
Comments
Today, yet another post on Microsoft.public.biztalk.nonxml caught my attention. In this post, the out of the box flat file disassembler is used to parse a file looking like: | 20040511| AAAA | 138| 1012101 | 20040511| BBBBBBB | 11111117| 1101701 Observe...
Gilles' WebLog
A custom BizTalk 2004 disassembling pipeline component (3)
Posted
over 8 years ago
by
Gilles Zunino
6
Comments
Part 1 Part 2 Part 3 The real work happens here. This is the implementation of IDisassemblerComponent . At this point, it is probably useful to review the definition of this interface at http://msdn.microsoft.com/library/en-us/sdk/htm/frlrfmicrosoftbiztalkcomponentinteropidisassemblercomponentmemberstopic...
Gilles' WebLog
A custom BizTalk 2004 disassembling pipeline component (2)
Posted
over 8 years ago
by
Gilles Zunino
2
Comments
Part 1 Part 2 Part 3 The constructor initializes a few needed objects. Among them, we have three regular expressions that will help us parse the flat file. Those regular expressions are not perfect and I am sure anyone can improve them to parse the exact...
Gilles' WebLog
A custom BizTalk 2004 disassembling pipeline component (1)
Posted
over 8 years ago
by
Gilles Zunino
7
Comments
Part 1 Part 2 Part 3 There are many different format of business documents. Recently, a post on microsoft.public.biztalk.nonxml caught my attention. The author receives a flat file with name/value pairs organized in tables. The flat file looks like...
Gilles' WebLog
Install the BizTalk 2004 Assembly Viewer today!
Posted
over 8 years ago
by
Gilles Zunino
1
Comments
The BizTalk 2004 Assembly Viewer is a handy tool to visualize deployed BizTalk artifacts. It is not configured by default but it can be configured easily by registering a DLL (see http://msdn.microsoft.com/library/en-us/deploying/htm/ebiz_depl_assemblies_pade...
Gilles' WebLog
Will "O-Zone, Dragostea din tei" be France's top song this summer?
Posted
over 8 years ago
by
Gilles Zunino
75
Comments
O-Zone, a boy's band from Romania has been number one in Italy a few months ago. While this is not the kind of music I listen to, I must admit that the video-clip made my day. When I first saw it, I enjoyed seeing the band singing on the wing...
Gilles' WebLog
Using Before/After PUT-GET commands in BizTalk 2004 FTP adapter
Posted
over 8 years ago
by
Gilles Zunino
3
Comments
BizTalk 2004 FTP adapter allows administrators to specify Before/After PUT (or GET) commands. This is usually helpful to change the default directory after the initial FTP login. Some folks have tried FTP commands like cd dirname without success. It fails...
Gilles' WebLog
Do you see a rabbit or a smiling face?
Posted
over 8 years ago
by
Gilles Zunino
3
Comments
Personally, I do not see anything special on this picture of the moon! Many Chinese and Japanese people see a rabbit instead of a smiling face and they believe it is making rice cakes (mochi). Maybe this is because the word “ mochizuki “...
Gilles' WebLog
A POP3 adapter for BizTalk 2004: Phase II - Design Time
Posted
over 8 years ago
by
Gilles Zunino
1
Comments
BizTalk Adapters have two parts: the Run-Time part and the Design Time part. The Run-Time part is responsible for the actual message exchange (i.e. it sends and/or receives actual messages). The Design-Time part allows administrators to access properties...
Gilles' WebLog
A POP3 adapter for BizTalk 2004: Phase I - Planning
Posted
over 8 years ago
by
Gilles Zunino
2
Comments
A few days ago I suggested that if people were interested, I could explain how to write a BizTalk 2004 adapter and demonstrate the concepts by building a POP3 adapter. BizTalk 2004 ships with the Adapter Framework ( http://msdn.microsoft.com/library...
Gilles' WebLog
One possible solution to implement Picking: 2D trees
Posted
over 8 years ago
by
Gilles Zunino
4
Comments
Most Computer Aided Design applications (like Microsoft Office Visio 2003) present users with a design surface where various objects can be dragged and dropped. When the user clicks on the graphical of an object on the screen, the application has to locate...
Gilles' WebLog
A POP3 adapter for BizTalk 2004?
Posted
over 8 years ago
by
Gilles Zunino
6
Comments
Here is where I abuse my status of Blogger to determine what topics you would prefer me to talk about! I am planning a few posts on how to write a POP3 adapter for BizTalk 2004 using the Adapter Framework ( http://msdn.microsoft.com/library/en-us/sdk...
Page 1 of 1 (18 items)