Getting error while executing SRW package
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');