Difference between revisions of "LOAN IQ Technical - ls2util"

From GUILLARD WIKI
Jump to navigation Jump to search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<b>Go to Loan IQ server folder :</b>
<b>Go to Loan IQ server folder :</b>
<br>- Backup and update existing file C:/server-liq01/newcodes.dat
<br><br>- Backup and update existing file C:/server-liq01/newcodes.dat
<br>- Add following lines at the end of the file :  
<br>- Add following line at the end of the file :  
<syntaxhighlight lang="linux">
<syntaxhighlight lang="linux">
BET, ,60000,60000,STA,OTR,-,UPPMT,TRE,-,-,-,-,-,-,-,-,N,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,N,-
BET, ,60000,60000,STA,OTR,-,UPPMT,TRE,-,-,-,-,-,-,-,-,N,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,N,-
</syntaxhighlight>
</syntaxhighlight>
- Check if below line is correct, same number of fields, format, 60000 (should be a new unique number which do not exist)
- Check if below line is correct, same number of fields, format, 60000 (should be a new unique number which does not exist)


<br><b>From server with cmd terminal execute following commands :</b>
<br><b>From server with cmd terminal execute following commands :</b>
<syntaxhighlight lang="linux">
<syntaxhighlight lang="linux">
cmd > cd C:/server-liq01/
cmd > cd C:/server-liq01/
ls2util -util newcodes -input newcodes.dat -db xyafdfsd -uid LIQ -pwd password > newcodes-output.log
ls2util -util newcodes -input newcodes.dat -db dbAlias -uid dbLoging -pwd dbPassword > newcodes-output.log
</syntaxhighlight>
</syntaxhighlight>

Latest revision as of 18:25, 30 May 2022

Go to Loan IQ server folder :

- Backup and update existing file C:/server-liq01/newcodes.dat
- Add following line at the end of the file :

BET, ,60000,60000,STA,OTR,-,UPPMT,TRE,-,-,-,-,-,-,-,-,N,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,-,N,-

- Check if below line is correct, same number of fields, format, 60000 (should be a new unique number which does not exist)


From server with cmd terminal execute following commands :

cmd > cd C:/server-liq01/
ls2util -util newcodes -input newcodes.dat -db dbAlias -uid dbLoging -pwd dbPassword > newcodes-output.log