Hi Steffen,

that was my first version. Sorry that i didn't mentioned that. Either versions didn't work.

Greetings

Georg

Schildberg, Steffen wrote:
[EMAIL PROTECTED]">
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


Reply via email to