Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Automate Report server start

XavierGrosfilsMay 15 2020 — edited May 15 2020

Hello Experts,

for now we start standalone report server using rwservet.bat.

Is there a way this can be done automatically when managed server as started?

(all weblo server are set as services, we would liek everything to start automatically at server startup)

We are on windows server. I would liek to avoid:

     * Task scheduler

     * using a third party wrapper (nssm like) to create a service

Thanks for help,

Xavier

Comments

SriniVEERAVALLI
Answer
You have to execute only 1 EP for both Incr and Full loads, followed by another custom EP which set the DAC refresh table(W_ETL_REFRESH_DT) column as NULL.
ex:UPDATE W_ETL_REFRESH_DT SET LAST_REFRESH_DT =NULL

You need to schedule the custom ep to run on only Saturdays just before your actual EP start time so that you can have DAC refresh dates are null and follow load would be full load.

You need to create a custom etl mapping so that you can set this.. that might be a command from session or workflow.

If helps pls mark as correct :)

Edited by: Srini VEERAVALLI on Jan 24, 2013 8:22 AM
Marked as Answer by user10920449 · Sep 27 2020
1 - 1

Post Details

Added on May 15 2020
4 comments
292 views