COM + Excel + Win2k3 Standard Version + IIS6  
Author Message
folderno32





PostPosted: Wed Jan 07 09:50:33 CST 2004 Top

Excel Programming >> COM + Excel + Win2k3 Standard Version + IIS6

On my workstation, when i attempt:

new COM("Excel.Application")... i have no problem.
(Workstation > Win2k Pro + IIS 5

on the production server though i attempt the same and i
get the error:

(unable to load MS excel)

Unable to obtain IDispatch interface for CLSID {00024500-
0000-0000-C000-000000000046}: Access is denied

Any ideas?
Thanks in advance.

Excel255  
 
 
Jake





PostPosted: Wed Jan 07 09:50:33 CST 2004 Top

Excel Programming >> COM + Excel + Win2k3 Standard Version + IIS6 Hi Randy,

It looks like you're using PHP to instantiate Excel? If so, does this
article help at all?

http://www.phpbuilder.com/columns/venkatesan20030501.php3

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com

[please keep replies in the newsgroup - email address unmonitored]



> On my workstation, when i attempt:
>
> new COM("Excel.Application")... i have no problem.
> (Workstation > Win2k Pro + IIS 5
>
> on the production server though i attempt the same and i
> get the error:
>
> (unable to load MS excel)
>
> Unable to obtain IDispatch interface for CLSID {00024500-
> 0000-0000-C000-000000000046}: Access is denied
>
> Any ideas?
> Thanks in advance.

 
 
anonymous





PostPosted: Wed Jan 07 12:41:21 CST 2004 Top

Excel Programming >> COM + Excel + Win2k3 Standard Version + IIS6 worked like a charm once again. Thanks so very much! I was 'afraid' :-) to post that i'm using PHP in a microsoft newsgroup and no one would pay it any attention.

Sincere thanks again.
-Randy
 
 
Jake





PostPosted: Wed Jan 07 12:54:11 CST 2004 Top

Excel Programming >> COM + Excel + Win2k3 Standard Version + IIS6 No problem - glad to help, Randy. This group is a pretty friendly (and
helpful) bunch, so no need to worry too much about posting something you're
stuck on. At least it involved Excel. <g>

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com

[please keep replies in the newsgroup - email address unmonitored]



> worked like a charm once again. Thanks so very much! I was 'afraid'
> :-) to post that i'm using PHP in a microsoft newsgroup and no one
> would pay it any attention.
>
> Sincere thanks again.
> -Randy