I was running a report, in the mean time, one of our DBA locked a table. I got the error message as ’ is undefined’. Is there any way to access the table eventhough the tables are locked? Do we have any options on the designer/supervisor level, like uncommitted read options?
Thanks in Advance for your reply.
Ravi.
______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
Ravi,
If you are using BO 4.1.x,add END_SQL=WITH UR in [GENERAL] section of your parameter file
for Uncommitted Read.
Hope it helps.
Regards,
Durgesh
Hi Folks,
I was running a report, in the mean time, one of our DBA locked a table. I got the error message as ’ is undefined’. Is there any way to access the table eventhough the tables are locked? Do we have any options on the designer/supervisor level, like uncommitted read options?
Durgesh, Is this still a way to query SQLServer as an uncommitted read…hence preventing me from competing with users on an OLTP database. The DBA’s are positively in snit over this issue.