baan_tools_IV
8th April 2008, 13:20
Hi All,
URGENT!!!
While compiling my script i get following error.
tdxxx81120:
std_gen w -m -s ptdxxx81120 -pacc B40car -qe D:\Baan4\tmp\tmp089391234
bic -Pvariant=0 ptdxxx8112g -u -d ottstpstandard -o otdxxx8112 -f D:\Baan4\tmp
\tmp089391233 -pacc B40car -qe D:\Baan4\tmp\tmp089391235
ptdxxx8112g: No such file or directory
ptdxxx8112g: Fatal Error: Can't open input file 'ptdxxx8112g'
1 ERROR REPORTED.
Please help me to solve this problem
---
Baan Tools IV
george7a
8th April 2008, 13:39
Hi,
Check your the permissions on this file 'ptdxxx8112'. You can find it under $BSE/application/td<VRC>/ptdxxx.
Also check the following links:
http://www.baanboard.com/baanboard/showthread.php?p=137095
http://www.baanboard.com/baanboard/showthread.php?t=43516
- George
zardoz
8th April 2008, 13:45
If in unix environment, check also the $BSE_TMP directory. Can be full...
baan_tools_IV
21st April 2008, 12:52
Hi All,
i have checked all the possible error, but all that u all have pointed are fine.they are correct. still i am getting that Fatal error
it is the system generated script of a maintain session.
it has no special or control character, nor syntax error. no subsection error.
no file permission issue.
Plz help me out.
--
Baan Tools IV
dharam.dv
21st April 2008, 13:38
Hello,
Please check include files. you must have included this file into your script but it could not present physically.
I have just faced this error.
Regards
Dharam
baan_tools_IV
21st April 2008, 14:50
Hi,
I had just generated a maintain session and it is giving the "FATAL ERROR" from then.
there is no control character problem or any special charater problem.
Plz help me
---
Baan_Tools_Iv
mark_h
21st April 2008, 15:26
Still looks like a permissions problem to me. We get the same type error when we do not have write permissions in a VRC. You may want to check group permissions also.
sepp13
23rd April 2008, 18:27
You get this error message if you have an error in your script like this:
field.txxxx.999.orno:
before.input:
after.display:
save.orno=txxxx.999.orno
after.display:
save.orno=txxxx.999.orno
-> Double statements in the same field.
Please check this.
Regards
sepp13
dharam.dv
24th April 2008, 07:19
Hello,
Yesterday i faced this error. Because of Two Times declaration of Choice section. Check in your script have declared any thing like field event 2nd time.
Regards
Dharam
baan_tools_IV
25th April 2008, 08:32
Hi All,
I have checked the script. there is no double declaration of any section or field.
But the error continue.......
sepp13
25th April 2008, 11:33
Hi,
can you post the code?
Regards
Sepp13
NvpBaaN
25th April 2008, 19:57
Open your script and check the first character...you probably, indavertently, typed in an extra character at the beginning of the first line...
zardoz
25th April 2008, 22:17
I have a customer with an installation of Baan IV (I don't remember the service pack) that gives similar error when a SQL statement contains errors like erroneous table name (ie tables that don't exists) or tables not declared in the script... in fact it's very difficult to correct errors. Maybe your version of the bic compiler is the same...
saumya
28th April 2008, 11:56
hi,
you can find the error by commented some code. if u have commented a part of code n still getting error, then error will be in remaining code. only by this u can find out error. becz sometimes we do some mistake in coding n compiler doesnt give line error. Try may be this will help u. becz once i was also stuck in this situation n this was the solution by which i could get error.
saumya