Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Steps to compile Reports 10g in Linux

sprity...Oct 1 2009 — edited Feb 23 2011
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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 23 2011
Added on Oct 1 2009
8 comments
4,260 views