I receive the above error after setting up a default ftp location on all job servers. The ftp server is on port 22 (SSH) will this cause any problems? Has anyone else done this? I can go to a DOS prompt on the server and login with the ftp command.
I’ve tried scheduling a WebI document as PDF and DeskI as itself, PDF, and richtext. They all end in the same error. I’ve tried specific FTP too, but that results in the same error above.
I hope I’m not out of luck since the ftp is SSH, but I need a way to move 100+MB PDF & text reports off of the server to a new location.
Did you get a chance to resolve your ftp issue, me too getting same error, I identified that this error will come only when the credentials are worng . If I entered all the right credentials I am getting other error message failed to get reply from ftp server.
Actually, what I was planning on doing is basically what that document is describing.
I’m going to use Webdrive to send files to secure WebDAV locations and Webdrive can also be configured to use SFTP. I will just setup a letter drive with Webdrive and setup an unmanaged disk location in Business Objects. My company has procured the software, but I’m awaiting IA approval. Once IA is done, I’ll install it and let you know how it goes. It will mostly likely be a few weeks.
Tims_BO, thanks for the document. When i run my my batch file, i get an error code 2 message. Please see below-
C:\Program Files\WinSCP>WinSCP.com sftp://:@...*
6/script=text.txt
Opening session using command-line parameter in scripting is deprecated. Use ‘op
en’ command instead.
Searching for host…
Connecting to host…
Authenticating…
Using username "*".
Authenticating with pre-entered password.
Authenticated.
Starting the session…
Reading remote directory…
Error changing directory to ‘/script=text.txt’.
Cannot get real path for ‘/script=text.txt’.
No such file or directory.
Error code: 2
Error message from server (en): File not found
Session started.
Active session: [1] @...
winscp>
The code in my batch file is -
C:
Cd C:\Program Files\WinSCP WinSCP.com sftp://:@...***/script=text.txt
Exit
Exit