Posted by Jason Mohan on Jun 4th, 2009 | 0 comments

Symantec Endpoint Protection doesn’t allow citrix sessions to close. I had this problem when we installed symantec corporate edition to our citrix servers. All the citrix applications were closed, but the session would stay open because symantec was running in the session. Below is the fix. The application name maybe different for you, so find the .exe that’s running the symantec icon...
Posted by Jason Mohan on Jun 3rd, 2009 | 0 comments

The Citrix IMA service doesn’t start, and you get 2147483649 in the error log. Try the following.
Run “dsmaint verifylhc” at the command line on the server having the problem. If it finds corruption it will ask to repair. Try starting the service after the...
Posted by Jason Mohan on Jun 2nd, 2009 | 0 comments

I had this weird problem on a machine, whenever I logged into my citrix web interface, and clicked on a application icon it won’t launch. It shows downloading the file, but it would not do anything with the file it would just sit there. I check the file assoication for .ica and it was set correctly, but won’t launch still. Then I found that you may need to re-register the wfica32.exe...
Posted by Jason Mohan on Mar 23rd, 2009 | 0 comments

What happens if your citrix license server is unstable, or you need to create a citrix farm for testing purposes, or your license server dies? I had a citrix license server crash on a consulting job, and I had to figure out how to bring their environment back up. Luckily I had the data files on the dead server. Below are the instructions on how to make another server a citrix licensing...
Posted by Jason Mohan on Mar 13th, 2009 | 0 comments

Ever have a html code, or something in a asp or php code that needed to be changed however the expression changes just enough that find and replace won’t work unless there is a wildcard feature? Well there is. I didn’t know what it was until recently when I had to change something on a project. Below is the example.
Find
jason.php?id=7
jason.php?id=9
jason.php?id=10
Replace...