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 |
CROSS POSTED IN RALLY NOTES FILE ALL-IN-1 V2.4 RALLY version 2.3 I have a customer that is having problems running RALLY in the ALL-IN-1 sub-process. The user is invoking a command file that runs RALLY from a menu option that does a COMMAND SOME_RALLY.COM, the user is taken into RALLY and at some point does a GOLD $ , which SPAWNS a DCL subprocess and they show some logicals or whatever then $LOG 's out and they are returned to RALLY in the ALL-IN-1 subprocess and all is well and good. If, while in the DCL subprocess, the user runs a C program and then returns from C prog, then does the $LOG, they are NOT returned to RALLY but instead end up back in ALL-IN-1. If, instead of running this from an ALL-IN-1 subprocess they do the following, $ @SOME_RALLY, GOLD $, RUN CPROG, $log The user is returned to RALLY not the DCL process. Because the user is being returned to RALLY when running from DCL they are are looking to ALL-IN-1 for an answer as to why they aren't being returned to RALLY when running from the ALL-IN-1 subprocess. Any help is greatly appreciated, Angela
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
1045.1 | Have they tried using the standard procedure? | SHALOT::DUNCAN | Joe - CIS/EIC Doc. Mgmt. Solution Set Consultant | Tue Jul 14 1992 17:15 | 7 |
Have they tried using the command procedure RALLY$ALLIN!.COM (supplied with RALLY)? Also, what is the status returned by the C program? Make sure that ALL-IN-1, RALLY, and the C program are all running in separate processes, and when in the RALLY GOLD $ subprocess, do a $SHOW PROC/SUB to see the process hierarchy. Joe Duncan @ OPA | |||||
1045.2 | OASS::AMATO_A | Thu Jul 16 1992 18:45 | 24 | ||
>> Have they tried using the command procedure RALLY$ALLIN!.COM (supplied >> with RALLY)? Actually they are using a similar command procedure to RALLY$ALLIN1 however we can actually leave the command procedure out of the question because the same thing will happen even if the just $ down to the sub process and invoke RALLY. >> Also, what is the status returned by the C program? I'll try to find out the status >> Make sure that ALL-IN-1, RALLY, and the C program are all running in >> separate processes, and when in the RALLY GOLD $ subprocess, do a >> $SHOW PROC/SUB to see the process hierarchy. The trouble occurs when RALLY is running in the ALL-IN-1 subprocess and a SPAWN is effectively done from within RALLY. The C prog is being run from the SPAWNED subprocess. Thanks for your help, I'll check on the status. Angela |