We recently received an error code 2 without much further information. Where is there a list of the error codes and what they mean?
Best regards,
Evgen Efimov
http://groupdocs.com
Your Document Collaboration APIs
Follow us on LinkedIn, Twitter, Facebook and Google+
We’re using the api (via your php sdk). This just started occurring and is occurring more frequently - perhaps a new release went out? Its occuring with both doc->docx conversions and docx->pdf conversions.
I can share the file if given an email address to send to.
2 times where the error was reported
—
jobid: 1400519 October 1, 2015 5:06 AM UTC
jobid: 1400558 October 1, 2015 5:26 AM UTC
The conversion
—
$convertResponse = $this->asyncApi->Convert($this->clientId, $guid, null, $name, null, null, $type);
And where we’re seeing the error
—
if (is_array($jobInfo->result->inputs) && $jobInfo->result->inputs[0]->outputs[0]->guid != “”) {
// There may be errors in the conversion even though it works
// If so, log so we can manually verify
if (is_array($jobInfo->result->inputs[0]->job_errors) &&
count($jobInfo->result->inputs[0]->job_errors) > 0) {
$this->logger->warning(sprintf(
‘Manually verify!! BaseGroupDocConverter converted file (WITH ERRORS) “%s” (JobId: %s) Errors: %s’,
$name,
$jobId,
print_r($jobInfo->result->inputs[0]->job_errors, true)
));
}
Hello,
- Why are the error codes not posted? Why isn't there further details in the message that payment plan was exceeded?
- http://groupdocs.com/cloud/pricing - clearly indicates that additional operations are billed at $0.15 / operation - why is this not automatically occurring?
Furthermore operations seem to be working regardless. So perhaps you will be billing us? But surely that’s not an error in the conversion, but rather should be an additional non-error field that indicates # of conversion?
Hello,
We are still getting the error code 2 (and have credits) - just occurred.
Best regards,
Evgen Efimov
http://groupdocs.com
Your Document Collaboration APIs
Follow us on LinkedIn, Twitter, Facebook and Google+
I think there’s a couple of issues that contributed to the misunderstanding:
- The newer for the the number of credits (top right dropdown) says 107 of 900 credits, whereas our conversion credits say 917 of 900.
- John from sales mentioned a 100 credit increase to our plan, which appears not to have been applied?
- There isn’t a date displayed anywhere to indicate when the billing cycle ends.
Best regards,
Evgen Efimov
http://groupdocs.com
Your Document Collaboration APIs
Follow us on LinkedIn, Twitter, Facebook and Google+
Containerize.IdentityServer - Single sign-on to access all applications and services of Aspose Pty Ltd. is still showing 900 credits and we are still getting the error code 2.
It would be useful to have the billing cycle date on the api usage page (also, what time the new billing cycle begin as an invoice was generated today, however, we still appear to be on the previous billing period).
Best regards,
Evgen Efimov
http://groupdocs.com
Your Document Collaboration APIs
Follow us on LinkedIn, Twitter, Facebook and Google+