http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7736 --- Comment #37 from Brendan Gallagher <brendan@bywatersolutions.com> --- Hi Zeno - Thanks for comments. I do see that you were successful in downloading the CEQ file from the FTP server and that should have created a basket which was step #5 I think maybe you are having trouble with step #7 - is that correct? -Brendan (In reply to comment #36)
I found problems on sending order, routine SendEDIOrder in C4/EDI.pm
I receive the error:
Could not transfer the file /home/test7736/kohaclone/misc/edi_files/ediorder_1.CEP to 166.78.149.34:
The problem is in the lines 594-596
if ( !$newerr ) { $newerr = 0; $ftp->put("${edi_files}ediorder_$basketno.CEP") or $newerr = 1;
The file ediorder_1.CEP is present in the dir /home/test7736/kohaclone/misc/edi_files
With a normal ftp client I don't have problems to upload files in the site 166.78.149.34.
-- You are receiving this mail because: You are watching all bug changes.