juvenile
13th July 2004, 11:59
am getting some text files which contain receipts ,orders rows.
These text files are generated by third party appln daily basis.
Those text files I should load into Baan DB.What is the best way todo??
while loading into baan it should execute the business logic which is in baan session..

rgds,
Juvenile

malutz
13th July 2004, 13:17
Hej,

easiest way is to create an Exchange-Scheme. In there you can start different functions for each field.

jack786
13th July 2004, 13:37
Does session logic executes if I use Exchange schemes????
or should I use AFS?

malutz
13th July 2004, 14:01
Hej,

no Session logic doesn't execute automaticly, you have the possibility to start DLL and other external functions though.

Depending what you need to do writting an own programm could be easier. But that is hard to tell. Most likely it would be possible to start AFS functions out of exchange as well, but that i never tried.

Felipe_Saavedra
13th July 2004, 15:09
Hi,

The best way to post the files with receipts or orders and follow the Baan logic will be AFS or a procedure similar to DDC.

If you have the source code of the sessions you will use to post; then the procedure similar to DDC could be use, otherwise use AFS.

I will not use exchange for a transaction like that, however it will work, but you have to update every single table affected by the session.

Please feel free to email me any questions,

Take care