Adding an entry point to Application Services Manually fails with error "Update application service failed"Issue When attempting to add an entry point to Application Services Manually, the following error is thrown: Update application service failed Steps to reproduce: 1) Open Configuration->Application Services->Application Services 2) Click New3) Fill the form and save4) Add entry point5) Update 6) Error appears: Update application service failedCauseIn syslog, check if you see the following similar error when attempting to manually add the CI into the Application Service: identification_engine : Output = {"items":[{"sysId":"Unknown","identifierEntrySysId":"Unknown","errors":[{"error":"REQUIRED_ATTRIBUTE_EMPTY","message":"Missing mandatory field [operational_status] in table [cmdb_ci_endpoint_manual]. Add input value for mandatory field in payload"},{"error":"ABANDONED","message":"Too many other errors"}],"identificationAttempts":[{"attemptResult":"NO_MATCH","identifierName":"Manual EndPoint","attributes":["endpoint_identifier"],"searchOnTable":"cmdb_ci_endpoint_manual"}]}],"relations":[]} If that's the case, then the flow requests this filed [operational_status] as mandatory because this entry was set to Mandatory for CMDB_Ci table. OOTB this entry is not mandatory. When creating BS the flow looks for this mandatory entry in request. ResolutionTo resolve the issue we have two options: Uncheck mandatory set from [operational_status] or set to false following system property: "glide.required.attribute.enabled"