peturba
25th September 2008, 16:17
Does somebody know what is the table (ttadv) where object information is stored? Because some solutions only contain objects and not the sources (Script/Library Object) we want to compare the objects with our customizations (in a report). The problem is that we only know the table where scripts are stored... See example objects in attached screenshot.

Any help would be apprecciated.

peturba

Han Brinkman
25th September 2008, 16:41
They are not stored in tables (at least not that I know).

You can easily compare objects on os-level, you seem to use solaris, try the dircmp command.

Regards,
Han

Kozure Ohashi
25th September 2008, 17:36
Using "ttstpsessinfo" should give you some information.

You can also try "<STRG>+<Shift>+8" on the Session giving you some object information.

Regards,

Kozure

NPRao
25th September 2008, 20:51
peturba
Does somebody know what is the table (ttadv) where object information is stored?
The information from your screenshot is stored in the tools table ttpmc201.

Because some solutions only contain objects and not the sources (Script/Library Object) we want to compare the objects with our customizations (in a report).
When you use the option from the specific menu - check to install or check & install, the reports will give you the information if you have any customized object in a higher VRC.
The problem is that we only know the table where scripts are stored
The scripts are stored in encrypted form in the PMC bundle. You cannot directly view it unless you install (extract in some older Baan versions).

peturba
30th September 2008, 15:22
Thanks for the replies. I guess we will use the option "Check Customizations" in ttpmc2204s000. It's a pitty that the object components are not managed in a ttadv table since other components are. So, if you get only objects in a solution, and you have customizations, then you have at least to compile the customized source.

Regards

peturba

NPRao
30th September 2008, 21:25
It's a pitty that the object components are not managed in a ttadv table since other components are. So, if you get only objects in a solution, and you have customizations, then you have at least to compile the customized source.
Refer to the thread - Application data dictionary vs. run-time data dictionary (http://www.baanboard.com/baanboard/showthread.php?t=53406) for more info about which software components are stored where. This helps in understanding the Baan architecture.

JaapJD
1st October 2008, 21:07
When a PMC solution contains an object and that object is in the customization VRC, it will be reported by the customizations check during 'check and install'. So, you know which sources you have to recompile.
BTW: Objects are stored in table ttadv239.

peturba
2nd October 2008, 17:06
When a PMC solution contains an object and that object is in the customization VRC, it will be reported by the customizations check during 'check and install'. So, you know which sources you have to recompile.
BTW: Objects are stored in table ttadv239.

Yes. That's the table I was looking for.

THX!