guilmor
12th February 2008, 13:53
Hello Baanboarders,
I'd like to know the difference between two sessions: ttadv5215m00 and ttadv5210m000.

I've been developping for 8 years by now, and still have big doubts about some tools sessions, because some developper documentation is missing. I'd like to know also if there is some docs or pdfs about runtime DD maintenance sessions.

Thanks.
Guilmor

Han Brinkman
12th February 2008, 16:01
The convert only converts data to runtime based on change flags. The create will dump everything to runtime.
Normally the convert is more efficient to use. However if you update the tools table directly in the database the change flag will not be set. If you have updated the table that way you have to use the create session to dump changes to runtime.

Regards,
Han

guilmor
12th February 2008, 17:18
Thanks Han.