Difference between revisions of "Template:CreditLine Directory Structure"

From Payment Processing Software Library
Jump to: navigation, search
(Setup Files)
(Setup Files)
Line 70: Line 70:
 
! style="background:#efefef;" | Function
 
! style="background:#efefef;" | Function
 
|-
 
|-
|C:\911\LOG\n<time_stamp>.??  || Backup of [[CreditLine Setup File]] - generated after every batch
+
|C:\911\JOR\n<time_stamp>.??  || Backup of [[CreditLine Setup File]] - generated after every batch
 
|-
 
|-
|C:\911\LOG\i<time_stamp>.??  || Backup of [[CreditLine Setup File]] - generated before every batch
+
|C:\911\JOR\i<time_stamp>.??  || Backup of [[CreditLine Setup File]] - generated before every batch
 
|}
 
|}

Revision as of 19:41, 19 September 2006

Directory Structure

NOTE: in version 3.01.07 and older the software ALWAYS looks for \911\bin from the root of the drive regardless of the installation path or working directory set. The working directory only points out the root drive.

Directory Name Contains
C:\911\BIN Executables
C:\911\DATA Data
C:\911\JOR Historical Journal, automaticly created
C:\911\LOG Historical Log, automaticly created
C:\911\MESSAGES Text-Based Communication Files

Important Files

File Name Function
C:\911\BIN\CCV_MANAGER.EXE Manager Program
C:\911\BIN\CCV_SERVER.EXE Server Program
C:\911\DATA\CCV_INFO.DAT Site Configuration - this file contains all the merchant specific information
C:\911\DATA\CCV_JOR.DAT Current Day Journal - deleting this file will remove all authorized transactions
C:\911\DATA\CCV_LOG.TXT Current Day Log
C:\911\DATA\911_CCV.INI Program Configuration
C:\911\DATA\CCV_LINK.INI Connection Configuration

Backups

Batches (Journals)

→ To restore the journal/batch you can rename the desired journal backup file to ccv_jor.dat and move to 911\DATA directory. Don't forget to restart the CreditLine Server.

File Name Function
C:\911\JOR\b<time_stamp>.?? "BEFORE" BACKUP. Backup of the journal before the batch was run
C:\911\JOR\j<time_stamp>.?? "BATCH" BACKUP. Backup of the journal that was batched
C:\911\JOR\d<time_stamp>.?? "DAY" BACKUP. Incremental Backup of the journal for a business day appended at the time of the batch
C:\911\JOR\u<time_stamp>.?? "UN-BATCHED" BACKUP. Backup of un-batched transactions that were carried over to the next batch (for instance un-finalized Auths)

Logs

File Name Function
C:\911\LOG\l<time_stamp>.?? Backup of the logs

Setup Files

File Name Function
C:\911\JOR\n<time_stamp>.?? Backup of CreditLine Setup File - generated after every batch
C:\911\JOR\i<time_stamp>.?? Backup of CreditLine Setup File - generated before every batch