Backup Exec 15 ODBC access error. Possible lost connection to database or unsuccessful access to catalog index in the database.

If you have your Backup Exec in this situation, below you’ll find a procedure to fix the problem this is the error “ODBC access error. Possible lost connection to database or unsuccessful access to catalog index in the database.”       Close the backup exec cosole Extract 3859690.zip to C:\TEMP 3859690 Open a admin shell and …

Setting up VCSA 6.7

VCSA install

First, before strarting the install process, you have to create a record typa A under your internal DNS server. In our case, I’ve created  a record “A” VCSA.customer.local 192.9.215.x  (192.9. ????? why this wrong address in a LAN enveriement? I’m sorry, but at the beginning, this  customer was supported by someone that didn’t  understand the networking …

Users cannot connect to POP3 or IMAP4 on Exchange Server 2013 or Exchange Server 2016

A customer call me with a problem downloading emails with POP3s from his Exchange server 2013. This was the error from his application server: [04/09/2018][15:15][xxxxx](101764): CSvMailbox::ControllaCasella – Logon: fatture.xxxxxx@xxxxxxxx.it, Mailbox: fatture.xxxxxx@xxxxxxxx.it, [04/09/2018][15:15][xxxxx](101764): Operation: Logon – Error: 0x80004005– xxxxxxx.xxxxxxxSSLPopsException: Remote host disconnected during SSL negotiation. After a quick check  in  with the  eventviewer with no results, I switched to the Exchange’s …

How to migrate an old SBS 2011 with PST export to Office 365 ?

The first thing is validate  your public DNS on Microsoft’s tenant. Insert you DNS domain The tenant tells us which records we’ll need to add to our public DNS Do it .   When you have done these changes on your public DNS, We export the pst from the old system (See this guide: https://marcoschiavon.net/2018/06/07/how-to-export-a-pst-from-an-exchange-2010-with-powershell/ ) …

How to rebuild an Exchange server 2016 Search Index?

open cli and input this command: Get-MailboxDatabaseCopyStatus *|sortname|Selectname,status,contentindexstate stop these services: Stop-Service MSExchangeFastSearch Stop-Service HostControllerService locate the path of the db : Get-MailboxDatabase  Get-MailboxDatabaseDB01\SRVCOM |selectEdbFilePath  delete  the GUID folder : now restart the services start-Service MSExchangeFastSearch start-Service HostControllerService and issue this command Get-MailboxDatabaseCopyStatus * | sort name | Select name,status,contentindexstate As you see, the indexing process is …