Concurrent Manager 'Output Post Processor' is not Actual.
Oracle/E-Business Suite / 2010. 8. 16. 18:26
ERP Clone 이후 아래와 같이 에러 발생.
증상 1. out put format 이 XML 형식인 Concurrent Program 을 request job 수행 후 output 을 열어보면 다음과 같이 에러 발생
▣ Out-Put File 내용 :
XML 페이지를 표시할 수 없습니다. XSL 스타일시트를 사용하여 XML 입력을 볼 수 없습니다. 오류를 수정한 다음 새로고침 단추를 누르거나 나중에 다시 시도하십시오. -------------------------------------------------------------------------------- 텍스트 내용에 잘못된 문자가 있습니다. 'http://cheilap.grinding.co.kr:8050/OA_CGI/FNDWRR.exe?temp_id=3182508081' 리소스를 처리하는 데 오류가 발생했습니다. 줄 ... <UPP_VEND_NAME_INV>( |
▣ Log File 내용 : Check that the Output Post Processor service is running.
증상 2. Concurrent Manager 'Output Post Processor' is not Actual.

select q.concurrent_queue_name, p.*
from fnd_concurrent_queues q,
fnd_concurrent_processes p
where q.CONCURRENT_QUEUE_NAME = 'FNDCPOPP'
--and p.process_status_code = 'A'
and q.application_id = p.queue_application_id
and q.concurrent_queue_id = p.concurrent_queue_id
and p.creation_date > sysdate - 30
order by p.creation_date desc ;
수행 결과를 보면 Clone Source DB 의 정보가 들어가 있는 것을 발견할 수 있다.

1. Shutdown Concurrent Manager
2. 아래 문서에 있는 cmclean.sql 을 실행. (첨부파일)
Note 134007.1 CMCLEAN.SQL - Non Destructive Script to Clean Concurrent Manager Tables
3. Restart Concurrent manager
4. Output Post Processor service 가 실행되는지 확인.

이젠 #샤P핑이 대세!!
쇼팽도 놀랐다!
#샤P핑 하러 가자~~~~
심심할 땐 #샤P핑의 세계로 - GoGo~
'Oracle > E-Business Suite' 카테고리의 다른 글
EBS 로그인 후 첫 화면의 Main Menu Layout 과 Worklist Layout 세로 길이를 동일하게 변경 (1) | 2012.01.05 |
---|---|
Forms 에서 호출한 OZ Report View 가 실행되지 않습니다. (0) | 2012.01.03 |
ERP 에서 Forms 실행시 '경고 - 보안' 창 해제하는 방법 (0) | 2011.12.30 |
Oracle EBS R12 OAS 10.1.3에서 mod_plsql 사용하기 (0) | 2011.08.22 |
Release 11i Adpatch Basics (0) | 2010.11.18 |
Oracle Applications 11i 에서 APPS 암호 변경하기 (0) | 2010.08.16 |
Cloning Oracle Applications Release 12 with Rapid Clone (0) | 2010.08.10 |
Oracle Application 12i 에서 Module을 추가하는 방법 (0) | 2010.08.05 |
Oracle Application 11i 에서 Module을 추가하는 방법 (0) | 2010.08.05 |
Oracle ERP 웹 접속시 동일 계정으로 여러 PC 에서 로그인되는 것을 방지하고 싶다면? (2) | 2010.08.04 |