If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Pervasive.SQL > sqlutil for pervisave error

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-07-03, 14:58
guyang2000 guyang2000 is offline
Registered User
 
Join Date: May 2002
Posts: 55
sqlutil for pervisave error

Try to backup db file with Butil continuous way no problem:

But when I use "sqlutil" do the same thing, get error massage:

sqlutil -startbu \pvsw\demodata\dept.mkd

Preparing files for continuous backup operation ...

Error: Data source name \pvsw\demodata\dept.mkd does not exist.

I even try c:\pvsw\demodate\dept.mkd, same error.

Anybody any clue.

Thanks in advance.

HG
Reply With Quote
  #2 (permalink)  
Old 11-08-03, 18:07
mirtheil mirtheil is offline
Registered User
 
Join Date: Dec 2001
Posts: 1,026
The usage of SQLUTIL is:

sqlutil -startbu <Data Source Name | @ListFile> [/s
sqlutil -endbu <Data Source Name | @ListFile> [/s]

Notice that it's using a Data Source Name. So in your example, it would be:
sqlutil -startbu demodata

You don't specify a data file name when using sqlutil. You specify a data source name.
__________________
Mirtheil Software
Certified Pervasive Developer
Certified Pervasive Technician
Custom Btrieve/VB development
http://www.mirtheil.com
I do not answer questions by email. Please post on the forum.
Reply With Quote
  #3 (permalink)  
Old 11-08-03, 23:28
guyang2000 guyang2000 is offline
Registered User
 
Join Date: May 2002
Posts: 55
Got it, thank you.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On