Commit 612ba9bb authored by steurwadkar's avatar steurwadkar

file name changed to RVB2BStock2.csv


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@105186 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 66e561a7
...@@ -47,8 +47,8 @@ public class RevCMSStockUpdate { ...@@ -47,8 +47,8 @@ public class RevCMSStockUpdate {
System.out.println("calling Standalone Scheduler Stock.................."); System.out.println("calling Standalone Scheduler Stock..................");
Connection conn = null; Connection conn = null;
String fileName = "RVB2BStock.csv"; String fileName = "RVB2BStock2.csv";
String remoteFileName = "RVB2BStock.csv"; String remoteFileName = "RVB2BStock2.csv";
try try
{ {
setDDSalesConfig(); setDDSalesConfig();
...@@ -126,12 +126,14 @@ public class RevCMSStockUpdate { ...@@ -126,12 +126,14 @@ public class RevCMSStockUpdate {
try try
{ {
this.csvFileNameUpd = "C:/StockUpdate"; this.csvFileNameUpd = "C:/StockUpdate";
//Production server credentials
/*this.hostName = "52.208.139.54"; /*this.hostName = "52.208.139.54";
this.username = "baseerp"; this.username = "baseerp";
this.password = "4be8a2d53af650e8eb035"; this.password = "4be8a2d53af650e8eb035";
this.remoteFilePath = "/home/baseerp"; this.remoteFilePath = "/home/baseerp";
this.uploadProtocol = "SFTP";*/ this.uploadProtocol = "SFTP";*/
} }
catch(Exception e) catch(Exception e)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment