Jump to content

error ...com exception.....


sharath

Recommended Posts

Hai,
I'm trying to add a new user. But i'm getting fatal error.
This is my program....

PHP Code:
<?php
Adduser() ;
function Adduser()
{
print("creating user \n");
$obj = new COM("WinNT://.");
try {
$user = $obj->create("user", "test");
$user->Description = "New User" ;
$user->setinfo();
} catch( exception $e ) {
print("error ........ \n");
$user = new COM ( "WinNT://./test");
}

Below are the error message that I got from this program .

error...
exception 'com_exception' with message 'Source: Unknown
Fatal error: Uncaught exception 'com_exception' with message 'Failed to create COM object `WinNT://./test': The group name could not be found.
Stack trace:
#0 C:\Program Files\php\adduser.php(14): com->com('WinNT://.
/test')
#1 C:\Program Files\php\adduser.php(2): Adduser()
#2 {main}
thrown in C:\Program Files\php\adduser.php on line 14

Can you solve my probelm........?
Thanks in advance..
Regards,
sharath.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.