I created a test site called testsite. we have a live adt site that receives HL7 data in the thread adt_from_meditech. I then created a thread called adt_to_testsite. it Receives the raw data from adt_from_meditech and sends it to a thread on the testsite called adt_from_adt_from_meditech. I branched off that to send raw data to new_midas thread and midas_testing thread. the new_midas thread receives raw data and outputs to a file for now. I tried routing the specific messages (ADT_A01, ADT_A02, etc) to the midas_testing thread but all the messages fail. They are in the recovery database and the error is 101. There has to be something wrong with my routing but it looks right compared to our other sites. Any ideas?