We had a stupid applicaiton that published itself from a network share – including the help files. Windows introduced security for this from Internet explorer to block these from running etc to change the security for these help files to be displayed follow this http://support.microsoft.com/kb/896054 REGEDIT4 [HKEY_LOCAL_MACHINESOFTWAREMicrosoftHTMLHelp1.xItssRestrictions] “MaxAllowedZone”=dword:00000001
Situation: we had recently repackaged a new verson of an applicaiton and though the ucn path had changed, the APP-V name was identical. Error: The Application Virtualization Client cannot use the OSD file specified because the GUID attribute for the CODEBASE element changed (rc 0C403B04-00001004). Solution: under sftcmc.msc the properties of the app showed the OSD file pointing to the previous […]
Hardware I recently purchased the following gear to setup a home lab for ESXi 5 study and to of course get my VCP5. Its a Shuttle XPC with 32GB of DDR3 Ram, Intel i7 3.5ghz and a 3TB SATA3 HDD I already had a HP microserver N40L with 8GB ram – but with more […]
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 […]
Scenario: During the installation of Logic 9 (Logic Studio) and on Mac OS X 10.8, the installer can prompt for the next CD / DVD but not actually eject the current disc. A force eject doesnt work, and no amount of prodding, poking or ejecting or draging to the trash, or using disk util works… […]
: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 […]
Situation: when creating the new Edgesight SSRS solution the following changes had to be made to the SSRS server to allow the Edgesight to create folder, and upoad all its Reports etc Solution: Log into SSRS as Administrator Click on site settings choose security add the necessary user (edgesiht admin account) as a system administrator… Test link Got to […]
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 […]
Scenario: A password protected printer, where the password changes every month. We had to manually enter the new password when our PVS images were rebooted, as we didnt want to update the PVS image with just a password change (we hadnt introduced DFS-R for the PVS image management so it was manual and time consuming) Solution: EXPORT the settings to a […]
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 […]