Questions tagged [citrix]

Citrix is a company which develops applications for IT virtualization, targeting Microsoft products. An example is Citrix XenApp.

Citrix is a company selling solutions to virtualize application infrastructure and helping to coordinate central IT requirements. Main areas are application virtualization, software-as-a-service, cloud-computing and networking. There is a huge variety they offer, like well-known Citrix XenApp or Citrix CloudPlatform.

They have a longtime partnership with Microsoft and developed much software to make Microsoft's software available in scalable needs.

The name is often used as a synonym not only for products from this company but as well as for virtualization solutions itself.

725 questions
6
votes
1 answer

Firefox shows only blank pages - even about:config is just white

From one day to another Firefox shows only blank white pages: I'v tried starting Firefox in --safe-mode starting Firefox with --ProfileManager and creating a new profile opening Developer Tools - but they did not show up removing…
Charly
  • 1,270
  • 19
  • 42
6
votes
2 answers

%appData% and Citrix - Is roaming data persisted during logoff?

We have a program that need to be able to run on Local machines, Terminal Servers and Citrix. While the program is running it need to create some data that are user-specific (Logs), so for that reason I save this in AppData…
RWJ
  • 435
  • 5
  • 10
6
votes
2 answers

What causes VB6 "Run-Time Error '5': Invalid Procedure Call or Argument"

In VB6, users occasionally receive this error and I am unable to reproduce it. Run-Time Error '5': Invalid Procedure Call or Argument I am referencing the "MSWord 10 Object Library" and sometimes this error occurs at some point after the…
user52212
  • 603
  • 3
  • 8
  • 18
6
votes
8 answers

Can we automate Application available under Citrix Program Neighbourhood?

I tried to automate an application available under Citrixl Program Neightbourhood using QTP 9.5, but QTP does not identify the objects inside the application. Can we automate citrix application using QTP? What are different tools available to…
Anand
  • 11
  • 1
  • 2
  • 4
6
votes
2 answers

CertUtil silent mode. Unable to install Certificate silently

Does anyone know how could I installed the following silently ? C:\> certutil -importpfx -user -f -p [Password] "O:\Certificates\test2.pfx" I tried using the -silent option but it says it does not exist. Any other recommendations ? The…
RHQ
  • 123
  • 2
  • 6
5
votes
2 answers

Detecting a Citrix XenDesktop Session

I'm looking to determine if our application is running on a XenDesktop session rather than locally. Here is what I have found so far: We currently have code to detect a Citrix XenApp session similar to the solution mentioned by Helge Klein in "API…
WillEllis
  • 489
  • 4
  • 14
5
votes
1 answer

IOException insufficient disk space when accessing Citrix mounted drive

I'm having a really strange problem. I'm trying to download some file and store. My code is relatively simple and straight forward (see below) and works fine on my local machine. But it is intended to run on a Windows Terminal Server accessed…
Andreas Gohr
  • 4,617
  • 5
  • 28
  • 45
5
votes
5 answers

UI Automation in Citrix

I would like to be able to use a tool like WatiN to automate somethings that needs to interact with a Web App that is access by using an instance of IE running on Citrix. So far it seems impossible to interact with the window at even a rudimentary…
aceinthehole
  • 5,122
  • 11
  • 38
  • 54
5
votes
0 answers

create ActiveXComponent using JACOB is slow under citrix

I've created an application which uses JACOB to generate Word-Files. Which works perfect for me. But now we had to migrate the workstations to citrix. Now the application is very slow. I've found out that the most time is lost generating the Word…
griFlo
  • 2,084
  • 18
  • 28
5
votes
1 answer

Citrix: web fonts not loaded in Citrix browser

We are developing an intranet website and we use Google fonts and Font Awesome the following way:
curious1
  • 14,155
  • 37
  • 130
  • 231
5
votes
1 answer

Deploying Outlook addin to a Citrix XenApp installation

I created an Outlook addin. It does nothing special, just adds a menu with one menu item. I followed the installer creation tutorial from…
Altealice
  • 3,572
  • 3
  • 21
  • 41
4
votes
1 answer

How to correctly prepare Citrix ICA client object instance to make a successful connection to a farm with Citrix Access Gateway?

I am using Citrix ICA client object API to establish a connection to published applications programmatically. Typically, it is as simple as subscribing to a number of events, feeding the object with an ICA file (via LoadIcaFile method) and invoking…
Andrey
  • 4,216
  • 1
  • 23
  • 31
4
votes
0 answers

CSR Request with Subject Alternative Names via Nitro API (Citrix Netscaler)

Using Nitro API, I am trying to generate a CSR request with Subject Alternative Names (SAN). I have tried several things, but in the end, I am still getting a certificate with no SANs. Below is where I am currently…
jeremy b.
  • 57
  • 1
  • 9
4
votes
0 answers

Is there a way to use Python to access Citrix Receiver, containing SQL database?

How to query sql server database programatically, which is currently accessible using citrix receiver Similar to this question...but I'm trying to use Python to write SQL queries, but I'm having trouble because Citrix Receiver is in the way. Do I…
arthur6523
  • 115
  • 1
  • 3
  • 7
4
votes
1 answer

TAB key not working under citrix environment using PyAutoGUI

I am trying to fill a login form in Citrix environment using PyAutoGUI. But I am unable to press TAB key to switch form fields. Keys like Enter is working properly. Manually TAB is working on that form but it is not working using PyAutoGUI. Below is…
Arunesh Singh
  • 3,489
  • 18
  • 26
1
2
3
48 49