Questions tagged [jtopen]

jtopen is an open source version of the IBM Toolbox for Java (jt400) for using IBM i (previously iSeries and AS/400) system resources.

The jtopen software is an open source version (IBM Public License) of IBM's licensed software IBM Toolbox for Java. It is produced by the same team that produces the licensed software and generally gets updates and new features before the licensed software (PTF's).

More information can be found on the project's Sourceforge page.

50 questions
0
votes
0 answers

JTOpen - Set user password as expired

One of my Java applications that comunicates with an AS400 server using JTOpen API came across the following exception: com.ibm.as400.access.AS400SecurityException: Password is expired. Does JTOpen provide any method to expire a user's…
RedEagle
  • 4,418
  • 9
  • 41
  • 64
0
votes
2 answers

Linking Application Audit Trail with DB Logs

I'm working on an application that logs every business transaction to an audit trail, and I have a requirement to be able to correlate events in this audit trail with records in the Journal of an IBM System i (AS400) that is used as an RDBMS by that…
Eyad
  • 327
  • 3
  • 10
0
votes
1 answer

Java ProgramCall gets NullPointerException for output

When i call RPG program from java i am able to pass the input parameters and trying to get back output value from same input field when its come to java its getting NullPointerException . here is my sample code. Please suggest a solution. try{ …
0
votes
1 answer

Using JTOPEN to call a Stored proc

I need to call an AS400 stored proc via SQL using a JTOPEN (JDBC) connection which accepts 1 INOUT and 4 IN params. I am doing this with the following SQL CALL MYLIB.MYSP( ? ,'AJAJA1', '11111111', 'ą, ę, ć, ł, ń, ś, ż, ź', '0') but it throws an…
Andy Jarrett
  • 863
  • 2
  • 9
  • 26
0
votes
2 answers

How to get PSF Settings in an AS400 Server using Java

I am a newbie in this site but I know anyone here can help me on this problem that I have now. I used to program Java using JDK7 and now I am facing this JTOpen API for AS400-Java interface but my problem now is how to get all the PSF Setting of my…
1 2 3
4