Viewing 15 posts - 1 through 15 (of 17 total)
Hello Jack.
All (sub-)reports are in the same Solution.
The problem exists in both, DevEnv and ReportServer(made a upload, hoped i get a better error message).
Tobias Boehler
July 18, 2006 at 9:16 am
Hello There.
Here some additional informations:
I get the error: "HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials"
Credentials AppPool: "Network Service"
Credential WebSite: Windows Auth.
Credential VirtDirect.: Windows Auth.
As Credential...
July 11, 2006 at 5:58 am
Hello Lonv.
I found out the problem is caused by the website where the virtual directories are in.
For publishing the website I put a IP-adress in and made some host header-entries....
July 7, 2006 at 1:52 am
Hi again.
I implemented the query in different variations to some StoredProcedures and increased the query-time from 30 seconds (OLTP) to 2 seconds (OLAP). 🙂
In another query I...
November 22, 2005 at 3:50 am
GREAT !!!
Now it works. Had to do some little changes. Here the corrected version.
WITH
MEMBER [Date].[Range] AS 'sum([Date].[2005-01-01]:[Date].[2005-01-03])'
MEMBER [Measures].[Distinct_Patient_Count] AS 'count({nonemptycrossjoin({[PatientID].children}, {[Measures].[Count]})}, excludeempty)'
SELECT
{[Gender].children} on...
November 21, 2005 at 3:47 am
One step closer...
The COUNT-function works nearly fine now. The problem now is, the EXCLUDEEMPTY-flag excludes no PatientID, because the PatientID itselfs is not NULL -> empty PatientID-values should be excluded....
November 18, 2005 at 9:51 am
Another Information:
I cannot even count the Members
count({[IBIdim_LEP_PatientID].members}) on 0
---->--- "cannot convert expression to set"
Must be a understanding problem on my side...
November 17, 2005 at 3:07 am
Hello again.
>> Can you tell us how you'd like to see the output?
>> ie on row, on columns, filtered by .
Okay. Now you get the actual...
November 17, 2005 at 2:25 am
Hi again.
This query returns the same values like in the first thread(time is good, below 1 sec):
With
MEMBER [Datum].[Range] AS
'sum([Datum].[2005-01-01]:[Datum].[2005-01-01])'
SELECT
non empty nonemptycrossjoin([PID_FID].[PID_FID].members) on 0
FROM IBIcube_LEP_AKZ1
WHERE ([Datum].[Range], [Geschlecht].[weiblich], [Stations_Gruppe].[M Chirurgie], [Fremdstationaer].[Alle...
November 16, 2005 at 2:25 am
Hi Steve,
with this query i get for each patientID (PID_FID - all members 60.000 entries) one column. The count on this columns with the above set filters return the correct...
November 16, 2005 at 1:46 am
Sorry, Subject should be named as:
Count members of dimension
November 11, 2005 at 4:56 am
So easy.
Great, thank you.
Wish you a nice evening.
Tobi
October 25, 2005 at 9:15 am
Hello
Short statement to the testings.
I did a lot queries yesterday and had no differences to the origin data.
Thanks for help everybody.
Tobi
October 18, 2005 at 1:28 am
Good morning Steve,
now it dawns on me 🙂
What a great monday.
My _wrong_ thought was:
The cube ignores the other partitions. But of the wrong slicer-statement in the...
October 17, 2005 at 2:06 am
Hello again.
Thank you for this informations. Now i have another problem. I made a partition and set the
"Data Slice" on [Date].[2005].[Q1] and the
"Filter Statement" with
CONVERT(DATETIME, '2005-01-01 00:00:00', 102) <...
October 14, 2005 at 5:14 am
Viewing 15 posts - 1 through 15 (of 17 total)