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

Conference iosg::all-in-1_v30

Title:*OLD* ALL-IN-1 (tm) Support Conference
Notice:Closed - See Note 4331.l to move to IOSG::ALL-IN-1
Moderator:IOSG::PYE
Created:Thu Jan 30 1992
Last Modified:Tue Jan 23 1996
Last Successful Update:Fri Jun 06 1997
Number of topics:4343
Total number of notes:18308

81.0. "APTuser from RALLY in subprocess will hang ..." by TAV02::CHAIM (Semper ubi Sub ubi .....) Mon Feb 24 1992 06:36

We have a customer who has described the following problem:

If they run RALLY in the A1 subprocess and from within RALLY they run APTuser,
then the process will hang. However, if from within RALLY (which is being run
in the A1 subprocess) they SPAWN a process and then run RALLY in this
subprocess and run APTuser from there, then it runs fine.

Thanks,

Cb.
T.RTitleUserPersonal
Name
DateLines
81.1It MIGHT be logical confusionBUFFER::VICKERSWinners take action not keep scoreMon Feb 24 1992 20:0714
    I know nothing about Rally or APTuser and suspect that you have already
    checked the logicals but it is often the case that images which operate
    in the subprocess do not appreciate the clever reassignment of the
    logicals.

    You might want to try assigning all of the logicals that might be
    causing the problem:

    $ ASSIGN/USER SYS$INPUT	SYS$OUTPUT:
    $ ASSIGN/USER SYS$COMMAND	SYS$OUTPUT:
    $ ASSIGN/USER TT		SYS$OUTPUT:

    I hope this helps,
    don