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
4
votes
3 answers

Weblogic 10.3.6 Domain Wizard Could not create the JVM

I try to run WLS Domain Wizard to create a new domain for WebLogic installed in virtual environment Citrix 12.3.400.3. It requires to run /Middleware/wlserver_10.3/common/bin/config.exe But as I do that the error arises immediately: Error: Could not…
srgg6701
  • 1,878
  • 6
  • 23
  • 37
4
votes
3 answers

Simple DOM Manipulation Without Console Window or Dependencies

I am writing a solution for users to open a file, and this file should navigate to a certain website and insert the user's username into the login form for them. This file needs to be accessed by users which are on a citrix session. This should be…
Bassie
  • 9,529
  • 8
  • 68
  • 159
4
votes
3 answers

The thread tried to read from or write to a virtual address for which it does not have the appropriate access

I have developed a .NET 2.0 extension that acts as a plug in to a 3rd party application. Everything runs fine when run on anything but Citrix. When run over Citrix as a published application the extension crashes randomly which also crashes the 3rd…
rob
  • 227
  • 1
  • 5
  • 11
4
votes
1 answer

Unable to Capture Output When Running as Other User

I am making an application which allows a client to list all their running processes in a dialog box. I currently have the below code, and I can't work out why it isn't working. I am not seeing any output whatsoever, be it sderr or stdout. Can…
Bassie
  • 9,529
  • 8
  • 68
  • 159
4
votes
1 answer

Libvirt on Xenserver 6.5

I am trying to install Libvirt with Xen driver on the Opensource Xenserver 6.5. I found that the XenAPI driver lacks some of the APIs like "virConnectNumOfStoragePools" which I need for my work. Hence, I will need to use the libxl or xenlight driver…
ZephyrPLUSPLUS
  • 2,550
  • 2
  • 18
  • 13
4
votes
3 answers

Detect citrix "application mode"?

Forgive me for probably using the wrong term for this "application mode". Our application has a problem during start in that it doesn't show a task bar icon until the main window is up, even though there are loading progress windows, logon-windows,…
Lasse V. Karlsen
  • 380,855
  • 102
  • 628
  • 825
4
votes
2 answers

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…
Phobis
  • 7,524
  • 10
  • 47
  • 76
4
votes
2 answers

Citrix - how to keep smartclient apps from re-downloading every time they are launched

Our company uses Citrix to remote into a terminal server for remote users to launch smart client apps within a virtual window on their machine. The problem is that smartclient apps are being downloaded each time the user launches them eventhough the…
ScottCher
  • 14,651
  • 6
  • 26
  • 25
4
votes
1 answer

LDAP Provider over OpenID (Google OAuth) backend

Does LDAP Provider exist over OpenID (OpenID authentification) as back-end ? Let me explain, I use Vdi-in-a-box from Citrix and the only authentification provider for my users is LDAP (the VDI-in-a-box default authentification system doesn't support…
Loïc B.
  • 93
  • 3
  • 11
4
votes
1 answer

Sorting PHP Array by ISO Date

I am trying to sort an array in PHP by date and time which is in ISO 8601 format. I am still trying to grasp PHP and have tried many of the solutions on stack overflow and I am just not able to nail down the right function. Hopefully this is an easy…
Steven Carlton
  • 422
  • 4
  • 23
3
votes
1 answer

C# used to determine the client ip adress, when running inside a citrix session?

Im currently using WFAPI to determine the client ip address of a citrix session from C# [StructLayout(LayoutKind.Sequential)] internal struct WF_CLIENT_ADDRESS { public int AddressFamily; [MarshalAs(UnmanagedType.ByValArray, SizeConst =…
3
votes
1 answer

Accessing Access Gateway programmatically

is there any way to connect to citrix access gateway using some api, so that credentials for authentication are sent through that program, the user is authenticated and then is able to access internal resources. I saw about NITRO Api, and Web…
Sonal Maheshwari
  • 217
  • 2
  • 3
  • 12
3
votes
1 answer

Windows Shell and Citrix

I have this line of code in my Delphi app: sh := CoShellWindows.Create; When run through a Citrix session, this raises an exception "Not enough storage is available to complete this operation." Can someone confirm my suspicion that I can't access…
Jason
  • 2,572
  • 3
  • 34
  • 41
3
votes
2 answers

dlsym() + RTLD_NEXT doesn't work as expected on Ubuntu 20.04

I'm faced a strange runtime behavior on Ubuntu 20.04 (gcc v 9.3.0) when using dlsym() call. Please, see below a simple example: file test.cpp: #include #include #include #include #include…
drus
  • 495
  • 2
  • 6
  • 13
3
votes
0 answers

Microsoft.Web.WebView2 / .NET Framework 4.8 WinForms application + Published application run-time error (REGDB_E_CLASSNOTREG)

We are using XenApp: 7.6. We have a .NET full framework 4.8 WinForms application as a published application within Citrix Receiver. This published application is hosted on a Windows Server 2008 R2 SP1 (64 bit) machine. Our application uses…
RyanH
  • 31
  • 3
1 2
3
48 49