Page 1 of 1

"genrate to file" option in reports runtime error

Posted: Tue Apr 18, 2006 7:29 am
by adeel_tariq
generate to file option in reports runtime is givving an error

"un implementd error"

what should i do

Posted: Tue Apr 18, 2006 9:37 am
by admin
Pl provide some detail about the steps you are performing to get the result?

Posted: Wed Apr 19, 2006 2:51 pm
by adeel_tariq
i am using this code to call the report when report opens in runtime
and i go to the option of report runtime "generate to file" and give any file type like html or pdf it gives the error
declare
AppID PLS_INTEGER;
begin

AppID := DDE.App_Begin('Rwrun60 module=c:\matrix\reports\efficiency.rep userid='||:global.the_username||'/'||:global.the_password||'@'||:global.the_Connect||' maximize=yes', DDE.App_Mode_Maximized);

end;

Posted: Thu Apr 20, 2006 1:16 am
by admin
This is a reported bug but as I don't have the version of your reports so would ask you to do the following. If your reports version is older than 6.0.5.36 then you will have to upgrade your reports.

* fact: Oracle Reports Developer 6.0.5
* fact: Reports Runtime Previewer
* symptom: Generate to File fails
* symptom: The report is started from commandline or with HOST like command
* symptom: Module option is used when running rwrun60.exe
* symptom: REP-00999 : unimplemented error
* cause: Bug 1138128 REP-999 WHEN USING GENERATE TO FILE IN THE REPORT PREVIEWER

fix:
Fixed in 6.0.5.36

Possible workaround :

Replacing the "module" with "report" avoids this error. For
example use:

rwrun60.exe report=<rdf-file> userid=<auth> destype= ....
instead of
rwrun60.exe module=<rdf-file> userid=<auth> destype= ...

Posted: Fri Apr 21, 2006 5:11 am
by adeel_tariq
changing of word module does not solve the issue wat should i do

my version is

Report Builder 6.0.8.8.3
ORACLE Server Release 8.0.6.0.0
Oracle Procedure Builder 6.0.7.2.1
Oracle ORACLE PL/SQL V8.0.6.0.0 - Production
Oracle CORE Version 4.0.6.0.0 - Production
Oracle Tools Integration Services 6.0.5.32.0
Oracle Tools Common Area 6.0.5.32.1
Oracle Toolkit 2 for Windows 32-bit platforms 6.0.5.34.1
Resource Object Store 6.0.5.0.0
Oracle Help 6.0.5.34.1
Oracle Sqlmgr 6.0.8.3.2
PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
Oracle ZRC 6.0.8.3.5
Oracle Express 6.0.8.3.5
Oracle XML Parser 1.0.2.1.0 Production
Oracle Virtual Graphics System 6.0.5.34.0
Oracle Image 6.0.5.34.0
Oracle Multimedia Widget 6.0.5.34.0

Posted: Fri Apr 21, 2006 5:21 am
by admin
Pl email me a sample report and the form from where you are calling so I can test at my end.

Posted: Fri Apr 21, 2006 5:57 am
by adeel_tariq
sir while i was preparing sample for u i found that the same code works on a button in form and report called from this code written in
when button pressed trigger give no error

but in menu it generates error

Posted: Fri Apr 21, 2006 6:08 am
by adeel_tariq
Hats off to forum

I am really thankful to this forum

my prob done

changin word module with report works