Forums

Hi Team,

The integration program was run 3 times back to back(the program was submitted after completion of previous integration program). 
For the 1st and 2nd time, the integration program went into error as follows:


ORA-29273: HTTP request failed

ORA-06512: at "SYS.UTL_HTTP", line 1130

ORA-12543: TNS:destination host unreachable


But the 3rd integration program was successfull and the transaction was created in Onespan sign.
 

Kindly help in resolving this error.

Forums

I am trying to add validation to a Canadian Postal Code field using REST API using following code.

'validation' = {'required': True, 'maxLength': 7, 'minLength': 6, 'errorMessage': 'Please enter a valid Postal Code in format A9A 9A9', 'pattern': '^[A-Za-z]\d[A-Za-z][ -]?\d[A-Za-z]\d$'}

Forums

Hi,

please suggest what are suitable and best authentication tokens (user, sender, signer etc.,) that we should implement if we will have to get the unassigned docs signed through OSS

 

Thanks

Naresh

 

Forums

I am trying to list all transactions that have been done but in my GET https://sandbox.esignlive.com/api/packages I only am getting the last transaction. It does not bring all of them. I am wondering if there is any id or role name I need to change for every transaction I post?

Thanks!