OWC11 & W2k3 SP1

P

Pete Loveall

I just upgraded my Windows Server 2003 to SP1. I was using OWC11.ChartSpace
in an asp page Server.CreateObject("OWC11.ChartSpace"). Key word here is
"was". Apparently, OWC11.ChartSpace won't load after the upgrade to SP1
because the page just hangs (no event messages, nothing) on the
Server.CreateObject() statement. No changes other than the upgrading W2k3
to SP1.

Any ideas?

Pete Loveall
AME Corp.
 
P

Pete Loveall

I ran the script in KB article
http://support.microsoft.com/default.aspx?scid=kb;en-us;218602 and got the
info below so OWC11 is still registered properly:

Line 250: Object: createobject("owc11.chartspace")
Class ID: {0002e55d-0000-0000-c000-000000000046}
Server: c:\progra~1\common~1\micros~1\webcom~1\11\owc11.dll
Threading: apartment

Possible security issue? If so, under Windows 2003, is there a way to to
set just the OWC11 security levels since it is not a DCOM or COM+ object?

Pete Loveall
AME Corp.
 
S

SJpiola

Hi,

I have similar problem. When I try connect to Olap from
IIS Server (vb script) I have the message:
The procedure entry point GetVersionExI could not be
located in the dynamic link library MSDART.DLL

This error occour after we install SP1 on the IIS Server.

Set cnCube = CreateObject ("ADODB.Connection")
Set CtCube = CreateObject ("ADOMD.Catalog")

cnCubo_Open "Provider=MSOLAP.2;Data
Source=Localhost;Initial Catalog=FoodMart2000;Client Cache
Size=25;Auto Synch Period=10000"
Set CtCube.ActiveConnection = CnCube

Any suggestions ?
 
P

Pete Loveall

I was running the web site in its own space. I changed it to run in the
shared pool and that corrected the problem. SP1 definitely does some
strange things.

Pete Loveall
 

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