How to Enable Console Logging When Refinery is Running as a Win32 Service
(Doc ID 445397.1)
Last updated on APRIL 17, 2024
Applies to:
Oracle WebCenter Content - Version 7.5.0 to 7.5.1 [Release Stellent]Information in this document applies to any platform.
How to Enable Console Logging When Refinery is Running as a Win32 Service
Goal
When running the Inbound Refinery as a desktop application I know that if I launch the refinery with the -console parameter I can view detailed logging from the refinery; how can I view the same output when the refinery is running as a Win32 service?
A win32 service does not have access to a console, so the the IdcRefineryNT.exe that launches and monitors the service must redirect the STDOUT to a file on the filesystem. When UseRedirectedOutput=true is set in the refinery's intradoc.cfg, the IdcRefineryNT.exe redirects the console output to a IdcRefineryNT.log file in the same directory.
The console out is implemented as a tracing section in the refinery, specifically the 'refinery' section.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |