|
Component Area
|
Tracking Number
|
Description
|
|
Installation
|
54957
|
DDF Builder can be installed as part of a client install but is supported only on a local system and cannot access data paths of databases on remote server.
Work-around: Install DDF Builder on a local machine where the database engine is installed and the data files reside.
|
|
55169
|
Very long paths for installation destination results in error 1320.
Work-around: Use a path less than 121 characters.
|
|
55194
|
In certain custom installation situations, the product install does not properly detect the exact amount of disk space required. As a result, install may run out of disk space during installation.
Work-around: Ensure that the target disk has at least 200 MB of free space prior to installation.
|
|
55835
|
Installation time on Windows Vista is twice or more slower than non-Vista operating systems on equivalent hardware. Microsoft has confirmed that this is expected behavior because of the increased number of filter drivers such as UAC Virtualization and Vista Search Indexing.
|
|
56004
|
PCC and DDF Builder are not functional when added with install "Modify" operation.
Work-around: Uninstall and reinstall all of PSQL.
|
|
56091
|
A silent install reboots after installation if the target machine meets the requirements for XIO and is running the Windows 2000 operating system.
Work-around: Use the following command line for the silent installation to prevent the reboot:
server32>SetupServer_x86.exe /s /v"/qn REBOOT=ReallySuppress /l*v c:\install.log"
|
|
Utilities
|
54785
|
BDU utility fails when the secured database password is longer than 111 characters.
|
|
54937
|
Deleted key not refreshed on the Create New Btrieve File grid in Function Executor utility.
|
|
55396
|
The PSA functionality View loaded Pervasive modules does not list 64-bit Pervasive PSQL components.
|
|
55901
|
Incomplete path displayed while loading, copying, or saving data in Btrieve Maintenance utility.
|
|
55969
|
XIO requires a minimum of 2GB of RAM for installation. If a machine was installed without XIO due to insufficient memory, but subsequently more memory was added to that machine, the install "Repair" option will not add the XIO component even though the machine now meets the 2GB minimum memory requirement.
Work-around: Uninstall and reinstall the product.
|
|
Utilities (DDF Builder)
|
54446
|
DDF Builder does not support creating a table definition for a file that uses ISR (International Sort Rules). DDF Builder does not currently provide a warning.
How to determine if a data file uses ISR:
When a key has one of the ACS flags set, look at the 265 bytes for that ACS.
If the signature byte is 0xAC, then it's a User-defined ACS.
If the signature byte is 0xAD, then it's a locale-specific ACS.
If the signature byte is 0xAE, then it's an ISR.
|
|
55960
|
DDF Builder encounters error when operating on files that are held open exclusively by another process.
Work-around: Ensure that the files are not held open exclusively by another process.
|
|
Utilities (PCC)
|
53977
|
F1 in PCC fails to load the Help page if called the second time on XP only.
Workaround: Close the help window, click the Pervasive PSQL Explorer window, then press F1. Once help invokes the second time, subsequent invocation is fine.
|
|
54786
|
Index dropped using butil utility results in an error in PCC while editing the table.
|
|
54990
|
Some configuration settings in PCC are missing from a virtual network computing (VNC) session.
Work-around: To configure the database engine, use PCC directly on that engine's console or use a remote desktop tool other than VNC.
|
|
55321
|
PCC grid cannot display tables with numerous fields.
Work-around: Use views or SELECT statements to limit the number of fields displayed in the grid.
|
|
55576
|
PCC returns "Failed to execute runnable (java.lang.OutOfMemoryError: Java heap space)" error for some large data sets.
Work-around: Increase the amount of memory available to PCC during start up. The amount of memory you can specify is limited by the physical memory installed on your machine. You can specify a minimum and a maximum amount of memory. For example, to specify a minimum and maximum of 256 megabytes, start PCC with the following command:
pcc.exe -vmargs -Xms256M -Xmx256M
The parameter -vmargs is required if you specify the other parameters.
The parameter -Xms specifies the minimum amount of memory to allocate to PCC. The parameter -Xmx specifies the maximum amount of memory to allocate to PCC. If you specify the -Xms parameter, you must also specify the -Xmx parameter.
|
|
SQL
|
55759 (and 54781)
|
Executing a stored procedure that contains a print statement inside the PCC or any other GUI tool (such as ODBCTest) may cause the tool to hang.
Work-around: Modify the PSQL Relational Engine service property to "allow service to interact with desktop." This option is configurable with the "Log On" pane under the service's "Properties" screen.
|
|
55807
|
DROP DATABASE disables user session. Any attempt to switch to another database fails.
|
|
55955
|
Psp_columns returns (null) for data type, type name, length, and so forth on columns created with data type UNIQUEIDENTIFIER.
|
|
Software Development Kit (SDK)
|
55423
|
PvCopyDatabase() does not work for database with referential integrity (RI), regardless of RI level. PvCopyDatabase API cannot properly copy tables with RI constraints. The copied tables with RI constraints return status 73 on open attempts.
|
|
55994
|
Pervasive OLEDB Provider does not work with a database under "mixed" mode security.
Work-around: Use MSDASQL Provider instead.
|
|
Data Archival
|
55919
|
Archival logging does not work when a client machine has "use cache engine" turned on and Workgroup Engine or Cache Engine configured to run as a service.
Work-around: Configure the Workgroup or Cache Engine service to run under a username/password that has the necessary rights to access objects on the remote server machine.
|
|
JavaHelp
|
55246
|
The JavaHelp search feature does not correctly highlight the search term. This is a known defect in the JavaHelp viewer and is not caused by the Pervasive PSQL documentation.
|