citrix

Acquiring / accessing Citrix environment for QA purposes

We have a Windows Forms, .NET 2.0 application delivered via ClickOnce and driven by web services, that our customers occasionally wish to deploy into a Citrix environment. In some cases, the customer elects to allow our application to be deployed locally to user machines and bypass the Citrix server, in one case we've provided a static ...

is there online citrix testing available?

Is there any way to access CITRIX remotely for doing some simple QE testing, our customer has a compatibility issue with our product and we dont have CITRIX in house PS: Also VMWARE image would be an option ...

citrix and keybd_event problem

Is citrix supporting keybd_event, I have a problem that it ignores events ? ...

is there a method to trigger paste (ctrl+v) event to any application?

I have a code that triggers PASTING to any 3rd party application by sending ctrl+v (see below), but this does not seem to work with CITRIX. is there any other method to trigger ctrl+v than keyb simulation? keybd_event(VK_CONTROL, Lo(MapVirtualKey(VK_CONTROL,0)), 0,0); keybd_event(86, Lo(MapVirtualKey(86,0)), 0,0); keybd_event(86, Lo(...

Access 2003 via Citrix: 'Error Loading DLL' with CurrentProject.Connection

Set up an Access Project to be opened via Citrix. However, there is some VBA code that prevents it from working: Dim rs As ADODB.Recordset Set rs = CurrentProject.Connection.Execute("Query") The .Connection bit is highlighted. This works when it is not opened via Citrix though (i.e. just on users desktop). ...

System.Diagnostics.Process.Start Issue

Hi, I seem to have a weird issue with the System.Diagnostics.Process.Start method. I have a C# Desktop application using 3.5 SP1 .NET Framework. A user clicks on a label which passes a folder path stored in it's tag as a string to the function. Windows Explorer launches with the correct folder. When this tool is installed on Citrix a...

Does anyone know about issues between Citrix and Delphi 2007 applications? (And perhaps other development languages?)

The situation is simple. I've created a complex Delphi application which uses several different techniques. The main application is a WIN32 module but a few parts are developed as .NET assemblies. It also communicates with a web service or retrieves data from a specific website. It keeps most of it's user-data inside an MS Access databas...

WPF application on Citrix

I'm trying to use a WPF application on our Citrix server, and made a really simple window with a button and a textbox. When running the application, noting but the application name on top of the window is shown. Is it not possible to use WPF on Citrix, or is our Citrix server too old? ...

Problem with asp.net webforms ajax & citrix

We have developed a webapplication that uses asp.net webforms with ajax extenders/controllers. Everything works fine when users use it internal on the internal company net, but when users acces the webbaplication from outside the company net via a citrix weblogin/proxy the application crashes and alot of errors occurs. Seems likes the...

Printing on citrix server

We are using Delphi 7 to develop database apps with advantage as a backend. Our system is usually installed on the windows server with the pcs acting as terminals. All the settings and database are on the server. we are having problems running our software on Citrix servers. In particular printing seems to be an issue. Both in select...

detect Citrix ICA protocol

Hello, I want to detect weather Citrix ICA protocol is running on my network or not. I don't want to hit on port because it is not a good solution. What flags (bytes) to send to server and read its response, like detecting VNC i send some bytes to server and in response it returns me Protocol Version, so I know that VNC is running on th...

Does Citrix XenApp working on Windows 7 64 Bit?

I've been trying to get the Citrix XenApp client going - but as soon as it connects it crashes on Windows 7 64bit. Citrix support has 0 information on Windows 7, so I'm curious if others have gotten it to work, of it's just me. thx. CDViewer has stopped working Description: Stopped working Problem signature: Problem Event Name: C...

Is application virtualization only for standalone applications?

Does application virtualization mean virtualizing only stand-alone desktop applications and executables? Or does it also cover virtualizing webapps and web servers? Can Citrix's XenApp and VMware's ThinApp virtualize web applications and web servers? ...

Find user by PID in Citrix environment

We're running a Citrix farm and I'm trying to track heavy users of our DB, I can get the PID of the process from Sql Profiler but I then need to laboriously search for that PID in each server in the farm - anyone know a better way? ...

XenServer 5.5 local storage problem

Hi community, I have the following problem with a Citrix XenServer 5.5. I had to physically move the host, so I shut down all machines via console: xe vm-shutdown force=true vm=my-machine-uuis-s After that I shut down the machine itself by issuing: halt After the reboot today the local storage repository is unplugged. I was tryin...

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 perform automation testing on Citrix applications? ...

Is it possible to embed a Citrix XenApp in a webpage and pass it parameters dynamically?

So, I know nothing about the Citrix applications, so maybe I can be pointed in the right direction or even be given examples. I need to be able to run an desktop application (which is installed on servers), but have it embedded in a web application (ASP.NET). We need it to feel like it is pretty integrated, so We were going to pass a...

Ever do continuous integration on generated code on a Citrix server?

Due to red tape issues, my team has been trying to get continuous integration running on a Citrix server instead of our own box. The problem is that we use IBM's Rhapsody tool to generate our source code, which creates file permission issues. Given that our problem is a little specific, I'm looking for more general lessons learned. Has ...

How do I ensure my C# software can access the internet in a Citrix + ISA environment?

Hi everyone, A client recently informed us that deployment of our software in their environment has failed due to a proxy error when the software attempts to access the internet. The client has a combination of Citrix and Microsoft's ISA server. The software allows the use of a proxy and the ability to manually enter authentication in...

Technique to limit number of instances of our application under Terminal Server

I'm looking for simple ways to monitor and limit the number of instances of our application under Terminal Server (2003 and 2008). The purpose of this restriction is to make sure we don't overload our servers. This is an internal administrative requirement - I am not looking for a licensing solution. The application in question is writ...