On 23-9-2017 02:44, Jorge Andres Brugger [email protected] [firebird-support] wrote: > > > Hello all. > To use a replication solution (not longer maintaned) i need to create a > generator/sequence named "RDB$GEN_REPLICADOR" but when I try to do it i > get (using Flamerobin): > > Error: *** IBPP::SQLException *** > Context: Statement::Execute( CREATE GENERATOR RDB$GEN_REPLICADOR ) > Message: isc_dsql_execute2 failed > > SQL Message : -607 > can't format message 13:393 -- message file > C:\Windows\system32\firebird.msg not found > > Engine Code : 335544351 > Engine Message : > unsuccessful metadata update > CREATE SEQUENCE RDB$GEN_REPLICADOR failed > unknown ISC error 336068862 > > How I can create that generator?
You might want to copy firebird.msg into c:\Windows\system32. The error is "Sequence <x> already exists" -- Mark Rotteveel
