2012-07-23 01:17 PM - edited 2015-12-18 12:38 AM
Hi,
while trying to setup archive log backup of MaxDB database in SnapCreator 3.6 I can't pass through the following constraints:
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
2012-10-05 01:38 AM
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
2012-10-20 12:38 PM
I'd bet I had tried this already, apparently not hower. It works. Thanks, Keith ! :-)