OpenEdge CDC - SQL Access

Posted by ujj1 on 17-Apr-2018 10:49

I noticed in the documentation that it says:

"If the user is using the Authorized Data Truncation(ADT) feature or the Autonomus Schema Update(ASU) feature, any applications that work with data returned from SQL queries, will not get complete data. Progress suggests that users should set ADT and ASU to OFF while working with CDC tables."

I would think that you'd want these set to ON so that you don't have to worry about field values exceeding the field format when using SQL to read the CDC records. What happens if I set this to ON (especially ASU)?

All Replies

Posted by gus bjorklund on 17-Apr-2018 14:50

Yes.

But note that the data replicated may be truncated.

This is as it should be.

Posted by Paul Koufalis on 18-Apr-2018 14:40

Careful: you may want to set ADT to OUTPUT, not ON. Otherwise the truncation also affects the where clause.

This thread is closed