[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

1472.0. "File read errors with remote applications " by DIBDIB::DBATES () Thu Sep 21 1989 13:41

Hello,
I would be grateful for any help with the following DECwindows question.

I'm having a few problems with remote applications using DECwindows.
A number of the users on our machine start up remote applications which do
a "SET DISPLAY/CREATE" to their local work stations. They typically start up
such things as mail,calendar etc.
The processes start off ok but die after a period of time.
The exit status of the processes is %X0001C0F4 which equates to 

	"%RMS-F-RER, file read error"

At this point all the DECwindows processes on the server, initiated by the
client, die.
We have tried starting the applications off interactively and in batch, but the
problem still occurs. The processes normally die a few hours after they are
started. The server node is a Vax 6320 and the clients are VaxstationII/GPX.
The 6320 and the satellites are part of the same cluster running vms 5.1-1.

Thanks in advance for any suggestions/help.

David Bates

T.RTitleUserPersonal
Name
DateLines
1472.1DECWIN::FISHERBurns Fisher 381-1466, ZKO3-4/W23Thu Sep 21 1989 17:576
Have you tried checking the error log for disk failures at the same time
your clients die?  I am having that trouble right now, only it is page
disk and I get "page read error".

Burns

1472.2DIBDIB::DBATESFri Sep 22 1989 09:147
Yes I've looked in the log file, but no joy.

I'm beginning to think it may be a network problem but I'm not sure
exactly what.

David

1472.3TAV02::MELVYNWhy did I learn Computers ?Tue Oct 30 1990 11:3512
Tracy Hi,

To raise the dialog box, you might try using the XRaiseWindow function
which should do the trick.

	XRaiseWindow(XtDisplay(dial_box_widget_id),
			XtWindow(XtParent(dial_box_widget_id)));



Mel