S03007
Error Code
S03007
Error Message
Cannot subscribe to the table <xxx>. Share this table before subscribing.
RefId: S03007
Probable Causes
The subscribed table should be an existing shared stream table. Otherwise, the error
occurs when users attempt to use the subscribeTable
for the
subscription.
Solutions
-
If the stream table does not exist, check whether the table name is correct.
-
If the table is not a stream table, set the table parameter as a stream table.
-
If the table is not a shared table, use the
share
function orshare
statement to share it across all sessions.