Viewing 10 posts - 1 through 11 (of 11 total)
Thanks Steve!
I have a single NT test account I have setup, and assigned the user to a role in Analysis Services that only can see a slice of the corporate...
October 19, 2005 at 9:14 am
No dice. If "Fail package on first error" is unchecked, and the package fails, the job fails as well.
September 12, 2005 at 1:15 pm
Thanks for the response.
Yes, I could change workflow, however, I am running the DTS package from a job, and I do not want the job to fail (and page the...
September 12, 2005 at 11:21 am
Yes, my fault. I have probably posted this in the wrong forum.
September 12, 2005 at 9:27 am
Thanks Kathi. Is ForceExecutionResult a SSIS thing, or is it available in SQL 2000 DTS? Everything I am finding on this property is based on 2005 SSIS?
Thanks again for your...
September 12, 2005 at 9:23 am
September 9, 2005 at 4:40 pm
In the past, I have bcp'd the sysdtspackages table out of the source server, and bcp'd it into the target server.
Hope this helps.
September 9, 2005 at 3:45 pm
WORKS LIKE A CHARM!!!
Thanks for all of your help Steve!
Regards,
Aneal
July 20, 2005 at 8:20 am
I modified and tried this:
WITH
MEMBER [Measures].[MyKeys] AS
'Val([dim_company].CurrentMember.Properties("KEY"))'
SELECT
{[Measures].[MyKeys]} ON COLUMNS,
{[dim_company].CurrentMember} ON ROWS
From [MyCube]
This also seems to return 0 for the dim_company key.
As far as uniqueness properties,...
July 19, 2005 at 8:25 am
Steve, thank you for your help. Your suggested solution is definitely getting me closer. However, I am receiving unexpected results. I used your MDX as the basis for the following:
WITH...
July 18, 2005 at 9:32 am
Viewing 10 posts - 1 through 11 (of 11 total)