*TOOLS/SYSTEMANALYSIS |
Analyze PxPlus Installation and Setup |
The System Analysis utility analyzes the PxPlus installation and setup. It runs the following tests and displays the results, reporting any issues found:
Test |
Description |
PxPlus Install Test |
Create and delete a file in the install directory. (A permissions check on all Lib sub-directories was added In PxPlus 2023.) |
WindX Test |
Display client and server PxPlus versions and the WindX program version. |
PxPlus Environment Variables |
Display all of the PxPlus environment variables. |
Internet Test |
Test that PxPlus can connect to the Internet at www.pvxplus.com. |
SSL Test |
Test that PxPlus can connect securely via SSL to www.pvxplus.com. |
External DB Test |
Test that ADO is supported. |
PDF Test |
Check that LibHaru is supported and enabled. |
(The System Analysis utility was added in PxPlus 2022.)
This utility can be invoked either in graphical or Text-based mode. To invoke this utility in graphical mode, use one of the following methods:
Location |
Method |
From the PxPlus IDE Main Launcher |
Expand the Installation and Setup category and select System Analysis. |
From the PxPlus Command window |
Enter: SA |
The System Analysis window displays. Clicking the Execute button runs the tests and displays the results:
|
|
|
This window consists of the following:
Execute |
Runs the system analysis and, when completed, displays the results in sections. Click on a section to expand it and view the results. Each section is labelled with the name of the test, and the color indicates the status of the tests completed for the section:
| ||||||
Save |
Saves the results as HTML. | ||||||
Close |
Exits the System Analysis utility. |
To invoke this utility in text-based mode, use the following format:
CALL "*tools/systemanalysis",results$,htmlOutput
Where:
results$ |
Output string where the test results are returned. |
htmlOutput |
If set, the output will be HTML. If not set or set to 0, the output is plain text. |