How to create a user Mailbox with Exchange using Orchestration

yanick3
Giga Contributor

Hi Community,

I need to create an user mailbox with exchange using the Create Mailbox activity.

When I try to run the activity with test input, I have the error message below.

I chcked my Mid server configuration, it's ok.

Using the same Mid server i can create a user in a Active Directory without issues.

Could you help me to solve this issue? I don't now why I have these error message.

Regards

find_real_file.png

find_real_file.png

1 ACCEPTED SOLUTION

okay,


I have not used create mailbox activity before. I create AD account first and then using Enable mailbox I create the mailbox. Perhaps you should try with Enable mailbox activity after you create a mailbox.



Regards,


Vivek


View solution in original post

11 REPLIES 11

Hi Yanick,



Does the solution fix your issue?



Regards,


Vivek


Hi Vivek,



your previous was very helpful.



We add the host name in the DNS Name as below and i don't have the issue.



But when I run my workflow, to create the user mail box, the result is successfull , but the mail box is doesn't created and when I run the workflow again, I have a message which explain that the object with the "CN=test-titomsnowh,CN=Users,..." already exists.



So I don't know why the mail box doesn't created.


Could you help me to solve these issue?



Please find below my workflow too, it's very sample.


find_real_file.png


My workflow:


find_real_file.png




Regards


seems the mailbox already exists. Did you try with some different name?


Yes I try with diferent name.


when I start the workflow with a new name, success output =ok, and it's the same for different name.



But nothing in my mailbox server !


okay,


I have not used create mailbox activity before. I create AD account first and then using Enable mailbox I create the mailbox. Perhaps you should try with Enable mailbox activity after you create a mailbox.



Regards,


Vivek