baanprog
24th March 2006, 20:18
Hi,

I was just wondering whether it is possible to manually change the Run Time info for a Session in the table ttadv999?

Regards

JaapJD
27th March 2006, 14:05
This is possible, but your change will be gone as soon as you run Create Runtime DD again. Besides this, your session may not run correctly or your bshell may crash if you make the wrong changes.

baanprog
28th March 2006, 08:48
Hi Jaap,

Even if I make the change, it is not getting reflected when i start the session.


Regards

Markus Schmitz
28th March 2006, 10:00
Hi there,

baan is not using the info in the table when opening a form, but only the content of the runtime file lying under $BSE/application. The data from the table is used, when designing the form.

Regards

Markus

JaapJD
28th March 2006, 12:03
Baan is using the information in ttadv999 at runtime during the start of a session. From this table the information about the object to start and the form(s) to be opened, etc. is read. Maybe it is necessary to restart your bshell to see the changes, because the data may be stored in memory for performance reasons.

baanprog
30th March 2006, 17:42
Hi Jaap,

Even though I restart my bshell its still starting the same old way.

Regards

JaapJD
30th March 2006, 17:45
Can you specify which change you make and what you expect to happen?

baanprog
30th March 2006, 18:11
Hi Jaap,

I changed the Session Start Option from find.data to get.defaults.

Regards

JaapJD
31st March 2006, 12:27
It may have to do with the script. If there is some choice executed in init.form or init.group, changing the default makes no sense. Also there could be an ignore.first.event used.