QA_RESULTS_INTERFACE INSERT_TYPE Timing Issue in Collection Import Manager
다른 외부 프로그램에서 qa_results_interface를 시킨다.
insert 면 insert_type =2 로 ,
update면 insert_type=1 로 qa_results_interface로 밀어 넣는다.
Concurrent 프로그램 "Collection Import Manager" 스케쥴로 5분마다 ,
ARGUMENT2 (trasanction_type) = 1 , ARGUMENT2 (trasanction_type) = 2로
두개의 스케쥴로 만들어 놓았다.
다른 프로그램에서 동시에 인터페이스에 insert도 하고 , update도 했다.
그럼 1 과 2 record가 생기는데 , CM이 2번인 update를 먼저 낚아채가면
데이터가 matching안된다고 나온다. 이를 해결할 방법이 없을까??