Good day everyone and Happy New Year
Earlier, I was trying to set-up an Automation Task to SFTP a file from an UNIX server to my local PC. Then, I got the next error when configuring the SFTP Activity Properties:
EnterpriseDT.Net.Ftp.Ssl.SSLFTPException
Method/property not valid for SFTP
Stack Trace:
en EnterpriseDT.Net.Ftp.SecureFTPConnection.CheckFTPType(Boolean ftpOnly)
en EnterpriseDT.Net.Ftp.FTPConnection.GetSystemType()
en EnterpriseDT.Net.Ftp.ExFTPConnection.GetSystemType()
en Quest.Toad.Workflow.Activities.FtpOperationForm.FtpOperationForm_Load(Object sender, EventArgs e)
en System.EventHandler.Invoke(Object sender, EventArgs e)
en System.Windows.Forms.Form.OnLoad(EventArgs e)
en DevExpress.XtraEditors.XtraForm.OnLoad(EventArgs e)
en System.Windows.Forms.Form.OnCreateControl()
en System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
en System.Windows.Forms.Control.CreateControl()
en System.Windows.Forms.Control.WmShowWindow(Message& m)
en System.Windows.Forms.Control.WndProc(Message& m)
en System.Windows.Forms.ScrollableControl.WndProc(Message& m)
en System.Windows.Forms.ContainerControl.WndProc(Message& m)
en System.Windows.Forms.Form.WmShowWindow(Message& m)
en System.Windows.Forms.Form.WndProc(Message& m)
en DevExpress.XtraEditors.XtraForm.WndProc(Message& msg)
en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
This same error appear when trying to select “Remote Directory” and/or “Operation Options” in the FTP File Activity Properties. I’ve tried many time to set-up the Automation Task all-over again, with no success.
Also tried using FTP, and then got no error selecting “Remote Directory” and/or “Operation Options”. But, when in “Operation Options”, tried to change Remote Directory to another folder deeper than root directory “/” and then another error popped-out:
EnterpriseDT.Net.Ftp.FTPException
Failed to change directory. (code=550)
Stack Trace:
en EnterpriseDT.Net.Ftp.FTPControlSocket.ValidateReply(FTPReply reply, String[] expectedReplyCodes)
en EnterpriseDT.Net.Ftp.FTPClient.ChDir(String dir)
en EnterpriseDT.Net.Ftp.FTPConnection.ChangeWorkingDirectory(String directory)
en EnterpriseDT.Net.Ftp.ExFTPConnection.ChangeWorkingDirectory(String directory)
en Quest.Toad.Workflow.Activities.FtpOperationForm.RemoteTreeListControl_DoubleClick(Object sender, EventArgs e)
en System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
en DevExpress.XtraTreeList.TreeList.OnDoubleClick(EventArgs e)
en System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
en System.Windows.Forms.Control.WndProc(Message& m)
en DevExpress.XtraEditors.Container.EditorContainer.WndProc(Message& m)
en DevExpress.XtraTreeList.TreeList.WndProc(Message& m)
en System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
en System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
en System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
This last thing happened when trying to set-up “/export/home/transfer/data” but the error above appear when switching from “/export” to “/export/home” on the right side window in “Operation Options”.
Am I doing something wrong setting-up the FTP/SFTP Automation Task?
Hope anyone can help me out!!!
Thanks in advance,
Oscar