Sudden argument exception on upload - WeOnlyDo Discussion board

Sudden argument exception on upload (wodFtpDLX / wodFtpDLX.NET)

by Daniel Dority, Tuesday, March 08, 2016, 17:53 (2943 days ago)

Hi,

All of a sudden we are receiving an error message in our FTP log file. I've included the log file details below along additional steps that we performed.

- We can connect via WSFTP and perform any operation.
- The remote folder is correct.
- The login is correct.
- The process for FTP is responding on our server.

Any thoughts on what is causing this? Is there a debugger we can attach to help us identity the issue?

Thanks,

09:31:26-908: UploadFile Func Enter
09:31:26-908: UploadFile: localFileName(D:\FTPOutHoldArea\BillTrust\CED_1872_INV_030716162315.txt) remoteFolder(/)
09:31:27-957: Remote base path:/
09:31:28-071: ** EXCEPTION ** Syntax error in parameters or arguments.
at WeOnlyDo.Protocols.FTP._ListDir(Boolean NamesOnly)
at WeOnlyDo.Client.FtpDLX.ListDir(String RemotePath)
at CEDNetFtp.FtpRunner.UploadFile(FtpParams ftpParams, String localFileName, String remoteFolder, String& Error)

09:31:28-073: UploadFile Func Exit
09:31:28-073: File Failed to Upload.
09:31:28-074: Upload Retry # 1
09:31:29-074: UploadFile Func Enter
09:31:29-074: UploadFile: localFileName(D:\FTPOutHoldArea\BillTrust\CED_1872_INV_030716162315.txt) remoteFolder(/)
09:31:30-063: Remote base path:/
09:31:30-178: ** EXCEPTION ** Syntax error in parameters or arguments.
at WeOnlyDo.Protocols.FTP._ListDir(Boolean NamesOnly)
at WeOnlyDo.Client.FtpDLX.ListDir(String RemotePath)
at CEDNetFtp.FtpRunner.UploadFile(FtpParams ftpParams, String localFileName, String remoteFolder, String& Error)

09:31:30-178: UploadFile Func Exit
09:31:30-178: File Failed to Upload.
09:31:30-178: Upload Retry # 2
09:31:32-180: UploadFile Func Enter
09:31:32-180: UploadFile: localFileName(D:\FTPOutHoldArea\BillTrust\CED_1872_INV_030716162315.txt) remoteFolder(/)
09:31:33-284: Remote base path:/
09:31:33-391: ** EXCEPTION ** Syntax error in parameters or arguments.
at WeOnlyDo.Protocols.FTP._ListDir(Boolean NamesOnly)
at WeOnlyDo.Client.FtpDLX.ListDir(String RemotePath)
at CEDNetFtp.FtpRunner.UploadFile(FtpParams ftpParams, String localFileName, String remoteFolder, String& Error)

09:31:33-391: UploadFile Func Exit
09:31:33-391: File Failed to Upload.
09:31:33-392: Upload Retry # 3
09:31:36-392: UploadFile Func Enter
09:31:36-392: UploadFile: localFileName(D:\FTPOutHoldArea\BillTrust\CED_1872_INV_030716162315.txt) remoteFolder(/)
09:31:37-398: Remote base path:/
09:31:37-509: ** EXCEPTION ** Syntax error in parameters or arguments.
at WeOnlyDo.Protocols.FTP._ListDir(Boolean NamesOnly)
at WeOnlyDo.Client.FtpDLX.ListDir(String RemotePath)
at CEDNetFtp.FtpRunner.UploadFile(FtpParams ftpParams, String localFileName, String remoteFolder, String& Error)

09:31:37-509: UploadFile Func Exit
09:31:37-509: File Failed to Upload.
09:31:37-510: Upload Retry # 4
09:31:41-511: UploadFile Func Enter
09:31:41-511: UploadFile: localFileName(D:\FTPOutHoldArea\BillTrust\CED_1872_INV_030716162315.txt) remoteFolder(/)
09:31:42-512: Remote base path:/
09:31:42-617: ** EXCEPTION ** Syntax error in parameters or arguments.
at WeOnlyDo.Protocols.FTP._ListDir(Boolean NamesOnly)
at WeOnlyDo.Client.FtpDLX.ListDir(String RemotePath)
at CEDNetFtp.FtpRunner.UploadFile(FtpParams ftpParams, String localFileName, String remoteFolder, String& Error)

09:31:42-617: UploadFile Func Exit
09:31:42-618: File Failed to Upload.
09:31:47-619: CEDNetFTP Ended.


Complete thread: