Search This Blog
Wednesday, 1 August 2012
Xenapp - Server is too busy to accept connections gotcha!
I used the qfarm /load command and I could see a load of 20000, this will result in connections being refused. I spent a while Googling on this and couldn't get to the root of it until I found this Citrix KB Article and realised I had not enabled Remote Desktop Connections to the server. Doh!
Vmware Converter - Converting a Computer fails with the error "Unable to start the change tracking driver"
This issue is outlined in this Vmware KB article
Vmware Converter Error
When you try to convert the computer and you have selected to Synchronise Changes the error is displayed.
Disable UAC
The problem is caused because the converter tries to change the UAC policy.
Turn off UAC
By turning off the UAC you can convert the computer and then switch this back on. Once you have changed this you will need to reboot for this to take effect.
Restart Conversion
Now your conversion will run correctly and get past the 1% stage.
Sunday, 29 July 2012
Sharepoint 2010 - When working on a document credentials are requested constantly
When you are working on a Sharepoint Site you find that you are asked for your Domain credentials constantly, this is more apparent when working on a document.
Create a New Document
When you are in the Sharepoint Site you choose to create a New Document.
Credentials Window
You are now asked for credentials even though you have logged onto your computer with the right credentials. This is because you are using Windows Vista or Windows 7 and the Sharepoint site is a FDQN such as sharepoint.cscmhosting.co.uk rather than http://sharepoint. Windows thinks the site is on the Internet as as such wants you to authenticate.
Registry Edit
You can edit the registry to change the behaviour to allow your Sharepoint Site. Browse to the key
Compuer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servcies\WebClientaParameters
Create a new Multi String Key
Create a new Multi String Value
Key Name and Value
Create the Multi String Value
AuthForwardServerList
Then add the name of your Sharepoint Site FQDN
Restart the WebClient Service
Restart the WebClient Service to enable the change and now you will be able to create a New Document and not have the credentials dialog.
Friday, 27 July 2012
SysPrep and VmWare Virtual Machines
Exchange 2010 - Update Rollup 3 for SP2 fails to install with error 1603
When you try to install Rollup Update 3 for Exchange 2010 SP2 the update fails and the event log error 1024 is logged.
Update Error
When you try to install the Rollup Update that is found here the above message is displayed. This is because the MSP file was not installed as an Administrator.
Install from CMD
Run CMD as an Administrator and now run the installer. If you want a brew, then run it with /quiet and there will be no interaction.
Update Working
Now the installer will run correctly and install the Rollup Update.
Friday, 20 July 2012
Office 2010 System Requirements
Thursday, 19 July 2012
XenApp Server 6.5 - Failed Installation with error code 1603
When trying to install XenApp 6.5 you see an error that the installation cannot progress.
Error
The error that is displayed is generic error that refers you to the installation log file.
Error Log
When I opened the log file I could see that the error logged was with the XenAppMX.msi file and the error code was 1603
MSI File
I found the MSI file and then ran this manually so I could see the error
MSI Error
Now I can see that I need the .Net Framework 3.51 SP1 to be installed as a pre requisite.
Add .NET Framework 3.51 SP1
I added the Windows Feature for .NET Framework 3.51 SP1
Installation Successful
Now my installation is progressing as normal.