I am getting the following error while processing full cube in production.
It is a SQL Server 2008 Enterprise edition on Windows 2008 R2 with 64 GB RAM.
The strange thing is that this error occurs randomly and the job completes
successfully after I restarting immediately. I have monitored memory usage
using PerfMon and there is always around 8-10 GB memory available. The
process is always failing on one particular dimension.
Please help.
Executed as user: DC\SQLServer. ...results
xmlns="http://schemas.microsoft.com/analysisservices/2003/xmla-multipleresults"><root
xmlns="urn:schemas-microsoft-com:xml-analysis:empty"><Exception
xmlns="urn:schemas-microsoft-com:xml-analysis:exception" /><Messages
xmlns="urn:schemas-microsoft-com:xml-analysis:exception"><Error
ErrorCode="3238002695" Description="Internal error: The operation terminated
unsuccessfully." Source="Microsoft SQL Server 2008 Analysis Services"
HelpFile="" /><Error ErrorCode="3238133838" Description="File system error:
While attempting to read information from disk, a read error occurred for
physical file:
\\?\K:\MSAS10.MSSQLSERVER\OLAP\Temp\MSMDCacheRowset_1712_2ab8_jgw53.tmp,
logical file: ." Source="Microsoft SQL Server 2008 Analysis Services"
HelpFile="" /><Error ErrorCode="3240034317" Description="Errors in the OLAP
storage engine: An error occurred while the 'Minutes To Complete' attribute
of the 'Lead' dimension from the 'Datamine OLAP' database was being
processed." Source="Microsoft SQL Server 2008 Analysis Services" HelpFile=""
/><Error ErrorCode="3240034310" Description="Errors in the OLAP storage
engine: The process operation ended because the number of errors encountered
during processing reached the defined limit of allowable errors for the
operation." Source="Microsoft SQL Server 2008 Analysis Services" HelpFile=""
/><Error ErrorCode="3239837698" Description="Server: The operation has been
cancelled." Source="Microsoft SQL Server 2008 Analysis Services" HelpFile=""
/><Error ErrorCode="3240034317" Description="Errors in the OLAP storage
engine: An error occurred while the 'Ip Address' attribute of the 'User
Session' dimension from the 'Datamine OLAP' database was being processed."
Source="Microsoft SQL Server 2008 Analysis Services" HelpFile="" /><Error
ErrorCode="3240034310" Description="Errors in the OLAP storage engine: The
process operation ended because the number of errors encountered during
processing reached the defined limit of allowable errors for the operation."
Source="Microsoft SQL Server 2008 Analysis Services" HelpFile="" /><Error
ErrorCode="3238002695" Description="Internal error: The operation terminated
unsuccessfully." Source="Microsoft SQL Server 2008 Analysis Services"
HelpFile="" /><Error ErrorCode="3238002695" Description="Internal error: The
operation terminated unsuccessfully." Source="Microsoft SQL Server 2008
Analysis Services" HelpFile="" /><Error ErrorCode="3240034317"
Description="Errors in the OLAP storage engine: An error occurred while the
'Lead Sale Id' attribute of the 'Lead Assignment' dimension from the
'Datamine OLAP' database was being processed." Source="Microsoft SQL Server
2008 Analysis Services" HelpFile="" /><Error ErrorCode="3240034310"
Description="Errors in the OLAP storage engine: The process operation ended
because the number of errors encountered during processing reached the
defined limit of allowable errors for the operation." Source="Microsoft SQL
Server 2008 Analysis Services" HelpFile="" /><Error ErrorCode="3240034317"
Description="Errors in the OLAP storage engine: An error occurred while the
'Keyword Path' attribute of the 'PPC Keyword' dimension from the 'Datamine
OLAP' database was being processed." Source="Microsoft SQL Server 2008
Analysis Services" HelpFile="" /><Error ErrorCode="3240034310"
Description="Errors in the OLAP storage engine: The process operation ended
because the number of errors encountered during processing reached the
defined limit of allowable errors for the operation." Source="Microsoft SQL
Server 2008 Analysis Services" HelpFile="" /><Error ErrorCode="3238002695"
Description="Internal error: The operation terminated unsuccessfully."
Source="Microsoft SQL Server 2008 Analysis Services" HelpFile="" /><Error
ErrorCode="3238002695" Description="Internal error: The operation terminated
unsuccessfully." Source="Microsoft SQL Server 2008 Analysis Services"
HelpFile="" /><Error Err... The step failed.
In the data sources there is a "Maximum number of connections:" set by
default to 10 - Try reducing this to 1 or 2. It will slow the
processing down some, but make the processing more predictable.
I'm not sure if this is your issue, but it's an easy thing to try.
Bill
I'd reccomend changing your SQL RDB to have 32gb limit while you're
processing cubes (and give 32gb to SSAS)
but it really depends on your cubes, your granularities, etc
Changing maximum number of connections to 2 did not work. I am sure that
server has around 10-12 GB RAM available all the time during cube processing.
Any other suggestions?
"bha...@gmail.com" wrote:
> .
>
Remember that the cube processing uses shadow copying and disk space
can get pinched before the cube finishes processing You should have
additional space for a complete processed cube free.
Bill
> > .- Hide quoted text -
>
> - Show quoted text -
Any other suggestions?
"bha...@gmail.com" wrote:
> .
>
Perhaps a hardware issue. It was a read error on:
\\?\K:\MSAS10.MSSQLSERVER\OLAP\Temp
\MSMDCacheRowset_1712_2ab8_jgw53.tmp,
Sorry I couldnt help.
Bill
best regards
Grzegorz
[SQL Server MVP]