Quantcast
Channel: SQL Server Integration Services forum
Viewing all articles
Browse latest Browse all 24688

The XML for Analysis request timed out before it was completed

$
0
0

Hi,

I have a tabular cube containing 6 Fact tables. 2 of the facts (Volume and Revenue) does incremental processing that always processes only the last 3 months partitions. The rest of the facts does full processing.

Not so long ago i added another fact to the full facts processing and since then the cube processing fails almost every day with the following error message:

Source: Fact_Revenue Process Changed Partitions Analysis Services Execute DDL Task     Description: The XML for Analysis request timed out before it was completed. Timeout value: 3600 sec.  End Error  DTExec: The package execution returned DTSER_FAILURE (1).  Started:  1:50:23 AM  Finished: 3:32:55 AM  Elapsed:  6152.13 seconds.  The package execution failed.  The step failed.

when i looked at the queries that run against the DWH when the cube is processing i noticed that the volume and revenue incremental processing doesn't start although the packages are in the same sequence (the volume and revenue sub packages starts but delays when it gets to the actual processing command).

how can i get all the processing tasks (full and incremental) to run parallel and not sequential (the processing of the full facts does run parallel) ?

Thanks,

Udi


Viewing all articles
Browse latest Browse all 24688

Trending Articles