Re: [PHP-WIN] COM objects win2000 PHP4.02

2001-09-01 Thread Mats Bjerin
ize wrote: > After changing the permissions using dcomcnfg.exe, it is working. I never > knew that existed.. Thanks Alan! Also thanks to everyone else who had > suggestions. > > rob. > > -Original Message- > From: Alan Brown [mailto:[EMAIL PROTECTED]] > Sent: Tuesd

RE: [PHP-WIN] COM objects win2000 PHP4.02

2001-08-28 Thread Mize, Robert
Subject: Re: [PHP-WIN] COM objects win2000 PHP4.02 Probably the user account that the web site is running under (looks like IIS, so IUSR_) does not have permission to instantaite the word component. What are the permissions on the directory containing winword.exe and on the exectuable itself? It could

Re: [PHP-WIN] COM objects win2000 PHP4.02

2001-08-28 Thread Alain Samoun
Did you check: http://www.php.net/manual/de/install.iis.php#install.iis.iis4 You seem to have a permission problem. Don't forget that PHP code works on the server side, so you need to have word enabled for your server. Also check the win2k process list because for every time the script crashes you

[PHP-WIN] COM objects win2000 PHP4.02

2001-08-28 Thread Mize, Robert
I am having issues instantiating word or excel using COM. I get the error: Warning: Unable to obtain IDispatch interface for CLSID {000209FF---C000-0046}: Access is denied. in C:\Inetpub\wwwroot\website\excel\word.php on line 3 Unable to instanciate Word Line 3 is: $word = new COM