Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
while trying to setup archive log backup of MaxDB database in SnapCreator 3.6 I can't pass through the following constraints:
- SC requires archive log files to have an filename extension (like eg. "log" in full filename "LOG001.log") to take them in consideration for processing
- MaxDB creates archive log files without any extension (like eg. "LOG001")
Leaving "ARCHIVE_LOG_EXT" parameter empty neither using "*" in place of extension doesn't help as SC seems to only accept dot+extension form of filename.
Is there any standard method how to make SC work with archive log files not having an filename extension? Maybe even experience forcing MaxDB to put extension in archive log names?
Greetings,
--
Kukacz
Solved! See The Solution
1 ACCEPTED SOLUTION
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Kukacz,
Just do this
ARCHIVE_LOG_EXT=*
A wild card should work and find all files, just make sure only archive logs are in the directory as SC wont distinguish between them or any other files.
Regards,
Keith
2 REPLIES 2
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Kukacz,
Just do this
ARCHIVE_LOG_EXT=*
A wild card should work and find all files, just make sure only archive logs are in the directory as SC wont distinguish between them or any other files.
Regards,
Keith
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I'd bet I had tried this already, apparently not hower. It works. Thanks, Keith ! 🙂
