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

Uncategorized

Edgesight some devices not updating

  Errors: EventID: 1309 Event code: 3005 Event message: An unhandled exception has occurred. Event time: 21/11/2012 05:09:03 Event time (UTC): 21/11/2012 05:09:03 Event ID: 253f40dc21e443718a8b4ae7da0f3f58 Event sequence: 19 Event occurrence: 4 Event detail code: 0 Application information: Application domain: /LM/W3SVC/1/ROOT/edgesight-1-129979474088414087 Trust level: Full Application Virtual Path: /edgesight Application Path: C:Program Files (x86)CitrixSystem MonitoringServerEdgeSightPages   […]

Scripts, Commands, Registry

Batch File – Sound Alert on Folder Exist

:TestAgain CLS IF NOT EXIST c:FOLDERALERT_* GOTO NOALERT “C:windowssndrec32.exe” /play /Close  “C:WINDOWSMEDIAWindows Ringin.wav” REm Start /MIN “C:Program FilesWindows Media Playerwmplayer.exe”  “C:WINDOWSMEDIAWindows Ringin.wav” REM “%SystemRoot%system32SoundRecorder.exe” /CLOSE /PLAY “C:WINDOWSMEDIAWindows Ringin.wav” PING 127.0.0.1 -n 5 -w 2000 >NUL Rem Taskkill /IM “WMplayer.exe” /F PING 127.0.0.1 -n 5 -w 2000 >NUL GOTO TestAgain :NOALERT PING 127.0.0.1 -n 5 -w 4000 >NUL […]

KBArticles

Edgesight 5.4 report subscription error

Situation: When creating a new subscription report in edgesight you may get Error Message: An error occurred creating the   subscription: An attempt has been made to use a delivery extension that is   not registered for this report server. —> Microsoft.ReportingServices.Diagnostics.Utilities.DeliveryExtensionNotFoundException:   An attempt has been made to use a delivery extension that is […]

KBArticles Scripts, Commands, Registry

XenApp 6.5 PVS Generalise Script 2012

Copy of script used to further ‘generalize’ our XenApp servers before cloning via PVS __ BEGIN SCRIPT ___ REM clear event logs wevtutil cl System wevtutil cl Security wevtutil cl Application wevtutil cl Setup wevtutil cl “Forwarded Events”   REM Stop Edgesight and Delete database net stop RsCorSvc net stop FirebirdServerCSMInstance del “C:ProgramDataCitrixSystem MonitoringDataRSDATR.FDB” /q del […]

KBArticles

Default Users, Passwords and Addresses

Citrix App Controller (ovf) Virtual Appliance: User: administrator; Pass: password, Default IP: 10.20.30.40, Management: https://AppControllerIPaddress:4443/ControlPoint Netscaler VPX / Netscaler Insight: user: nsroot, pass: nsroot RESET OpenFiler: (Openfiler ESA 2.99.2) WEB Configuration;user: openfiler: password: password; User:root; set during install Netgear Router DG834G: user: admin, pass: password, Default IP: 192.168.0.1 Citrix Access Gateway Appliance 2000 / 2010: https://10.20.30.40:9001 […]

KBArticles REGISTRY Scripts, Commands, Registry

App-V Registry Keys to force offline operation

Setting the following keys will allow app-v packages to be installed from the packages MSI (if the option is ticked for said package when sequencing) this should then allow for the packages to be run in offline / disconnect mode indefinitely. MSI Install Example: msiexec.exe /i “app-v msi package” sftpath=”path to matching package sft file” Registry […]

KBArticles

Xen Desktop 5.6 Join to VMWARE fails

Problem: When pointing Xen Desktop 5.6 to a VMWARE management center you may receive the following error. Error Message: Unable to contact the hypervisor. Check that the address, user name, and password are correct; the Controller and hypervisor are connected; and the SSL certificates have been set up correctly if you are using HTTPS. For more information see: CTX131512 […]