Hi Georg,
[Georg wrote] > Subject: error during repmcli / dataload / set command > > after invoking > repmcli -d db -u dba,dba -b import.sql > i got the error messages below in the log file > > the documentation: > "The character strings can contain a maximum of 10 characters." > but it seems not to work > [snipped some information not of interest to the error] > / * > / M START 20020502 00164205 > / * > SET BOOLEAN 'TRUE '/'FALSE ' > > / * > / E -25222: Wrong boolean specification. > / M Releasing user connection (USER: 'DBA'). > / * > Sorry, but there is a mistake in the docs. The command spec must be SET BOOLEAN '<valVALUE_FOR_TRUE>/<valVALUE_FOR_FALSE>' So change your command to SET BOOLEAN 'TRUE /FALSE ' and it'll work. I promise. Regards, Steffen -- Steffen Schildberg SAP DB Team SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
