Add installer log guidance — PingCastle Enterprise 4.0 - #1373
Conversation
Support needs installer logs when install fails or a case opens. Adds a Collecting Installer Logs subsection with the /l*v flag steps, and notes deep-linking to it from both install tabs. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
The 4.0 installer sometimes fails to detect the existing installation directory during an in-place upgrade. Documents the INSTALLFOLDER command-line workaround. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Auto-Fix Summary7 issues fixed, 6 skipped across 3 files
Ask |
Removes ACCEPT_KEY_LOSS (not wired up) and UI-only/orphaned properties (WINDOWSGROUPADMINVISIBLE, WINDOWSGROUPVISIBLE, WINDOWSORAZURE, AZUREGROUPID), corrects DB_SERVER_TYPE valid values and behavior, clarifies USE_ENCRYPTION/TRUST_SERVER_CERTIFICATE defaults, and documents all three APPPOOL_IDENTITY_TYPE values including the gMSA password exception. Generated with AI Co-Authored-By: Claude Code <ai@netwrix.com>
Extracts logging guidance into a new "Collecting Support Logs" article covering application, CloudAPI, scheduler, and installer logs, and adds installer failure troubleshooting. Splits action plans/exceptions content out of the Entities page into its own article, and updates the sidebar to match. Generated with AI Co-Authored-By: Claude Code <ai@netwrix.com>
Auto-Fix Summary15 issues fixed, 16 skipped across 7 files
Ask |
…t notes Remove the unverified claim about verbose install logs scrubbing secrets, clarify when CLOUDAPI_CONNECTIONSTRINGPROPERTY must be set explicitly for MANUAL connection strings, and reorganize authentication property sections.
Auto-Fix Summary22 issues fixed, 13 skipped across 8 files
Ask |
Auto-Fix Summary16 issues fixed, 20 skipped across 8 files
Ask |
Documentation PR ReviewEditorial Reviewdocs/pingcastle/4.0/enterpriseauthsetup.md
docs/pingcastle/4.0/enterpriseinstall.md
docs/pingcastle/4.0/enterprisesilentinstall.md
docs/pingcastle/4.0/enterprisesupportlogs.md
docs/pingcastle/4.0/enterprisetroubleshooting.md
docs/pingcastle/4.0/enterpriseupgrade.md
docs/pingcastle/4.0/enterpriseuser-actionplans-exceptions.md
docs/pingcastle/4.0/enterpriseuser-entities.md
Summary24 editorial suggestions across 8 files. The highest-impact items are the three different spellings of the installer filename across What to do next: Comment
You can ask Claude anything about the review or about Netwrix writing standards.
|
Auto-Fix Summary2 issues fixed, 9 skipped across 8 files
| Ask |
Code ReviewNo build-, routing-, or config-breaking problems in this PR. Verified:
Issues in documented commandsThese are command/technical correctness, not prose style: 1.
Also on that line: 2. Three different names for the same installer binary across the PR
At most one of these is the shipped filename. Readers copy-paste these, so they should be reconciled to whatever the 4.0 build actually produces. 3.
If omitting the property yields 4.
5. Security nit — blanket "the log is scrubbed" claim (
A Content and style are out of scope here — the doc-review workflows cover those. |
| ``` | ||
|
|
||
| - `/l*v` enables verbose logging for all message types. | ||
| - msiexec forwards the log path unchanged from the wrapper, so the elevated process running the install needs write access to the path, not just the account that launched `PingCastle-Enterprise-Installer-<version>.exe`. Avoid a path under a non-administrator user's profile unless that location also grants write access to `SYSTEM` or the administrator account. |
There was a problem hiding this comment.
Wrong way around? Wrapper passes all log path details unchanged to the msiexec
Summary
enterprisetroubleshooting.md(4.0) covering the/l*vverbose installer log flag:::notedeep links to the new section in both install tabs (Production and Test/POC) inenterpriseinstall.md(4.0)enterpriseupgrade.md(4.0): the installer sometimes fails to detect the existing installation directory during an in-place upgrade, with theINSTALLFOLDERcommand-line workaroundScope: 4.0 only — 3.5 has no troubleshooting page to link to.
Test plan
DOCS_PRODUCT=pingcastle npm run start)🤖 Generated with Claude Code