You are on page 1of 1

Document 1070541.6 https://support.oracle.com/epmos/faces/DocumentDisplay?_adf.ctrl-sta...

How To Generate A Report ( .RDF File) From The Unix Command Line (Doc ID 1070541.6)

Problem Description
-------------------
How do you generate a report (.rdf) file from the UNIX command line?

Solution Description
--------------------
Use r25convm.

The following command will convert an .rdf report file to a .rex report file
and back to a .rdf report file:

r25convm syntax:

cd to where your .rdf file resides which is:


<schema top>/srw If your Application version is 10.7
<schema top>/reports If your Application version is 11

Logon as applmgr

r25convm userid=<schema owner of report>/<password> source=<report name>.rdf


stype=rdffile dtype=rexfile dest=<report name>.rex overwrite=yes batch=yes

r25convm userid=<schema owner of report>/<password> source=<report name>.rex


stype=rexfile dtype=rdffile dest=<report name>.rex overwrite=yes batch=yes

ie: r25convm FNDSCURS.rdf

*Note: userid is the schema owner;


If the report is a GL report then the userid will be gl/gl
If the report is a FND report then the userid will be apps/apps

For the FNDSCURS.rdf example the report reside in:


cd $FND_TOP/srw If your Application version is 10.7
cd $FND_TOP/reports If your Application version is 11

Logon as applmgr

The command line syntax is:

r25convm userid=apps/apps source=FNDSCURS.rdf stype=rdffile dtype=rexfile


dest=FNDSCURS.rex overwrite=yes batch=yes

r25convm userid=apps/apps source=FNDSCURS.rex stype=rexfile dtype=rdffile


dest=FNDSCURS.rdf overwrite=yes batch=yes

*** Note: You may get the following error; just ignore the error message, this
*** is a known issue with the reports team.

REP-25200: Converting 'FNDSCURS.rex' to 'FNDSCURS.rdf'...

Didn't find what you are looking for?

1 of 1 31-May-17 8:21 AM

You might also like