Tuesday, November 26, 2013

cannot connect to source filer (Error: 13102)

Main cause of this error is that the missing parameters in Filers Hosts files.

Add name and IP address to hosts files. \\filernameorip\etc\hosts

Example;

10.33.100.100 flmsan01 flmsan01-e0a
10.33.100.101 flmsan01 flmsan01-e0b





Read more...

Sunday, October 27, 2013

8007007B Windows 7 Update Problem

Check c:\windows\windowsupdate.log for detailed error information.

If there is proxy information in the logs, check the registry key indicated below by double clicking it.
If there is proxy address in it, rename the releated key.

HKEY_LOCAL_MACHINE\ SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Connections\WinHttpSettings


Read more...

Thursday, July 25, 2013

421 4.4.2 Connection Dropped due Socket Error Attempted to Failover Alternate...

Execute the command on Exchange Server EMS

Solution:
Set-SendConnector -Identity “YourSendConnectorName” -IgnoreSTARTTLS $true
Read more...

Friday, April 26, 2013

Configure Archive Mailbox Quotas for all archive enabled mailboxes by using EMS Exchange 2010

[PS] C:\Windows\system32>Get-Mailbox -resultsize unlimited | where {$_.ArchiveDatabase -ne $null} | set-mailboxQuota 18GB -ArchiveWarningQuota 17GB
Read more...

Thursday, February 28, 2013

Exchange 2010 Archive Retention Policy not getting applied for some users.

You can apply the policy manually by going into properties of Mailbox

Mailbox settings --> Messaging Records Management --> Check "Managed Folder Mailbox Policy" and Choose your archive policy by using Browse.


Read more...

Run retention policy manually in Exchange 2010

Run the command below on EMS;

For Single User:
Start-ManagedFolderAssistant -Identity “User1”

The entire mailboxes:
Start-ManagedFolderAssistant
Read more...

Wednesday, February 13, 2013

Convert Linked Mailbox to User Mailbox

  • Open Exhange Management Shell as Administrator
  • In order to see the LinkedMasterAccount run this command “Get-User -Identity ”user” | FL LinkedMasterAccount
  • Run the command below
  •  “Set-User -Identity ”username” -LinkedMasterAccount $null”

    Read more...

    Monday, February 4, 2013

    Connection contains real IP of NATed address

    Connection contains real IP of NATed address error.


    You are getting this error on Checkpoint because checkpoint does not know how to route back packets to the releated network.

    Solution: Add route to releated network from CP Web console.
    Read more...

    Thursday, January 31, 2013

    Installation failed; reason - load on module failed, failed to load security policy

    This error is valid for version R75.20, R75.30, R75.40

     Installation failed; reason - load on module failed, failed to load security policy

    You are getting this error , because of defining new URL site.

    To solve this issue;

    Open smartdashboard ;

    Application & URL Filtering --> Application / Sites --> Edit the custom application/site that you have created and Uncheck the URLs are defined as Regular expression.

    Try to install policy again.
    Read more...
     
    span.fullpost {display:none;}