SAP Background Job 수행 시 “TIME_OUT” 발생 원인

먼저, Background 작업은 TIME_OUT 발생이 일어나지 않음. 아래는 타임아웃 발생의 한 사례임. 1. Transaction 프로그램을 Background로 실행 2. 이 프로그램은 병렬처리를 위해 내부적으로 12개의 aRFC를 수행함. 3. 공휴일에 해당 프로그램 배치잡 수행 4. 다음날 “TIME_OUT” 오류 발생

– “TIME_OUT ” 덤프 건수를 보면 18:30분경 12건임을 확인 가능함.

원인 : aRFC를 프로그램에서 호출하면 건당 신규 세션을 생성시켜 병렬로 작업을 처리하게 됨(Dialog Process)

따라서, Dialog Process로 30분이상 수행되어 오류 발생(System Default Setting : 3600s)

정확한 오류 Message : The program “SAPLZELUPF01V7” has exceeded the maximum permitted runtime without

interruption and has therefore been terminated.

rfc관련 참고자료(출처 : http://www.e-abap.net) : 

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments