You are not logged in.
Pages: 1
I have setup an FTP, but i am not able to send/save files to the folder i setup on the FTP server.
I get the following errors:
net.datenwerke.scheduler.service.scheduler.exceptions.ActionExecutionException: report could not be sent to FTP
Caused by: java.lang.IllegalArgumentException: FTP server is not configured correctly
I have looked at documentation and that is not helpful. Can someone help me out.
my storage.cf
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<ftp disabled="false" supportsScheduling="true">
<host>IPAddress</host>
<port>21</port>
<!--<username>rs@host.net</username>
<password></password>
-->
<defaultFolder>./</defaultFolder>
</ftp>
</configuration>
Offline
Hi slickpk,
you don't have a username or password in the configuration. Also, your host is not configured. Please configure these values and after a ReportServer restart (or config reload), it should work.
Regards,
Eduardo
Offline
Pages: 1