Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 Getting Errors when deploying the SSAS solution

Author  Topic 

learntsql

524 Posts

Posted - 2013-12-04 : 05:58:31
Hi All,

When I try to deploy the SSAS.sln, I get the following errors:

Error 24 OLE DB error: OLE DB or ODBC error: Invalid object name 'dbo.SSAS_XYZ'.; 42S02. 0 0
Error 25 Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of 'Customer Region', Name of 'CUSTOMER' was being processed. 0 0
Error 26 Errors in the OLAP storage engine: An error occurred while the 'Midea GROUP' attribute of the 'CUSTOMER' dimension from the 'SSAS' database was being processed. 0 0
Error 27 Server: The current operation was cancelled because another operation in the transaction failed. 0 0
like this i am getting for all dimension in my solution.
Please guide me what is causing the issue.
How to rectify it.
TIA.

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-12-04 : 06:17:52
check if your source has table 'dbo.SSAS_XYZ'

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

learntsql

524 Posts

Posted - 2013-12-04 : 06:37:59
Hi Visakh,

Thanks for your Quick reply.
I checked in my DSV and Relational DB, i dont have that object exists.
Even i am unable to find it in my SSAS solution.
Can you please tell me how can we troubleshoot it.
TIA.
Go to Top of Page

learntsql

524 Posts

Posted - 2013-12-04 : 07:33:26
Sorry Visakh,

I checked again and this object is being used in one of the named queires Named Query that i am currently not found the DB.Let me check on that.
But why i am getting the remaining errors like
Error 25 Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of 'Customer Region', Name of 'CUSTOMER' was being processed. 0 0
Error 26 Errors in the OLAP storage engine: An error occurred while the 'Midea GROUP' attribute of the 'CUSTOMER' dimension from the 'SSAS' database was being processed. 0 0
Error 27 Server: The current operation was cancelled because another operation in the transaction failed. 0 0
Can you please help me on this.
TIA.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-12-04 : 08:07:15
quote:
Originally posted by learntsql

Sorry Visakh,

I checked again and this object is being used in one of the named queires Named Query that i am currently not found the DB.Let me check on that.
But why i am getting the remaining errors like
Error 25 Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of 'Customer Region', Name of 'CUSTOMER' was being processed. 0 0
Error 26 Errors in the OLAP storage engine: An error occurred while the 'Midea GROUP' attribute of the 'CUSTOMER' dimension from the 'SSAS' database was being processed. 0 0
Error 27 Server: The current operation was cancelled because another operation in the transaction failed. 0 0
Can you please help me on this.
TIA.


ok check the datasource information, go to the database and see if that object exists first and you've access to it using the account you use to deploy the cube.
that should be the first step.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

learntsql

524 Posts

Posted - 2013-12-04 : 08:44:50
Hi Visakh,

I sloved those issues and now i am getting a new one saying

Error 27 Errors in the OLAP storage engine: An error occurred
while processing the 'Sales' partition of the 'MEASURES' measure group for the 'SSAS' cube from the SSAS database.

It is also showing some message when i mouse over on 'MEASURES' saying..
"Slpit Large partitions,with more than 20 million rows or that are over 250 MBin size into smaller partitions to improve the performanace"

Is this causing to fail the deployment.other than this it is not showing any other message.
TIA.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-12-04 : 09:43:15
quote:
Originally posted by learntsql

Hi Visakh,

I sloved those issues and now i am getting a new one saying

Error 27 Errors in the OLAP storage engine: An error occurred
while processing the 'Sales' partition of the 'MEASURES' measure group for the 'SSAS' cube from the SSAS database.

It is also showing some message when i mouse over on 'MEASURES' saying..
"Slpit Large partitions,with more than 20 million rows or that are over 250 MBin size into smaller partitions to improve the performanace"

Is this causing to fail the deployment.other than this it is not showing any other message.
TIA.



it seems like you've overlapping partitions. Can you check the source queries for partitions in the cube (you can go to partition tab for that). Make sureno two partitions include overlapping set of data for a given measure group ie check the WHERE conditions

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

learntsql

524 Posts

Posted - 2013-12-05 : 04:07:57
Thanks Visakh,

I checked Partitions tab and there are 7 partitions created and out of them only 1 partition has WHERE clause that to it is using YEAR comparision, rest all partitions are using VIEWS in its FROM clause.

Can you please guide me, what is causing issue.
TIA.
Go to Top of Page

learntsql

524 Posts

Posted - 2013-12-05 : 06:14:39
Can some one please guide on this issue.
your help is really appreciated..
TIA.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-12-05 : 13:22:26
quote:
Originally posted by learntsql

Thanks Visakh,

I checked Partitions tab and there are 7 partitions created and out of them only 1 partition has WHERE clause that to it is using YEAR comparision, rest all partitions are using VIEWS in its FROM clause.

Can you please guide me, what is causing issue.
TIA.



check the where conditions within the view and make sure they dont overlap.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

learntsql

524 Posts

Posted - 2013-12-10 : 10:34:36
Hi Visakh,

Thank you for your reply.
I have one more query here.
In my dimension table for one of the columns i am getting Blank value in cube.
How can i suppress this in the cube?
Please guide me.
TIA.
Go to Top of Page

learntsql

524 Posts

Posted - 2013-12-11 : 02:54:16
Hi All,

Could you please tell me how can i suppress/eliminate the blank value in the dimension for one of the columns.
Please suggest me.
TIA.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-12-11 : 12:25:08
quote:
Originally posted by learntsql

Hi All,

Could you please tell me how can i suppress/eliminate the blank value in the dimension for one of the columns.
Please suggest me.
TIA.


blank value as dimension member value you mean? or blank value for measure in cube browser? If latter click Hide empty cells option in cube browser

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

learntsql

524 Posts

Posted - 2013-12-12 : 03:49:05
Thank you Visakh for the quick reply.
I am getting blank value as dimension member value.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-12-12 : 12:05:01
then thats problem with named query or table data. check if dimension has a record with blank value for related field in database.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -