Page 1 of 1

Error saving file. Status 101

Posted: Mon Apr 07, 2014 5:12 pm
by ajimenez1
Hello there

I'm having problems with the following

var uri_ = "ftp://(rute)/" + path

var user_ = "(user)";

var pass_ = "(pass)";

var status = oGdViewer.SaveDocumentToPDF_2(uri_, user_, pass_);

if (status == 0) {
alert(OK)
}
else {
alert("error saving file: " + path + " status: " + status);
}

The problem is that I always got status 101 and never save the file, I always got the "error saving file". I don't know what to do.

Thank you for your help.

Re: Error saving file. Status 101

Posted: Wed Apr 23, 2014 3:07 pm
by SamiKharma
Hi,

You need to interpret the statis, the status 101 is an InternetConnectError. Please check your network connect.

Best,
Sami