WindhoverLabs / airliner

7 stars 3 forks source link

CF app didn't send error event when failed executing CARSCmd. #305

Open ynielson opened 1 year ago

ynielson commented 1 year ago

CF app sent Error Event Message only when it was given filename to execute the CARS Command(Suspend, Resume, Cancel, Abandon), when there was no Queue entries for the matching filename. If the TransactionID was given to execute the CARS command, the app didn't send Error Event Message when there was no Queue entries for the matching transactionID. There were Error Event Message from cfdp_engine when it failed, but CF App itself didn't send Error Event when it failed for the matching transactionID.

And the success Event Messages from the CF app were "Cancel command received.All" or "Suspend command received.All". Which can be recognized as the app received the command, rather than "Succeeded to execute Cancel All".