Oracle Reports (MOSC)

MOSC Banner

Getting error while executing SRW package

edited Mar 6, 2020 6:28AM in Oracle Reports (MOSC) 5 commentsAnswered

Hi,

I have installed 10g on a seperate pc and retrieved the srw package script from devsuite/report/sql folder and run the same in 11g. I was informed that there is a bug in 11g srw package.

So I had run , grant the permissions now from sys to public and after running this code, I am receiving following error in 11g

Code as below:

declare

myPlist SRW_PARAMLIST;

myIdent srw.JOB_IDENT;

BEGIN

myPlist := SRW_PARAMLIST(SRW_PARAMETER('',''));

srw.add_parameter(myPlist,'GATEWAY','http://1**.1**.7.**:9002/reports/rwservlet');

srw.add_parameter(myPlist,'SERVER','1**.1**.7.**');

srw.add_parameter(myPlist,'REPORT','e:\erp\reportdone\quotation.rdf');

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center