Home Page › Forums › BizTalk 2004 – BizTalk 2010 › getting back the source file
- This topic has 8 replies, 1 voice, and was last updated 6 years, 10 months ago by
community-content.
-
AuthorPosts
-
-
May 3, 2006 at 2:22 PM #13496
hai friends,
I want to know whether i can get back the source file which has disappeared from the in folder and did not reach its destination due to some problem in the structure or data type of the source file.
I looked in the event log which tells the error but does not tell the name of the file
In my project,is it possible to save all the files which has not reached its destination?thanks in advance for your help.
kavitha -
May 3, 2006 at 4:00 PM #13497
thank u very much for your reply.
I was able to save the file suspended manually to my disk.
Can u tell me,is it possible to do this automatically .That is,detecting all the file suspended automatically and sending to a folder in the disk.kavitha
-
May 4, 2006 at 10:22 AM #13498
thank u for your reply.
I tried the exemple that u gave me in the lien.It gives me the error message but it does not give the the source file which has disappeared from the input folder.It gives the file in the format destination schema.is it possible to get the source file?
kavitha
-
May 4, 2006 at 1:24 PM #13499
It gives me the error which has blocked the source file to reach its destination.That is what i want.
In addition to that,i want my source file also to correct the mistakes manually and put in the input folder.-
May 3, 2006 at 3:15 PM #13500
If the file was picked up by biztalk, but failed processing, it should normally have been suspended, so you should be able to use HAT to find the message and save it as a file to disk again.
-
May 3, 2006 at 4:06 PM #13501
Both are possible to do using WMI. here are a couple of samples that can get you started:
[url]http://geekswithblogs.net/sthomas/archive/2005/03/08/25791.aspx[/url]
[url]http://blogs.msdn.com/darrenj/archive/2004/03/30/104135.aspx[/url]-
May 4, 2006 at 11:35 AM #13502
Which one is causing problems, and what is the error? (detailed error/exception message would help)
-
May 4, 2006 at 2:01 PM #13503
Not sure what it is you mean there. I don’t think either example does exactly what you want, but if you modify the one tha captures the WMI instance suspended event with code similar to the one that extracts the message, you should be able to accomplish what you want. Did you try doing that, or did you simply used them as they were?
-
May 5, 2006 at 7:25 AM #13504
msgIncomingRequest(FILE.ReceivedFileName);
Through this youll get the Name of the file dropped.Regards
NISHIL
http://biztalkblogs.com/nishil/default.aspx
-
-
-
-
-
-
-
-
-
AuthorPosts
- The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.