[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

3233.0. "Corrupt TM database" by WPOPTH::BEESON (Down Under in the bottom left corner) Mon Sep 06 1993 09:40

    Hi,
    
    I have a customer with a corrupt time management database.  The
    CAL$MEETING data set has a record with a blank meeting pointer and the
    CAL$ATTENDEE data set has two equivalent records.
    
    How can I delete the above records?  Neither the calendar functions nor
    the WRITE command work.
    
    Regards,
    ajb
T.RTitleUserPersonal
Name
DateLines
3233.1AIMTEC::ZANIEWSKI_DWhy would CSC specialists need training?Tue Sep 07 1993 14:387
        $OPEN/READ/WRITE/SHARE XXX OA$DATA:MEETING.DAT
        $READ/DELETE XXX XYZ
        $CLOSE XXX
        
        Repeat for ATTENDEE.DAT.  Courtesy of STARS!
        
        Dave Zaniewski