Using OEM emcli to stop/start BI Publisher
Hello Oracle Community,
I am trying to use Oracle Enterprise Manager (OEM) emcli command prompt to stop/start BI Publisher. It's currently controlled by OEM.
I've tried two approaches:
a) Running an existing OEM library job, that works thru the UI. However, calling it thru emcli gives the following error:
emcli.bat create_job_from_library -lib_job_name=BIP_STE1_STARTUP_BI_SERVER
"Variable value must be specified"
b) Creating a new job, which works, but eventually stops when it times out, ie 10 mins:
emcli.bat create_job -job_type=FusionMiddlewareProcessControl -name=BIP_STE1_STARTUP_BI_SERVER.95 -input_file="property_file:d:\Start_BIP.txt"