20
Cannot retrieve object ID for `%.*s`.
The Web Services Manager tried to access an object that should exist, but does not.
Error 15219 is raised with the following states:
State |
Meaning |
---|---|
1 |
The proxy table entry for the specified Web service does not exist in the sysobjects table. |
2 |
The “webservices_role” does not exist in the system. |
For state 1, verify that the specified Web service proxy table is present in sysobjects. If necessary, re-add the service using sp_webservices.
For state 2, re-add the “webservices_role.”
Refer to the Adaptive Server Enterprise Web Services User’s Guide for more information about implementing Web services. If the recommended actions do not correct the error, contact Sybase Technical Support.
Version 15.0 and later