Forum
Merhaba kurulumu x bir userlemi yapıyorsunuz administrator kullanıcı ile mi? Ortamda domain kurulumu?
1984 doğumluyum. 4 yaşından bu yana İstanbul’da yaşıyorum. Sırası ile aşağıdaki okullarda eğitim gördüm. Paşaköy ilkokulu (1990-1995) Kartal Zekeriyya Güçer İlköğretim Okulu(1995-1998) Ümraniye Teknik ve Endüstri Meslek Lisesi Bilgisayar Bölümü(1998-2001) Kocaeli Üniversitesi Bilgisayar Programcılığı(2002-2004) Anadolu Ünv. İşletme Fakültesi(2006-2009) Lise yıllarından sonra bir bilgisayar firmasının teknik servisinde mesleğe merhaba dedim. Outsource olarak Citibank ytl ve bina taşınma projesinde yer alarak 8 ay görev yaptım. Bu görevden sonra şu an çalışmakta olduğum yerde bilgi işlem sorumlusu olarak göreve başladım ve 18 yıldır görevimin başındayım.
Kurulumu Administrator ile yapıyorum. Kurulumu domain controller üzerinde yapıyorum.
Arkadaşlar var mı bu sorunla karşılaşıp çözüm üretebilen?
Hocam tam hatırlayamıyorum ama kurulum sırasında Active Directory Split Permission Mode seçeneğini işaretleyerek mi kurulumu yapmaya çalışıyorsunuz. Eğer bu şekilde ise domain controller üzerinde ki Exchange 2010 kurulumunda bu seçenek ile kurulum desteklenmemektedir. Aldığınız hatanın sebebi de bu.
Kolay gelsin...
Arkadaşlar aşağıdaki hatanın çözümü ile ilgili fikri olan var mıdır?
Merhaba Rıza Hocam,
öncelikle ilginiz için tşk ederim.
Yalnız gönderdiğiniz linkteki konteynerler bulunmuyor. Çünkü Configuration-Services altında bulunan Microsoft Exchange ve Microsoft Exchange Autodiscover folderlarını manuel silmiştim.
Ben şimdi aşağıdaki hatayı alıyorum.
Welcome to Microsoft Exchange Server 2010 Unattended Setup
Setup will continue momentarily, unless you press any key and cancel the
installation. By continuing the installation process, you agree to the license
terms of Microsoft Exchange Server 2010.
If you don't accept these license terms, please cancel the installation. To
review the license terms, please go to
http://go.microsoft.com/fwlink/?LinkId=150127&clcid=0x409/Press any key to cancel setup................
No key presses were detected. Setup will continue.
Preparing Exchange SetupCopying Setup Files COMPLETED
No server roles will be installed
Performing Microsoft Exchange Server Prerequisite Check
Organization Checks COMPLETED
Setup is going to prepare the organization for Exchange 2010 by using 'Setup /P
repareAD'. No Exchange 2007 server roles have been detected in this topology. Af
ter this operation, you will not be able to install any Exchange 2003 or Exchang
e 2007 servers.Configuring Microsoft Exchange Server
Organization Preparation FAILED
The following error was generated when "$error.Clear();
$acceptedDomains = @{};
Get-AcceptedDomain | foreach {
$domainName = $_.DomainName.ToString();
if ($acceptedDomains.Contains($domainName)) {
Write-ExchangeSetupLog -Warning "Duplicate AcceptedDomain foun
d. '$($acceptedDomains[$domainName])' and '$($_.Name)' both reference domain '$
domainName'";
} else {
$acceptedDomains.Add($domainName, $_.Name);
};
};function getSmtpTemplates ([string]$property)
{
$input |
Select-Object -ExpandProperty $property |
Where-Object {$_.PrefixString -eq "SMTP"} |
Foreach-Object {$_.AddressTemplateString -replace ".*@", ""};
}function addDomains ([Microsoft.Exchange.Data.Directory.SystemConfigur
ation.AcceptedDomainType]$domainType)
{
$domain = $null;
$input |
Where-Object {-not $acceptedDomains.ContainsKey($_)} |
Where-Object {[Microsoft.Exchange.Data.SmtpDomainWithSubdomain
s]::TryParse($_, [ref] $domain)} |
Foreach-Object {
$name = $domain.ToString();
if ($name.Length -gt 64) { $name = $name.Substring(0, 64)
};
if ($acceptedDomains.ContainsValue($name) ) {$name = [Syst
em.Guid]::NewGuid().ToString()};new-AcceptedDomain -Name:$name -DomainName:$domain -Domain
Type:$domainType;
$acceptedDomains[$domain.ToString()] = $name;
};
}$emailAddressPolicies = Get-EmailAddressPolicy;
$emailAddressPolicies | getSmtpTemplates "NonAuthoritativeDomains" | a
ddDomains "InternalRelay";
$emailAddressPolicies | getSmtpTemplates "EnabledEmailAddressTemplates
" | addDomains "Authoritative";
" was run: "The accepted domain TEST.int already exists.".The Exchange Server setup operation didn't complete. More details can be found
in ExchangeSetup.log located in the <SystemDrive>:\ExchangeSetupLogs folder.Exchange Server setup encountered an error.
yaşadığınız bu sorunu çözmek için adsiedit->cn=Configuration->Services->Microsoft Exchange->OrgName->Recipient Policies->CN=defaultpolicy propertiese girelim oradan gatewayproxy özelliğini test.inttemp diye değiştirelim.
sonra kurulumu tekrar deneyin