Hi,
Does anyone know the correct database permission required for Metastorm to use stored procedures in a Business Object.
Using Metastorm v9 SR2.
I have the following scenario.
1) Creating a stored procedure in the Metastorm DB, connecting as DBO .... viola the query type business object can execute and show test results.
2) Using an existing stored procedure on a remote database via a Connection object. Testing the stored procedure returns nothing back, not even column names as it did in 1)
I have executed the stored procedure in SQL Management Studio and it runs perfectly.
I have tested the connection and it connects, and I can write a SQL query that returns results on clicking "Test" --> "Refresh"
So it seems stored procedures in a business object need some special permission that's inbetween the execute permission and full dbo access.
Ideas?