Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond

Browse by Tags

BizTalk 2004

This group is for all content related to BizTalk Server 2004. This includes a forum, samples, videos, labs, whitepapers, and tools. Most of the content here also applies to other versions of BizTalk beyond 2004.
Tagged Content List
  • Forum Post: Flat File problems

    Hi I Have a problem with a flat file i should parse to XML. The file look like this (to see them proper, copy them out into notepad): PL00000358M16000001MTSACK HEAD1000000 20081201000000002008-000076 NOOSL NOMTS B99 S3 20000000042 | PL00000358M16000002MTSACK HEAD2000000WARTSILA FINLAND OY, VAASA WARTSILA...
  • Forum Post: Conversion of Biztalk 2002 xml to BizTalk 2004 Schema

    Hi all I am new to Biztalk. I inherited a Biztalk 2002 System. and need to upgrade it to Biztalk 2004.. The senario is the The Biztalk machine have no Backup system. and the services is in only 1 single machine. I have 50 XML files with 70 Different elements on each file. Is there any where to convert...
  • Forum Post: BTM1010

    Hi, I get this btm1010 error: The "scripting" functoid has 3 parameters, but 0 parameter(s) are expected. I use an external assembly, which I've changed, and i've changed also the BTM-mapping. I've resetted the reference to the external assembly, and I've even searched with...
  • Forum Post: Calling All Gurus ! Mapping from a flat structure to a repeating structure.

    Hi, I need to create a map from a flat structure to a repeating style structure. Can anyone help with what functoids i need (and how they are configured) ? Here is a sample input structure. <AccountInfo> <accno>1010</accno> <year>2007</year> <month01>1000<month01>...
  • Forum Post: i had some problem in building Mapping concept in biztalk 2004 using HIPPA-270

    since im new to biztalk server 2004,i had some problem in mapping concept can any one help me pls i had converted the sql SP in the format of Xml tags which works correctly but i cannot able to understand the Mapping concept pls explain me with an example in hippa -270 with regards daniel albert.s
  • Forum Post: BizTalk 2004 Map: Flattening parent child data

    Hi, I have the following xml <ROOT> <PARENTS> <PARENT> <TAG1>A</TAG1> <TAG2>B</TAG2> <TAG3>C</TAG3> </PARENT> <PARENT> <TAG1>D</TAG1> <TAG2>E</TAG2> <TAG3>F</TAG3> <CHILDREN> <CHILD> <TAG1>G<...
  • Forum Post: Functoid

    Hi, Is there any good document about Functoid? I want to learn how to use. I want to know how to concatenate looping string in a element. I have a element in my schema, it can loop up to 50. I want to concatenate all those string and map it to sql schema. Here i will get only one input element. I tried...
  • File: Sorting, Grouping, and Debatching in Pure Messaging

    Debatching can be done several different ways in BizTalk 2004. With a few message box hops, debatching can be done with a few maps and an envelope schema in pure messaging. This sample shows a map for Sorting, a map for Grouping, and the Envelope for debatching. This sample will work in BizTalk 2004...
  • File: Dynamic Mapping Inside an Orchestration

    This sample shows how a map can be called dynamically inside an Orchestration in Biztalk. This can allow for the map to be set at run time by setting a message context property or reading the value from the SSO or database. This can greatly reduce effort if a single business process is used for many...
  • File: Suppress Nodes Inside A Map

    This map sample shows how to suppress nodes inside a map by passing false from a logical functoid. The blog post below gives more detail on the sample. The mapper in BizTalk 2004 makes it easy to suppress nodes inside the mapper. The key is to send the looping node a "false" from a Logical...
  • File: Creating Nodes Inside A Map

    This mapping sample shows how to create repeating nodes from flat data inside the mapper. This sample also shows the use of some custom XSLT code inside the BizTalk mapper. This sample works with BizTalk 2004 and BizTalk 2006. Get more information from the original blog post on this topic: http://www...
Page 1 of 2 (50 items) 12