Hi Eric, [Eric Jain wrote]
> Subject: Loading stored procedures with repmcli > > > While the following stored procedure works well if entered through SQL > Studio, repmcli doesn't seem to like it: > > Error during execution > -->-25010 > SQL error -5016 = Missing delimiter: ; (error position: 376) > [snipped stored proc] > > What am I doing wrong? > You need to add a second semicolon at the end. RepMan removes the last semicolon (see archive for a longer explanation). This 'feature' will be gone with the next release (hence then no second semicolon at the end needed anymore but a double slash as the only command delimiter in batch scripts for repmcli). Until then I'm sorry for the inconvenience. Regards, Steffen -- Steffen Schildberg SAP DB Team SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
