jack786
26th July 2004, 15:49
In BaanIV when we compile scripts some time I get a error saying that
"Can't open inputfile ttdpur3323g".
Any body has idea how to get rid of this kind of error??
rgds,
jack
mark_h
26th July 2004, 16:10
One thing to check is file permissions on the script and object. This is the type error I get when I try to compile in our production company and I do not have permissions to do that.
Mark
gfasbender
26th July 2004, 20:48
This probably happens when your script contains an illegal character before the decalration statement. For example:
x|******************************************************************************
|* tdpur4102 0 VRC B40C c3 dev
|* Maintain Purchase Orders
|******************************************************************************
declaration:
tools123
26th July 2004, 22:03
illegal character / incorrect syntax
These could be anywhere in the code.
if you notice closely, there is an actual error message on the same error page, usually a few lines at the top.