Re: run_product error
Date: 29 Nov 2001 03:07:25 -0800
Message-ID: <746cebd2.0111290307.2fdb750c_at_posting.google.com>
"Lionell" <pgvh_at_hotmail.com> wrote in message news:<mwSM7.158106$QL2.4967054_at_amsnews03.chello.com>...
> hello,
>
> While generating a menu with designer, I get this error message :
> Compiling OVERZNIETINGAANVR menu item in REPORTS menu...
> Compilation error on OVERZNIETINGAANVR menu item in REPORTS menu:
> PL/SQL ERROR 307 at line 1, column 1
> too many declarations of 'RUN_PRODUCT' match this call
> PL/SQL ERROR 0 at line 1, column 1
> Statement ignored
> These are my settings by Run_Product:
> RUN_PRODUCT ( GRAPHICS, '',SYNCHRONOUS,RUNTIME,FILESYSTEM,'','');
> RUN_PRODUCT ( REPORTS, '',SYNCHRONOUS,RUNTIME,FILESYSTEM,'','');
> Could you help me with this
> .
> Thanks in Advance.
> Lionell
> Please mail me the solutions
>
> lionell_at_chello.nl
when the PLSQL version changed the run_product procedure became overloaded the sixth param (paramlist_name) can be either a varchar2 or an id... the work around we use is to use named notation, ie
paramlist_name => null
Simon Received on Thu Nov 29 2001 - 12:07:25 CET