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 > Btrieve Error 025

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 10-14-04, 10:31
cmg214 cmg214 is offline
Registered User
 
Join Date: Oct 2004
Posts: 0
Btrieve Error 025

hi,
I received the following error message:
Btrieve Error 025 on Bo Work File (32-Bit)
25: The application cannot create the specified file.

I can't find anything in help, or online otherwise, as to how to solve/troubleshoot this issue.

Thanks in advance
Reply With Quote
  #2 (permalink)  
Old 10-16-04, 08:21
mirtheil mirtheil is offline
Registered User
 
Join Date: Dec 2001
Posts: 1,026
Status 25 means: The application cannot create the specified file
The MicroKernel returns this status code in one of the following situations:

If an application attempted to create a data file, the disk directory or the disk itself may be full.
If an application tried to create a file over an existing file, the existing file is open or the operating system will not allow the operation for another reason (such as when a file is flagged transactional in NetWare).
In an attempt to create a Btrieve file over existing Btrieve file, this status will be returned. The keybuffer on the Btrieve create operation API (opcode 14) is set properly to create a file over an existing file.
This problem may be caused by Antivirus software (such as Innoculan)


--------------------------------------------------------------------------------
Note
This happens when the Operating system returns an unusual status code to the engine. Normally, the engine expects either a success or the file already exists. In one situation, the error code was being returned because the file handle that the engine was using was not functional; however, the OS call that the engine makes is supposed to return a file handle.
--------------------------------------------------------------------------------


One solution is to disable the Antivirus software. Contact the third party vendor for additional information on configuring the Antivirus software to eliminate scanning specific data files.
__________________
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
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