Hi,
I'm having a weird behavior from Ocean. I do have a small script (250 lines) that I run in batch from a Shell script with an output log, invoking the following command :
ocean < my_script.ocn > ./my_log.log
In my script, I have several printf that informs me of the script actions.
Fact is, using this shell command to invoke OCEAN gives me no error and none of my printf in the log file (despite I can see all the OCEAN loading etc. ) and no output file for results.
If I comment, let's say, half of my script, everything is working fine.
At the beginning, I just thought my script was failing at some point... but then I loaded my script in the OCEAN environment, and it works !
Also, Andrew post on GoogleGroup that the following command allows to invoke Ocean from Unix shell
ocean -restore oceanScript.ocn
It opens OCEAN in the shell and load the script automatically like in an interactive mode. And this works !
So, why my shell script invoking OCEAN with the following command :
ocean < my_script.ocn > ./my_log.log
just fails at some point without even the first printf in the log which is right after openResults() and selectResults() ?
(like if the script itself was too big to be run ?!? )
Program: awd.exe version 5.1.0
Sub version: sub-version 5.10.41_USR5.90.69 (32-bit addresses)
Thanks for your help :)
Damien