pjohns
14th March 2002, 17:38
Is there any documentation out there that explains what the files are under the above path? Particularly those under the ottstp directory.
The following files are always ones that Baan ask you to update, can you tell me what they do?
ostpsplopen
ostpsplclose
ostprepdll
Are they to do with reports?
Thanks
PJ
Ruskin
15th March 2002, 03:44
The stp directory, stands for 'standard programs'. They are used by alot of different processes. The ones you have mentioned are only for reporting;
stp - indicates standard program
spl - indicates spooler functions
thus, the ostpsplopen is the function that handles the opening of the spooler and ostpsplclose is the function that handles the closing of the spooler. These are activated during a rprt_open (brp.open or by the tccom0010 function, if used) and the rprt_close (brp.close or by the tccom0010 function, is used). The ostprepdll, is for standard reporting requirements (such as sending the information to the report, using rprt_send, brp.ready).
NOTE: both the help information and session information, are language dependent (hence the ottstp2 directory).
I don't know of any documentation that details in depth, the use of each of the objects in the ottstp directory, but there is usually some information regarding what the objects do, in the baan knowledgebase.
pjohns
15th March 2002, 09:48
Thanks Ruskin,
I knew that they were the Baan standard programs but what I didn't know is what each program does. I tried the Baan KB but that's fairly useless. Perhaps they should have a link to this site there's more help available!
Anyway thanks for the explanations
Regards
PJ
P.S. How's life in NZ, what part are you from?
Ruskin
18th March 2002, 07:13
No problem PJ,
NZ isn't to bad. Still a fairly freindly country (especially the south). I'm from Auckland, which is a little unfriendlier and more fast paced, but has everything within a couple of minutes.
Just a pity, that it's really Rugby orientated. You see a third division NPC (National Provisional Championship - basically our rugby union leagues or divisions) final, but don't see the national soccer team play. Considering soccer is the highest played and watched team sport in the world, means NZ is trying to isolate itself, to the detrement of popular sports. It's unfortunate, cause it means that we are probably not going to see much of the upcoming Soccer World Cup. The stupid thing, is that soccer is the highest played team sport in NZ as well (due to the junior leagues, as a lot of parents make their kids play soccer, to avoid injuries. It's not until they get older, that rugby becomes the popular sport with them). Otherwise, our sports teams aren't doing to badly (seeing as you are from Surrey, I will avoid mentioning the recent test match, as I believe England may have won, although one of our players (Astle), pulled off a rathing amazing innings).
Weather is starting to get a little colder (although we didn't have a proper summer). We are almost into Autumn (or Fall, depending where you are from), officially it starts in April (again, depends who you talk to).
Hope all is well with you. How are things in UK? Are people confident, or still a little concerned about the events happening in the Middle East (and the incident last September)?
OmeLuuk
18th March 2002, 11:55
In general on Baan object files, if you want information on programs that are not or poor documented, try the bic_info command in the $BSE/bin directory. It will give a lot of information on:
Declared variables
Functions declared (inclusive profile info)
Used string variables (with also the SQL statements)
Idents
and a lot more information.