i have the following sql for Oracle which i want to convert to use with DB2:
/**
* Oracle SQL that returns session IDENTIFIER value by USERID and between SYSDATE and SYSDATE - 5 minutes
*/
private static final String lastsessn_sql1 = "select IDENTIFIER from BCHISTSESSN " +
"where USERID...
I've managed to get my Integration server running with the following command:
D:\<PACKAGE_ROOT>\bin>./Start Integration_bc int_err.txt 2>&1
this starts up the server OK but I don't think it created the file. i placed an empty int_err.txt file into the dir but nothing has been written to it...
I've got a batch file which calls another file to start a server. I have some specific errors (std.error & std.out) that I'd like to redirect to a log file (ex: pres_err.txt). I'm not familiar with batch programming so I'm not quite sure how to do this.
On the other hand, I kind of know how to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.