EXecute Process Task

  • Hi Folks,:w00t:

    I am facing this problem with the Execute Process task. I am executing a C# parser exe file to convert .xls into .csv and passing below as the arguments.

    Executable:C:\AIProjects\SourceCode\Trunk\Src\App\ETL\Utilities\CreditSuisse.Aiop.Etl.Utilities.WSOCashAvailableFileParser\obj\Release\CreditSuisse.Aiop.Etl.Utilities.WSOCashAvailableFileParser.exe

    Arguments:"C:\Personal\Visual Studio 2005\Projects\AIOP\ETL\Sources\XLS File\7-24-08.xls" "C:\Personal\Visual Studio 2005\Projects\AIOP\ETL\Sources\WSO\CashAvailable\abcde.csv"

    This is the error it is throwing up::hehe:

    [Execute Process Task] Error: In Executing "C:\AIProjects\SourceCode\Trunk\Src\App\ETL\Utilities\CreditSuisse.Aiop.Etl.Utilities.WSOCashAvailableFileParser\obj\Release\CreditSuisse.Aiop.Etl.Utilities.WSOCashAvailableFileParser.exe" ""C:\Personal\Visual Studio 2005\Projects\AIOP\ETL\Sources\XLS File\7-24-08.xls" "C:\Personal\Visual Studio 2005\Projects\AIOP\ETL\Sources\WSO\CashAvailable\abcde.csv"" at "", The process exit code was "-532459699" while the expected was "0".

    The c# parser is working fine when i execute it separetly but if i tend to call it through execute package, it throws an error!!!

    Can somebody Help Me with this!!!!!! Thanks!!!!

  • Could you not use a data flow task with the excel file as the source and the csv file as the destination? It would be easier to debug where any errors may be occuring (using data viewers, for example).

    Tom

    Life: it twists and turns like a twisty turny thing

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply