Post a reply

Before posting, please read how to report bug or request support effectively.

Bug reports without an attached log file are usually useless.

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: SSIS ...process exit code was "1" while the expected was "0"

Can you post plain log file, instead of the XML one?
radro23

SSIS ...process exit code was "1" while the expected was "0"

I'm having issues executing WinSCP.com from an Execute Process Task in SSIS. If the file doesn't exist in the destination server, the package runs successful, if the file does exist in the destination server I get the error:

[Execute Process Task] Error: In Executing "C:\Winscp\WinSCP.com" "/command "option confirm off" /log=C:\Winscp\Logs\2011-06-08.125002.xml" at "", The process exit code was "1" while the expected was "0".

The contents from the log file is the following (in both cases of failure and success, the log is the same with the exception of the time):

<?xml version="1.0" encoding="UTF-8"?>
<session xmlns="https://winscp.net/schema/session/1.0" name="ftpservername" start="2011-06-08T15:50:02.692Z">
<upload>
<filename value="\\xxxservername\xxxfilename.xls" />
<destination value="filename.xls" />
<result success="true" />
</upload>
</session>

Not sure what the problem is.

Radro