Hurriyet

22 Kasım 2013 Cuma

Oracle E-Business Suite: Finding OPP Log - OPP Logunun Bulunması

Eğer bir concurrent program OPP servislerine bağlı bir hata alırsa, ya da xml publisher ile ilgili bir sorun yaşarsa, sorun yaşanan concurrent'ın request_id'sini alıp aşağıdaki SQL'de request_id istenen yere koyarak o concurrent'ın neden sorun  yaşadığına dair bir bilgi edinebiliriz.


 SELECT fcpp.concurrent_request_id req_id, fcp.node_name, fcp.logfile_name  
  FROM fnd_conc_pp_actions fcpp, fnd_concurrent_processes fcp  
  WHERE fcpp.processor_id = fcp.concurrent_process_id  
   AND fcpp.action_type = 6  
   AND fcpp.concurrent_request_id = &request_id;  

Buradaki SQL'in kullanımı dışında direk concurrent'ın log dosyasını bulmak için application'a bağlanılır. System Administrator>Concurrent:Manager>Administration seçilir. Buradan Output Post Processor seçilir ve Processs düğmesine basılır. Request'in çalıştığı andaki Concurrent Process seçilir ve Manager Log düğmesine basılarak o process'in OPP(output post processor) dosyasını bulabiliriz.








Hiç yorum yok:

Yorum Gönder