I am trying to create a Stored Procedure universe in SAP BO 4.2 but it’s showing below error,
Below are the steps that I have followed to create a Stored Procedure universe.
Using Quick Wizard ->Click here to choose Store Procedure universe->Entered Universe Name, New Database Connection->I was able to see available SP's.
I selected one SP-> Add->In Stored Procedure Editor it was asking for Enter parameter value.
I enabled parameter Stored_Proc_Universe as Yes.
But it was throwing below error:
Exception:DBD,ORA-06550:line 1,column 8:
PLS-00306:wrong number or types of arguments in call to 'SP_BO_TEST'
ORA-06550:line 1, column 8:
PL/SQL: Statement ignored
State: N/A
Please can someone help me to resolve this issue.
Hi Ravi,
Are you able to run the Stored Procedure directly in Oracle?
There are some restrictions on which types of stored procedure are supported in BO.
You can refer the following article for the same: Stored Procedure Universe Best Practice Guide - Business Intelligence (BusinessObjects) - SCN Wiki
Hope it helps!
Regards,
Adil
Add a comment