[CR #344339] If you are using Adaptive Server Enterprise version 12.5.1 or higher, after installing Enterprise Portal, the log may show several errors stating that select-into bulk copy must be enabled for the portaldatabase. These errors are caused by the execution of the catalina_row_locking.sql script located in %SYBASE%\PortalStudio\Database\ASE.
Workaround: Connect to the Adaptive Server Enterprise being used by the portal via isql. At the command prompt, enter:
use master go sp_dboption portaldatabase, “select into”, true go
Then, use isql to re-execute the catalina_row_locking.sql script to set up the row locking on all the correct tables.