[progress Communities] [progress Openedge Abl] Forum Post: Verify Success/failure Of Batch...

  • Thread starter Thread starter Paul Koufalis
  • Start date Start date
Status
Not open for further replies.
P

Paul Koufalis

Guest
Recent versions (10 and 11), all platforms. I am applying DF files in batch. How do I know that they were applied successfully? There are three schema fields that are good candidates: 1. _file._last-change (Ken McIntosh @ PTS pointed me to a Dimitri Levin post on Progresstalk) 2. _dbStatus._dbstatus-CacheStamp 3. _mstrblk._mstrBlk-TimeStamp Ken @ PTS said that option 2 does not provide this information. Options 1 and 3 are promising but do not take into account changes to sequences. Looking at the load_df.p source code, in version 10 the program relied on _msg, while in version 11 it relies on a try-catch. Since I need to support 10 and 11, I cannot use try-catch. My original solution relied on _msg, but it missed a couple of situations so was not 100% reliable. According to PTS, there is no solution to my question and I need to log an enhancement request. i would like to know what other people are doing. Paul

Continue reading...
 
Status
Not open for further replies.
Back
Top