Error saving file. Status 101

Some other discussions. Feel free to post anything here !
Post Reply
ajimenez1
Posts: 2
Joined: Mon Mar 31, 2014 5:30 pm

Error saving file. Status 101

Post by ajimenez1 » Mon Apr 07, 2014 5:12 pm

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.

SamiKharma
Posts: 352
Joined: Tue Sep 27, 2011 11:47 am

Re: Error saving file. Status 101

Post by SamiKharma » Wed Apr 23, 2014 3:07 pm

Hi,

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

Best,
Sami

Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest