Microstrategy on Teradata
Teradata Teradata Discussion Forums Teradata.com Discussion Forum
Visit Teradata.com
Home       Guidelines    Member List
Welcome Guest ( Login | Register )
        


This online forum is for user-to-user discussions of Teradata products, and is not an official customer support channel for Teradata. If you require direct assistance, please contact Teradata support.


Microstrategy on Teradata Expand / Collapse
Author
Message
Posted 1/9/2008 5:06:50 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Forum Members
Last Login: 4/3/2008 12:29:54 PM
Posts: 102, Visits: 81
When Microstrategy runs a report schedule on Teradata, does it hit the database anywhere else apart from the specific data warehouse tables being queried? In other words are any syatem tables maintained for the duration of the report schedule?

We are trying to run Microstrategy report schedules as triggered events. I have the mechanics working but need a facility within which I can poll when one schedule is running & when it is not running before kicking off the next schedule in a parameters list. We have to do this in a sequence and cannot execute all report schedules at the same time due to dependancy and business priority.

If any other business is doing something like this can they please let us know how you do it or any alternative solutions you may have found. We had thought of querying the Meta Data or counting a number of files in the Microstrategy application directories but this has proved to add complexity and reduce reliablility.

Our platform consists of:
Linux redhat Data Warehouse Load Control program(this is where i kick off my report schedules
Teradata Data Warehouse.
Microstrategy.
Microstrategy Meta Data is on MS SQLServer Express.
Post #10211
Posted 2/28/2008 10:53:53 AM
Supreme Being

Supreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme BeingSupreme Being

Group: Forum Members
Last Login: 4/3/2008 12:29:54 PM
Posts: 102, Visits: 81
I seemed to be able to do this as follows: I would love to be able to filter out the idle processes but cannot find a table holding it yet you can see the AMP and PE status "IDLE" in Pmon. Any ideas?

SELECT count(*) INTO v_countRpts
FROM dbc.SessionInfo
WHERE SUBSTR(LogonSource,1,8)='(TCP/IP)'
AND LogonSource LIKE '%10.2.xxx.xx%'
AND sessionno <> (SELECT session);
Post #10742
« Prev Topic | Next Topic »


Reading This Topic Expand / Collapse
Active Users: 0 ( 0 guests, 0 members, 0 anonymous members )
No members currently viewing this topic.


All times are GMT -5:00, Time now is 5:02pm

Powered By InstantForum.NET v4.1.4 © 2008
Execution: 0.078. 10 queries. Compression Disabled.