Dear Asim
This is only a quick fix - to avoid transaction log dumps getting overwritten on the source system .
by copying the unique dump file (conatining the timestamp) to the generic name 'transaction.dmp' , you don't have to change the load scripts
So this way ouy have a unique sequence of TX dump files on the source server and you can still load a sequence of log files to the destination (standby) ASE. The file name for loading is of course always 'transaction.dmp'.
You have to archive the sequence of dump files from source host to some save location(e.g. on tape) of course.
I am working on a more robust version of the scripts and will update the note once I have these ready.
Rgds
Tilman