[CR #344339] If you are using Adaptive Server Enterprise 12.5.1, or later, 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: Use isql to connect to the Adaptive Server being used by the portal. At the command prompt, enter:
use master go sp_dboption portaldatabase, “select into”, true go
Then, use isql to reexecute the catalina_row_locking.sql script to set up row locking on all the correct tables.