Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
call stored procedure
Amruta29
The stored procedure is stored in the database to which I have access. But when I try to call the procedure i get an error.
Here is the syntax I am using
{call usp_Daily_Client_Performance_Report_Query(70)}
But I can copy select statement used to run the procedure and it works fine.
Can someone help?
Find more posts tagged with
Comments
bhanley
Are you using the same login credentials via the JDBC URL as you do when you log into the RDMS and run the Stored proc directly? Try supplying administrator credentials in BIRT initially to rule out a permissions issue and them work backward to increase the security to where it needs to be in production.
Amruta29
yes I am using same login credentials. So I do not believe thats issue.
bhanley
What is the error you are seeing when you try and build the Data Set? I am thinking this could be related to data type when you pass in your argument.