AppSync: Automated AppSync Database backup through Windows scheduler, not creating AppSync Database copy

摘要: Automated AppSync Database backup through Windows scheduler, not creating AppSync Database copy

本文适用于 本文不适用于 本文并非针对某种特定的产品。 本文并非包含所有产品版本。

症状

Automated AppSync Database backup through windows scheduler, will run fine. but it will not create any AppSync Database copy.

原因

.

解决方案

Workaround:

The below changes should be made to the appsyncbackup.bat file:
 
1. Take backup of C:\EMC\AppSync\backup-assistant\appsync-backup.bat file. 
2. Open  appsync-backup.bat file in notepad or notepad++.
3.  Add below lines after line set params=%* 
 
set APPSYNC_CST_CONFIG_DIR=%APPSYNC_CST_CONFIG_DIR%
cd %APPSYNC_CST_CONFIG_DIR%
cd ..
cd ..
set APPSYNCHOME=%cd%
set BACKUPHOME=%APPSYNCHOME%\\backup-assistant

4. Remove below lines in the same file appsync-backup.bat.
 
set BACKUPHOME=%CD:\=\\% 
set APPSYNCHOME=%CD:\=\\%

5. Take manually backup by running in cmd as Administrator to verify the script works.

6. Now use Windows Task Scheduler to start the script and it should work.
 
Resolution:

This issue is resolved in versions following 4.3.0.0

产品

AppSync, AppSync
文章属性
文章编号: 000190603
文章类型: Solution
上次修改时间: 22 10月 2024
版本:  4
从其他戴尔用户那里查找问题的答案
支持服务
检查您的设备是否在支持服务涵盖的范围内。