Generate to a TXT file [message #88486] |
Tue, 01 October 2002 08:02 |
uthra subramanian
Messages: 1 Registered: October 2002
|
Junior Member |
|
|
I need to convert my Reports to Text format.When I use
the generate option provided in reports , I get a application error namely RWRBE60.exe cannot reference memory..etc...
Can anyone pls help me..!!
I urgently need to know..as to how can I generate a text file from reports.All the other options are running fine...i.e I am able to generate PDF, Word etc..
But only Text conversion gives an application error.
|
|
|
Re: Generate to a TXT file [message #88508 is a reply to message #88486] |
Tue, 22 October 2002 03:26 |
Ravi
Messages: 251 Registered: June 1998
|
Senior Member |
|
|
Hi uthra,
I think ur report is a Bitmap report first u need to convert that report in Charater mode ur problem will solve....
Steps to Convert Bitmap report to Character....
Open that report in report Builder goto Reports Default menu File -> Administration -> Convert
Convert :-
1)Document type = Report
2)Source Type = RDF
3)Source = c:temp.rdf (File Path)
4)destination Type = RDF
5)Destination = C:temp1.rdf (Where u want to save)
Options :-
1)Destination Unit = character
2)Overwrite = Prompt
3)Page Dimension = 180 * 66
After doing this excersise you open the converted Rdf file i.e. temp1.rdf and generate this file you should get txt output....
Command line syntax for generation of Txt file..
rwrun60 report=C:temp1.rep userid=scott/tiger@system paramform=yes desformat=dflt destype=file desname=C:temp1.TXT mode=character
Try this.....all the best
Regards,
Ravi
|
|
|