Messages 762 through 784

Messages on this page are sorted by SQLCODE. Locate the appropriate code in the table below, and click the link for a full description of the message.

SQL Code Msg Type Number SQL State Message Possible Cause
-762L Error 2408 WJ023 "'%1' is not a public Java class, and cannot be referenced from SQL" Only public Java classes installed into the database are accessible from SQL.

Click here for a list of possible parameters and odbc states.

-763L Error 2409 WJ024 "'%1' is not a public Java reference, and cannot be referenced from SQL" The dotted expression is neither a public Java class nor a Java variable.

Click here for a list of possible parameters and odbc states.

-764L Error 2410 08W55 "Server not found and unable to autostart" Could not connect to a server, and was unable to autostart a server. Autostart may have failed because no database file was supplied.

Click here for a list of possible parameters and odbc states.

-765L Error 2411 5RW11 "Synchronization message type '%1' not found" You referred to a synchronization message type that is not defined in this database.

Click here for a list of possible parameters and odbc states.

-766L Error 2413 42U00 "View references '%1', which is a temporary object. Views can only refer to permanent objects" Views must refer only to permanent objects, not to temporary objects such as local temporary tables.

Click here for a list of possible parameters and odbc states.

-767L Error 2414 5RW12 "Cannot find synchronization subscription with the name '%1'" You misspelled the name of a synchronization subscription or you did not qualify it correctly with a user name.

Click here for a list of possible parameters and odbc states.

-768L Error 2415 5RW13 "Cannot subscribe to '%1'" Some publications cannot be subscribed to, such as a synchronization publication.

Click here for a list of possible parameters and odbc states.

-769L Error 2416 5RW14 "Cannot modify synchronization entry using ALTER PUBLICATION" You attempted to modify a synchronization entry using an ALTER PUBLICATION statement.

Click here for a list of possible parameters and odbc states.

-770L Error 2417 5RW15 "Cannot modify publication entry using ALTER SYNCHRONIZATION" You attempted to modify a publication entry using an ALTER SYNCHRONIZATION statement.

Click here for a list of possible parameters and odbc states.

-771L Error 2418 WE001 "Event '%1' not found" You have attempted to reference an event with a name that does not exist in the database.

Click here for a list of possible parameters and odbc states.

-772L Error 2419 WE002 "Event '%1' already exists" You have attempted to create an event with a name that already exists in the database.

Click here for a list of possible parameters and odbc states.

-773L Error 2420 WE003 "Schedule '%1' for event '%2' not found" You have attempted to reference a schedule with a name that does not exist in the database for the named event.

Click here for a list of possible parameters and odbc states.

-774L Error 2421 WE004 "Schedule '%1' for event '%2' already exists" You have attempted to create a schedule with a name that already exists in the database for the named event.

Click here for a list of possible parameters and odbc states.

-777L Error 2424 5RW16 "Cannot synchronize table '%1' since it does not have a primary key" Tables being synchronized must contain a primary key.

Click here for a list of possible parameters and odbc states.

-778L Error 2425 5RW17 "Must include primary key for table '%1' in the synchronization" The primary key of the table must be included in the synchronization entry.

Click here for a list of possible parameters and odbc states.

-779L Error 2426 5RW18 "Cannot create synchronization entry for table '%1' with BLOB primary key" You attempted to create a synchronization entry on a table with a BLOB primary key.

Click here for a list of possible parameters and odbc states.

-780L Error 2427 5RW19 "Cannot update primary key for table '%1' involved in a publication" The primary key of a table involved in a publication cannot be updated. The database option prevent_article_pkey_update can be set to 'off' to allow updates to the primary key of the table involved in the publication.

Click here for a list of possible parameters and odbc states.

-782L Error 2429 5RW21 "Cannot register '%1' since another exclusive instance is running" You attempted to start an application but another exclusive instance of the same application is already registered.

Click here for a list of possible parameters and odbc states.

-783L Error 2430 5RW22 "Cannot register another '%1' as an exclusive application" You attempted to register an exclusive application but another instance of the same application is already registered.

Click here for a list of possible parameters and odbc states.

-784L Error 2431 5RW23 "Cannot register connection because of invalid application cookie" Application registration cannot be found for the given cookie.

Click here for a list of possible parameters and odbc states.


Created June 15, 2009. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com