[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

4333.0. "Monthly Overview and NEWDIR ..." by TAV02::CHAIM (Semper ubi Sub ubi .....) Sun Jul 10 1994 14:30

Could someone tell me if the following behavior is a bug.

The MANAGER account uses NEWDIR to another user account. She then issues TM T
MO, and receives an error message that CALENDAR.TMP could NOT be found. 

What is happening is that the CALENDAR.TMP file is being created in the
MANAGER's directory, but the LIST function is looking for it in the user's
directory.

Thanks,

Cb. 
T.RTitleUserPersonal
Name
DateLines
4333.1IOSG::MAURICEEnd of the road for the Emerald CityMon Jul 11 1994 11:0517
    Yes - it's a bug - please IPMT it. For a quick workround you need
    to customise TMMONTH.SCP to remove the references to OAUSER:. On our
    V3.1 version I changed:
    
    	MERGE TMMONTH,OAUSER:CALENDAR.TMP
    	...
    	PURGE OAUSER:CALENDAR.TMP
    
    to:
    
    	MERGE TMMONTH,CALENDAR.TMP
    	...
    	PURGE CALENDAR.TMP
    
    Cheers
    
    Stuart