Size Limit

Hi

Is there a limit on the size of the file that can be parsed using the Btrieve Parser?

I'm trying to work with a .dat file which is 404mb but I'm unable to open it.

Thanks

Craig

RE: Size Limit

Hi Craig,

Any file size limitation in the full licenses of DataTools Parsers is determined by the application from which the data originated, rather than by DataTools.

Are you getting an error when you try to open the file? If so, what is the error?

- Jo

Size Limit

Hi Jo

I get an 'Error 94 on btrv open(25519)' message.

Thanks

Craig

RE: Size Limit

Hi Craig,

Here is what the Pervasive.SQL documentation says about Error 94:

94: The application encountered a permission error

The MicroKernel returns this status code in the following situations:

  • The application tried to open or create a file in a directory without the proper privileges. The MicroKernel does not override the network privileges assigned to users.
  • The designated server is in the server routing table, but your particular client is not logged into that server.
  • The system data source name (DSN) on the server has an error in the pathname to the data files.
  • A NetWare application tried to access a file using NetWare Runtime support with the given username. Specifically, one of the following situations exists regarding the supplied username:
    1. The user is not a valid user on the NetWare Runtime server.
    2. The user does not have the appropriate rights to access the file.
    3. The username is ADMIN or SUPERVISOR. For security reasons, the MicroKernel does not enable you to use ADMIN or SUPERVISOR as a username when enabling NetWare Runtime support.
    4. User is logged in to NetWare server with grace login (i.e., password has expired and a set number of grace logins are left). Change the user's password to a valid password (no grace login) and reconnect to the server with the valid password.
  • When using the Win32 Requester from a Windows 32-bit or a 98/ME client machine to a NetWare server, you must use the same username for logging in to both the client machine and the NetWare server. You cannot be logged in to NetWare as SUPERVISOR or ADMINISTRATOR.
  • When using the Win32 Requester from a Windows 32-bit or a 98/ME client machine using NetWare emulation to a Windows NT server, the server cannot use Microsoft File and Print Services for NetWare. This causes the requester to attempt authentication as though the server were a NetWare Runtime server.
  • It is recommended that you keep the default client configuration setting Access4Use Remote MicroKernel Engine = Yes on FPNW servers running Pervasive PSQL. You may receive a Status Code 94 if you change this setting to No when you are running the Btrieve Interface locally on the FPNW server and are using a local FPNW drive mapping or local FPNW UNC path.
  • You may also receive this status if you have Client for NetWare Networks installed on a Windows only network where no NetWare servers present. Remove the Client for NetWare Networks from the Windows 95 workstation.

Please let us know if this helps resolves the problem, or not.

- Jo