Hi,

 

I’m new to sapdb and I’m having a little trouble with repmcli.  I issued a catalog extract user command and the resultant output contained duplicate definitions for tables and indexes.  Am I doing something wrong?

Here is the command file:

 

CATALOGEXTRACT USER OUTSTREAM '&1'

//

 

TABLEEXTRACT USER DATA OUTSTREAM '&2' RECORDS

 

 

Here is a snipet of the output, notice that the first and last table are the same.  There are many more examples in the output file…:

 

SQLMODE INTERNAL

//

CREATE TABLE "ACCOUNT_TRANSACTION_SEQ"

(

            "SEQUENCE"               Integer    NOT NULL    DEFAULT           0

)

 

<<output cut…>>

 

//

CREATE TABLE "CANCELLED_FEATURED_LISTING_SEQ"

(

            "SEQUENCE"               Integer    NOT NULL    DEFAULT           0

)

//

CREATE TABLE "ACCOUNT_TRANSACTION_SEQ"

(

            "SEQUENCE"               Integer    NOT NULL    DEFAULT           0

)

Reply via email to