lsatenstein
20th October 2002, 19:16
One of the things that baan does well is keep a fifo list for accessing the vrc packages. When a session is required, it searches the list in lifo sequence lifo, until it finds the session in question, or returns a session not found.
My question is this: Why cannot baan keep the directories and all the subdirectories by vrc, out of the search path, and allow me to build a single level directory set for a package combination? (do a rollup to one and only one directory), with the other directories around for maintenance or rebuilding?
My vrc structure would then be kept individual directories, and in one directory, all the sessions and objects pertaining to a session would be copied.
Now, instead of searching many many directories, until standard is found, we search only one level.
In the old days, disk space was $$$. That is no longer the case.
For patches and development environments, we could do our testing in easy ways too.
Consider this situation (for baan4 as example) we have
stnd-->localization-->sp1--sp2-->sp3-->... sp10-->customization.
I would have only one level "production", which is the merge of customization, all the sp's localizations and base.
test would be the copy of customization to a test directory, and therein, the new items to be tested.
Any comments?
Leslie
My question is this: Why cannot baan keep the directories and all the subdirectories by vrc, out of the search path, and allow me to build a single level directory set for a package combination? (do a rollup to one and only one directory), with the other directories around for maintenance or rebuilding?
My vrc structure would then be kept individual directories, and in one directory, all the sessions and objects pertaining to a session would be copied.
Now, instead of searching many many directories, until standard is found, we search only one level.
In the old days, disk space was $$$. That is no longer the case.
For patches and development environments, we could do our testing in easy ways too.
Consider this situation (for baan4 as example) we have
stnd-->localization-->sp1--sp2-->sp3-->... sp10-->customization.
I would have only one level "production", which is the merge of customization, all the sp's localizations and base.
test would be the copy of customization to a test directory, and therein, the new items to be tested.
Any comments?
Leslie