Citrix Terminal Server Object Check-Out

BASSMTN1

Member
Hi JDE Gurus

Does anyone know of a way to check objects out directly on the citrix terminal server ?


Ron




B7332
SP 14.1
NT 4.0
Oracle 8.0.5

Citrix Term Server 1.8 metaframe
 
Breaking News Data Classification:
Confidential
------------------------------------------------------------------------

Title: Code Changes for WTS Developers

Abstract: This is the Code Changes to allow WTS Developers to have the data
source of LOCAL when submitting UBEs.

Product OneWorld
Suite Technical
Release All
Document ID OTM-01-0040
Date Created 06/26/2001
Date Reviewed 06/26/2001
Date Revised 06/26/2001
------------------------------------------------------------------------

Listing of ER for Application: Batch Versions (P98305)

=======================================================================

FORM: JDE Data Sources [FIND BROWSE] (W98305B)

=======================================================================

CONTROL: FORM

EVENT: Dialog is Initialized

-----------------------------------------------------------------------

0001 FC Sever Type = FI DataSourceType

0002 FC SelectPressed = "N"

0003 // Check the client is running on Windows Terminal Servers.

0004 Is Client Running On WTS

VA frm_ClientRunningOnWTS <> cClientIsWTS

0005 If VA frm_ClientRunningOnWTS is equal to "1"

0006 FC Data Source = "LOCAL"

0007 //

0008 // JDE Australia Mod 14/6/2001 WO# 5194481

0009 // Check if development allowed on WTS

0010 //

0011 Can Client Develop On WTS

VA frm_cClientUsingDev_EV01 <> cClientCanDevelop ADD

0012 If VA frm_cClientUsingDev_EV01 is equal to "1"

0013 FC Data Source = ""

0014 End If

0015 //

0016 // End JDE Australia Mod 14/6/2001 WO# 5194481

0017 //

0018 Else

0019 End If

-----------------------------------------------------------------------

EVENT: Variable

-----------------------------------------------------------------------

frm_ClientRunningOnWTS


frm_cClientUsingDev_EV01 ADD

Back to Top





------------------------------------------------------------------------

Was this document helpful?
Very Somewhat Not at all
Comments (500 chars or less)
 
Not sure why you would want to do this, but your terminal server is really
no more than a very high end fat client. You can go directly to the server
and log into JDE as a user that would have that right and check the object
out.

Just curious, why would you want to do this?

Joy
 
Re: RE: Citrix Terminal Server Object Check-Out

I'm also curious why you should want to do that.

I can only think of 1 reason and that has to do with data selections.

But even then you should want to get a grip on that and stay in control of what users can do. You don;t want them to mess around with that AND you want all your terminal server to have the SAME specs for versions.

So why should you want it?

Richard Stam
CNC/System Administration
OW XE SP16_19, CO on AS400 Enterprise Server on V4R5 Citrix XP and some NT/W2K Fat Clients
 
Back
Top