// // Changes by Gagan B. as per suggestions of Danish Sir to remove condition and pass inputData to writeFile method which is passed to transLoad as parameter.
// new E12GenericUtility().writeFile( uploadFilePath, fileName, inputdata );
// Changes by Gagan B. as per suggestions of Danish Sir to remove condition and pass inputData to writeFile method which is passed to transLoad as parameter.
//Changes by Gagan B. to not retrieve value if ERROR_MSG column's value is null.
messageFromBatchLoad=dbAccessEJB.getDBColumnValue("BATCHLOAD","ERROR_MSG","BATCH_ID = '"+batchId+"'"+"AND ERROR_MSG IS NOT NULL",userInfo.getTransDB());
}
catch(RemoteException|ITMExceptione)
{
e.printStackTrace();
}
}
//Added by Gagan B. for setDataAndConfirm endpoint functionality [START]