Difference between revisions of "Template:CreditLine Directory Structure"

From Payment Processing Software Library
Jump to: navigation, search
(Transaction Journal)
(Log)
Line 30: Line 30:
  
 
===Log===
 
===Log===
The log is under the '''911\data''' directory in '''ccv_log.dat''' (or '''ccv_log?.dat''' where '''?''' is merchant index if you are using a [[CreditLine Multiple Merchant Account Setup|multiple merchant setup]]. 
+
{{CreditLine Log}}
  
 
===Advanced Configuration===
 
===Advanced Configuration===

Revision as of 15:04, 7 January 2007

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

Transaction Journal

The journal of all transactions is under the 911\data directory in ccv_jor.dat (or ccv_jor?.dat where ? is merchant index if you are using a multiple merchant setup.

Deleting this file will remove all unbatched transactions.

Setup

The merchant and other setup is under the 911\data directory in ccv_info.dat (or ccv_info?.dat where ? is merchant index if you are using a multiple merchant setup.

Log

Server Activity Log 
The log is stored under the 911\data directory in ccv_log.dat file (or ccv_log?.dat where ? is merchant index if you are using a multiple merchant setup. The log can be viewed in CreditLine Manager by using CreditLine View Log Dialog. Older logs can be viewed by using the CreditLine Log Archive List Dialog.
Error Statistic File 
The error statistic file can be used for reliability testing and is stored under the 911\data directory in ccv_error.csv. The header for the file describes the fields, separated by '|', e.g. "DATE|TIME|MERCHANT NAME|ERROR DESCRIPTION|ERROR TYPE|TRANS TYPE|PROCESSOR NAME|COMM TYPE|COMM PARAMETER"

Advanced Configuration

The advanced configuration is under the 911\data directory in 911_ccv.ini. See CreditLine Advanced Setup for more info.

Connection Configuration

The connection settings for various processors and modems is under the 911\data directory in ccv_link.ini.

Important File Summary

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)

You can view and manipulate the Journal Backups in the CreditLine Batch Archive Dialog
In some extreme cases the transactions that you are looking for can only be found by clicking the Radio Buttons "Before Batch" and "Daily Backup" in the CreditLine Batch Archive Dialog

The number of days that the journals are backed up is specified in CreditLine Business Configuration Dialog. To restore the journal/batch you can rename the desired journal backup file to ccv_jor.dat and move it to 911\DATA directory. Don't forget to reload the configuration to apply the changes.

→ For multiple merchant setups replace JOR below with JOR? where ? is the merchant index.

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

You can view the Log Backups in the CreditLine Log Archive List Dialog
The number of days that the logs are backed up is specified in CreditLine Business Configuration Dialog.

→ For multiple merchant setups replace LOG below with LOG? where ? is the merchant index.

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

Setup Files

To restore the setup file you can rename the desired setup backup file to ccv_info.dat and move it to 911\DATA directory. Don't forget to reload the configuration to apply the changes.

→ For multiple merchant setups replace JOR below with JOR? where ? is the merchant index.

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