sushmakanugu | Posts: 48

Error message on viewing document

0 votes
Hello, When we are trying to access the document added to the package seeing 'An error occurred' message. PFA. Package: wswbej1SiaHt2RTcj8VSb9V68BQ= Documentlink: https://sandbox.esignlive.com/packages/wswbej1SiaHt2RTcj8VSb9V68BQ=/documents/e2b8ddb0-6b2c-4ef6-a527-1c3b5f72e0f8 Could you please help us out why this is happening? Thanks, Sushma

Attachments
harishaidary | Posts: 1812

Reply to: Error message on viewing document

0 votes
Hi Sushma, Are you able to reproduce this issue on another package?

sushmakanugu | Posts: 48

Reply to: Error message on viewing document

0 votes
Hi Haris, Yes this happened with couple other packages too. PackageId: 8_veDs3NI7DCqlehDVHOfMPQShg= Document: https://sandbox.esignlive.com/packages/8_veDs3NI7DCqlehDVHOfMPQShg=/documents/c03e4da5-4154-47af-b317-7bfa50aae2c1 PackageId: uP2JtBazWPIvNJRnJAWBs6TuIvQ= Document: https://sandbox.esignlive.com/packages/uP2JtBazWPIvNJRnJAWBs6TuIvQ=/documents/8092d3bd-f841-47b7-8008-010ff9503a41 Thanks, Sushma

harishaidary | Posts: 1812

Reply to: Error message on viewing document

0 votes
Hi Sushma, Which signer is getting this error? And how is this signer accessing the package?

sushmakanugu | Posts: 48

Reply to: Error message on viewing document

0 votes
Hi Haris, FIManager is accessing the package. We are getting the link using .Net SDK with authentication token for that signer. Thanks, Sushma

harishaidary | Posts: 1812

Reply to: Error message on viewing document

0 votes
Can you please share the call that you are doing to get the authentication token and what url you are building with it?

sushmakanugu | Posts: 48

Reply to: Error message on viewing document

0 votes
authtoken = _eslclient.AuthenticationTokenService.CreateSignerAuthenticationToken(new PackageId(packageId), role); https://sandbox.esignlive.com/auth?signerAuthenticationToken=authtoken&target=https%3a%2f%2fsandbox.esignlive.com%2fpackages%2packageId%3d%2fdocuments%documentid Thanks, Sushma

harishaidary | Posts: 1812

Reply to: Error message on viewing document

0 votes
can you try instead building the following url: https://sandbox.esignlive.com/access?sessionToken={signerToken}

sushmakanugu | Posts: 48

Reply to: Error message on viewing document

0 votes
Hi Haris, Tried replacing the url and tested. It showed an error transaction not found. Is this change required? If so can we know why? Thanks, Sushma

harishaidary | Posts: 1812

Reply to: Error message on viewing document

0 votes
Can you try this :
EslClient eslClient = new EslClient("api_key", "https://sandbox.esignlive.com/api");

string token = eslClient.AuthenticationTokenService.CreateSignerAuthenticationToken(new PackageId("uP2JtBazWPIvNJRnJAWBs6TuIvQ="), "FIManager");

Debug.WriteLine("https://sandbox.esignlive.com/access?sessionToken=" + token);

Hello! Looks like you're enjoying the discussion, but haven't signed up for an account.

When you create an account, we remember exactly what you've read, so you always come right back where you left off