Skip to Content
0
Former Member
Dec 29, 2010 at 11:55 AM

Problem with catalog extract

30 Views

Hello Everbody

We use MAXDB on our SAP systems and on no SAP-Systems.

To sync a table between our developmentsystem(no SAP) and our testsystem(no SAP) we do:

on development:

loadercli:

catalogextract TABLE "SCHEMANAME"."TABNAME" outstream 'out_strukture'

dataextract * from TABNAME outstream 'l_output'

on test:

loadercli:

catalogload TABLE "TABNAME" instream 'out_strukture'

dataload TABLE TABNAME instream 'l_output'

Everything works as expected for more than 4 years!!

Now we upgraded our development database from 7.6 to 7.7.07.16

The loadercli catalogextract command runs with no errors, but the out_strukture file contains only 2 lines:

1.SQLMODE INTERNAL

2.//

????????

What do we miss ?????

Any help welcomed

Best regards

Albert