With postgres/windows /CJK , the hot backup fails with the following messages : |
Legacy ID:KA327887 The problem is related to the following CAR: CAR00040795 CAR - Backup of PostGreSQL fails when using CJK on Windows Workaround:1. Make a backup of the file dbu_hot_backup.vbs which is located in "<EM_HOME>\Default\bin\DBUtils\DBUData\scripts" 2. Edit the file dbu_hot_backup.vbs 3. Search for "datevalue(date)" string and remove the "& timevalue(time)" so the line will look like the following: backup_label = datevalue(date) 4. Save and Exit the file. 5. Run the backup again. |