Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
12 replies
Subscribers
5 subscribers
Views
5267 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
We are using the Receive File Over FTP plug in to grab a .txt file. We configure
colleeny
Certified Associate Developer
over 10 years ago
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
colleeny
Certified Associate Developer
over 10 years ago
###### 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
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
colleeny
Certified Associate Developer
over 10 years ago
###### 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
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data