From:             khoukaz at web dot de
Operating system: Windows 2003 Server
PHP version:      4.3.9
PHP Bug Type:     COM related
Bug description:  Cannot instantiate COM object under Windows 2003 Server

Description:
------------
I'm not able to instantiate an object of my COM interface under Windows
2003 Server. I'm using the following code:

$obj = new COM(" <ProgID> ");

Under all other windows oporationg system it works fine, but not with
Windows 2003 Server.

The error message is:

Warning: (null)(): Unable to obtain IDispatch interface for CLSID
{C9E9F131-B9B5-4779-8267-D67B50EEBC20}: The server process could not be
started because the configured identity is incorrect. Check the username
and password. in c:\program files\apache group\apache\htdocs\test.php on
line 7

Surprinsingly $shell= &new COM('WScript.Shell') for example makes no
problems. So what is wrong with my COM interface?

I'm using PHP with apache 1.3.26 as a module.

Thanks in advance
Chris




-- 
Edit bug report at http://bugs.php.net/?id=31520&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=31520&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=31520&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=31520&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=31520&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=31520&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=31520&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=31520&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=31520&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=31520&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=31520&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=31520&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=31520&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=31520&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=31520&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=31520&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=31520&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=31520&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=31520&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=31520&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=31520&r=mysqlcfg

Reply via email to