You can manually modify this txt file to change "----------------" to "------------------------------------"
Then run sha1sum "txt filename" to get a new hash value.
Then update the "txt filename".inf file to update to the new hash value
file_hash = xxxyyyzzz.....
Once the *.txt file and *.txt.inf files are updated as above, you can immediately play them from the new version of PAM servers.
If your session recording is hosted on a linux machine, you can create a script as below to update all the files that do not have 36 hyphens and also update the hash value.
Note that "/opt/rpath" refers to your physical path on the session recording host machine.
If your physical path for session recording is "/apps/nfsshare" then it need to be changed accordingly.
Then you can run this script on the NFS share machine and it would:
1. List out the *.txt files that do not have 36 hyphens in the first line.
2. Replace the *.txt files to have 36 hyphens.
3. Generate a SHA1 hash of the updated *.txt file and update the *.txt.inf file accordingly.
!!! IMPORTANT !!!
Please backup your session recording files before performing this operation to ensure you can revert the changes if it does not fix the problem!
