Viewing 15 posts - 436 through 450 (of 893 total)
A few questions to narrow it down:
How are you setting the values of your connection strings?
Is logging enabled?
June 1, 2015 at 12:00 pm
Makes better sense with the examples, thank you.
I would change the calculated measure to the following, and I think this will achieve what you're looking for:
count
(
nonempty
(
(
[Dim Phone Logins].[Phone Logins].currentmember
,[Dim Employees].[GlobalID].[All]
)
,
[Measures].[Outliers...
May 26, 2015 at 12:05 pm
Hi Seb,
Afraid I'm a little lost with your ask here...could you please provide some examples with data, and show the current results plus what you're expecting or like to get?
May 26, 2015 at 9:02 am
Try running SSMS as administrator...that may solve the folder permissions issue.
May 22, 2015 at 10:50 am
First, let's correct some dimensionality issues. Instead of doing the following:
[Dim Phone Logins].[Phone Logins].Members - [Dim Phone Logins].[Phone Logins].[All]
Just step one level down:
[Dim Phone Logins].[Phone Logins].[Phone Logins]
The real issue with...
May 22, 2015 at 10:23 am
Only thing that comes to mind is to maybe do a tracert on both the IP and dns name, to see if for some odd reason the traffic is routed...
May 19, 2015 at 10:55 am
VRT (5/15/2015)
what is the data source you are using. If its other than SQL Server, you will be getting this kind of errors.
Not true...the issue experienced by the OP has...
May 15, 2015 at 9:23 am
The only other way I think you could possibly get close (haven't tried it though), is by using a combination of rank() and filter() maybe. You'd also probably have to...
May 14, 2015 at 2:01 pm
RonKyle (5/13/2015)
May 13, 2015 at 8:55 am
RonKyle (5/13/2015)
...Even an incremental load would experience this.
Not sure that I agree 100% with that statement Ron. If you incrementally load dimensions and then facts, this scenario (facts pointing to...
May 13, 2015 at 8:37 am
Jeff Moden (5/12/2015)
https://www.youtube.com/watch?v=BKorP55Aqvg
Very funny Jeff, and happens more than people would like to admit 🙂
May 13, 2015 at 8:33 am
JoshDBGuy (5/12/2015)
May 12, 2015 at 5:34 pm
When you say "entire project", does that mean you processed the database? Or did you individually process each cube within the database? What was the process setting (i.e. ProcessFull, ProcessDefault,...
May 12, 2015 at 5:26 pm
GPO (5/12/2015)
if these statements were made before the engagement even began
They mostly came to light after the contract had been signed. The undertakings they gave prior to that were...
May 12, 2015 at 5:17 pm
GPO (5/12/2015)
May 12, 2015 at 5:06 pm
Viewing 15 posts - 436 through 450 (of 893 total)