Synchronization between AS400 and JDE

Sbjdesngh

Member
Hi,.
I have a requirement as below.

Develop a BSSV which will Insert/Update in AS400 tables whenever there is any insert/update in related JDE tables.
The tables include ITEM master informations.

Please let me know if any body has any idea on this how to establish communication between AS400 and JDE tables.

Thanks,
Sbjdesngh
 
Well the requirement should be "Insert/Update in AS400 tables whenever there is any insert/update in related JDE tables".
"Develop a BSSV" should be one of the possible solution.

By the way in the BSSV import JT400.jar and connect to the ISeries box.
So:
1)capture the table change (you need to provide a way)
2)invoke the BSSV
3)from the BSSV use the jdbc connection to insert into AS400 db.

I don't like this way but... you are the architect :)
 
Back
Top