Sample Audit Mirror Configuration File

%----------------------------------------------------------------------- 
%                                                                        
% Copyright 2019 Micro Focus, or one of its affiliates.           
%                                                                        
% Module: DATA/AUDITMIRROR/SAMPLE/CONTROL                                
%                                                                        
% Project: Databridge                                                    
%                                                                        
% Description: Databridge Audit Mirror Sample Parameter File             
%                                                                       
% Copyright 2019 Micro Focus, or one of its affiliates.            
%                                                                       
%----------------------------------------------------------------------- 
                                                                        
                % How to locate the DBEnterprise SOURCE ...             
                                                                        
        SOURCE  <sourcename>  % SOURCE name in DBEnterprise             
            AT  "<host/ipaddress>" % DBEnterprise's host                
          PORT  <portnumber>  % DBEnterprise's port number, e.g. 11367  
                                                                        
                % example:                                              
       % source BANKDB at "WINSERVER" port 11367                        
                                                                        
                % Where to write the audit files ...                    
                                                                        
        AUDIT ["<prefix>"] ON "<mirroredauditfamily>"                   
                [ JOB "<finishedauditwfl>" ]                            
                                                                        
                % The default <prefix> is <dbname>/MIRRORED and the     
                % default <mirroredauditfamily> is DISK (subject to     
                % FAMILY substitution).                                 
                %                                                       
                % If you are running the DBAuditMirror program on the   
                % same system as the primary database be sure at least  
                % one of the following is true:                         
                %                                                       
                %       <prefix> is not <dbname>                        
                %                                                       
                %       <mirroredauditfamily> is not the original audit 
                %               family                                  
                %                                                       
                % otherwise you will overwrite the primary database's   
                % audit files.                                          
                %                                                       
                % DBAuditMirror will start the <finishedauditwfl> job   
                % after successfully mirroring an audit file.           
                % example:                                        
        % audit "BANKDB/MIRRORED" on "ALTPACK"                    
        %       job "WFL/DATABRIDGE/FINISHMIRRORED"               
                                                                  
                % When waiting for an audit file ...              
                                                                  
        RETRY <retrysecs> SECONDS % seconds delay between retries 
                                                                  
        % example: retry 10 seconds                               
                                                                  
        MAXWAIT  <waitsecs> SECONDS  % max total seconds to wait  
      % MAXWAIT  FOREVER        % keep retrying indefinitely      
      % MAXWAIT  DONTWAIT       % don't retry at all              
                                                                  
        % example: maxwait 60 seconds