Using self-closing tags
Wed, 12 Dec 2007 04:15:00 -0800
We're currently using a custom xslt file within a BizTalk 2006 (not R2) map
to transform a
message. The xslt works fine, however the output from the map does not
use self-closing xml tags
e.g. an address element:
<Address Type="somedata" Country="moredata" />
is being outputted as
<Address Type ...
|
Column split across lines?
Mon, 3 Dec 2007 08:35:01 -0800
Hi. I need to process a CSV file that has columns split across lines. The
columns open and close with a double quote. Will BizTalk cope with this?
Thanks. ...
|
Quick Question around edi and the HL Segment
Tue, 20 Nov 2007 09:10:02 -0800
Everyone,
I have a destination schema that contains the following segment:
the node is:
<xs:element maxOccurs="unbounded" name="HL_Hierarchical_Level_S4"
type="Hierarchical_Level_S4_type" />
and the underlying type is:
<xs:complexType name="Hierarchical_Level_S4_type">
- <xs:sequence>
- <xs:elem ...
|
Hot Job Oppurtunity for Sr. Biztalk Specialist at New York, or Danburry, CT
Thu, 01 Nov 2007 15:31:49 -0700
Qatalys is 12 year old Software development house. Microsoft Gold
Certified in three tracks. Qatalys is expanding its current service
offerings and is actively looking for BizTalk professions.
Job Details:
Position: Sr. Biztalk Specialist
Location: New York, or Danburry, CT
Requirement for the oppor ...
|
Strange difference in processing flatfile after deployment
Wed, 31 Oct 2007 02:53:01 -0700
Hello,
I created a xml to flatfile docdefs/mapping in Biztalk 2004 using visual
studio 2003, and deployed this on the same machine. When I test this mapping
this all works well. However, when I deploy these docdefs/mapping to another
machine (acceptance environment), the outcomming flatfile is not the same ...
|
Pasring alternating data records in data section of flat file
Wed, 24 Oct 2007 09:01:01 -0700
Hello-
I have a flat file which has a tag identifier (1,2,4,6,7,8,9). 1 and 2 make
the header and 8 and 9 mark the end. Tags4,6,7 can occer multiple times and
in any sequence. For instance following two documents are valid as per this.
1remaingdata
2remaingdata
4remaingdata
4remaingdata
4remaingdata
6 ...
|
RE: BizTalk 2002 --> 2006 map migration issues - value flattening/looping
Tue, 23 Oct 2007 19:36:27 GMT
> Hi all,
>
>
>
> Sorry this is a long post - hard to explain this stuff! I tried to attach an
> image to help but it is too large to attach.
>
> We have migrated our 2002 maps to 2006. The inbound schemas are EDI and
> therefore are heavy on looping, which we flatten out.
>
> As per the BTS 2006 d ...
|
|
|
EDIReceive and EDIFACT files
Sat, 20 Oct 2007 11:35:02 -0700
I can't porcess this kind of file with the EdiReceive Pipeline:
UNB+UNOA:1+XXX+YYY+071019:0004+9999'
UNH+O836923+CODECO:D:95B:UN:ITG14'
BGM+36+C000267925+9'
TDT+20+51E+1++YML:172:20+++BLHS:103:ZZZ:ABC'
.....
.....
UNT+46+O836923'
UNZ+1+9999'
I obtain the error message below:
The interchange with id '9 ...
|
Dynamic flat file delimeter ??
Fri, 19 Oct 2007 02:28:20 -0700
Hello,
I have a flat file problem. I receive files from different sources to the
same pipeline.
Some of the files uses delimeter "0x0D 0x0A" and som just "0x0D". Is it
possible to use the same schema for these?
I know that BTS2002 had functionality where you could disregard for example
"0x0A", does BTS ...
|
FlatFile Output
Tue, 16 Oct 2007 08:51:02 -0700
I have gone about this in every way I can think of. I have a flatfile schema
that must be delimited at each row by a {CR}{LF} (as biztalk codes it). When
I try to use the Hex codes that are generated, I get nothing in the flatfile
that resembles a {CR}{LF}. I cannot figure it out. I have tried to
manipul ...
|