dbTalk Databases Forums  

Wish List Improvement in DTS Analysis Task

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss Wish List Improvement in DTS Analysis Task in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Nigel Smith
 
Posts: n/a

Default Wish List Improvement in DTS Analysis Task - 09-09-2003 , 06:36 AM






SQL2000 SP3 (DTS) has a custom task which allows for the
automation of incremental update of OLAP cubes. If this
is paired with a 'Dynamic Property' task on a 'fact'
table which has a key field which is a incremented txn
id - then you have a nice solution for scheduling a
regular drip feed to the cube ... or so I thought.

An MSDN KB article descript how these 2 features don't
work together (because the 'Analysis Task' is not 'free
threading'. This was reported in April 2003 - and is
still not addressed.

My wish list entry is to be able to modify the enhance
the ''Analysis Processing Task' so that a filter can be
assigned via a global variable rather than just a text
field typed at design time.

Execute DTS Package within enterprise manager, and get
error :

Need to run the object to perform this operation

Code execution exception: EXCEPTION_ACCESS_VIOLATION

This happens on a simple DTS package. The error occurs on
the first task (as Dynamic Properties Task). It tries to
assign the 'filter' property of an 'Analysis Processing
Task' (e.g. OLAP Analysis Services, incremental update of
a cube) from a Global variable (a string called 'filter').

However - If I execute this task - it works. It's just
when I execute the 'package' when I get the error.




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.