---In [email protected], <fabianch@...> wrote :
 
 > I am getting this error while running nbackup:
 >  

 > "nbackup needs local access to database file"
  > 
 > The nbackup sentence is:
  > 
 > Nbackup.exe -user SYSDBA -pas HereMyPass   -B  0      localhost:MyDB_FB3.fdb 
 >    C:\temp \MyDB_Level_0.nbk
 >  

 > If I remove localhost: then it works, but that would be running as embebed 
 > and it is a superserver with active network connections.
 
F:\b30\output_Win32>firebird -a

F:\fb30\output_Win32>isql localhost:test_a -user sysdba -pass masterkey
Database: localhost:test_a, User: SYSDBA
SQL> shell;
Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation.  All rights reserved.

F:\fb30\output_Win32>nbackup.exe -b 0 localhost:test_a s:\test_a.nbk -user 
sysdba -pass masterkey
time elapsed    0 sec
page reads      181
page writes     181

F:\fb30\output_Win32>exit;
SQL> exit;

Regards,
Vlad

  


Reply via email to