Exceed Login


 
Thread Tools Search this Thread
Operating Systems HP-UX Exceed Login
# 1  
Old 05-31-2006
Question 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 system that I can successfully log into and contine with the normal screen where I can open a terminal. I have compared all the files I know of concerning log in and X11. I'm stumped. Any suggestions would be greatly appreciated. OT
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. UNIX for Advanced & Expert Users

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... (2 Replies)
Discussion started by: Amardeep
2 Replies

5. Windows & DOS: Issues & Discussions

Exceed On Demand Issue

I have Exceed on Demand V3.2 (I know it's older). I have multiple monitors at my desk and can move the x-windows across both monitors but can only type in monitor(A). I can resize windows in both monitors(A & B) and can clearly tell "window focus" is gained in the window for the monitor(B) for... (2 Replies)
Discussion started by: rcarnesiii
2 Replies

6. HP-UX

Exceed or X-Manager for login

Hi, I have a HP-UX 11.11 server right now we are using putty for login by SSH now we want to the upgrade the Oracle of this server for that we need the connectivity through (Exceed or X-Manager) for GUI. Somebody please help me how can we connect this server by Exceed or X-Manager Thanks... (0 Replies)
Discussion started by: bhupals
0 Replies

7. 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

8. 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

9. 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

10. 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
Login or Register to Ask a Question
DtWsmDeleteWorkspace(API)												 DtWsmDeleteWorkspace(API)

NAME
DtWsmDeleteWorkspace -- delete a specific workspace SYNOPSIS
#include <Dt/Wsm.h> int DtWsmDeleteWorkspace( Widget widget, Atom workspace); DESCRIPTION
The DtWsmDeleteWorkspace() function works with the CDE workspace manager, dtwm(1), and deletes a specific workspace. Applications can use this function to implement an interface to the workspace manager. If the DtWsmDeleteWorkspace() function is not successful, the most likely reason for failure is that the CDE workspace manager, dtwm(1), is not running. The DtWsmDeleteWorkspace() function requires a widget. A gadget (or unrealized widget) is not acceptable for the widget argu- ment. DtWsmDeleteWorkspace() sends a message to the CDE workspace manager, dtwm(1), to delete the workspace. If the workspace name is not valid, no action is taken and the workspace manager reports no error. ARGUMENTS
widget a realized widget workspace the name of the workspace (in X atom form) to delete RETURN VALUE
The function returns Success (0) when it succeeds, and non-zero when it fails. Note that these are not the same values _DtWsmDelete- Workspace returns. SEE ALSO
DtWsm(5) "Communicating with the Workspace Manager" section in the CDE Programmer's Guide "Workspace Manager" section in the CDE Programmer's Overview DtWsmDeleteWorkspace(API)