Seems I have a problem similar to yours but, if I understood correctly,
on
the server side only...
I have a Web application that displays pivot tables and charts linked
to
olap cubes.
I'm using javascript to detect if user have OWC and, if not, I
instantiate
the OWC on the server to render its HTML.
OWC10.PivotTable oPT = new OWC10.PivotTableClass();
oPT.XMLData = this.oCurrentXMLData.InnerText;
//Display the HTML table...
sInnerHTML += "<BR>" + oPT.HTMLData;
OWC10 is referenced to
{0002E550-0000-0000-C000-000000000046}\1.1\0\tlbimp
The first line of code gives me: "COM object with CLSID
{0002E542-0000-0000-C000-000000000046} is either not valid or not
registered."
This application is working on DEV (w2k) and TEST (w2k3 std) but not
in
PROD (w2k3 std).
On each server, I installed OWC10 from:
"
http://download.microsoft.com/download/OfficeXPStandard/owc10/1033/WIN98MeXP/EN-US/owc10.exe"
I can't see why the GUID wouldn't be good and how I could change it
from
the
server's code. If you could explain this ?
Also, I don't know a thing about this SP3... can you give me some
pointers
?
Thanks you very much,
Claude Vernier
ps: My english can seem a little bit rude,
I'm sorry, it is not my primary language.
:
Here's a matrix of the GUID and IE version and which GUID to use.
(latest OWC SP3) (old OWC pre-SP3)
(IE6x) use old/new GUID must use old GUID
(IE5x) use new GUID only must use old GUID
Old GUID for OWC10:
Spreadsheet 0002E551-0000-0000-C000-000000000046
PivotTable 0002E552-0000-0000-C000-000000000046
DataSourceControl 0002E553-0000-0000-C000-000000000046
Chart 0002E556-0000-0000-C000-000000000046
New GUID for OWC10
Spreadsheet 0002E541-0000-0000-C000-000000000046
Chart 0002E546-0000-0000-C000-000000000046
PivotTable 0002E542-0000-0000-C000-000000000046
DSC 0002E543-0000-0000-C000-000000000046
Chris, verify the other Win2k servers have the same config as you (ie
same
IE version and OWC10 version.) What latest OWC10 version do you have?
----------------------------------------------------------------------
Thao Moua
OWC Chartspace Support
This posting is provided "AS IS" with no warranties, and
confers no rights. Use of included script samples are
subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
----------------------------------------------------------------------
:
I have Win98 + IE5.5 + the latest OWC from Microsoft (build
10.0.6619.0),
and I can't create ChartSpace object with official GUID
{0002E556-0000-0000-C000-000000000046}. But I can create it using
{0002E546-0000-0000-C000-000000000046}. I have reproduced it on few
computers and with this OWC build only. It looks like a bug. Try to
install
not last version.
It's Win2K Server (5.00.2195), IE 5.00.2920, OWC 10 (latest one
from
MS).
The GUID's I'm using:
DataSource: 0002E553-0000-0000-C000-000000000046
ChartSpace: 0002E556-0000-0000-C000-000000000046
PivotTable: 0002E552-0000-0000-C000-000000000046
I have other boxes that are this exact same configuration that
work
fine....it's just this single box for some reason. I'm thinking
this
box
might just need a reinstall....