Quantcast
Channel: BizTalk Server Adapters and Adapter Pack Forum
Viewing all articles
Browse latest Browse all 197

you must specify at least one already-initialized correlation set

$
0
0

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




Viewing all articles
Browse latest Browse all 197

Trending Articles