Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Phyzii
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ketan Patil
Phyzii
Commits
1c75bcc1
Commit
1c75bcc1
authored
Jul 31, 2023
by
Ketan Patil
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace PhyzziAcknowledgementSch.java
parent
fc353694
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
7 deletions
+16
-7
src/ibase/webitm/ejb/phizzy/PhyzziAcknowledgementSch.java
src/ibase/webitm/ejb/phizzy/PhyzziAcknowledgementSch.java
+16
-7
No files found.
src/ibase/webitm/ejb/phizzy/PhyzziAcknowledgementSch.java
View file @
1c75bcc1
...
@@ -61,6 +61,7 @@ import ibase.utility.CommonConstants;
...
@@ -61,6 +61,7 @@ import ibase.utility.CommonConstants;
import
ibase.utility.E12GenericUtility
;
import
ibase.utility.E12GenericUtility
;
import
ibase.utility.EMail
;
import
ibase.utility.EMail
;
import
ibase.utility.MailInfo
;
import
ibase.utility.MailInfo
;
import
ibase.utility.UserInfoBean
;
//import ibase.webitm.ejb.fin.servlet.ITMDBAccessEJB;
//import ibase.webitm.ejb.fin.servlet.ITMDBAccessEJB;
//import ibase.webitm.ejb.fin.servlet.UserInfoBean;
//import ibase.webitm.ejb.fin.servlet.UserInfoBean;
//import ibase.webitm.reports.utility.JasperReportGenerator;
//import ibase.webitm.reports.utility.JasperReportGenerator;
...
@@ -118,15 +119,23 @@ public class PhyzziAcknowledgementSch implements Schedule {
...
@@ -118,15 +119,23 @@ public class PhyzziAcknowledgementSch implements Schedule {
Connection
conn
=
null
;
Connection
conn
=
null
;
boolean
isError
=
false
;
boolean
isError
=
false
;
try
{
try
{
// printLog("STDOUT","ReportCreationScheduler : performOp => Scheduler
UserInfoBean
userInfo
=
new
UserInfoBean
(
scheduleParamXML
);
// Started");
// printLog("STDOUT","ReportCreationScheduler : performOp : =>" +
// scheduleParamXML);
ConnDriver
connDriver
=
new
ConnDriver
();
conn
=
connDriver
.
getConnectDB
(
"APPVIS"
);
// conn = getConnection();
String
transDB
=
userInfo
.
getTransDB
();
ConnDriver
connDriver
=
new
ConnDriver
();
if
((
transDB
!=
null
)
&&
(
transDB
.
trim
().
length
()
>
0
))
{
System
.
out
.
println
(
"transdb phyzii===> "
+
transDB
);
conn
=
connDriver
.
getConnectDB
(
transDB
);
}
else
{
System
.
out
.
println
(
"transdb phyzii===>InsiDE--else Block====> "
+
transDB
);
conn
=
connDriver
.
getConnectDB
(
"DriverITM"
);
}
retString
=
performOp
(
scheduleParamXML
,
conn
);
retString
=
performOp
(
scheduleParamXML
,
conn
);
}
catch
(
Exception
e
)
{
}
catch
(
Exception
e
)
{
isError
=
true
;
isError
=
true
;
e
.
printStackTrace
();
e
.
printStackTrace
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment