skheeb
30th May 2002, 21:22
I have about 435 users that I need to update their authorizations for a new session. I used exchange to add them to the ttaad231 table, but when I do a convert to runtime, it does not recognize there has been a change. I really do not want to add these all manually. Can anyone help me with this one?

patvdv
30th May 2002, 21:52
Skheeb,

You have to make Baan aware - or flag - that something has changed and that a Convert to Runtime is necessary. You can do this by adding an appropriate record to the table ttaad400. My suggestion would be to do the following:
Make sure the table ttaad400 is empty by doing a Convert to Runtime and check the table in GTM
Execute a user modification through your normal Baan sessions. Baan will automatically add the necessary 'flag' in the ttaad400 table.
From the example record in ttaad400 you can get the format for all your other modifications and e.g. build a script to populate this table
Finally do a Convert to Runtime to process all the changes

NPRao
30th May 2002, 22:24
Sometimes the tools session, Convert Changes to Runtime DD - ttams2200m000, does not pick all the changes hence I prefer to use the other session, Convert to Runtime DD - ttams2201m000.

Then it works fine! :p