dbTalk Databases Forums  

Re: DTS Error on processing Cubes

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


Discuss Re: DTS Error on processing Cubes in the microsoft.public.sqlserver.olap forum.



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

Default Re: DTS Error on processing Cubes - 07-30-2003 , 11:07 PM






I have faced "Timeout expired" Problem when i was processing cube in DTS package,
I have change the following paramter on AS,

Step 1 : Go to AS Properties.
: Go to Processing tab
: remove the Server Timeout checkbox if it is set true.

After changing this setting I have never got time out problem.
If it may help you.

Kris






"Varad" <varad01 (AT) hotmail (DOT) com> wrote

Quote:
Hello,

I have scheduled Incremental Process for a cube using DTS
package. only one cube is failing everyday with this below
error: But when I process the cube manually, its get
processed successfully. So everyday this cube fails at
night and I manually process this in the morning.

Error:
-------
Step 'DTSStep_DTSOlapProcess.Task_3' failed
Step Error Source: Microsoft OLE DB Provider for SQL Server
Step Error Description:Timeout expired
Step Error code: 80040E31
Step Error Help File:
Step Error Help Context ID:1000440

Did anyone face this type of issue? Any ideas or
suggestions to fix this issue is appreciated.

Thanks,
Varad

Reply With Quote
  #2  
Old   
James Taylor
 
Posts: n/a

Default Re: DTS Error on processing Cubes - 08-01-2003 , 08:20 AM






This might not apply to you but if you wrap up Analysis Services processing
tasks in an inner package (i.e. you have a set of processing tasks in one
"inner" package, then include that package in an outer package and try and
schedule the outer package) then you'll experience problems scheduling it -
it won't get executed. Can anyone at Microsoft confirm that this is a known
bug?

"Varad" <varad01 (AT) hotmail (DOT) com> wrote

Quote:
Thanks Kris for the response.

But I didn't set that option, still I am getting the same
error. Any other idea?

Thanks,
Varad

-----Original Message-----
I have faced "Timeout expired" Problem when i was
processing cube in DTS package,
I have change the following paramter on AS,

Step 1 : Go to AS Properties.
: Go to Processing tab
: remove the Server Timeout checkbox if it is set
true.

After changing this setting I have never got time out
problem.
If it may help you.

Kris






"Varad" <varad01 (AT) hotmail (DOT) com> wrote in message
news:<0b5a01c356e4$2a216630$7d02280a (AT) phx (DOT) gbl>...
Hello,

I have scheduled Incremental Process for a cube using
DTS
package. only one cube is failing everyday with this
below
error: But when I process the cube manually, its get
processed successfully. So everyday this cube fails at
night and I manually process this in the morning.

Error:
-------
Step 'DTSStep_DTSOlapProcess.Task_3' failed
Step Error Source: Microsoft OLE DB Provider for SQL
Server
Step Error Description:Timeout expired
Step Error code: 80040E31
Step Error Help File:
Step Error Help Context ID:1000440

Did anyone face this type of issue? Any ideas or
suggestions to fix this issue is appreciated.

Thanks,
Varad
.




Reply With Quote
  #3  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: DTS Error on processing Cubes - 08-05-2003 , 12:42 AM



The DTS OLAP Processing task is written in VB6. As such, it is single
apartment-model threaded. This means that it must be created on the DTS main
thread. And any task that attempts to invoke it and/or touch any of its
properties must be on the main thread. My guess is that somewhere in your
package hierarchy you have a task that is not invoked on the main thread and
thus the task fails -- sometimes you just get a unhandled access violation
in the main process.

When the designer creates a DTS OLAP Processing task it automatically sets
the "run on main thread" attribute, but it does not handle the
package/subpackage invoking; nor if you have another task that touches the
Processing task's properties.

This is the reason that the SSABI DTS packages do all of their OLAP work in
separate packages and are not invoked as subpackages, but rather use the
Process Command Line task (invoke a dtsrun command line) and startup the
package in it own process.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI Practices Team
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

"James Taylor" <james.taylor (AT) dwl (DOT) co.uk> wrote

Quote:
This might not apply to you but if you wrap up Analysis Services
processing
tasks in an inner package (i.e. you have a set of processing tasks in one
"inner" package, then include that package in an outer package and try and
schedule the outer package) then you'll experience problems scheduling
it -
it won't get executed. Can anyone at Microsoft confirm that this is a
known
bug?

"Varad" <varad01 (AT) hotmail (DOT) com> wrote in message
news:5d4d01c35781$af8f7d00$a001280a (AT) phx (DOT) gbl...
Thanks Kris for the response.

But I didn't set that option, still I am getting the same
error. Any other idea?

Thanks,
Varad

-----Original Message-----
I have faced "Timeout expired" Problem when i was
processing cube in DTS package,
I have change the following paramter on AS,

Step 1 : Go to AS Properties.
: Go to Processing tab
: remove the Server Timeout checkbox if it is set
true.

After changing this setting I have never got time out
problem.
If it may help you.

Kris






"Varad" <varad01 (AT) hotmail (DOT) com> wrote in message
news:<0b5a01c356e4$2a216630$7d02280a (AT) phx (DOT) gbl>...
Hello,

I have scheduled Incremental Process for a cube using
DTS
package. only one cube is failing everyday with this
below
error: But when I process the cube manually, its get
processed successfully. So everyday this cube fails at
night and I manually process this in the morning.

Error:
-------
Step 'DTSStep_DTSOlapProcess.Task_3' failed
Step Error Source: Microsoft OLE DB Provider for SQL
Server
Step Error Description:Timeout expired
Step Error code: 80040E31
Step Error Help File:
Step Error Help Context ID:1000440

Did anyone face this type of issue? Any ideas or
suggestions to fix this issue is appreciated.

Thanks,
Varad
.






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.