chingi
7th August 2003, 13:58
When I am compilling a customization program script, I am getting error as below.

my program script is 'tibom9908'

error message is

ptdinv9908g: No such file or directory
ptdinv9908g: Fatal Error: Can't open input file 'ptdinv9908g'

I checked all the permissions, it is ok. I get this error even I compile a existing program script without opening it.

my os is Windows NT
Portingset is 6.1c.05.02 and SP7.


Regards


Chingi

ssbaan
7th August 2003, 16:11
I have seen this error before, but can't quite remember if it was because I had a junk line as the first line of my script, or I was mising a colon (:) on a field name line

check.input should be check.input:

mark_h
7th August 2003, 16:42
Just wondering if this was a typo -
my program script is 'tibom9908'
and yet the error you listed was
ptdinv9908g: No such file or directory
ptdinv9908g: Fatal Error: Can't open input file 'ptdinv9908g'

I have never seen this error go across pack/module combinations. I do know that at one point when we installed a new tools release, we received errors like this for everything(scripts, reports, etc.). Have you installed anything new?

Mark

wiggum
7th August 2003, 19:19
Look again to your compilation output. I've got an error like this sometimes, but always there was an error message above these messages.

OmeLuuk
11th August 2003, 14:58
Compilation of a 4 GL script consists of two steps: first the 4GL to 3GL converter does change sections into functions. If that step fails the error like you gave is given. In that case you should look at the errors given in the first step. I don't remember the name of the first program, due to holidays... :-)

NPRao
11th August 2003, 20:16
Chingi,

Please complete your user profile with regards to the Baan software version, Database software and OS version.
This will help other members when diagnosing your problem.

Change it from the - Control Panel (http://www.baanboard.com/baanboard/usercp.php?s=)

If you got this kind of error message -

Compilation Failed

zmadm92140:
std_gen6.2 -z -s pzmadm92140 -pacc b52amlg -qe /app/lms/opt/bse/tmp/tmp007961715
std_gen6.2:
Error during sopen(/app/lms/opt/bse/application/baseline/zmB52U_a_mlg/pzmadm/padm9214g,
/app/lms/opt/bse/application/baseline/zmB52U_a_mlg/pzmadm/padm9214g)
/app/lms/opt/bse/application/baseline/zmB52U_a_mlg/pzmadm/padm9214g: Permission denied
Can't open file '/app/lms/opt/bse/application/baseline/zmB52U_a_mlg/pzmadm/padm9214g'

Then check the file/directory permissions on $BSE/tmp and the source script directories.

mohan05
12th August 2003, 07:08
Hi

Why can't you put your report script here so that it could be easy to debug for all board members. Anyway this could be due to missing of supported file for a perticular funciton you used in your report script. try to check this at your end.

-mohan

baan_developer
13th August 2003, 04:59
Hi Chingi,

this type of error usually comes up, when you forget the main or subsection line like 'when.field.changes:', 'main.table.io:' or 'before.layout:' in report scripts.

Hope it helps,
baan_developer

morpheus
13th August 2003, 14:58
It seems that either the error is because you failed to mention the sub-section for some main section (as mentioned by baan_developer), or there is some spelling mistake for some section, like - declaraion !! Check the compilation output again.

estotz
13th August 2003, 15:40
or if you forget the ":" after any of your "choice" events, you will see that error also, as it confuses the compiler.

OmeLuuk
13th August 2003, 22:34
With all these wise advices, I assume you can find the source of your problem: it is in the std_gen output section.

If you need more assistence: please post the output of the std_gen (4GL to 3GL converter) and bic (3GL to bshell executable code transformer-compiler) action.

satishnara
11th February 2009, 12:16
Hi friends,

We were also unable to compile any scripts in particular Package Combination.
But we were able to compile scripts in other Package Combination.
It gave the following error message as below:
---------------------------------------------------------------
titrg02010:
std_gen6.1 -s ptitrg02010 -pacc lc4in4sc -qe /user3/baan4c4/bse/tmp/tmp007961715
ptitrg02010: No such file or directory
Can't open script 'ptitrg02010'
bic6.1 -Pvariant=0 ptitrg0201g -u -d ottstpstandard -o otitrg0201 -f /user3/baan4c4/bse/tmp/tmp073725377
-pacc lc4in4sc -qe /user3/baan4c4/bse/tmp/tmp073725379

ptitrg0201g: No such file or directory
ptitrg0201g: Fatal Error: Can't open input file 'ptitrg0201g'

1 ERROR REPORTED
-----------------------------------------------------------------
Solution: I have tried all the options suggested in baanboard.
Atlast after "re-building the particular Package Combination",
we were able to compile successfully.

Thank you,

regards,
Satish