Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Target database cannot be opened #6

Open
GoogleCodeExporter opened this issue Mar 14, 2015 · 5 comments
Open

Target database cannot be opened #6

GoogleCodeExporter opened this issue Mar 14, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

* What steps will reproduce the problem?
1. fbclone -v -s SIGAA.FDB -su SYSDBA -sp masterkey -t sigaa_utf.fdb -tu SYSDBA 
-tp masterkey -tc UTF8 -rc WIN1252 -wc UTF8 >> fbclone.log

* What is the expected output? What do you see instead?
I'm not sure about the converted file is ok. When I try to open it on IBExpert 
I get a warning about the wrong user or password.
The source file size is 21.5KB and the target has only 11.0KB.

* What version of the product are you using? On what operating system?
FBClone 2.1.4
Windows7 Pro
Firebird 2.5
IBExpert

I tried to log the verbose I see on screen (by using ">> filename"), but only a 
small and initial part is logged - I don't know why.
It would be good to have an option for that. 

Take a look at the final part I can see on screen:
:
:
------ failure ------
GRANT SELECT ON PESSOA TO PROCEDURE GERAR_CAMPANHA_NATAL, PROCEDURE GERAR_RANCHO
_NATAL, PROCEDURE POP_RESUMO_ALIMENTO, PROCEDURE POP_RESUMO_FAMILIA, PROCEDURE P
OP_RESUMO_ODONTO, PROCEDURE POP_RESUMO_OFTALMO;
----- exception -----
unsuccessful metadata update
table/view PESSOA does not exist
This operation is not defined for system tables.

GDS Code: 335544351Error Code: 31
---------------------
------ failure ------
GRANT SELECT ON PESSOA_COMPLEMENTO TO PROCEDURE GERAR_CAMPANHA_NATAL, PROCEDURE
GERAR_RANCHO_NATAL, PROCEDURE POP_RESUMO_ALIMENTO, PROCEDURE POP_RESUMO_FAMILIA,
 PROCEDURE POP_RESUMO_ODONTO, PROCEDURE POP_RESUMO_OFICINA, PROCEDURE POP_RESUMO
_OFTALMO, PROCEDURE POP_RESUMO_RANCHO, PROCEDURE POP_RESUMO_VESTUARIO, PROCEDURE
 POP_RESUMO_VISITA;
----- exception -----
unsuccessful metadata update
table/view PESSOA_COMPLEMENTO does not exist
This operation is not defined for system tables.

GDS Code: 335544351Error Code: 31
---------------------
------ failure ------
GRANT SELECT,DELETE ON VESTUARIO_PESSOA TO PROCEDURE EXCLUIR_VESTUARIO_PESSOA;
----- exception -----
unsuccessful metadata update
table/view VESTUARIO_PESSOA does not exist
This operation is not defined for system tables.

GDS Code: 335544351Error Code: 31
---------------------
--- 1204 error(s) ! ---

Original issue reported on code.google.com by [email protected] on 8 Aug 2012 at 10:14

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant