Showing posts with label message. Show all posts
Showing posts with label message. Show all posts

Thursday, August 25, 2016

Active Directory Replication is taking longer than expected message stops SBS installation

Active Directory Replication is taking longer than expected message stops SBS installation


SBS 2008 Event ID 13552 and 13555

Today Im working a migration from SBS 2008 to SBS 2011.  This error came up.  In order to apply a fix I had to do some digging to get rid of this error.  The new SBS 2011 VM could not become a domain controller until this was fixed so heres what I have done.

Once this process is done then click Yes on the prompt from the new SBS server.  Replication will successfully complete and the setup of SBS 2011 will continue.

- Performing an authoritative restore:

1) Click Start, click Run, type cmd, and then click OK.
2) At the command prompt, type the following command, and then press ENTER:
net stop ntfrs
3) Click Start -> Run, type regedit, and then click OK.
4) Locate and then click the following registry subkey:
HKEY_LOCAL_MACHINESystemCurrentControlSetServicesNtFrsParametersBackup/RestoreProcess at Startup
5) Right-click the BurFlags entry, and then click Modify.
6) In the Value data box, type D4 and then click OK, on the File menu, click Exit.
7) At the command prompt, type the following command, and then press ENTER:
 net start ntfrs


 

Get

Read more »

Tuesday, August 16, 2016

Adjust Exchange 2013 Send Receive Message Size Limits

Adjust Exchange 2013 Send Receive Message Size Limits


After setting up and Exchange 2013 SP1 server on Server 2012 R2 I ran into this small issue with a customer.  Even though I had all of the send/receive connectors in the ECP set at 100M, I was still hitting the default 10M attachment size limits.

Heres how to fix that by changing the Global Transport Settings: (short answer)


Check to see what the size limits currently are -

Get-TransportConfig | ft MaxSendSize, MaxReceiveSize

Once you know those sizes then heres the command to change them to what you need -

Set-TransportConfig –MaxSendSize 100MB –MaxReceiveSize 100MB

I know these sizes are a little large but just using them as an example.  Go ahead and bounce the Transport service just to be sure the settings take effect and youll be good to go.


All of the other size limits can be set using the ECP under Mailflow and then Send Connectors and Receive Connectors.


Update:  Ive just completed reading almost all of Mastering Microsoft Exchange Server 2013.  This is an excellent read that will give you tons of insight into installing, maintaining, and mastering all there is to Exchange 2013.  I highly recommend you give the book a read.

Get

Read more »

Tuesday, August 2, 2016

Arduino Day and Genuino Day 2016 Message from Arduino co founders

Arduino Day and Genuino Day 2016 Message from Arduino co founders


Massimo Banzi, Tom Igoe and David Mellis are in Berkeley to celebrate Arduino Day and Genuino Day. Heres their message to all the community of organizers, participants and all Arduino fans!
http://day.arduino.cc


Get

Read more »