Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Certificate cannot be assigned to Tenant Variable with StringTooLongException #3620

Closed
michaelnoonan opened this issue Jul 3, 2017 · 2 comments
Assignees
Labels
kind/bug This issue represents a verified problem we are committed to solving priority (obsolete) This issue has been recognised as a priority and should be addressed as soon as possible
Milestone

Comments

@michaelnoonan
Copy link
Contributor

michaelnoonan commented Jul 3, 2017

When a certificate has a long ID you cannot assign that certificate as the value for a Tenant Variable. This looks like it's caused by the column not being long enough, and the database mapping not allowing the full width of that column.

Error message

An attempt was made to store XXX characters in the TenantVariable.RelatedDocumentId column, which only allows 50 characters.
Nevermore.StringTooLongException
@michaelnoonan michaelnoonan added area/scale kind/bug This issue represents a verified problem we are committed to solving priority (obsolete) This issue has been recognised as a priority and should be addressed as soon as possible labels Jul 3, 2017
@michaelnoonan michaelnoonan self-assigned this Jul 3, 2017
@michaelnoonan michaelnoonan added this to the 3.15.0 milestone Jul 3, 2017
@michaelnoonan
Copy link
Contributor Author

Release Note: Certificates with long IDs can now be assigned as Tenant Variable values without throwing a StringTooLongException

@lock
Copy link

lock bot commented Nov 24, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. If you think you've found a related issue, please contact our support team so we can triage your issue, and make sure it's handled appropriately.

@lock lock bot locked as resolved and limited conversation to collaborators Nov 24, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug This issue represents a verified problem we are committed to solving priority (obsolete) This issue has been recognised as a priority and should be addressed as soon as possible
Projects
None yet
Development

No branches or pull requests

1 participant