Roeland
1st June 2007, 11:10
We have made a custom ttstpconv in the past.
(the person who made this is no longer working here)
The source is in $BSE/tools/ttB40_c4/pttstp

Where can I open this script in baan?
I would like to change something and compile it.

george7a
1st June 2007, 11:42
Hi,

I don't know any way you can edit a tt script in baan. You will have to do this manually.

You will have to also compile the source manually using the bic6.1 command that is found under $BSE/bin.

- George

Roeland
1st June 2007, 15:00
I'm trying to compile like this:
bic6.1 -Pvariant=0 pstpconvrtf0 -u -d ottstpstandard -f /baan/bse/tmp/tmp013456 -pacc B40CEBE0 -o ostpconvrtf

But I get this error:
No definition in definition file for sopen(F_OBJ:ostpconvrtf, ostpconvrtf) bic6.1:
No definition in definition file for fil_pathname(F_OBJ:ostpconvrtf, ostpconvrtf)ostpconvrtf: Error 0
pstpconvrtf0(2206): Fatal Error: Can't open output file 'ostpconvrtf'.

Any idea what this means?

george7a
1st June 2007, 15:07
Do you have permissions to write under the tools directory (specifically under $BSE/tools/tt{VRC}/ottstp)?

I see here that you don't want to make a custom ttstpconv. If so you can open a new script Maintain scripts under your "tc" package for example and compile there.

- George