Hi Chris,
Sapdb [mailto:[EMAIL PROTECTED]] wrote: > > > Does anyone have a sample of the new repmcli (loadercli) > syntax for sapdb > 7.4 ? It's changed and the docs are really hard to follow on what the > correct syntax is. And there are no examples. I played > around with it for > about an hour and couldn't figure it out. > Haven't made it yet to update/write the wiki ;-( So here are some command pairs: CATALOGEXTRACT TABLE <table name> OUTSTREAM FILE <file name> // CATALOGLOAD TABLE <table name> INSTREAM FILE <file name> // TABLEEXTRACT TABLE <table name> DATA OUTSTREAM FILE <file name> // TABLELOAD TABLE <table name> DATA INSTREAM FILE <file name> CATALOGEXTRACT USER OUTSTREAM FILE <file name> // CATALOGLOAD USER INSTREAM FILE <file name> // TABLEEXTRACT USER DATA OUTSTREAM FILE <file name> [PACKAGE OUTSTREAM FILE <file name>] // TABLELOAD USER DATA INSTREAM FILE <file name> DBEXTRACT CATALOG OUTSTREAM FILE <file name> DATA OUTSTREAM FILE <file name> // DBLOAD CATALOG INSTREAM FILE <file name> DATA INSTREAM FILE <file name> The other statement have the old syntax. Something else needed? We're in the process of unifying the syntax and this isn't finished yet. Regards, Steffen -- Steffen Schildberg SAP DB Team SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
