Quantcast
Channel: SQL Server Analysis Services forum
Viewing all 14337 articles
Browse latest View live

Problem installing SQL Server 2012 Analysis Services (SQL Server 2012 SP1)

$
0
0

Hi there,

I can't seem to get Analysis Services installed properly.

During installation the following error pops up:


The service could not be started. Reason:  Service 'MSSQLServerOLAPService' start request failed.

Also, when I try to start the service manually, the same error pops up.

The event log only shows two items:

1. Error - MSSQLServerOLAPService - The service cannot be started:    (.. without any explanation)

2. Information - MSSQLServerOLAPService - Service stopped.

I already removed the Analysis Services feature and added it again, a couple of times, without luck.

Any pointers to further debug this issue?

The OS is Windows Server 2012.


SSAS dimension attribute with subsets?

$
0
0

Hi!

I've stumbled across an issue with a DATE-dimension that I'm hoping to get some help with. In this date dimension table there's a PERIOD-attribute that I'm interested in turning into a slicer in Excel, but not sure how. The problem is that values in this field can be subsets of each other.

Let's say this field can have three different values, LAST 7 DAYS, LAST 30 DAYS and LAST YEAR prioritized in that particular order, meaning that all dates between getdate() and getdate()-7 will be assigned value = LAST 7 DAYS, All the rest back to getdate -30 will be assigned value = LAST 30 DAYS and beyond that LAST YEAR.

What I'd lke to achieve is to use this PERIOD-attribute in a single slicer in excel, where I can let users pick either LAST 7 DAYS, LAST 30 DAYS or LAST YEAR. Note that I DON'T want users to have to pick both LAST 7 DAYS and LAST 30 DAYS. Only one choice should be made!

This seems a bit tricky (for me at least) as I need to be able to pass more than one value from the slicer down to the underlying data, if there's a subset that needs to be picked up as well. For example if I choose LAST 30 days, I need data to be retrieved for both records containing LAST 7 DAYS and LAST 30 DAYS, as the 7-day records should be included in the 30 days.

Is it possible to do this by somehow manually configuring/coding the slicer in excel, or does it require some re-modelling in the cube/dimension or underlying datamodel? And if so, what would you suggest?

Thanks in advance!

/Z

Cube calculated field depending upon current member

$
0
0

I want to create a calculated field called Adjusted Sales.  I have two dimensions in my cube.  One is Sales Team and the other is Focused Products.  There is a many to many relationship between the two dimensions which I used a bridge measure group to make it work.  If the Sales Team of a person running a report has access to a Focused Product member, I want to take sales and multiply them by 1.25.

The Sales Team gets passed into my report's MDX.  And I can handle making this work in the report.  But I can't wrap my head around getting it to work in the cube as a calculated measure.  I want to see all Focused Products in the cube, but only adjust the sales if the focused product is one the sales team member has access to.  

For example, Sales Team A has to focused on Products 1, 2, and 3.  But in the report I want to see Products 1, 2, 3, 4, 5 and 6.  The sales should only be adjusted to Products 1, 2 and 3, but not for the rest since Team A doesn't have access to them.  Any idea on how the MDX would look for this one?  As I am typing this, I think I need to redesign the cube to even support it.

SSAS 2014 Tabular Table Import Wizard Error

$
0
0

I am trying to import the contents of Hive tables into SSAS 2014 Tabular.  When I use a simple query like the one below, I have no problem.  

SELECT
a.MDSE_CORP_KEY,
a.MDSE_CORP_DESCFROM  db_edw.tmcpd_mdse_corp_dim a

However, when I try to use a query that joins two Hive tables, I get and error.  Both the query and the error are below.

SELECT
a.MDSE_CORP_KEY,
a.MDSE_CORP_DESC,
b.MDSE_CO_KEY,
b.MDSE_CO_DESC,
b.MKT_CD,
b.MKT_ABBR_NM,
b.RTL_CTRY_CD,
b.CNCY_ABBR_DESCFROM  db_edw.tmcpd_mdse_corp_dim a
LEFT JOIN db_edw.tmcod_mdse_co_dim b
ON a.MDSE_CORP_KEY = b.MDSE_CORP_KEY


"OLE DB or ODBC error: [Microsoft][HiveODBC] (35) Error from Hive: error code: '0' error message: 'ExecuteStatement finished with operation state: ERROR_STATE'.; S1000.

An error occurred while processing the partition 'Query 1_b011dd0c-280a-4d6c-be02-74b9d0704afb' in table 'Query 1_b011dd0c-280a-4d6c-be02-74b9d0704afb'.

The current operation was cancelled because another operation in the transaction failed."

This is using an existing ODBC connection to Hive.  We have both 32 bit and 64 bit connections with the same name.

What is the problem?  Why doesn't this work?


Internal error: An unexpected error occurred (file 'pffilestorefilegroup.cpp', line 1496

$
0
0

HI,

I' ve 2 dimensions in my cube with just 2 values each (Dim1 Show in thousands with "Original" and "in Thousands", Dim2 Invert Signs with "Original" and "Inverted") Both Dimensions are connected Regular via Named Calculations. We are also using Account intelligence with Custom Rollup formulas and unary operators

There are two Scopes:

Scope([Show in Thousands].[Show in Thousands].&[2]);

    This=[Show in Thousands].[Show in Thousands].&[1] /1000;

End Scope;

Scope([Invert Signs].[Invert Signs].&[2]);

    This=[Invert Signs].[Invert Signs].&[1] *(-1);

End Scope;

Now in my mdx query, when I have [Invert Signs].[Invert Signs].&[1] and [Show in Thousands].[Show in Thousands].&[1] in my where clause I got this error message:

Internal error: An unexpected error occurred (file 'pffilestorefilegroup.cpp', line 1496, function 'PFFileStoreGroup::ReadPage').

Server: The current operation was cancelled because another operation in the transaction failed.

With the Combinations 1,2 ; 2,1 ; 2,2 it works as expected.

Thanx in Advance

Cube Processing Error - OLE DB error: OLE DB or ODBC error: Class not registered.

$
0
0

Problem

I get the above error when trying to process the cube.

 

Environment

Server OS - Windows 2003 64Bit

SQL Server 2005 64Bit

Database - Teradata

Connectivity - OLE DB for Teradata

 

Testing

- Have successfully tested OLE DB connectivity using Hyperion, connecting using an OLE DB Connection file.

- Get the same error when trying to process a sample MS Access database or Teradata

- Uninstalled and reinstalled SQL Server 2005

 

If anyone has any idea’s it would be greatly appreciated, thanks.

ssas calculated member not available sql server 2012

$
0
0

I would like to create a calculated member using data tools but the icon "new calculated member" is grey under the tab calculations so I can't click it....

and in the space in which I should create the calculated member appears "Unexpected error occurred: 'unexpected internal error in the parser: -1056964608'"

I am using Windows 10 64 bit.

Can someone help me?

how to do top 10 with summarize and sumx in dax

$
0
0

I'm trying to create a measure in SSAS called others that contain sum of other than top 10 occupations

*I planned to do a measure to calculate sum of all occupations

SUMX (
    SUMMARIZE (
        DimOccupation,
        [DetailedOccupationAName],"All", SUM ( DimTourisimToPersonsMapping[PersonWeight] )
    ),
    [All]
)

*then to do a measure that calculate a sum of top 10 occupations

SUMX (
    TOPN (
        10,
        SUMMARIZE (
            DimOccupation,
            [DetailedOccupationAName],"TOPO", SUM ( DimTourisimToPersonsMapping[PersonWeight] )
        ),"TOPO"
    ),
    [TOPO]
)

here is the semantic error the second code give the some for all occupation not the top 10

then I created a measure that is measure 1 - measure 2 which gives 0

any idea how to solve this problem?


MDX Results in SSIS

$
0
0

Hi,

Just wondering if anyone knows if there is a simple way to stop the query from SSIS to SSAS (MDX) from returning all the levels of a dimension when using the DESCENDANT or CHILDREN function (as below).

In this query I am using the CHILDREN function on the Level 5 member parent. Ideally I would like the MDX query just to return the children members Level. This is a dimension with many parents and a ragged hierarchy so can easily pick a level to return. It also becomes a problems when I have to return all base members of a dimension as some are on on the top level and some are 10 levels down so being able to return just the actual members would be great.

Thanks,

Dean

How to Edit a Measure(Work Item Count) in TFS ?

$
0
0

Hi All,

     Under the Work Item Measure group, there is Work Item Count Measure. When filtering using Date Dimension the Work Item Count gives the count as growing numbers.(i.e. it adds successive values). If the actual count is 10,20,30,40 it gives as 10,30(10+20),60(30+30),100(60+40). I am not able to view the definition of Work Item Count measure. So I want to know how we can edit the 'Work Item Count' .

Thanks

MDX query performance issue

$
0
0

Hi All,

I am trying to calculate count of records between two dates.
For the above requirement following query is returning "correct results"

With
SET RDB as HEAD( EXISTING  [Requested Date].[Year -  Quarter -  Month -  Date] .[Date].members,1)
SET CDB as HEAD( EXISTING [Completed Date].[Year -  Quarter -  Month -  Date].[Date].Members, 1)
SET RDE as TAIL( EXISTING  [Requested Date].[Year -  Quarter -  Month -  Date] .[Date].members,1)
SET CDE as TAIL( EXISTING [Completed Date].[Year -  Quarter -  Month -  Date].[Date].Members, 1)

Member Measures.x as
AGGREGATE({NULL : (RDB.item(0)) } * { CDB.item(0):NULL} ,[Measures].[Fact Work Item Details Count])

Member Measures.Y as
AGGREGATE({NULL : RDE.item(0) } * { CDE.item(0):NULL} ,[Measures].[Fact Work Item Details Count])

SELECT NON EMPTY {Measures.x,Measures.y} ON COLUMNS,
NON EMPTY { [DimRequestType].[Department_RequestType].[Request Type].MEMBERS} ON ROWS
FROM [ServiceRequestPerformance]
WHERE ( {[Requested Date].[Year -  Quarter -  Month -  Date].[Month].&[2015-01-01T00:00:00],
[Requested Date].[Year -  Quarter -  Month -  Date].[Month].&[2016-04-01T00:00:00]},
{[Completed Date].[Year -  Quarter -  Month -  Date].[Month].&[2015-01-01T00:00:00],
[Completed Date].[Year -  Quarter -  Month -  Date].[Month].&[2016-04-01T00:00:00]}
)

This MDX query is returning faster in SSMS. (Approx 2-3 Sec)

But if i create SET for(RDB,CDB,RDE,CDE) & Calculated measures for (Measures.x & Measures.Y) in the cube  and run the below query then it is taking long time to return result. (Nearly 2 minutes).

SELECT NON EMPTY {[Measures].[X],[Measures].[Y]} ON COLUMNS,
NON EMPTY { [DimRequestType].[Department_RequestType].[Request Type].MEMBERS} ON ROWS
FROM [ServiceRequestPerformance]
WHERE ( {[Requested Date].[Year -  Quarter -  Month -  Date].[Month].&[2015-01-01T00:00:00],
[Requested Date].[Year -  Quarter -  Month -  Date].[Month].&[2016-04-01T00:00:00]},
{[Completed Date].[Year -  Quarter -  Month -  Date].[Month].&[2015-01-01T00:00:00],
[Completed Date].[Year -  Quarter -  Month -  Date].[Month].&[2016-04-01T00:00:00]}
)

Above Query is similar to first query except that it uses measures created in the cube.

Any help is appreciated.

SSAS Gurus! Where are you!?

$
0
0

Behold! It's the June TechNet Guru Contest!

Your chance to get your name known, raise your profile, get credit where credit is due!

Yes my friends, this is your chance to get listed along-side some of the industry's greatest community heroes!

All you have to do is add an article to TechNet Wiki from your own specialist field. Something that fits into one of the categories listed on the submissions page. Copy in your own blog posts, a forum solution, a white paper, or just something you had to solve for your own day's work today.

Drop us some nifty knowledge, or superb snippets, and become MICROSOFT TECHNOLOGY GURU OF THE MONTH!

This is an official Microsoft TechNet recognition, where people such as yourselves can truly get noticed!

HOW TO WIN

1) Please copy over your Microsoft technical solutions and revelations toTechNet Wiki.

2) Add a link to it on THIS WIKI COMPETITION PAGE (so we know you've contributed)

3) Every month, we will highlight your contributions, and select a "Guru of the Month" in each technology.

If you win, we will sing your praises in blogs and forums, similar to the weekly contributor awards. Once "on our radar" and making your mark, you will probably be interviewed for your greatness, and maybe eventually even invited into other inner TechNet/MSDN circles!

Winning this award in your favoured technology will help us learn the active members in each community.

June's articles are with the judges, but below are the previous month's mighty winners and contenders!

Guru Award BizTalk Technical Guru – April 2016 
Gold Award WinnerEldert GrootenboerUsing BizTalk Deployment Framework with MSBuild to bypass reserved placeholdersJS: “BTDF if getting quite popular. Nice to see some advanced use cases.”
LG: “Good practical tip. Thank you sharing!”
Sandro Pereira: “Well written, excellent article for BTDF lovers”
Silver Award WinnerSMSVikasKIntegration Between Microsoft BizTalk Server 2013 & Microsoft Dynamics CRM Online 2016LG: “BizTalk Dynamic CRM is a very hot topic.”
JS: “Microsoft CRM’s API is very (maybe too :)flexible, this is a simple and expandable pattern to start a BizTalk integration app with. “
Bronze Award WinnerSandro PereiraBizTalk Server DevOps: Configuring Receive and Send Handlers in BizTalk Ports with PowerShellJS: “Great addition to BizTal’s PowerShell story. Super useful for VM provisioning and similar cases.”
LG: “Thank you sharing!”

Guru Award Forefront Identity Manager Technical Guru – April 2016 
Gold Award WinnerJeff IngallsManaging Contacts in the FIM/MIM PortalPG: “Wow, nice! Keep up the good work!”
Søren Granfeldt: “Good and detailed walk-through”

Guru Award Microsoft Azure Technical Guru – April 2016 
Gold Award WinnerSandro PereiraAzure Logic Apps: Dynamic Hello World using Azure Functions inside Logic AppsJH: “Good articles from Sandro this month. This one is a good entry into Azure Functions.”
AN:“Very good”
Silver Award WinnerBhushan GawaleAzure Remote Apps – In Depth WalkthroughJH: “Nice Azure Remote Apps walkthrough with a good mixture of text and pictures.”
AN: “Great walkthrough!”
Bronze Award WinnerJanshair KhanUnderstanding and Creating Azure Deployment SlotsJH: “Short overview about deployment slots. A little bit more on their usage would be great.”
AN:“Another great article!”

Guru Award Miscellaneous Technical Guru – April 2016 
Gold Award WinnerNamrah KhurramGetting started with the Raspberry Pi – A walk-throughRichard Mueller: “Great images and good explanation”
Silver Award WinnerSYED SHANUDraw MVC Pie Chart using WEB API, AngularJS and JQueryRichard Mueller: “More good images and code.”
Bronze Award WinnerJanshair KhanUnderstanding Docker for Absolute BeginnersRichard Mueller: “A great tutorial to explain what it is.”

Guru Award SharePoint 2010 / 2013 Technical Guru – April 2016 
Gold Award WinnerNathanaël StassartSharePoint 2013 – Crawl file shares beyond the 260 MAX_PATH limit – Issue with ErrorID 808 829 – The object is not foundTN: “This article is extremely helpful providing real-world experience when working with fileshare”
Silver Award WinnerWaqas SarwarSharePoint 2016 Rename Site Collection URL Best PracticeTN: “Great article in SharePoint 2016 which is very new to the community.”
Bronze Award WinnerNathanaël StassartSharePoint 2016 – Crawl Error List [ErrorID]TN: “Thanks Nat”

Guru Award Small Basic Technical Guru – April 2016 
Gold Award WinnerNonki TakahashiSmall Basic: FlickrMichiel Van Hoorn: “Nice to see updated doc”
DEVA: “Great one Nonki. You rock onemore time…!!”

Guru Award SQL BI and Power BI Technical Guru – April 2016 
Gold Award WinnerGreg Deckler (Fusion Alliance)Power Query: Using Recursion to Solve Hex to Decimal ConversionPT: “A very good wiki contribution. Thank you! This post is deep and specific to solve a particular challenging issue.”

Guru Award Transact-SQL Technical Guru – April 2016 
Gold Award WinnerNatig GurbanovSql Server: Using Parameterized FunctionsJS: “”
Richard Mueller: “Interesting code. Grammar needs work.”

Guru Award Universal Windows Apps Technical Guru – April 2016 
Gold Award WinnerRavindra Singh ChhabraHow to install native Service into Windows 10 mobileRC: “Great work”
Silver Award WinnerManisha BiswasMicrosoft Hololens a walkthroughRC: “Very nice”
Bronze Award WinnerRavindra Singh ChhabraLocalization for Windows Universal AppsRC: “Another good one”

Guru Award Visual Basic Technical Guru – April 2016 
Gold Award WinnerEmiliano MussoCreate a versioning service with Visual Basic .NETCarmelo La Monica: “Congrats Emiliano, very goos article, image and video. Good work.”
MR: “Good walkthrough!”
Richard Mueller: “Very well explained. Great images.”
Silver Award Winner.paul.Vb.Net – Animations and MoviesRichard Mueller: “Well written and an interesting topic.”
MR: “Great little utility!”
Carmelo La Monica: “Great, very useful for to create animation with images. Congrats!”

Guru Award Visual C# Technical Guru – April 2016 
Gold Award WinnerSibeesh VenuHow To Create Dynamic Angular JS Tabs In MVCJaliya Udagedara: “Great article with a step by step explanation. Love the fact that it’s using Angular Material. Hint: You can upload the sample code to MSDN Code Gallery. “
Silver Award WinnerSYED SHANUC# Winform Animated Image Slide Show in WinformJaliya Udagedara: “Good article with images and code snippets. And the sample code is available for download from MSDN Code Gallery.”
Bronze Award WinnerSibeesh VenuProgrammatically Extract or Unzip Zip,Rar Files And CheckJaliya Udagedara: “Good article explaining the whole process including file upload and file extraction. You can always use MSDN Code Gallery to upload the source code, so anyone can view/download from there.”

Guru Award Windows PowerShell Technical Guru – April 2016 
Gold Award WinnerVZSandzWindows MAK activation with PowerShellJan Egil Ring: “Nice start, needs a polish”
Richard Mueller: “Good code to know about. Grammar needs work.”

Guru Award Windows Presentation Foundation (WPF) Technical Guru – April 2016 
Gold Award WinnerAndy ONeillHide The Visual Studio 2015 Update 2 In App MenuLL: “Thanks for the top Andy”
Peter Laker:“Thanks Andy”

Guru Award Windows Server Technical Guru – April 2016 
Gold Award WinnerNathanaël StassartAD FS 4.0: Discover, Setup and Publish Application: Part1Mark Parris: “Good Information on ADFS v4.”
JM: “Your two articles on Web Application Proxy are excellent, thanks for your contribution”
Richard Mueller: “Great code and good images.”
Silver Award WinnerAvendilActive Directory: Transferring and Seizing the RID Master roleRichard Mueller: “Great use of Wiki guidelines, great references and links. Very important information to know. I like the detailed steps and alternative methods. And I love the cross-links. An excellent article.”
Mark Parris: “PowerShell replacing the GUI process, handy to have in Onenote.”
JM: “This is a great article on the RID Master role, thanks for your contribution”
Bronze Award WinnerKia Zhi Tang (Ryen Tang)Nano Server: Deploying PHP 7.0.6 on Internet Information Services (IIS) Web ServerRichard Mueller: “Very good references and lots of good code.”
JM: “This is an excellent article on Nano Server, thanks for contributing”
Mark Parris: “Good Insight.”

Thanks in advance!
Pete Laker


#PEJL
Got any nice code? If you invest time in coding an elegant, novel or impressive answer on MSDN forums, why not copy it over toTechNet Wiki, for future generations to benefit from! You'll never get archived again, and you could win weekly awards!

Have you got what it takes o become this month's TechNet Technical Guru? Join a long list of well known community big hitters, show your knowledge and prowess in your favoured technologies!

Tabular Model Measure Processing Limitations

$
0
0

Good Day,

We would like to SUM up values in multiple columns using Tabular (or DAX). This is obviously not a problem but the number of records we will be calculating will easily hit the 5 Billion mark. This is not an everyday scenario, as this processing will happen once during month end or beginning of the month. We are however worried whether this number of records is an issue for a Tabular Model.

Will this be an issue? We also like to know what the limit to the number of records a tabular model can calculate? Or at what point does processing a calculations start becoming an issue for Analysis Services (Tabular Model)?

Regards,


Measure or Calculate Column

$
0
0

Hi,

  I have 2 table that pull data from Navision Financial system,1 for detail ( Name is "Income Statement") and another 1 is Total Account only.

Foe example, Account 11000~11880 for Cash account and 11898 is 11000~11880 total. so detail table include 11000~11880, and Total Table has 11898 only.

For now, in Tabular, I can create a measure like #11898 := Calculate(SUM([Net Charge]), FILTER('Income Statement', 'Income Statement'[AcctNo] >= "11000" && 'Income Statement'[AcctNo] <= "11890")) . but how to create a "Calculate Column" in Total Table of column 11898  ?

Thanks!!


James Liang

Problems with mdx scope in multiple hierarchy

$
0
0
Hi to all,
I have a problem with scope function. I'm trying to do something similar at time calculations intelligence, but not based on members that are created on cube but on real members, so I have build a dimension referenced through time dimension based on a real table (that has only a columns with 2 members: Current Period and YTD).
My time dimension has 2 hierarchies: Calendar (levels are Year, quarter, month, day) and Week (levels are: Year, week) and the calculation dimension is related to this one by a column create in the time dimension where the value is always "Current Period".
My mdx script has some problems with scope function, if I write only this:

Scope([Measures].AllMembers);   
    
    Scope([Time].[Calendar].Members,[Time].[TimeKey].members);  
    ([Calculations].[YTD]=  
    Aggregate( CrossJoin({[Calculations].&[Current Period]},PeriodsToDate([Time].[Calendar].[Year],
    [Time].[Calendar].CurrentMember))));   
    End Scope;  
 
End Scope;  
 
 


All works perfectly and all works also if I I write only this statement:

Scope([Measures].AllMembers);   
 
    Scope([Time].[Week].Members,[Time].[TimeKey].members);  
    ([Calculations].[YTD]=  
    Aggregate( CrossJoin({[Calculations].&[Current Period]},PeriodsToDate([Time].[Week].[Year],
    [Time].[Week].CurrentMember))));   
    End Scope;  
 
End Scope;  
 
 


The statement doesn't work no more, or better it works but the cube give me back only null values, when I write this:

Scope([Measures].AllMembers);   
 
    Scope([Time].[Calendar].Members,[Time].[TimeKey].members);  
    ([Calculations].[YTD]=  
    Aggregate( CrossJoin({[Calculations].&[Current Period]},PeriodsToDate([Time].[Calendar].[Year],[Time].
    [Calendar].CurrentMember))));   
    End Scope;  
 
    Scope([Time].[Week].Members,[Time].[TimeKey].members);  
    ([Calculations].[YTD]=  
    Aggregate( CrossJoin({[Calculations].&[Current Period]},PeriodsToDate([Time].[Week].[Year],[Time].
    [Week].CurrentMember))));   
    End Scope;  
 
 
End Scope;  




There's somenthing wrong in my statement? One of you can help me?
Thanks in advance,
Francesco

SSAS IgnoreUnrelatedDimensions and Grand Total behaviour

$
0
0

Hi All,

I'm stuck on some things. If F Qty is selected I want Sales Line Selling Quantity to repeat. I don't want to change the global setting 'IgnoreUnrelatedDimensions' (as we have lots of users using this measure and it will affect all their spreadsheets) is it possible to do this in MDX in the 'calculations' tab? Also I don't want F Qty to aggregate. (basically you can have multiple forecasts at multiple months) so summing them doesn't make sense. They still want to analyse F Qty side by side against Sales Line Selling Quantity. Is it possible to turn off or hide the grand total for a column? If not, how can i display the last value that isn't a 0 as a grand total? Thanks for your help! Also if i can get the Sales Line Selling Quantity to display my forecast accuracy calculation should work.

enter image description here



Processing Blanks in SSAS cubes

$
0
0

hi,

is it possible to process blank fields in SSAS. also, i have a table that contains a single space ' ' instead of nulls. the cube is throwing error saying there exists duplicates an points to records containing the single space ' ' . is there a way i can avoid this error ? or is converting it into nulls the only way. i don't want to skip the error by selecting ignore errors while processing function.

thanks in advance

OLAP Cube updates fail SSAS 2012

$
0
0

I have two servers set up. One is for production which is working but my dev environment does not work on this timed job. The following error message is as follows (Thanks in advance for any guidance):

Message
Executed as user: MYCO-DEV-002\dz_svc. <return xmlns="urn:schemas-microsoft-com:xml-analysis"><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 2012 Analysis Services" HelpFile="" /><Error ErrorCode="3239837702" Description="Server: The current operation was cancelled because another operation in the transaction failed." Source="Microsoft SQL Server 2012 Analysis Services" HelpFile="" /><Error ErrorCode="3238068224" Description="The following system error occurred:  This user can't sign in because this account is currently disabled. " Source="Microsoft SQL Server 2012 Analysis Services" HelpFile="" /><Error ErrorCode="3239182436" Description="Errors in the high-level relational engine. A connection could not be made to the data source with the DataSourceID of 'MYCO Foo', Name of 'MYCO Foo'." Source="Microsoft SQL Server 2012 Analysis Services" HelpFile="" /><Error ErrorCode="3240034316" Description="Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of 'Form Full Parsed', Name of 'Form Full Parsed' was being processed." Source="Microsoft SQL Server 2012 Analysis Services" HelpFile="" /><Error ErrorCode="3240034317" Description="Errors in the OLAP storage engine: An error occurred while the 'Element Id' attribute of the 'Form Full Parsed' dimension from the 'Foo' database was being processed." Source="Microsoft SQL Server 2012 Analysis Services" HelpFile="" /><Error ErrorCode="3238068224" Description="The following system error occurred:  This user can't sign in because this account is currently disabled. " Source="Microsoft SQL Server 2012 Analysis Services" HelpFile="" /><Error ErrorCode="3239182436" Description="Errors in the high-level relational engine. A connection could not be made to the data source with the DataSourceID of 'MYCO Foo', Name of 'MYCO Foo'." Source="Microsoft SQL Server 2012 Analysis Services" HelpFile="" /><Error ErrorCode="3240034316" Description="Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of 'Form Full Parsed', Name of 'Form Full Parsed' was being processed." Source="Microsoft SQL Server 2012 Analysis Services" HelpFile="" /><Error ErrorCode="3240034317" Description="Errors in the OLAP storage engine: An error occurred while the 'Nickname' attribute of the 'Form Full Parsed' dimension from the 'Foo' database was being processed." Source="Microsoft SQL Server 2012 Analysis Services" HelpFile="" /><Error ErrorCode="3238068224" Description="The following system error occurred:  This user can't sign in because this account is currently disabled. " Source="Microsoft SQL Server 2012 Analysis Services" HelpFile="" /><Error ErrorCode="3239182436" Description="Errors in the high-level relational engine. A connection could not be made to the data source with the DataSourceID of 'MYCO Foo', Name of 'MYCO Foo'." Source="Microsoft SQL Server 2012 Analysis Services" HelpFile="" /><Error ErrorCode="3240034316" Description="Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of 'Form Full Parsed', Name of 'Form Full Parsed' was being processed." Source="Microsoft SQL Server 2012 Analysis Services" HelpFile="" /><Error ErrorCode="3240034317" Description="Errors in the OLAP storage engine: An error occurred while the 'Parent ID' attribute of the 'Form Full Parsed' dimension from the 'Foo' database was being processed." Source="Microsoft SQL Server 2012 Analysis Services" HelpFile="" /></Messages></root></results></return>.  The step failed.

In SSAS 2014, do we need to use Partition slicers or not for cube performance.

$
0
0
In SSAS 2014, do we need to use Partition slicers or not for cube performance.

Dimension Processing error

$
0
0

Hi

I hope someone knows what to do here. We got a dimension that keeps failing when getting processed with the following error:

Internal error: The operation terminated unsuccessfully.

Internal error: An unexpected error occurred (file 'pfoledbreadercache.cpp', line 499, function 'PFDBCacheGroup::InsertData').

Errors in the OLAP storage engine: An error occurred while the 'Finance Dimension Key' attribute of the 'Finance Dimensions' dimension from the 'OlapDB' database was being processed.

Errors in the back-end database access module. The read operation was cancelled due to an earlier error.

This is on a SQL Server 2012 using provider SQLNCLI11.1

I hope someone knows what is happening in pfoledbreadercache.cpp line 499.

Thanks in advance

Paw

Viewing all 14337 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>