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

Browse by Tags

Tagged Content List
  • Forum Post: XML elements of type date generate errors when data is blank or 00/00/0000

    Hi, Here's an error I am getting when validating a flatfile against its schema, "The DateTime represented by the string is not supported in calendar System.Globalization.GregorianCalendar" This error is showing up for elements with datatype: "xs:date" and custom format: "MM...
  • Forum Post: Problem flat file tag identifier found at wrong position

    Hi, I have a problem with the flat file tag identifier in a positional record, the tag is 700 at the offset of 24. But biztalk founds a different tag(200) at position 11 in a field that isn’t a tag field. It happens only when 2 fields are filled at the end of the record(700) before, field ZZZZZZZZ...
  • Blog Post: BizTalk Server: Transform text files (Flat Files) into XML – Conclusion (Part 4)

    Configuring the BizTalk application This is the final step of this process. In order to properly test the solution we have been developing in BizTalk Server, we need to configure the application that was created in the publication. Este é a última etapa deste processo. Por forma a podermos testar a solução...
  • Blog Post: BizTalk Server: Transform text files (Flat Files) into XML – A practical example (Part 3)

    Constructing a Flat Files Schema – Practical example For this project we will use the BizTalk Server 2010 and Visual Studio 2010, and explain step by step what needs to be developed. Briefly these are the steps we have to perform: Creating an instance of the text file that will serve as a test file ...
  • Blog Post: BizTalk Server: Transform text files (Flat Files) into XML – Necessary tools and artifacts (Part 2)

    Necessary tools and artifacts As mentioned earlier, to solve this problem – BizTalk Server: Transform text files (Flat Files) into XML – we must create at least two artifacts: Flat File Schema: withall the necessary information embedded in the form of annotations in XML Schema (XSD), such...
  • Blog Post: BizTalk Server: Transform text files (Flat Files) into XML–Introduction (Part 1)

    Introduction Transformations are one of the most common components in the integration processes. They act as essential translators in the decoupling between the different systems to connect. This article aims to help you understand the process of transforming a text file (also called Flat Files) in an...
  • Forum Post: SQL adapter receive, flat file send

    Hello Guru's! How do I transform a stored procedure into a flat file? I use a SQL adapter to call the stored procedure making it into a xml file, on the send pipeline I've dragged a flat file assembler on to it, and the send port config seems to be fine. When I follow the example in the book...
  • Forum Post: Create FF schema from code

    I'm looking into creating and maintaining a set of Flat File Schema definitions from code. I'm also interested in the ability to publish/re-publish schema's without bringing down the BizTalk application but that's a secondary desire. Is there any support to (library, automating the BTS...
  • Forum Post: Create Positional Flat File

    I have a situation where I am trying to generate a positional flat file from a complex (but relatively simple) XML document. Each and every record should be 15 bytes in length (in reality these are 1300 bytes in length - I shortened for demonstration purpose). The Header and trailer records appear to...
  • Forum Post: Flat file not flat

    I am trying to generate a simple, positional flat file that has three types of records - one header, some body records and a trailer. I'm trying to create this from an XML file passed in. I created a flat file schema that is the exact same structure as the incoming XML document. I use the Mass Copy...
  • Forum Post: Flat File Schema creation eliminating the field names

    Hi, I have a dilimited file which has the first row with Field names and second line onwards the field values. For example: SrNo,Name,Marks 1,Ram,67 2,Rahim,50 3,Ryan,75 I need to generate an schema, which will skip the Field names and will validate the above instance from Field values onwards. Could...
Page 1 of 6 (150 items) 12345»