Quantcast
Channel: SCN: Message List - SAP SQL Anywhere
Viewing all articles
Browse latest Browse all 2182

Re: Problems with Publications when migrating Ultralite DB v.11 to v.16

$
0
0

Hello Naim,

 

See the documentation for the restrictions on creating publications. You cannot use a subquery here:

 

The search condition in the WHERE clause can only reference columns that are included in the article. In addition, you cannot use any of the following in the WHERE clause:

  • subqueries
  • variables
  • non-deterministic functions

These conditions are not enforced, but breaking them can lead to unexpected results.


Your definition is using a subquery:

 

WHERE NSLI_SERVICELINE_ID = ANY (SELECT ...

 

You will have to re-formulate how you specify this definition for the publication.

 

Regards,

 

Jeff Albion

SAP Active Global Support


Viewing all articles
Browse latest Browse all 2182

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>