citrix

Oracle ODBC : Driver's SQLAllocHandle on SQL_HANDLE_ENV failed

南楼画角 提交于 2019-12-01 13:16:26
I have message Oracle ODBC : Driver's SQLAllocHandle on SQL_HANDLE_ENV failed when try to open oracle connection in excel. I'm working in virtual machine via citrix. Could you please give tips why it is appear and how avoid problem ? The problem appears to be a permission issue during the installation of both Oracle 9i and 10G. If you navigate Oracle home you will find that the directory has different permissions then the root of the tree. In the case of 10G the path is C:Oracleproduct10.1.0Client_1. Open the properties for the Client_X directory, and you will see that "Authenticated Users"

Detect termination of Citrix session launched by kiosk application

元气小坏坏 提交于 2019-12-01 12:20:36
I am working on a kiosk application which gives the user a selection of Citrix connections. The idea is that the user selects a connection presented by the kiosk application, and then the kiosk launcher initiates the selected connection by running a command similar to this: C:\Program Files\Citrix\ICA Client\wfica32.exe \\server\path\to\icaFile.ica I want the user to stay within the Citrix session - not for any security reason, just to make it a good user experience getting to the selected session and eventually logging off. So I launch a full-screen session and everything is fine until the

Can we automate Application available under Citrix Program Neighbourhood?

寵の児 提交于 2019-12-01 05:58:59
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? I have used Scapa Technologies for Citrix ICA or Terminal Services testing. Scapa provides an automation tool that is installed on the Citrix server. Then it has a controller that launches the citrix session, communicates with the server and starts the automation tool which calls your automation script.

Can we automate Application available under Citrix Program Neighbourhood?

喜你入骨 提交于 2019-12-01 03:15:48
问题 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? 回答1: I have used Scapa Technologies for Citrix ICA or Terminal Services testing. Scapa provides an automation tool that is installed on the Citrix server. Then it has a controller that launches the

How do I call CITRIX (LogMeIn) API via PHP to register new GotoWebinar attendee?

陌路散爱 提交于 2019-12-01 01:33:18
I am using the below code to register user to the webinar: $headers = array( 'HTTP/1.1', 'Accept: application/json', 'Accept: application/vnd.citrix.g2wapi-v1.1+json', 'Content-Type: application/json', 'Authorization: OAuth oauth_token='.$access_token, 'Name_First:test', 'Name_Last:ank', 'Email:ankinfo@yahoo.com', ); $gtw_url = "https://api.citrixonline.com/G2W/rest/organizers/{organizerkey}/webinars/{webinarkey}/registrants"; $curl = @curl_init(); @curl_setopt($curl, CURLOPT_HTTPHEADER, $headers); @curl_setopt($curl, CURLOPT_URL, $gtw_url); @curl_setopt($curl, CURLOPT_HTTP_VERSION, CURL_HTTP

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

蓝咒 提交于 2019-12-01 01:07:12
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 database with some additional settings inside the Registry. In-memory, all data is converted inside an XML document, which is occasionally saved to disk as backup in case the system crashes. (Thus allowing the user to recover his data.) There's also some data in XML

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

夙愿已清 提交于 2019-11-30 20:48:07
问题 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 database with some additional settings inside the Registry. In-memory, all data is converted inside an XML document, which is occasionally saved to disk as backup in

Run PSCmdLets in C# code (Citrix XenDesktop)

半城伤御伤魂 提交于 2019-11-29 16:17:38
I'm new to PowerShell and running PowerShell cmd-lets in C#. Specifically, I'm trying to use Citrix's XenDesktop SDK to write a web app to manage our XenDesktop environment. Just as a quick test, I made a reference to the Citrix BrokerSnapIn.dll, which looks like it gives me good C# classes. However, when I hit the .Invoke with this error message: "Cmdlets derived from PSCmdlet cannot be invoked directly." I've searched and tried a bunch of stuff, but don't know how to call PSCmdlets. I'm kinda left thinking that I have to use strings and a runspace/pipeline, etc, to do this. Thanks In

Citrix 1Y0-456 热门认证

大憨熊 提交于 2019-11-29 11:22:14
摘要:Citrix 1Y0-456 热门认证 1Y0-456 Exam Citrix Access Suite 4.0: Build/Test 科目编号:1Y0-456 科目名称:Citrix Access Suite 4.0: Build/Test 考题数目:105 Q&As 1Y0-456 考试是 Citrix 公司的 Citrix Access Suite 4.0: Build/Test 认证考试官方代号,Citrix Access Suite 4.0: Build/Test 认证作为全球IT领域专家 Citrix 1Y0-456 热门认证之一,是许多大中IT企业选择人才标准的必备条件。 CITRIX的认证考试主要分为CCA(Citrix Certified Administrator)、CCEA(Citrix Certified Enterprise Administrator)、CCIA(Citrix Certified Integration Architect)。 IT业真是风云变幻,IT认证考试也不例外。昔日权威的CNA(Novell认证管理员)/CNE(Novell认证工程师)早已风光不再,MSCE(微软认证系统工程师)拔得头筹。步入新的一年,又有哪颗新星在闪耀呢? 2001年12月5日,Becky Nagel在鼎鼎大名的认证评论网站certcities

Determine if a program is running on a Remote Desktop

泪湿孤枕 提交于 2019-11-28 22:58:46
Is there a way my program can determine when it's running on a Remote Desktop (Terminal Services)? I'd like to enable an "inactivity timeout" on the program when it's running on a Remote Desktop session. Since users are notorious for leaving Remote Desktop sessions open, I want my program to terminate after a specified period of inactivity. But, I don't want the inactivity timeout enabled for non-RD users. GetSystemMetrics(SM_REMOTESESSION) (as described in http://msdn.microsoft.com/en-us/library/aa380798.aspx ) Here's the C# managed code i use: /// <summary> /// Indicates if we're running in