You might look at getting a copy of the Metadata Scripter from the SQL
Server 2000 Resource Kit. If you use it to create a VB program with a data
slice setup, you will see the DSO code needed. I don't know if this is the
problem, but one issue is that you don't have brackets around the member
name []. But your best bet is to use the Metadata Scripter -- it can save
you hours of debugging time.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI Systems Team
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.
"Jim_OLAP" <JimOLAP (AT) discussions (DOT) microsoft.com> wrote
Quote:
All,
I keep getting an "Object Required" vbscript error when trying to set the
data slice name for a newly created partition
Has anyone seen this error before?
dsoPartitionNew.Dimensions("Fiscal").CustomPropert ies("DimensionSlice")
=cstr(yr)&"."&cstr(qtr)&"."&cstr(pd) &"."& cstr(wk)
Thanks,
Jim |