Hi,
We have built the universe on transactional database. When we are running the report , it blocks insert/update done by front end application. In the old system, crystal reports are created based on Stored procedure and each table is queried with “nolock” condition.
When I searched for resolution, I found that “SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED” to be set either in oledb.sbo file or connectInit. As our BO environment is a shared environment, admin won’t accept the changes in oledb.sbo file.
We need a confirmation that setting the command “SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED" in ConnectInit will work or not?
Is there any other option to put with(nolock) condition in universe?
Database used :SQL SERVER 2008
Connection: OLE DB
BO version: XIR 3.1
Regards,
suba