cancel
Showing results for 
Search instead for 
Did you mean: 

Scripting via Citrix Client ?!

thomas_brutigam2
Active Participant
0 Kudos

Hi there-


next year we get SAP 7.3-and Windows 7 yehaw-

The only problem i have is that its running via a Citrix Server-so there is no direkt Connection possible-

neither a "Drag n Drop" is possible.


via Google i found an "older" thread in this Forum... but it didnt work for me-

I can "play" the Scripts if i start them via the "Script Tool" form the Citrix Frame.

but i have build me some Access / Excel Tools in which i have a lot of Functions and Sub's what make my life easier.

So if there is any way to get a Connection via VBA () i would apreciate any help or suggestions...

Accepted Solutions (0)

Answers (1)

Answers (1)

Sriram2009
Active Contributor
0 Kudos

Hi Thomas

You can use the VBS to open the Citrix server Url with auto user id & password. Kindly refer the VBscript

_______________

set a = createobject("wscript.shell")

a.run "Citrix server Url"

wscript.sleep(2000)

a.sendkeys("User@domain.com")

a.sendkeys chr(9)

wscript.sleep (2000)

a.sendkeys("Password")

a.sendkeys "{Enter}"

wscript.quit

_________________________

BR

SS

thomas_brutigam2
Active Participant
0 Kudos

Hi Sriram,

I dont need to logon to the Citrix Server -

I can Start the Logon via Doubleclick (like it is installed locally)

but then Citrix is starting and opening the Logon Window like it is Usually displayed -
with all Systems i can logon.

Its is like in http://scn.sap.com/message/14533466#14533466 this post ...

but it didn't give me any clues-