Actions
BankFile » History » Revision 7
« Previous |
Revision 7/10
(diff)
| Next »
Soh Keong, 08/09/2012 02:55 PM
Bank File¶
This is an offline application that will generate total 4 files.- Banamex bank file (text file)
- Others bank file (text file)
- Banamex bank finance Report (csv file)
- Exception Report (csv file)
Properties file¶
db.config- user - database user
- password - database password
- dbUrl - database url (jdbc:db2://{IP}:{port}/{dbName})
- logPath - logger file path
- financeRptPath - path where the text file and csv file will generate to
- bankBranchNumber - Bank branch number (4 digits)
- bankAccountNumber - Bank account number (20 digits)
deployment steps¶
- export src-batch-job as jar.
- change the file ext from .jar to .zip
- unzip src-batch-job.zip into /usr/ecosway/batches/src-batch-job/
run script¶
cd /usr/ecosway/batches/scripts/ ./src-batch-job.sh
SCM¶
Host: cwyrnd2-server [IP address:192.168.2.11] Path: d:/source/hongkong-batchNew Module: Migration-Batch/src-batch-job Tag: HEAD
Updated by Soh Keong over 12 years ago · 7 revisions