Anonymous_User

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-04-02
05:24
1503 views
Mail user account created when hit Exchange error
Hi All,
Would like to seek your advice on an issue that I'm currently facing.
I've implemented an AD driver and utilizing the IDM PowerShell Service
to facilitate with the mailbox creation.
However, whenever the error below occurs, a mail user account will be
created instead.
Exchange 2010 Exception. code:0x000000a6 Error completing exchange 2010
command. ERROR: The database with ID
8e747512-954b-4826-a446-a02d8214e471 couldn't be found.
If check via Exchange, the below error will appear:
WARNING: The object abc.mat.com.my/Users/ABC/ANTHONY has been corrupted,
and it's in an inconsistent
state. The following validation errors happened:
WARNING: ExternalEmailAddress is mandatory on MailUser.
WARNING: The mail contact and mail user must have a valid external
e-mail address.
WARNING: The mail contact and mail user must have a valid external
e-mail address.
Will it be possible to stop the creation of the mail user account if the
error occurs?
Thanks.
--
ronaldteng
------------------------------------------------------------------------
ronaldteng's Profile: https://forums.netiq.com/member.php?userid=3908
View this thread: https://forums.netiq.com/showthread.php?t=53245
3 Replies
Anonymous_User

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-04-02
11:14
Hi,
i guess you are running an Exchange 2010 server then?
It would be nice if you could provide some more information.
What do your driver parameters look like?
Did you provision the mailboxes using the "homeMDB" attribute or a
custom PSExecute command?
Which Exchange Service did you start on your remote loader server?
Cheers
--
fwitt
------------------------------------------------------------------------
fwitt's Profile: https://forums.netiq.com/member.php?userid=8759
View this thread: https://forums.netiq.com/showthread.php?t=53245
ronaldteng

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-05-04
13:22
Hi fwitt,
Thanks for the reply.
i guess you are running an Exchange 2010 server then?
[ronaldteng] Yes, you're right. The Exchange version is 2010.
It would be nice if you could provide some more information.
What do your driver parameters look like?
[ronaldteng] Driver parameters as per images below.
282281
Did you provision the mailboxes using the "homeMDB" attribute or a
custom PSExecute command?
[ronaldteng] Mailboxes are provisioned using the homeMDB attribute
Which Exchange Service did you start on your remote loader server?
[ronaldteng] Service that was used on the remote loader server is
IDM_AD_Ex2010_Service.
Thanks.
+----------------------------------------------------------------------+
|Filename: MXS-IDV_TO_ISDDC Driver Config 1.PNG |
|Download: https://forums.netiq.com/attachment.php?attachmentid=282 |
+----------------------------------------------------------------------+
--
ronaldteng
------------------------------------------------------------------------
ronaldteng's Profile: https://forums.netiq.com/member.php?userid=3908
View this thread: https://forums.netiq.com/showthread.php?t=53245
joer999

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-06-02
11:04
ronaldteng;255965 Wrote:
> Hi All,
>
> Would like to seek your advice on an issue that I'm currently facing.
>
> I've implemented an AD driver and utilizing the IDM PowerShell Service
> to facilitate with the mailbox creation.
>
> However, whenever the error below occurs, a mail user account will be
> created instead.
>
> Exchange 2010 Exception. code:0x000000a6 Error completing exchange 2010
> command. ERROR: The database with ID
> 8e747512-954b-4826-a446-a02d8214e471 couldn't be found.
>
> If check via Exchange, the below error will appear:
>
> WARNING: The object abc.mat.com.my/Users/ABC/ANTHONY has been corrupted,
> and it's in an inconsistent
> state. The following validation errors happened:
> WARNING: ExternalEmailAddress is mandatory on MailUser.
> WARNING: The mail contact and mail user must have a valid external
> e-mail address.
> WARNING: The mail contact and mail user must have a valid external
> e-mail address.
>
> Will it be possible to stop the creation of the mail user account if the
> error occurs?
>
> Thanks.
Is setting the HomeMDB property not something from older Exchange
versions? I wouldn't know about your specific problem but I can give you
my solution for provisioning Exchange2010 mailboxes. I invoke a PS
script on the Add event through PSexecute in the MAD driver (subscriber)
so I can use enable-mailbox any which way I like.
--
joer999
------------------------------------------------------------------------
joer999's Profile: https://forums.netiq.com/member.php?userid=6162
View this thread: https://forums.netiq.com/showthread.php?t=53245