dbTalk Databases Forums  

DSO function failed

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


Discuss DSO function failed in the microsoft.public.sqlserver.olap forum.



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

Default DSO function failed - 04-22-2005 , 03:21 PM






Hi,
We have a 32bit development olap server and a 64bit Itanium server that we
host production cubes on.
We build the cube on the 32bit machine, then archive the db, then restore to
the 64bit machine. Since there are not any tools to run on the 64bit machine
to manage cubes, we control everything from the 32bit machine.

when we restore a cube archive, we specify the remote machine's (64bit) data
directory and the local machine path to the cab file (32bit)

At then end of the restore operation to the 64bit machine, we are getting
DSO function failed.
I have found a few articles that say if the OLAP repository has been
migrated to SQL server, it might be a permission issue, but i am an admin on
all the machines.

Does anyone have any ideas.

thanks,
Troy



Reply With Quote
  #2  
Old   
Peter Yang [MSFT]
 
Posts: n/a

Default RE: DSO function failed - 04-25-2005 , 01:37 AM






Hello Troy,

How do you restore the database. Did you try to restore it to a UNC path on
64 bit machine? You may want to map the path to a unused drive on 32 bit
machine to avoid any conflicts. Also, what is the exact error message you
encounter?

Best Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

================================================== ===




This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
Quote:
From: "Troy Sherrill" <tsherrill (AT) nc (DOT) rr.com
Subject: DSO function failed
Date: Fri, 22 Apr 2005 16:21:02 -0400
Lines: 22
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Message-ID: <uHIwCh3RFHA.2348 (AT) TK2MSFTNGP09 (DOT) phx.gbl
Newsgroups: microsoft.public.sqlserver.olap
NNTP-Posting-Host: cpe-024-025-016-079.nc.res.rr.com 24.25.16.79
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP09.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.olap:10991
X-Tomcat-NG: microsoft.public.sqlserver.olap

Hi,
We have a 32bit development olap server and a 64bit Itanium server that we
host production cubes on.
We build the cube on the 32bit machine, then archive the db, then restore
to
the 64bit machine. Since there are not any tools to run on the 64bit
machine
to manage cubes, we control everything from the 32bit machine.

when we restore a cube archive, we specify the remote machine's (64bit)
data
directory and the local machine path to the cab file (32bit)

At then end of the restore operation to the 64bit machine, we are getting
DSO function failed.
I have found a few articles that say if the OLAP repository has been
migrated to SQL server, it might be a permission issue, but i am an admin
on
all the machines.

Does anyone have any ideas.

thanks,
Troy





Reply With Quote
  #3  
Old   
Troy Sherrill
 
Posts: n/a

Default Re: DSO function failed - 04-25-2005 , 08:14 AM



Hi Peter,
Using regedit, I set the temp and root dir for the 64bit machine to the UNC
path for the data drive. \\server\drive\folder (note this path is resolvable
by the 32bit machine)

Then I register the 64bit machine in the 32bit analysis manager machine,
select the 64bit machine and restore the database. all seems to go fine
until the end.

DSO funcation failed the one message
the other is "An Invalid path has caused the Analysis Manager to stop
responding"

thanks, Troy

"Peter Yang [MSFT]" <petery (AT) online (DOT) microsoft.com> wrote

Quote:
Hello Troy,

How do you restore the database. Did you try to restore it to a UNC path
on
64 bit machine? You may want to map the path to a unused drive on 32 bit
machine to avoid any conflicts. Also, what is the exact error message you
encounter?

Best Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

================================================== ===




This posting is provided "AS IS" with no warranties, and confers no
rights.


--------------------
| From: "Troy Sherrill" <tsherrill (AT) nc (DOT) rr.com
| Subject: DSO function failed
| Date: Fri, 22 Apr 2005 16:21:02 -0400
| Lines: 22
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
| X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
| Message-ID: <uHIwCh3RFHA.2348 (AT) TK2MSFTNGP09 (DOT) phx.gbl
| Newsgroups: microsoft.public.sqlserver.olap
| NNTP-Posting-Host: cpe-024-025-016-079.nc.res.rr.com 24.25.16.79
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP09.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.olap:10991
| X-Tomcat-NG: microsoft.public.sqlserver.olap
|
| Hi,
| We have a 32bit development olap server and a 64bit Itanium server that
we
| host production cubes on.
| We build the cube on the 32bit machine, then archive the db, then
restore
to
| the 64bit machine. Since there are not any tools to run on the 64bit
machine
| to manage cubes, we control everything from the 32bit machine.
|
| when we restore a cube archive, we specify the remote machine's (64bit)
data
| directory and the local machine path to the cab file (32bit)
|
| At then end of the restore operation to the 64bit machine, we are
getting
| DSO function failed.
| I have found a few articles that say if the OLAP repository has been
| migrated to SQL server, it might be a permission issue, but i am an
admin
on
| all the machines.
|
| Does anyone have any ideas.
|
| thanks,
| Troy
|
|
|




Reply With Quote
  #4  
Old   
Peter Yang [MSFT]
 
Posts: n/a

Default Re: DSO function failed - 04-25-2005 , 10:40 PM



Hello Troy,

It seems to be data corruption in the cube restoration file (cab). Can you
browse cube data though the issue occurred? If so, a full process all
cubes and dimensions fixed similar problems.

Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

================================================== ===

This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
Quote:
From: "Troy Sherrill" <tsherrill (AT) nc (DOT) rr.com
References: <uHIwCh3RFHA.2348 (AT) TK2MSFTNGP09 (DOT) phx.gbl
Myu8pHWSFHA.4976 (AT) TK2MSFTNGXA01 (DOT) phx.gbl
Subject: Re: DSO function failed
Date: Mon, 25 Apr 2005 09:14:50 -0400
Lines: 90
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Message-ID: <OqDe4gZSFHA.2964 (AT) TK2MSFTNGP15 (DOT) phx.gbl
Newsgroups: microsoft.public.sqlserver.olap
NNTP-Posting-Host: cpe-024-025-016-079.nc.res.rr.com 24.25.16.79
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP15.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.olap:11020
X-Tomcat-NG: microsoft.public.sqlserver.olap

Hi Peter,
Using regedit, I set the temp and root dir for the 64bit machine to the
UNC
path for the data drive. \\server\drive\folder (note this path is
resolvable
by the 32bit machine)

Then I register the 64bit machine in the 32bit analysis manager machine,
select the 64bit machine and restore the database. all seems to go fine
until the end.

DSO funcation failed the one message
the other is "An Invalid path has caused the Analysis Manager to stop
responding"

thanks, Troy

"Peter Yang [MSFT]" <petery (AT) online (DOT) microsoft.com> wrote in message
news:Myu8pHWSFHA.4976 (AT) TK2MSFTNGXA01 (DOT) phx.gbl...
Hello Troy,

How do you restore the database. Did you try to restore it to a UNC path
on
64 bit machine? You may want to map the path to a unused drive on 32 bit
machine to avoid any conflicts. Also, what is the exact error message
you
encounter?

Best Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

================================================== ===




This posting is provided "AS IS" with no warranties, and confers no
rights.


--------------------
| From: "Troy Sherrill" <tsherrill (AT) nc (DOT) rr.com
| Subject: DSO function failed
| Date: Fri, 22 Apr 2005 16:21:02 -0400
| Lines: 22
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
| X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
| Message-ID: <uHIwCh3RFHA.2348 (AT) TK2MSFTNGP09 (DOT) phx.gbl
| Newsgroups: microsoft.public.sqlserver.olap
| NNTP-Posting-Host: cpe-024-025-016-079.nc.res.rr.com 24.25.16.79
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP09.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.olap:10991
| X-Tomcat-NG: microsoft.public.sqlserver.olap
|
| Hi,
| We have a 32bit development olap server and a 64bit Itanium server
that
we
| host production cubes on.
| We build the cube on the 32bit machine, then archive the db, then
restore
to
| the 64bit machine. Since there are not any tools to run on the 64bit
machine
| to manage cubes, we control everything from the 32bit machine.
|
| when we restore a cube archive, we specify the remote machine's
(64bit)
data
| directory and the local machine path to the cab file (32bit)
|
| At then end of the restore operation to the 64bit machine, we are
getting
| DSO function failed.
| I have found a few articles that say if the OLAP repository has been
| migrated to SQL server, it might be a permission issue, but i am an
admin
on
| all the machines.
|
| Does anyone have any ideas.
|
| thanks,
| Troy
|
|
|






Reply With Quote
  #5  
Old   
Troy Sherrill
 
Posts: n/a

Default Re: DSO function failed - 04-27-2005 , 02:34 PM



Hi, I fixed my problem.
Since I was having multiple servers and multiple cubes fail, I didn't think
it was a corruption problem.
On the 32bit machine, I found that I couldn't connect to the remote registry
on the 64bit machine, so I starting looking at the service pack and hot
fixes.

I removed service pack 1 for windows server 2003 and that did the trick. I
reapplied the security fixes.

Troy



"Peter Yang [MSFT]" <petery (AT) online (DOT) microsoft.com> wrote

Quote:
Hello Troy,

It seems to be data corruption in the cube restoration file (cab). Can you
browse cube data though the issue occurred? If so, a full process all
cubes and dimensions fixed similar problems.

Regards,

Peter Yang
MCSE2000/2003, MCSA, MCDBA
Microsoft Online Partner Support

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

================================================== ===

This posting is provided "AS IS" with no warranties, and confers no
rights.


--------------------
| From: "Troy Sherrill" <tsherrill (AT) nc (DOT) rr.com
| References: <uHIwCh3RFHA.2348 (AT) TK2MSFTNGP09 (DOT) phx.gbl
Myu8pHWSFHA.4976 (AT) TK2MSFTNGXA01 (DOT) phx.gbl
| Subject: Re: DSO function failed
| Date: Mon, 25 Apr 2005 09:14:50 -0400
| Lines: 90
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
| X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
| Message-ID: <OqDe4gZSFHA.2964 (AT) TK2MSFTNGP15 (DOT) phx.gbl
| Newsgroups: microsoft.public.sqlserver.olap
| NNTP-Posting-Host: cpe-024-025-016-079.nc.res.rr.com 24.25.16.79
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP15.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.olap:11020
| X-Tomcat-NG: microsoft.public.sqlserver.olap
|
| Hi Peter,
| Using regedit, I set the temp and root dir for the 64bit machine to the

UNC
| path for the data drive. \\server\drive\folder (note this path is
resolvable
| by the 32bit machine)
|
| Then I register the 64bit machine in the 32bit analysis manager
machine,
| select the 64bit machine and restore the database. all seems to go fine
| until the end.
|
| DSO funcation failed the one message
| the other is "An Invalid path has caused the Analysis Manager to stop
| responding"
|
| thanks, Troy
|
| "Peter Yang [MSFT]" <petery (AT) online (DOT) microsoft.com> wrote in message
| news:Myu8pHWSFHA.4976 (AT) TK2MSFTNGXA01 (DOT) phx.gbl...
| > Hello Troy,
|
| > How do you restore the database. Did you try to restore it to a UNC
path
| on
| > 64 bit machine? You may want to map the path to a unused drive on 32
bit
| > machine to avoid any conflicts. Also, what is the exact error message
you
| > encounter?
|
| > Best Regards,
|
| > Peter Yang
| > MCSE2000/2003, MCSA, MCDBA
| > Microsoft Online Partner Support
|
| > ================================================== ===
|
|
|
|
| > This posting is provided "AS IS" with no warranties, and confers no
| rights.
|
|
| > --------------------
| > | From: "Troy Sherrill" <tsherrill (AT) nc (DOT) rr.com
| > | Subject: DSO function failed
| > | Date: Fri, 22 Apr 2005 16:21:02 -0400
| > | Lines: 22
| > | X-Priority: 3
| > | X-MSMail-Priority: Normal
| > | X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
| > | X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
| > | Message-ID: <uHIwCh3RFHA.2348 (AT) TK2MSFTNGP09 (DOT) phx.gbl
| > | Newsgroups: microsoft.public.sqlserver.olap
| > | NNTP-Posting-Host: cpe-024-025-016-079.nc.res.rr.com 24.25.16.79
| > | Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP09.phx.gbl
| > | Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.sqlserver.olap:10991
| > | X-Tomcat-NG: microsoft.public.sqlserver.olap
| > |
| > | Hi,
| > | We have a 32bit development olap server and a 64bit Itanium server
that
| we
| > | host production cubes on.
| > | We build the cube on the 32bit machine, then archive the db, then
| restore
| > to
| > | the 64bit machine. Since there are not any tools to run on the 64bit
| > machine
| > | to manage cubes, we control everything from the 32bit machine.
| > |
| > | when we restore a cube archive, we specify the remote machine's
(64bit)
| > data
| > | directory and the local machine path to the cab file (32bit)
| > |
| > | At then end of the restore operation to the 64bit machine, we are
| getting
| > | DSO function failed.
| > | I have found a few articles that say if the OLAP repository has been
| > | migrated to SQL server, it might be a permission issue, but i am an
| admin
| > on
| > | all the machines.
| > |
| > | Does anyone have any ideas.
| > |
| > | thanks,
| > | Troy
| > |
| > |
| > |
|
|
|
|




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.