06-26-04 03:53 PM
Well, you don't really. Biztalk is designed to be reliable. When it picked
up the file, you are supposed to have confidence that it will process 100%
of it.
Which means, if you kill the biztalk services, which you can, your AIC will
stop, but the moment you restart biztalk services, your AIC will pick up
where it left off.
You can cause corruption of the system if you do things like power-off the
server. It's ineffective anyway because when you turn the server back on,
the BTS transaction picks up where it left off.
Sorry, but that's pretty much the nature of the beast. I'd recommend that,
for unit testing, you use small data files at first, and work up to larger
ones to test gentle stress conditions, race conditions, and multithreading.
--- Nick
"wistler" <wistler@discussions.microsoft.com> wrote in message
news:46F9FC25-548D-49DF-B4DD-ED6777D1B8F2@microsoft.com...[vbcol=seagreen]
> Lets say i am passing Correct data.
> then i just wanna stop the current AIC processing.
> how do i Kill MY AIC.
>
> "Jan Eliasen" wrote:
>
[ Post a follow-up to this message ]
|