Commit 0b2869e2 authored by mjadhav's avatar mjadhav

add error message code


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97092 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 676dcac8
......@@ -239,7 +239,7 @@ public class WorderCampaign extends ProcessEJB implements WorderCampaignLocal, W
try {
if (conn != null) {
if (isError) {
retString = itmDBAccessEJB.getErrorString("", "", "", "", conn); // failed to execute
retString = itmDBAccessEJB.getErrorString("", "VTWOCFAIL", "", "", conn); // failed to execute
} else {
retString = resultData.toString();
System.out.println("RETSTRING ..> " + retString);
......
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