Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_cdo thread: i can only create the AD user


Message #1 by "Monster" <monster_rl@y...> on Tue, 12 Mar 2002 13:01:33
Dear all,



I got a problem on using the code which was downloaded from the CDOLive 

site.



The code is used to create mailbox in exchange 2000 server by WSF.

However, after i run the code, it can only create the ad user but not the 

mailbox in exchange 2000 server.



Is there any problems on the setting or configuration of my Exchange 2000 

server ?



Best regards



monster
Message #2 by "Siegfried Weber" <sweber@c...> on Tue, 12 Mar 2002 14:15:24 +0100
Can you please describe which particular code sample? Did you run this

code locally on the Exchange 2000 Server? Did you set the required

variables to point to the correct Exchange 2000 Administrative Group,

Storage Group and mailbox store?



<Siegfried />



> -----Original Message-----

> From: Monster [mailto:monster_rl@y...]

> Sent: Tuesday, March 12, 2002 2:02 PM

> To: ASP CDO

> Subject: [asp_cdo] i can only create the AD user

>

> Dear all,

>

> I got a problem on using the code which was downloaded from the

CDOLive

> site.

>

> The code is used to create mailbox in exchange 2000 server by WSF.

> However, after i run the code, it can only create the ad user but not

the

> mailbox in exchange 2000 server.

>

> Is there any problems on the setting or configuration of my Exchange

2000

> server ?

>

> Best regards

>

> monster




$subst('Email.Unsub').

Message #3 by "Monster" <monster_rl@y...> on Wed, 13 Mar 2002 06:10:00
Dear all,



my code has following header :



'

' NAME: CreateMailboxEnabledUserWithCDOEXM.wsf

'

' FILE DESCRIPTION: This Windows Script File creates a new user object in

'                   Active Directory and mailbox enable it using CDO for

'                   Exchange 2000 Management (aka CDOEXM)

'

' Copyright (c) CDOLive 2000-2001, Siegfried Weber. All rights reserved.

'               http://www.cdolive.net/samples/adusermanagement.eml

'               mailto:samples@c...?subject=ADUserManagement



Yes, i ran this code locally on the Exchange 2000 server.



When i ran this code, i got the following errors for the creation of the 

Mailbox (it can create the active user smoothly but not the mailbox v.V")



---------------------------------------------------



Error Saving user : -2147016656

There is no such object on the server

Facility LDAP Provider

ID no 80072030

Microsoft CDO for Exchange Management



---------------------------------------------------



I have checked that the CDO objects are included in the scripts since the 

active user can be successfully created. The attributes are also added in 

the user such as the address, telephone number..etc. 



Hope you can help help to solve the problem.



Thanx A LOT ^.^



Best Regards,



Monster





> Can you please describe which particular code sample? Did you run this

> code locally on the Exchange 2000 Server? Did you set the required

> variables to point to the correct Exchange 2000 Administrative Group,

> Storage Group and mailbox store?

> 

> <Siegfried />



Message #4 by "Monster" <monster_rl@y...> on Wed, 13 Mar 2002 07:03:14
Problem solved.

Thanx

  Return to Index