We are using the Receive File Over FTP plug in to grab a .txt file. We configure

Certified Associate Developer
We are using the Receive File Over FTP plug in to grab a .txt file. We configured the username and password in the third party credentials and tried running the process and did not receive any errors and did not get the file as well. What steps do we need to take to receive error codes when running the proccess?

OriginalPostID-138403

OriginalPostID-138403

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer
    ###### Default
    log4j.rootLogger=ERROR, CONSOLE, APPLICATION_SERVER, SFTPSMARTSERVICE
    #log4j.debug=true

    ###### SFTPSMARTSERVICE appender
    log4j.appender.SFTPSMARTSERVICE.layout=com.appian.ps.plugins.sftpsmartservices.ReceiveFileOverFTP
    log4j.appender.SFTPSMARTSERVICE.layout.ConversionPattern=%d{ABSOLUTE} %-5p [%c{1}] %m%n
    log4j.appender.SFTPSMARTSERVICE=org.apache.log4j.RollingFileAppender
    log4j.appender.SFTPSMARTSERVICE.File=${AE_LOGS}/sftp_logs.log
    log4j.appender.SFTPSMARTSERVICE.MaxFileSize=10MB
    log4j.appender.SFTPSMARTSERVICE.MaxBackupIndex=<b>1000</b>


    ###### 3rd-Party Loggers
    log4j.logger.org.apache=ERROR
    log4j.logger.org.apache.struts.action.ActionServlet=ERROR
    log4j.logger.org.jboss=INFO

    added this to the Appian_log4j.properties and ran the process and did not see anything in the log. Is there an issue with the appenders?

    sftp_logs.log

Reply
  • 0
    Certified Associate Developer
    ###### Default
    log4j.rootLogger=ERROR, CONSOLE, APPLICATION_SERVER, SFTPSMARTSERVICE
    #log4j.debug=true

    ###### SFTPSMARTSERVICE appender
    log4j.appender.SFTPSMARTSERVICE.layout=com.appian.ps.plugins.sftpsmartservices.ReceiveFileOverFTP
    log4j.appender.SFTPSMARTSERVICE.layout.ConversionPattern=%d{ABSOLUTE} %-5p [%c{1}] %m%n
    log4j.appender.SFTPSMARTSERVICE=org.apache.log4j.RollingFileAppender
    log4j.appender.SFTPSMARTSERVICE.File=${AE_LOGS}/sftp_logs.log
    log4j.appender.SFTPSMARTSERVICE.MaxFileSize=10MB
    log4j.appender.SFTPSMARTSERVICE.MaxBackupIndex=<b>1000</b>


    ###### 3rd-Party Loggers
    log4j.logger.org.apache=ERROR
    log4j.logger.org.apache.struts.action.ActionServlet=ERROR
    log4j.logger.org.jboss=INFO

    added this to the Appian_log4j.properties and ran the process and did not see anything in the log. Is there an issue with the appenders?

    sftp_logs.log

Children
No Data