Sponsored Content
Full Discussion: Problem with using Exceed
Top Forums UNIX for Advanced & Expert Users Problem with using Exceed Post 302151918 by Amardeep on Tuesday 18th of December 2007 12:05:49 AM
Old 12-18-2007
Problem with using Exceed

Hi Gurus

I am facing problem in using Exceed to connect to one HP Ux server. I used Exceed (XDMCP-Broadcast) but can't see the IP address of the server I want to connect to. What could be the reason for this ? (Network Connectivity is fine as I can connect using telnet)

Then I used Client Wizard (as given in this link also)
in the final step when I click Run with Display Host Replies checked, in the end, it gives:

Xlib: connection to "172.21.67.210:0.0" refused by server
Xlib: Client is not authorized to connect to Server
/usr/bin/X11/xterm Xt error: Can't open display: %s


Any ideas, where could be the problem ? Is something not running on the Server or there is a problem in a way I have configured Exceed ?

Thanks
Sidhu
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Exceed subsitutions?

Does anyone know if there any application perform better than Exceed? It seems some video card doesn't support Exceed. thx (1 Reply)
Discussion started by: E-Quality
1 Replies

2. UNIX for Advanced & Expert Users

Exceed

Does anyone know how to get exceed to bring up the CDE in Windows. I have been trying and only get the telnet to come up. (2 Replies)
Discussion started by: aojmoj
2 Replies

3. UNIX for Dummies Questions & Answers

Telnet/Exceed

I wanted to know difference between Telnet/Hummingbird- Exceed/FTP. THe reason why i asked the question b'coz i have three cad systems & two are in windows environment & one in unix I wanted to put all three into network & share the data. Which software you wanted to purchase & how could i... (1 Reply)
Discussion started by: kar1
1 Replies

4. HP-UX

Exceed Login

I have a number of systems running 11i and 10.2. I need to log in using Exceed V8.0. On all systems, except one, I get the HP CDE screen asking for USER name and password. Upon entering the information, the screen goes away and comes back with the same HP CDE screen, asking again. I have one... (0 Replies)
Discussion started by: old_tex
0 Replies

5. HP-UX

Unable to connect to HP-UX 11.11 via eXceed 7.1

Hello HP-UX Gurus, I am having issues trying to start an x-session via eXceed 7.1. When I bring up eXceed via XDMCP Braodcast I see the host name and IP Address but when I try to connect the X window does not come up. I made the modification to the following file “/etc/dt/config/Xaccess”... (2 Replies)
Discussion started by: smokie
2 Replies

6. AIX

Link download Exceed 8.0

Please send link download Exceed 8.0 to me,thanks!!! (1 Reply)
Discussion started by: vietrung
1 Replies

7. Solaris

Exceed on Vista ?

Hi there, I have a copy of Exceed 7.0, which I use on my Win XP pro machine to get access to the Solaris CDE, but this version will not run on my Vista laptop. Do I need to get the very latest version of Exceed to run on Vista ? or is there an interim version which I might find on Ebay ? ... (2 Replies)
Discussion started by: Freddo_21
2 Replies

8. Solaris

exceed display

PC: WinXP professional 2002, sp2 when i tried to use XDMCP Brodcast, it's not displaying any ip's and when i used XDMCP Query by giving the ip address, i couldn't see any display. In the task manager it's showing the exe as running. what could be the problem? (3 Replies)
Discussion started by: satish@123
3 Replies

9. UNIX for Dummies Questions & Answers

Exceed Display Problem

Hi, i am running an application on our hp_ux server from my laptop(windows xp) which need an xwindow system for graphical display. I have exceed installed on my laptop to use as x window terminal. when i am in My office,i am able to export that application using below commands. DISPLAY=<my... (4 Replies)
Discussion started by: jagan_kalluri
4 Replies

10. Solaris

Help with Exceed

Hi, I need help with operating exceed from a local computer to a solaris machine using putty. putty - version 60 Hummingbird Xserver for win 32 version 7.1.0.0 Communication mode is set to 'passive' in exceed Following are the steps that I followed Start 'Exceed' Opened putty... (7 Replies)
Discussion started by: Jaguar_eyes
7 Replies
Net.connect(3kaya)					       Kaya module reference						Net.connect(3kaya)

NAME
Net::connect - Connect to a server SYNOPSIS
NetHandle connect( Protocol proto, String server, Int port, Bool usetls=false, [String] certfiles=[] ) ARGUMENTS
proto The network protocol to use server The hostname or IP address of the server to connect to (e.g. service.example.com , localhost or 192.168.20.25 ) port The network port to connect to usetls If this is true, and the TLS library is available, then the connection will be encrypted. This parameter may be omitted and defaults to false. certs An optional list of certificate files for TLS encrypted connections. Each file should contain one or more PEM-encoded certificates for a trusted certification authority. If this list is empty (the default), no certificate verification will be performed on encrypted con- nections, which is insecure. DESCRIPTION
Connect to a server (optionally using TLS). Returns a connection handle. AUTHORS
Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/ LICENSE
The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation. RELATED
Net.NetHandle(3kaya) Net.Protocol(3kaya) Net.closeConnection(3kaya) Net.recv(3kaya) Net.shutdown(3kaya) Net.send(3kaya) Kaya October 2012 Net.connect(3kaya)
All times are GMT -4. The time now is 11:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy