Hi,
I am trying to load data from cognos decision stream into sql server and I am getting the error mentioned below:
UDA-SQL-0115 Inappropriate SQL request.
UDA-SQL-0564 [Microsoft OLE DB Provider for SQL Server]The instance of the SQL Server Database Engine cannot obtain a LOCK resource at this time. Rerun your statement when there are fewer active users. Ask the database administrator to check the lock and memory configuration for this instance, or to check for long-running transactions. (SQLSTATE=42000, SQLERRORCODE=1204)
Bind error on column 'xxx'; value too large (length 70 vs 50)
When I try to check for number of locks I got a message it does not support any locks.
As per error I see Bind error too, can anybody help me understand when we get this bind error.
I am unable to determine if this issue is because of locks or due to improper data? If anybody has any suggestions on how to resolve this issue, please let me know.
Thanks in advance,
I am trying to load data from cognos decision stream into sql server and I am getting the error mentioned below:
UDA-SQL-0115 Inappropriate SQL request.
UDA-SQL-0564 [Microsoft OLE DB Provider for SQL Server]The instance of the SQL Server Database Engine cannot obtain a LOCK resource at this time. Rerun your statement when there are fewer active users. Ask the database administrator to check the lock and memory configuration for this instance, or to check for long-running transactions. (SQLSTATE=42000, SQLERRORCODE=1204)
Bind error on column 'xxx'; value too large (length 70 vs 50)
When I try to check for number of locks I got a message it does not support any locks.
As per error I see Bind error too, can anybody help me understand when we get this bind error.
I am unable to determine if this issue is because of locks or due to improper data? If anybody has any suggestions on how to resolve this issue, please let me know.
Thanks in advance,