Account


Earned badges

Achievement: Latest Unlocked

Topic Started

Topics

Good Morning guys,

My team and I have been working on this error for a few days now and we aren't sure why it is firing off. 

Hello,

We are witnessing an issue with Document upload with large document sizes. I wanted to know what the limitations are of the platform. 

Hello, 
I've had this issue for several weeks now and I'm not sure how to remedy it. 

I have a few questions in regards to text fields on documents in the signing ceremony:

Can we make the text fields on documents Required or Optional?

Replies Created

Reply to: Authentication Error

0 votes
Hello, Well that did the trick. I went into our Back Office Settings and changed that value to false. Thank you for that May the Force be with you D'Metrius Agurs

Reply to:

0 votes

Hello, 

My apologies, I didn't give you enough context around that line of code. We have a method we wrote that uses the GetSigningURL from the PackageService

Here is that method:
  public Tuple<ESignStatsNotifier, string> GetSigningUrl(
      PackageId packageId,
      string signerId)
    {
      string str = "";
      try
      {
        str = this._client.PackageService.GetSigningUrl(packageId, signerId);
      }
      catch (Exception ex)
      {
        this._logger.Error<Exception>(ex);
        EslNotificationStatus.EslIsDown = true;
      }
      finally
      {
        this.CheckIfEslIsDown();
      }
      return Tuple.Create<ESignStatsNotifier, string>(FailSafeEslClientWrapper.IsDown ? ESignStatsNotifier.Down : ESignStatsNotifier.Up, str);
    }

 

The SessionToken is the SignerId, we just changed the name of the variable but it has the correct value. 
As of right now, at the ceremony creation and the package completion I'm not able to generate the url for the signer I created as such.

                        packageBuilder
                            .WithSigner(SignerBuilder.NewSignerWithEmail(sender.Email)
                                .WithFirstName(sender.FName)
                                .WithLastName(sender.LName));

 

and this is how I set up our PackageBuilder 

 var packageBuilder = PackageBuilder
                    .NewPackageNamed(packageName)
                    .DescribedAs(packageDescription);


Reply to: Broken png file on Complete Signing modal

0 votes

Hello Duo, 
 

If I understand the question correctly, I think it is deployed on our Front End Server. 
Where can I specifically find the account level and the account settings? Is that located on the server or is that something I can find in the back office?

 

Thanks, 

D'Metrius Agurs


Reply to: Broken png file on Complete Signing modal

0 votes

To confirm your question before, I did change the files on the server and not the back office. It was this route specifically:
/opt/eSLFrontEnd/public/stylesheets

 

Will I find the broken png in the css file?


Subscriptions

Topics Replies Freshness Views Users

Good Morning guys,

My team and I have been working on this error for a few days now and we aren't sure why it is firing off. 

1 3 years 4 months ago 57
Profile picture for user Duo_Liang
2 3 years 5 months ago 75
Profile picture for user Duo_Liang

Hello,

We are witnessing an issue with Document upload with large document sizes. I wanted to know what the limitations are of the platform. 

2 3 years 6 months ago 222
Profile picture for user Duo_Liang

Hello, 
I've had this issue for several weeks now and I'm not sure how to remedy it. 

7 3 years 7 months ago 58
Profile picture for user Duo_Liang

I have a few questions in regards to text fields on documents in the signing ceremony:

Can we make the text fields on documents Required or Optional?

1 3 years 8 months ago 118
Profile picture for user Duo_Liang

Code Share

This user has not submitted any code shares.

Subscriptions Release Notes

This user is not subscribed to any release notes.