Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,Is it possible to schedule OBIEE reports using the Tidal Scheduler? I have reviewed the documentation for Oracle Adapter/Application Adapter, and didn't find any information there. However, I did find some references with scheduling OBIEE reports ...
Hi Vignesh, Try setting a Maximum runtime for the job (Job Definitions -> Run tab)Add job event: If job is running longer than maximum runtimeAdd email action: receive an alert when the condition is met. Best Regards,Derrick Au
Hi Viji, From the webUI select Logs and filter on either the Current Day or Date Rangeand Message Text should include the following (not case sensitive): your request to remove job The same result can be found via SQL query:select * from msglog where...
Hi,
Please check if jobs are configured to run on the same agent server or on a different agent server,
and runtime user Tidalprod has sufficient privileges on the agent server
Run as batchRun as processAct as part of OSReplace a process-level toke...
Hi Vasudev
1. As soon as dependencies are met then job should fire off automatically. But in your case, that may not always be true. While there isn't an event to detect if a job is waiting on dependency for a specified time, you can utilize either...
You can also make use of the SACMD utility which allows for batch processing (mass updates).
Step 1.
The command can be as simple as: modrule -i job_ID -h agent_name
Step 2.
Insert the command above into a text file, and insert additional command...