How to upload Set related package in Orchestrator under package section?
Error Description: Note the below errors in the Event Viewer logs.
- "System.Data.Entity.Validation.DbEntityValidationException: Validation failed for one or more entities. See 'EntityValidationErrors' "property for more details."
- The field Description must be a string or array type with a maximum length of '500'.
Root Cause: 501 characters present in the description field of project.json file.
Resolution:
- Update the project.json file with less characters in description and republish the package.
- It should be now possible to upload the packages in Orchestrator.