Posted by Jason Mohan on Jul 15th, 2009 | 0 comments

We have many citrix servers, but whenever I need to run one simple command I hate to go to all my citrix servers to run on. I wish I could just connect to one server, and access the command line for all the other server. Well you can, as I soon learned with psexec. It’s a Microsoft tool (formerly sysinternals), and you can download it here. Below is how you use it.
psexec \\RemoteComputer...
Posted by Jason Mohan on Jul 15th, 2009 | 0 comments

Have two versions of the same software that open the same file extension? Having trouble getting windows to open the right one. We had this same problem with Crystal reports (.rpt extension), but setting it in the file types options in windows did not work. However the bottom command worked in our citrix farm. Don’t put this is a batch file because the %1 doesn’t flow...
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 Sep 30th, 2008 | 1 comment

Are you getting calls from users saying their printers are missing in citrix? It’s probably a problem with a or a few print drivers interacting with citrix. First off you can’t blame citrix as I was initially doing. It’s really not a citrix problem (I’ll prove that below showing that the print server has no citrix software on it), it’s more related to the print...