Cannot Edit or Delete Error
Tuesday, September 24, 2019 at 06:13amGuys -
I have a support ticket out for this but the response time is something horrible. We have a package that is up in Production that somehow managed to get put into draft mode and we do not know why. When I try to edit the package using the OS UI, I get a red banner message that says Cannot Edit or Delete Package. When I try to set the package status to sent via the API call, I get this very unhelpful message.
{
"code": 403,
"technical": "package: xxxxxxx cannot be edited.",
"messageKey": "error.forbidden.cannotEditDeletePkg",
"message": "Cannot edit or delete package.",
"name": "Access Denied"
}
This package is not Notarized and in person signing is not enabled. Is there a reason why the owner of the account would not be able to edit a package and get an Access Denied error?
Reply to: Cannot Edit or Delete Error
Tuesday, September 24, 2019 at 07:34amReply to: Cannot Edit or Delete Error
Tuesday, September 24, 2019 at 07:52amReply to: Cannot Edit or Delete Error
Tuesday, September 24, 2019 at 08:35amReply to: Cannot Edit or Delete Error
Tuesday, September 24, 2019 at 08:53amReply to: Cannot Edit or Delete Error
Wednesday, September 25, 2019 at 07:10am{ "code": 400, "messageKey": "error.validation.cannotEditSignerAfterSigning", "message": "Recipient information cannot be updated because the recipient has already begun signing." }My assumption is that your application didn't handle this exception and remained the packages to DRAFT. For the first package you reported, because we found the application DRAFTed the package, updated Signer Information almost at same time when Role2 was still signing, that's why that package had problem send again (like you mentioned above, I guess there's a database mismatch in different tables per package status). You can reply to the ticket thread or here and confirm whether your application was following this process and what exactly is your workflow? DuoReply to: Cannot Edit or Delete Error
Wednesday, September 25, 2019 at 08:01am