Viewing 4 posts - 1 through 4 (of 4 total)
Use this Code to run the bat job where xxxxxxxxx.bat is you bat file:
Dim procID As Integer
...
May 22, 2009 at 5:33 am
After a lot of research, I found the problem.
I left out the following line in the Public Overrides Sub PostExecture() Method
MyBase,PostExecute()
April 17, 2009 at 8:15 am
When I tried to use the PostExecute(), it did work. It only displayed info for Provider A, B & C. After processing the last Input record it did not...
April 16, 2009 at 1:12 pm
I have added an override to FinishOutputs() and created my additional two two records to the end of the file. Thanks
Public Overrides Sub FinishOutputs()
...
April 16, 2009 at 7:52 am
Viewing 4 posts - 1 through 4 (of 4 total)