new1234.jpg

Archive

Posts Tagged ‘Microsoft’

Microsoft: Exchange 2007 cannot mount after install Rollup 9

August 14th, 2009 1 comment

Today I updated Exchange 2007 SP1 with rollup 6 to (Windows 2008 Standard SP1 64 Bit) rollup 7, 8 en 9. After each installation I rebooted the server en checked if de Database was mounted. After installation of Microsoft Exchange Rollup 9 and restart server I can’t connect my mail database. I receive this error:

Error:

Exchange is unable to mount the database that you specified. Specified database DOMAIN\First Storage Group\Public_Folders; Error code:MapiExceptionCallFailed: Unable to mount database. (hr=0×80004005,ec=-1023)

Read more…

McAfee: GroupShield 7.0 Patch 1 v.s. Performance issue’s Exchange 2003/2007 – Hotfix

August 9th, 2009 1 comment

Some customers had some problems with bad Exchange performance when McAfee GroupShield 7.0 Patch 1 is installed. McAfee released a new hotfix called: Hotfix 491164

Information about the hotfix:

 

Environment

McAfee GroupShield 7.0 + Patch 1 for Microsoft Exchange
Microsoft Windows 2003
Microsoft Windows 2008
Microsoft Exchange 2003
Microsoft Exchange 2007

Problem

After starting the McAfee GroupShield 7.0 service, delays may be experienced with email processing. If the GroupShield service is stopped, mail delivery and processing returns to normal levels.

Cause

One of the processes used by GroupShield, (the Postgres process), takes an extended time to complete its I/O (input/output) operations. As a result, the GroupShield reporting threads have an extended waiting time which increases the RPC Averaged latency and results in a delay while processing email messages.

Solution

This issue is resolved in Hotfix 491164 for McAfee GroupShield 7.0 + Patch 1.

 

Hotfix package name: GSE7HF491164.ZIP

For more information: https://kc.mcafee.com/corporate/index?page=content&id=KB66095

Little note: Hotfixes are created to address specific issues and are not posted publicly, but are available by contacting McAfee Technical Support. I installed the hotfix and it’s resolved my problem.

Exchange 2007: 530 5.7.1 Client was not authenticated

July 31st, 2009 No comments

When you install Exchange 2007 it’s standard configured that it doesn’t allow extern mail.

Mostly you get the error “530 5.7.1 Client was not authenticated”

You can resolve this by giving the AnonymousUsers group receive rights.

You can do this via the exchange 2007 shell.

First get the receive connector name:

Get-ReceiveConnector

 

Then use the following command:

Set-ReceiveConnector -Identity “MAILSERVER\Default mailserver” -PermissionGroups “AnonymousUsers”

Microsoft: Restore Windows System-Restore

July 26th, 2009 No comments

Via onderstaande methode kan Systeem Herstel opnieuw geïnstalleerd worden.

1.       Log in als Administrator

2.       Ga naar \Windows\Inf

VMpros.nl

3.       Zoek het bestand sr.inf

4.       Rechtermuis > Installeren

5.       Na installatie moet het werkstation opnieuw opgestart worden

Mocht het zijn dat Systeem Herstel een alleen een blanco scherm weergeeft
voer dan de volgende commando’s uit:

regsvr32 jscript.dll
regsvr32 vbscript.dll
regsvr32 /i mshtml.dll

Categories: Microsoft Tags:

VMware: Sysprep file locations and versions (1005593)

May 14th, 2009 3 comments
  • When attempting to customize the deployment of a virtual machine the radio buttons are disabled (greyed out).
  • When attempting to create a new virtual machine from a Template in ESX v3.5 you receive the following error message:
    Warning: Windows customization resources were not found on this server

The problem is seen when if Micosoft’s sysprep files are not found on the VirtualCenter host, or are not in the location they are expected.

This article guides you through the process of determining the correct version of sysprep to use and the correct locations for these files.

Microsoft has a different version of Sysprep for each release and service pack of Windows. According to Microsoft, "You need to use the version of Sysprep specific to the operating system you are deploying." For more information, see http://www.microsoft.com/technet/community/en-us/management/setupdeply_faq.mspx
Link valid as of May 27, 2008. If you find the link is broken, provide feedback and a VMware employee will update the article as necessary.

The differences are not immediately visible in the packaging and documentation of the service packs, so it is necessary to manually investigate.

Read more…

Citrix: Disable Macromedia Flash objects

May 8th, 2009 No comments

Performance technisch kan je er voor kiezen om Macromedia Flash te disablen op een Citrix omgeving. Dit kan op Farm niveau worden uitgeschakeld:

image

Daarnaast kan er worden gekozen om dit uit te schakelen in het register. Deze sleutel zorgt er ook voor dat er geen popups verschijnen indien er een Flash animatie gestart wilt worden of een Active X applicatie geinstalleerd moet worden.

Open binnen het register het volgende path:

HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\ActiveX Compatibility\{D27CDB6E-AE6D-11CF-96B8-444553540000}

Maak een DWORD aan genaamd “Compatibility Flags” met waarde: 0×00000400 (1024 in decimal)

Zie als voorbeeld:

image

Meer informatie: CTX110407

Categories: Citrix, Microsoft Tags: , ,

Software: Reset HP System Management Homepage Password

May 8th, 2009 No comments

Via onderstaande procedure kan er weer ingelogd worden op de HP System Management Homepage

mocht deze vanwege een vergeten / onbekend wachtwoord niet meer toegankelijk zijn.

1. Ga naar de volgende lokatie
c:\compaq\wbem\homepage

2.

[HMMDConfiguration]
AnonymousAccess=true
LocalSecurityAccess=true
SleepModeCheck=false

Open het volgende bestand: cpqhmmd.ini en wijzig deze zoals onderstaand

3.

[HMMDConfiguration]
LocalAccessEnabled=true
LocalAccessType=Administrator

Open het volgende bestand: cpqhmmdx.ini en wijzig deze zoals onderstaand

4. Herstart nu de HP Insight Foundation Agent Service

De management pagina zal nu openen zonder dat er om een wachtwoord wordt gevraagd, dit kan
via deze pagina weer ingesteld worden. Je hebt nu default Administrator access.

McAfee: Exchange Scan , Microsoft Outlook performance

April 8th, 2009 No comments

Microsoft Outlook performance kan aanzienlijk worden verbeterd indien de “Exchange Scan” wordt uigeschakeld. Vooral als er gebruik wordt gemaakt van een Terminal Server omgeving. Binnenkomd email verkeer wordt standaard gecontroleerd door bijv.: McAfee Groupshield en/of Websense.

Vervolgens is het werkstation waar de mail wordt geopend ook voorzien van een Anti-Virus.

 

Om de McAfee Exchange Scan uit te schakelen verwijder het volgende REG key:

HKLM\SOFTWARE\Microsoft\Exchange\Client\Extensions /v “Outlook Scan” /f

 

Of via Start > Run > CMD > REG DELETE HKLM\SOFTWARE\Microsoft\Exchange\Client\Extensions /v “Outlook Scan” /f

 

Of verwerk het volgende commando in het login script:

REG DELETE \\%COMPUTERNAME%\HKLM\SOFTWARE\Microsoft\Exchange\Client\Extensions /v “Outlook Scan” /f

Meer informatie: https://kc.mcafee.com/corporate/index?page=content&id=KB60689&actp=LIST_RECENT

Zie ook: http://blog.vmpros.nl/2009/01/15/sofwareinstallatie-mcafee-op-terminal-servers/

Categories: Microsoft, Software Tags: ,

Microsoft:Windows 2008 restore Systemstate on DC

April 2nd, 2009 No comments

- Restart server

- Druk op F8 om in het Advanced Boot Options menu te komen

- Start met: “Directory Services Restore Mode” (alleen voor Domain Controller)

 

image
Read more…