Hi All, How does jBASE know that an entry in journal(jbase journalling) is part of TRANSACTION?? Say for example a transaction(FUNDS.TRANSFER) updates the below files... assuming that the FT id is FT09110001000009
1. FUNDS.TRANSFER LIVE FILE 2. STMT.ENTRY 3. ACCOUNT 4. ACCT.ACTIVITY 5. STMT.PRINTED 6. STMT.VAL.ENTRY For files from 2-6, we will have 2 entries in journal(1 for Debit a/c & other for the credit a/c) Now, say if I want to restore only the FT record from the journal using jlogdup, We will get an error(unless I say *"set notrans=true"* in my jlogdup statement) My question is 1. How does jbase know that the record am trying to restore is a part of transaction? 2. Is there any specific identifiers in jBASE Journalling where we can find out the list of all the files updated for 1 single transaction? I checked the TRANSID in jBASE journalling, but it has a value only for TRANSTART & TRANSEND. *Our jbase release is Major 4.1 , Minor 5.17 , Patch 5690 (Change 52756) & the unix release is AIX 5.3.0.0* Please advise asap.... Thanks & Regards, Narayan --~--~---------~--~----~------------~-------~--~----~ Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -~----------~----~----~----~------~----~------~--~---
