Click here to Skip to main content
15,878,959 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I have followed the below link and created the schema for flat file(.txt) with (,)delimiter.

In the xml output file, what ever the records in the input file(.txt). those records not been printed.

But the validation schema got successful,generate the schema also successful.

i have followed the below mentioned link.
XML
<a href="http://www.codeproject.com/Articles/13233/Flattening-out-the-complexity-in-flat-file-schemas">Flattening out the complexity in flat file schemas in BizTalk 2004 - Part 1</a>[<a href="http://www.codeproject.com/Articles/13233/Flattening-out-the-complexity-in-flat-file-schemas" target="_blank" title="New Window">^</a>]

Please let me know any other setups you have missed in the link.

my output page in xml looks like :
XML
<?xml version="1.0"?>
-<ns0:TSV xmlns:ns0="http://Project2_Adapter.FF_Schema">-<ns0:Record><ns0:Name>Name_0</ns0:Name><ns0:Id>Id_0</ns0:Id><ns0:Dept>Dept_0</ns0:Dept></ns0:Record></ns0:TSV>

In the input file(.txt), i have passed the value like

sarav,1,bt



Thanks,
Saravanak
Posted
Updated 21-May-15 15:15pm
v3

1 solution

Open Biztalk Server Admin Console and search for "Suspended server instances" in "Suspended Items". There you will get to kinds of instances non-resumable and resumable. In resumable instances open the instance description by double-clicking on it and please update the Error Information here.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900