Post
by Haydar Aji » Thu 06 Oct 2016 09:04
I'm using firebird 3.0.
I found this problem solved yesterday, it caused TIBCRestore Options Set [roReplace, roCreateNewDB, roUseAllSpace] and I change into [roReplace, roCreateNewDB] the problem is solved
I have another problem when using TIBCRestore database into the Server LAN / Public, "no permission to Create database"
When I execute using gbak.exe and restore my database, it works correctly with ROLE "RDB$ADMIN"
I set ROLE "RDB$ADMIN" on IBCRestore.Params.Add(format('role ''%s''',['RDB$ADMIN']));
On component TIBCConnection it's work, but when I using TIBCRestore, it didn't work and result the error same like when I didn't using ROLE "no permission to Create database"
My question is how to set ROLE on IBCRestore?
Thanks