Can't export to Excel

J

Jonathan Smith

I am using OWC10 (XP) on an Windows 2003 server. I have two client
PCs one with Office XP and the other with Office 2000 (this has the
OWC10 component installed). Both work great looking at the data and
charts but with the Office 2000 PC I get the error 'An error 0x8007005
occurred. No further information was provided.'

I am also having the same problem on a client PC with Office 2003

I thought that you could use OWC with different versions of Excel.

Any help would be appreciated.

Jonathan
 
A

Alvin Bruney [MVP]

failure to export is typically a licensing issue, verify that you are within
licensing requirements first before continuing. Licensing requirements for
the OWC can be found on the microsoft office website
 
J

Jonathan Smith

Alvin

I followed the details and produced a .lpk file and placed it in the
same directory as my other .aspx files. Office XP is installed on the
server, can I selected the 3 office 10 components to add to the
licence file.

I still get the following error.
An error 0x80070005 occurred. No further information was provided.

Jonathan




Alvin Bruney said:
failure to export is typically a licensing issue, verify that you are within
licensing requirements first before continuing. Licensing requirements for
the OWC can be found on the microsoft office website

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
Jonathan Smith said:
I am using OWC10 (XP) on an Windows 2003 server. I have two client
PCs one with Office XP and the other with Office 2000 (this has the
OWC10 component installed). Both work great looking at the data and
charts but with the Office 2000 PC I get the error 'An error 0x8007005
occurred. No further information was provided.'

I am also having the same problem on a client PC with Office 2003

I thought that you could use OWC with different versions of Excel.

Any help would be appreciated.

Jonathan
 
A

Alvin Bruney [MVP]

this is a permissions error. have a look at this article for starters, about
midway down the page
http://support.microsoft.com/defaul...port/kb/articles/Q257/7/57.asp&NoWebContent=1

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
Jonathan Smith said:
Alvin

I followed the details and produced a .lpk file and placed it in the
same directory as my other .aspx files. Office XP is installed on the
server, can I selected the 3 office 10 components to add to the
licence file.

I still get the following error.
An error 0x80070005 occurred. No further information was provided.

Jonathan




Alvin Bruney said:
failure to export is typically a licensing issue, verify that you are
within
licensing requirements first before continuing. Licensing requirements
for
the OWC can be found on the microsoft office website

--
Regards,
Alvin Bruney
[ASP.NET MVP http://mvp.support.microsoft.com/default.aspx]
Got tidbits? Get it here... http://tinyurl.com/27cok
Jonathan Smith said:
I am using OWC10 (XP) on an Windows 2003 server. I have two client
PCs one with Office XP and the other with Office 2000 (this has the
OWC10 component installed). Both work great looking at the data and
charts but with the Office 2000 PC I get the error 'An error 0x8007005
occurred. No further information was provided.'

I am also having the same problem on a client PC with Office 2003

I thought that you could use OWC with different versions of Excel.

Any help would be appreciated.

Jonathan
 
J

Jonathan Smith

Alvin

I have tried logging on and trying the export to Excel with
Administrator rights on the PCs with Office 2000. This still seems to
have the same error messages. I don't really understand the
Permissions issue. Is it permissions on the client or server? If it
is on the client is it that the owc object (version 10 xp) is a
different version than office installed on the client. The problem
occurs with Office 2000 and 2003.

Any other assistance would be greatly appreciated.

Jonathan
 
A

Alvin Bruney [MVP]

It's permissions on the server. It doesn't matter what you login as. It only
matters what permissions the account running the webpage is operating under.
Let's start from the top with this one since this issues are typically nasty
to resolve. Find your owc*.dll and re-register using the regsvr32 utility at
a command prompt. If this goes smoothely, then make sure you have the right
dll installed for the particular office component you are using. See how far
you get with these two.
 
J

Jonathan Smith

Alvin

I have checked on the client and the version of owc10.dll is
10.0.5608.0 This is the xp web component, but I only have Excel 2000
on the client, should this make any difference?

Jonathan
 
A

Alvin Bruney [MVP]

Show me some code. I've re-read your thread from the start and I need to
look at the code causing the error.
 
J

Jonathan Smith

Alvin

I have not changed the export to Excel code - it is the one that comes with OWC.

Which part of code would you like to see?

Jonathan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top