In orchestration program, we have to enter orders along with its attached files from one database to another database located on two different server. We have to do this parallely so that at the time of order entry file also get transferre in between two databases.
For that purpose i have used [b:c6e24c9c4b][i:c6e24c9c4b]Parallel action shape [/i:c6e24c9c4b][/b:c6e24c9c4b]in orchestration. At one side of this shape order are inserted into database and at other side files have to be transferred from one databse to other.So at other side [b:c6e24c9c4b][i:c6e24c9c4b]Scope Shape [/i:c6e24c9c4b][/b:c6e24c9c4b] is used. In that scope delay is given and then File Transfer routine is called from Expression shape.
But it gives me lot of error. Is it possible in biztalk to enter a order and transfer a file parallely at the same time? Is my program routine is correct or not?
Or i have to use some different approach?
Thanks in advance