Hi;
I want to write a small Java program that connect to AS2 database, to generate reports.
Can anyone advice on how am I going forward? -database name; -URL -tables -id/password.
Any help would be greatly appreciated.
thanks
chonekim,
Please have a look at the class de.mendelson.comm.as2.database.DBDriverManager for the connection issue.
The db creation script could be found at sql/CREATE.sql.
Regards Heller
thanks Heller,
I was able to implemented a Java application to monitor the process. - if there is a failed transmission, it will re-queue - if any file(s) did not sent due to Server is down, an alert is send to the user.
thanks for your help. chonekim
Hi This app sounds interesting do you think you can share it with us
chonekim,
Please have a look at the class de.mendelson.comm.as2.database.DBDriverManager for the connection issue.
The db creation script could be found at sql/CREATE.sql.
Regards
Heller
thanks Heller,
I was able to implemented a Java application to monitor the process.
- if there is a failed transmission, it will re-queue
- if any file(s) did not sent due to Server is down, an alert is send to the user.
thanks for your help.
chonekim
Hi
This app sounds interesting do you think you can share it with us