Steps to compile Reports 10g in Linux
i have successfully compiled the fmb files into fmx and it is working fine...
but my reports are not working...
i compile it using the script....
for i in `ls *.rdf`
do
echo Compiling Form $i ....
rwconverter.sh userid=account/account@cmt batch=no source=$i
stype=rdffile dtype=rdffile overwrite=yes
done
it is showing error Segmentation fault...
How to solve this.........
Mr Paul.M_ suggested to run the rdf without compiling it..
i run my form and clicked the button to execute the report...
A window opened stating the path of my report in the URL....
It displays internet Explorer cannot display the web page...
The same ip address,port and the path of my report is shown in the URL.
But it is not displaying my report....
Any suggestions Plz.......
thanx in advance..
with cheers
sprity..
Edited by: sprity... on Oct 1, 2009 10:56 AM