> Solved. > I was missing to do GRANT USAGE ON SEQUENCE RDB$GEN_REPLICADOR TO [user] > WITH GRANT OPTION > (Sequence seems to be considered system one and dont get listed)
Third-party tools may consider everything starting with 'RDB$' a system object. Possibly you may switch to a different name for being able to work with the object in your tool without any side-effects. -- With regards, Thomas Steinmaurer http://www.upscene.com/ Professional Tools and Services for Firebird FB TraceManager, IB LogManager, Database Health Check, Tuning etc.
