Post a reply

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: Script Logical Error

Please post a full log file showing the problem.

To generate log file, enable logging, log in to your server and do the operation and only the operation that causes the error. For posting extensive logs you may use pastebin or similar application. Note that passwords and passphrases not stored in the log. You may want to remove other data you consider sensitive though, such as host names, IP addresses, account names or file names (unless they are relevant to the problem). If you do not want to post the log publicly, you may email it to me. You will find my address (if you log in) in my forum profile. Please include link back to this topic in your email. Also note in this topic that you have emailed the log.
Anil

Script Logical Error

Hey,

I have Used the WInscp.exe to downaload the files from sftp and in order do that created a SSIS package and called the script file from the ssis package, Here the problem is with the file names and when ever I mentions complete file name then The file was downloading to the working directory but if I specifies *.* or *.csv then nothing was downloading from the file and on top of the getting error message......

open batch on
open confirm off
Open SFTP connection
Option transfer binary

cd direcotry
get *.csv path
close
exit

error message:: No valid incoming packet found; Error listing 'directory'

Please correct me if i am doing some thing wrong.......

thanks,
-Anil.