612 results matched your search criteria
Forum topic
OneSpan Sign
I am connected in production Salesforce to a Sandbox trial account. I keep getting this error if I try click 'New' to create a new package or template in the eSignlive App. I can create a new Convention without issues, though.
Forum topic
OneSpan Sign
We were successfully sending transactions and documents to OneSpan until the start of this week when we started receiving the below error. I have also put the invoking code below, it is based on the Apex SDK. It's a weird error as this was working on Friday..
CallOut:
Forum topic
OneSpan Sign
Has anyone run into a Certificate chaining error when trying to make a call to createPackage? We are using IBM WebSphere BPM v8.5 and the eSignLive SDK 10.10.1, the certificate is installed in the Cell's defaultTrustStore, however,the eSignLive SDK call seems to ignore it.
Forum topic
OneSpan Sign
My transactions usually have the same signer for the first and third signer. I give the signer the sending URL and they enter their own name and email address for the first and third signer, and they enter the second signer's name and email address as well.
Forum topic
OneSpan Sign
Error message displayed after I uploaded a bulk recipient file.
Forum topic
OneSpan Sign
Users just started reporting an error code when trying to send a signature to a customer. "The supplied input cannot be parsed" Any clues as to what the issue could be? Is this a salesforce error or OneSpan?
Forum topic
OneSpan Cloud Authentication
Hello,
I am testing out the Orchestation Client Sample APK that comes inside de SDK Source Files version 4.23.0
When testing Activation flow on the Client Sample APK, after entering the PIN Number the app shows an error with the message "Unknown Message"
Forum topic
OneSpan Sign
Hi,
I am getting the following error while connecting URL and application.
ORA-29273: HTTP request failed.
Below is the code snippet:
UTL_HTTP.SET_WALLET('file:xxxxxx', 'xxxxx');
v_request := utl_http.begin_request('https://sandbox.esignlive.com/', 'POST', 'HTTP/1.1');