Hi,
I am to transform/retrieve data from this file
http://dl.dropbox.com/u/40211031/test.txt
into one table below by Biztalk 2009
create table tab1
(col1 [nchar](8),
col2 [nchar](8));
go
but when building this project
http://dl.dropbox.com/u/40211031/app6.zip
I am getting this problem. Why?
Error 2 you must specify at least one already-initialized correlation set for a non-activation receive that is on a non-selfcorrelating port
Many Thanks & Best Regards, Hua Min