Aussie owned and operated, with 23+ years of industry experience, Gold Coast InfoTech is delighted to support all of your business technology requirements.

Gallery

Contacts

success@goldcoastinfotech.com.au

1800 291 071

KBArticles

XenServer Unable to Start VM

Problem: VM Was suspended and the ISO was still mounted. The server wasnot used for quite some time. Xenserver was rebooted 3-4 times since power off. WHen trying to resume the Suspended VM the error mesage was “There were not servers available to start VM ‘X’” “This VM needs storage that cannot be seen from that server.” Citrix […]

Scripts, Commands, Registry

Excel Auto sorting Macro

Copy of the macro I used in my autosort Spreadsheet Private Sub Worksheet_Change(ByVal Target As Range) If Not (Application.Intersect(Worksheets(1).Range(“A150:H180”), Target) Is Nothing) Then DoSort End If End Sub Private Sub DoSort() Sheet1.Range(“A150:H180”).Sort Key1:=Sheet1.Range(“A1”), Order1:=xlAscending, _ Key2:=Sheet1.Range(“D1”), Order2:=xlDescending End Sub

KBArticles

Citrix ICA SSL Error on MAC OSX

Author: James Scanlon Updated: 07/02/2012  CITRIX SSL Error On Mac OSX When logging into Citrix on MAC OSX using Firefox, some users may get the following error’You have not chosen to trust “Verisign Class 3 Extended Validation SSL SGC CA”, the issuer of the server’s security certificate (SSL error 183)’ Open Firefox preferences + Advanced Tab View Certificates […]

KBArticles

Windows 2003 MSMQ Access is Denied

Problem: When setting permissions on a private MSMQueue we were getting an “Error: Access is denied.” when applying as the local administrator. The security descriptor cannot be set. Error. Access is denied. Unable to save permission changes on Xprivate$queue_name (null) Solution: Taking ownership of the queues and adding the permissions manually did not work. Create a […]

KBArticles

XenServer Mount USB from HOST

Situation: USB Drive attached to the XenServer host, need to mount directly into a VM for removable usb drive access. Solution: Download the usbmount.bat from http://support.citrix.com/article/CTX118198 Edit the file with your xenserver details  and your vm and usb uuid’s. HOW DO I FIND MY XENSERVER VM UUID? bring up a console session on the XenServer […]

KBArticles

XenServer Tools not registering with XenCenter Host

Problem: Windows 7 Installed XENTools – but after multiple attempts and installations its still not registered in XenCenter 6.0 Also ensure the RPC Service are running. Solution: Install .net Framework 4.0 FULL (including extended features) – http://www.microsoft.com/download/en/details.aspx?id=17851 MSCONFIG can play a part in this also – in my instance i had to restart all services […]

REGISTRY

XenApp Log Disconnected session

Problem: The XENAPP servers are not recording the session disconnects Solution: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlCitrix] “LogBrokenConnections”=dword:00000001 Event Log: System Event Type: Warning Event Log ID: 9032 Tested on: XenApp 5.0 FP3w R01, Windows Server 2008 SP2 x64 Standard & Enterprise