I am trying to create a Business Objects Universe for a SQL-Server 2005 database. The connection is all fine and I can display the tables, but when it comes to the joining on tables, i get the error:
joins between tables are not allowed in universes containing stored procedure!
I do not fully understand what the problem is… Yes this database does contain some Stored Prodecures, but not sure why this affects me trying to join two tables, I am not trying to run a SP!
Any help would be much appreciated
I am on BOXI Release 3
Click the Universe parameter and look for this option under connection ‘Click here to choose stored procedure universe’, Is this option checked by any chance …?
Hi All,
Universe is supposed to design on database with tables having analytical data in it.
Universe help us to kepp the data easily accessible using the functionalities like @functions,conditional objects,derived tables etc.
Stored Procs itself has lopps and cursors used which may be processing large amount of data.
If we are trying having SPs in universe then we can’t treat the Output of it as table in BO.
The workaround for this is to denormalise the data by inserting O/P of SP into tables and using those in universe.