#1 2020-08-28 23:31:35

slickpk
Member
Registered: 2020-08-28

Unable to send FTP

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

#2 2020-08-31 11:20:39

eduardo
Administrator
Registered: 2016-11-01
Website

Re: Unable to send FTP

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

Board footer

Powered by FluxBB