From abcf426b093024a10d7130bdbcbd2e7acfdf6b54 Mon Sep 17 00:00:00 2001 From: Joe Date: Thu, 31 Jan 2019 12:09:35 -0600 Subject: [PATCH] xx --- DBExtractor/DBExtractor.config.json | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 DBExtractor/DBExtractor.config.json diff --git a/DBExtractor/DBExtractor.config.json b/DBExtractor/DBExtractor.config.json deleted file mode 100644 index b38d274..0000000 --- a/DBExtractor/DBExtractor.config.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "dbDriver":"mssql", "dbDriverComment":"either mssql (user/password) or mssql/msnodesqlv8 (trustedConnection)", - "processingType": "casrpslog", - "sourceTag": "CCERpsLog", - "maxResultsPerMessage":100, - "statements":{ - "poller":"'select top ' + config.maxResultsPerMessage + ' * from rpslog where pkey > \\'' + maxPKey + '\\' order by pkey'" - }, - "serverURI": "http://localhost:2222", - "pollIntervalIdle": 10000, - "sqlConfig": { - "user": "casdbuser", - "password": "4KcLao2016!", - "server": "ustww2063\\CCE", - "database": "CAS110", - "port": 1433 - } -} \ No newline at end of file