Hi,
We are getting a strange exception when doing an SFTP transfer. It seems like it's trying to log an error but provides an invalid parameter, yet there is no other information as to what the error could be:
2013-12-05 15:15:46,073 [Thread = 6] [ProcessID = (null)] [ConnectionID = 178] [FileName = (null)] ERROR EnterpriseDTLog - Caught exception
System.ArgumentNullException: Value cannot be null.
Parameter name: format
at System.String.Format(IFormatProvider provider, String format, Object[] args)
at EnterpriseDT.Util.Debug.LogMessageEventArgs.get_FormattedText()
at BL.ConnectionManagement.Transfer.FtpTransfer.LoggerLogMessageReceived(Object sender, LogMessageEventArgs e)
at EnterpriseDT.Util.Debug.Logger.Log(Level level, String message, Object[] args)
at EnterpriseDT.Util.Debug.Logger.Error(Exception t)
at VPXOKsOSsqdeYRlCeMn.jwU40sOPDC03tGoyE7A.XAjpxMUfSNL(Int32 )
at PFGLnDuNIDqw8I6CYcE.OuhjOGuVwrTpa4PjnXA.dcuY3hEqKS(Byte[] , Int64 , Byte[] , Int32 , Int32 )
at e38kfaS72i95N01y2N3.AAT0AUSvPc2A3t3NdTq.Read(Byte[] , Int32 , Int32 )
at EnterpriseDT.Net.Ftp.Ssh.SSHFTPClient.x1wJYEjfh5(Stream , Stream , TransferDirection , String , Int64 )
at EnterpriseDT.Net.Ftp.Ssh.SSHFTPClient.LB1JTMXT9m(Stream , String , String )
Do you have any ideas about what could be causing this?
Thanks