Error creating orga...
 
Notifications
Clear all

Error creating organizations

17 Posts
3 Users
0 Reactions
3,543 Views
Posts: 41
Topic starter
(@ignacio-pardofujitsu-es)
Eminent Member
Joined: 6 years ago

I found finally where was the problem

In the events the system told to me that it could't find the database

Today, I've remembered that I've excluded all exchange databases from provisioning with the next command

Get-MailboxDatabase | Set-MailboxDatabase -IsExcludedFromProvisioning:$true

After that, I included a database for proviosioning

Get-MailboxDatabase <database> | Set-MailboxDatabase -IsExcludedFromProvisioning:$false

The database I set up, was the database that is created when you install Exchange

I tried to change the exclusion to other database and now it's working fine

Reply
Posts: 1967
Admin
(@m-tiggelaar)
Noble Member
Joined: 9 years ago

Glad you figured it out.

This can indeed happen sometimes (normally if hdd was full or similar it tends to exclude db's for example)

Reply
Page 4 / 4
Share: