Hi,
I am trying to register a view as replication source with the following error: "ASN1562E The replication action ended in error. An unexpected error occurred. Reference Code "REGISTRATION9NP""
I have already register the source tables as well. The view itself is quite simple (below is the view definition)
CREATE VIEW CCI1.REPLICATION_VIEW_NEW AS
SELECT
FACT."SNIPPET_ID",
FACT."TYPE_ID",
FACT."TOPIC_ID",
SNIPPET."SNIPPET_TEXT"
FROM
CCI1."FACT_SNIPPET" AS FACT,
CCI1."DIM_SNIPPET_TEXT" AS SNIPPET
WHERE
FACT."SNIPPET_HASH" = SNIPPET."SNIPPET_HASH"
Does anybody has any pointer for me? What is the reference code REGISTRATION9NP mean?
Thanks a lot for your help
I am trying to register a view as replication source with the following error: "ASN1562E The replication action ended in error. An unexpected error occurred. Reference Code "REGISTRATION9NP""
I have already register the source tables as well. The view itself is quite simple (below is the view definition)
CREATE VIEW CCI1.REPLICATION_VIEW_NEW AS
SELECT
FACT."SNIPPET_ID",
FACT."TYPE_ID",
FACT."TOPIC_ID",
SNIPPET."SNIPPET_TEXT"
FROM
CCI1."FACT_SNIPPET" AS FACT,
CCI1."DIM_SNIPPET_TEXT" AS SNIPPET
WHERE
FACT."SNIPPET_HASH" = SNIPPET."SNIPPET_HASH"
Does anybody has any pointer for me? What is the reference code REGISTRATION9NP mean?
Thanks a lot for your help