Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Citrix connection problem

Status
Not open for further replies.

yaya99

Programmer
Dec 30, 2003
4
IL
Hi,
I'm very new to citrix and need to connect it by a wrapper class which I had been developed.
I set all neccesary fields, and call connect method........but nothing happened? :-(


Please Help
Thanks -Yaniv

 
Are you connecting internally or from the net? If from the net, can you connect just by using the citrix client? can you connect internally via the client?

what kind of wrapper class are you developing? Does it use a specific port? Do you have a firewall forwarding ports to your server?

~ K.I.S.S - Don't make it any more complex than it has to be ~
 
First off all thanks for your attention.

I develop a class in c# which wrap the ICO functionality.
That's mean that when I push a button for example I make an instance of this class (which is exist in the web serber) and call icaObject.Connect() which suppose to open a citrix session.

My ICO version is 2.3.
I don't want to connect citrix internally. Is it a problem?
I did not specified a TCP/IP port (it's 1494 by default I think)
I do not know if I have firewall forwarding ports to my server.

I can tell you that I developed an HTML page with an embedded ICO and it works pretty fine (seesion has been established)

but now when I do it actually from the web server nothing heppened.

Thanks in advance
 
Ok, when it comes to programming, i'm not the best one to talk to. But.

You may want to try connecting internally first of all... if you can get it working internally, then that's a good starting point.

If it works internally...

Then check to make sure that ports 1494/1604/3389 are forwarded to the server, otherwise you won't be able to connect from the outside at all.

~ K.I.S.S - Don't make it any more complex than it has to be ~
 
metaframe xp can't connect over web
Has anyone ever recieved this citrix error before. Cannot connect to citrix metaframe server there is no citrix metaframe server configured on the specified address. I'm running the latest version of nfuse on windows server 2003 enterprise edition. The metaframe xp feature release 3 is on a windows 2000 advanced server box. I've forwared port tcp port 1494 to the 2003 box thats running nfuse. I recieved this error when connecting from a laptop running windows me.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top