Hi All,
Are there any other ways to retrieve for my database log for a certain date previously if the current .lg file have been overwritten?
Thank you.
The database log is the only thing that is default. If you have AppServer, there is a log for that. Anything else you either need to implement auditing or write your own. Which, of course, does you no good for the past.
If you have ABL clients and they are started with the -clientlog client startup parameter then you may have one or more client logs (on the client machines). They may prove helpful if your data loss was caused by application issues.
I think there is no programmatic way to do this. But, file recovery software(s) might help you
Such is the reason for backups. I.e., no.
Thanks guys for your response.
The issue is that my client database have weird cause of data lost, we are trying to look for any logs that might have capture relevant activities. Do OpenEdge have some sort of default activity logs?
Thank you.
The database log is the only thing that is default. If you have AppServer, there is a log for that. Anything else you either need to implement auditing or write your own. Which, of course, does you no good for the past.
If you have ABL clients and they are started with the -clientlog client startup parameter then you may have one or more client logs (on the client machines). They may prove helpful if your data loss was caused by application issues.
Thanks [mention:6911e6cc8725416dba58ae08a80faffd:e9ed411860ed4f2ba0265705b8793d05] and [mention:4b133177ec1e4b6f9a6a7832e6f29913:e9ed411860ed4f2ba0265705b8793d05] for the additional info.