Does anyone know what a TranStatus of Incomplete in the tpoReceiverLog table means?

SOLVED

We have some, less than 100, records in the tpoReceiverLog table that show a status of 1, which vListValidationString says is Incomplete.  The RcvrKey 's do not exist in tpoReceiver, so I am suspecting that they are somehow orphaned records in the system.  I have tried the obvious things I could think of to try to recreate a scenario to produce the behavior, but have had no luck yet.  I am hoping someone here has seen this before and can point me toward a possible cause.

Thanks.

Parents
  • 0
    SUGGESTED

    You'll likely see this in quite a few tables.  It is generally safe as far as I can tell.  I usually just review the data closely then update the status to Void.  In this case you would check against tpoReceiver and tpoPendReceiver to see if a record exists.  If not it's likely safe to just update the status in tpoReceiverLog to 5.  Before that I would check to see if there are any records in tpoRcvrLine with that RcvrKey.  If nothing exists then it's probably safe to update the records.  I ALWAYS KEEP A BACK UP of the table when I do something like this just in case.

    I recently cleaned up about 2600 records in our timInvtTranDist and timinvtTranLog tables.

    Good luck - John

  • +1 in reply to JohnHanrahan
    verified answer

    Thanks

Reply Children
No Data