Page tree
Skip to end of metadata
Go to start of metadata
Create Procedure Errors (2000s)
2012The maximum number of available id's (%d) for LWP's is reached. Deallocate dynamic SQL statements to free ids.

2001      10           Cannot use duplicate parameter names. Parameter name '%.*s' listed more than once.
2002      10           Cannot use variable  '%.*s' without first declaring it.
2004      16           Procedure '%.*s' has already been created with group number %d - create procedure with an unused group number
2005      18           Maximum procedure %s count exceeded.  Limit is %d.  Modify the procedure to use fewer %ss.
2007      11           Cannot add rows to sysdepends for the current stored procedure because it depends on the missing object '%.*s'. The stored procedure will still be created.
2008      16           The object '%.*s' is not a procedure so you cannot create another procedure under that group name.
2009      16           Group number not allowed in ESP creation.
2010      16           A procedure by that name already exists.
2011      16           System stored procedures (that is, stored procedures beginning with 'xp_' or 'sp_' and which are owned by the dbo) can only be created in either 'master' or 'sybsystemprocs'.
2012      16           The maximum number of available id's (%d) for LWP's is reached. Deallocate dynamic SQL statements to free ids.
2013      16           TIMESTAMP is an invalid parameter type in scalar SQL functions.
2014      16           Cannot replace view definition for '%.*s' due to column level permissions granted on the view.
2015      16           The object '%.*s' is not a %S_MSG. Cannot replace an object of a different type.
2016      16           Cannot replace individual procedures within the group
2017      16           Cannot replace an access rule with a domain rule or a domain rule with an access rule.

  • No labels