MSTR Version: Microstrategy 7.1.5
I am currently working on a project where we are trying to integrate our nightly load process with Microstrategy report caching etc. Here are the steps we are performing.
Nighlty Load Process Finishes then executes the following:
------------Shut Down----------------------------------
1. Idle Project -Idle project completely
2. Clear Jobs - cancels any jobs that may still be running
3. Purge cache - deletes object and element cache
4. Delete Report cache - deletes report cache
------------Start Up ----------------------------------
1. Unidle Project - resume project
2. Cache Reports - Execute Reports
------------End----------------------------------------
Some more details:
1.To idle and unidle the project we are using an executable from Microstrategy that was developed in C++ that idles server(TN6100-7X0-0039).
2. To clear jobs,purge cache, and cache reports we are using command manager
3. To delete report cache we are using "m8cahutl.exe" (TN5802-007-0006)
4. We are using Autosys to schedule these jobs and make them dependant on loading our warehouse
My questions are:
1. What have you seen in production environments and what recommendations do you have?
2. Have you had any success in using any kind of return codes based on successful execution of these processes and how do you accomplish this?
3. Has anyone used Autosys to execute these types of jobs and if so how did you accomplisch this?
4. In general what is everyone doing to their environments on a daily basis?
5. Am I missing anything?
Any other suggestions or comments would be appreciated.
Thanks
I am currently working on a project where we are trying to integrate our nightly load process with Microstrategy report caching etc. Here are the steps we are performing.
Nighlty Load Process Finishes then executes the following:
------------Shut Down----------------------------------
1. Idle Project -Idle project completely
2. Clear Jobs - cancels any jobs that may still be running
3. Purge cache - deletes object and element cache
4. Delete Report cache - deletes report cache
------------Start Up ----------------------------------
1. Unidle Project - resume project
2. Cache Reports - Execute Reports
------------End----------------------------------------
Some more details:
1.To idle and unidle the project we are using an executable from Microstrategy that was developed in C++ that idles server(TN6100-7X0-0039).
2. To clear jobs,purge cache, and cache reports we are using command manager
3. To delete report cache we are using "m8cahutl.exe" (TN5802-007-0006)
4. We are using Autosys to schedule these jobs and make them dependant on loading our warehouse
My questions are:
1. What have you seen in production environments and what recommendations do you have?
2. Have you had any success in using any kind of return codes based on successful execution of these processes and how do you accomplish this?
3. Has anyone used Autosys to execute these types of jobs and if so how did you accomplisch this?
4. In general what is everyone doing to their environments on a daily basis?
5. Am I missing anything?
Any other suggestions or comments would be appreciated.
Thanks