Have PHP 4.2.2 installed on WinNT with IIS. I can use COM and access Excel without any problems, but when I try to access Word, I get an error:
Warning: Unable to Obtain IDispatch interface for CLSID {000209FF.......}: Server execution failed in [script name]
We checked the class IDs and the class number is associated with 'word.application', so this isn't the problem. We also made sure all permissions were set so 'anonymous' could access files. I can run the script from the command line (i.e. c:\php\php.exe script.php) and it works fine, accesses Word2k.
Is there some setting in IIS that would keep me from accessing Word via HTTP calls to PHP?
Thanks