dbTalk Databases Forums  

BI Accelerator DSO Errors -- MSFT/MVP Please Respond

microsoft.public.sqlserver.olap microsoft.public.sqlserver.olap


Discuss BI Accelerator DSO Errors -- MSFT/MVP Please Respond in the microsoft.public.sqlserver.olap forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
billd
 
Posts: n/a

Default BI Accelerator DSO Errors -- MSFT/MVP Please Respond - 03-03-2005 , 11:49 AM






I am using MS BI Accelerator created cubes and DTS packages and receive DSO
error messages saying "Object variable or With block variable not set" when
running updates.

Looking at other threads in this forum, it appears there is a Analysis
Services Parallel Processing Utility that resolves this.

Is there any guidance for how to modify the DTS scripts to use this utility?
Or, are there any BI Accelerator patches out there that I can use?

Thanks,
Bill

Reply With Quote
  #2  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: BI Accelerator DSO Errors -- MSFT/MVP Please Respond - 03-03-2005 , 05:36 PM






You are certainly welcome to use the PPU to do processing rather than the BI
Accelerator.
What version of the BI Accelerator are you using? V1.2 has fixed several
bugs and requires a post-SP3 hotfix which addresses many of these "object
variable not set" errors during cube/partition/dim processing.

--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

"billd" <billd (AT) discussions (DOT) microsoft.com> wrote

Quote:
I am using MS BI Accelerator created cubes and DTS packages and receive
DSO
error messages saying "Object variable or With block variable not set"
when
running updates.

Looking at other threads in this forum, it appears there is a Analysis
Services Parallel Processing Utility that resolves this.

Is there any guidance for how to modify the DTS scripts to use this
utility?
Or, are there any BI Accelerator patches out there that I can use?

Thanks,
Bill



Reply With Quote
  #3  
Old   
billd
 
Posts: n/a

Default Re: BI Accelerator DSO Errors -- MSFT/MVP Please Respond - 03-03-2005 , 06:49 PM



Hi Dave. Yes, I am using 1.2 -- build 1.2.1125.0 (17-June-2003)

Where can I find the post-SP3 hotfix that you mention?

Thanks,
Bill



"Dave Wickert [MSFT]" wrote:

Quote:
You are certainly welcome to use the PPU to do processing rather than the BI
Accelerator.
What version of the BI Accelerator are you using? V1.2 has fixed several
bugs and requires a post-SP3 hotfix which addresses many of these "object
variable not set" errors during cube/partition/dim processing.

--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

"billd" <billd (AT) discussions (DOT) microsoft.com> wrote in message
news:B06AFAAE-4FF8-4C6B-8413-59351CE851DA (AT) microsoft (DOT) com...
I am using MS BI Accelerator created cubes and DTS packages and receive
DSO
error messages saying "Object variable or With block variable not set"
when
running updates.

Looking at other threads in this forum, it appears there is a Analysis
Services Parallel Processing Utility that resolves this.

Is there any guidance for how to modify the DTS scripts to use this
utility?
Or, are there any BI Accelerator patches out there that I can use?

Thanks,
Bill




Reply With Quote
  #4  
Old   
Dave Wickert [MSFT]
 
Posts: n/a

Default Re: BI Accelerator DSO Errors -- MSFT/MVP Please Respond - 03-04-2005 , 12:09 AM



It is listed in the 1.2 release notes.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

"billd" <billd (AT) discussions (DOT) microsoft.com> wrote

Quote:
Hi Dave. Yes, I am using 1.2 -- build 1.2.1125.0 (17-June-2003)

Where can I find the post-SP3 hotfix that you mention?

Thanks,
Bill



"Dave Wickert [MSFT]" wrote:

You are certainly welcome to use the PPU to do processing rather than
the BI
Accelerator.
What version of the BI Accelerator are you using? V1.2 has fixed several
bugs and requires a post-SP3 hotfix which addresses many of these
"object
variable not set" errors during cube/partition/dim processing.

--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no
rights.

"billd" <billd (AT) discussions (DOT) microsoft.com> wrote in message
news:B06AFAAE-4FF8-4C6B-8413-59351CE851DA (AT) microsoft (DOT) com...
I am using MS BI Accelerator created cubes and DTS packages and
receive
DSO
error messages saying "Object variable or With block variable not set"
when
running updates.

Looking at other threads in this forum, it appears there is a Analysis
Services Parallel Processing Utility that resolves this.

Is there any guidance for how to modify the DTS scripts to use this
utility?
Or, are there any BI Accelerator patches out there that I can use?

Thanks,
Bill






Reply With Quote
  #5  
Old   
bc
 
Posts: n/a

Default Re: BI Accelerator DSO Errors -- MSFT/MVP Please Respond - 03-31-2005 , 02:51 PM



I used the same BI tool version 1.2
I changed the global parameters to SKIP PROCESSING OF DIMENSIONS AND CUBES.
I created SEPARATE DTS Packages (one for each dimension and one for each cube)
so in sql agent job, I call these dts packages separately to process
dimensions first
and then the cubes.

if you use dts, you can specify incremental or full process of dimension and
cubes...

This seems to help a lot because the transactions are isolated and
smaller...and I have more control over the processing....although it is still
sequential...the next step is to use the parallel processing utility mention
elsewhere on msdn to process the dimensions and cubes and partition in
parallel.



"Dave Wickert [MSFT]" wrote:

Quote:
It is listed in the 1.2 release notes.
--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no rights.

"billd" <billd (AT) discussions (DOT) microsoft.com> wrote in message
news:71AAE338-B5AB-4ABF-8971-CCA01C430168 (AT) microsoft (DOT) com...
Hi Dave. Yes, I am using 1.2 -- build 1.2.1125.0 (17-June-2003)

Where can I find the post-SP3 hotfix that you mention?

Thanks,
Bill



"Dave Wickert [MSFT]" wrote:

You are certainly welcome to use the PPU to do processing rather than
the BI
Accelerator.
What version of the BI Accelerator are you using? V1.2 has fixed several
bugs and requires a post-SP3 hotfix which addresses many of these
"object
variable not set" errors during cube/partition/dim processing.

--
Dave Wickert [MSFT]
dwickert (AT) online (DOT) microsoft.com
Program Manager
BI SystemsTeam
SQL BI Product Unit (Analysis Services)
--
This posting is provided "AS IS" with no warranties, and confers no
rights.

"billd" <billd (AT) discussions (DOT) microsoft.com> wrote in message
news:B06AFAAE-4FF8-4C6B-8413-59351CE851DA (AT) microsoft (DOT) com...
I am using MS BI Accelerator created cubes and DTS packages and
receive
DSO
error messages saying "Object variable or With block variable not set"
when
running updates.

Looking at other threads in this forum, it appears there is a Analysis
Services Parallel Processing Utility that resolves this.

Is there any guidance for how to modify the DTS scripts to use this
utility?
Or, are there any BI Accelerator patches out there that I can use?

Thanks,
Bill







Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.