Sunday, December 29, 2013

How to stop forcefully running Scheduler in OBIEE10g (disabled Restart Option in OBIEE10g Scheduler)

Issue: disabled restart option in BI Schedule

Solution: Go to command prompt and use the below scripts to stop the services forcely then we can see the restart link as enabled
                 1. Go to command prompt and type “taskkill /IM NQSServer.exe” script in command then we can find the task PID number
               2. Use “taskkill /f /PID PIDNumber” script to stop task forcely .

   Example:  Here 5940 is the PID number
If the task is completely killed then you can see the message as “SUCCESS: The process with PID PIDNumber has been Terminated.
3. In above we have stopped the BI Server, like we can stop the BI Scheduler like as in the below screen shots.
Then Restart option will enabled