03-07-06 10:51 PM
Your recieve shape that is picking up the flat file, the activate paramater
needs to be set to True.
Eric
http://stottcreations.com/blog
"Amit" <s.amit.kumar@gmail.com> wrote in message
news:1141755903.462633.65550@u72g2000cwu.googlegroups.com...
> Hi,
> My BTS project has two orchestrations:
> 1. Flat File Import
> 2. Flat File Export
>
> Import orchestration has a receive port that picks flat file from a
> location and processes it. Export orchestration is independent and
> should only be triggered if required since file is exported to Client
> at his request which has no fixed schedule.
> Export orchestration has a SQL receive port that requests data via SQL
> adapter. Since I need to manually trigger the orchestration so I placed
> additional FF Recieve Port before the SQL Receive port. But on building
> it shows the following error:
> error X2214: you must specify at least one already-initialized
> correlation set for a non-activation receive that is on a
> non-selfcorrelating port.
>
> [On the whole my basic objective is to have a orchestration that would
> retrieve data via SQL Adapter]
>
> Can anyone please help me on this.
>
> Thanks,
> Amit
>
[ Post a follow-up to this message ]
|