Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HPCC-32018 Restore User documentation for Z.A.P. #19211

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions docs/EN_US/Installing_and_RunningTheHPCCPlatform/Inst-Mods/ZAP.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<sect1>
<title>ZAP Utility</title>

<sect2 id="ZAP">
<title>Z.A.P. Utility</title>

<para>The Zipped Analysis Package (Z.A.P.) button is a utility for
collecting system information and encapsulating it into a shareable
package. It is a useful tool for reporting errors, inconsistencies, or
other unexpected behavior. When there is such an occurrence, this utility
packages up information to send for further analysis.</para>

<figure>
<title>Z.A.P. Button</title>

<mediaobject>
<imageobject>
<imagedata fileref="../../images/ECLWAZ00.jpg"/>
</imageobject>
</mediaobject>
</figure>

<para>To use the Z.A.P. utility, press the Z.A.P. button on the workunit
details page from the appropriate workunit. The button opens the Zipped
Analysis Package dialog.</para>

<para>Some of the required fields are populated. Fill in the corresponding
values under Description, History, and the other fields. Optionally, you
can password protect the ZAP package and choose to include worker logs.
Worker logs are not included by default. If there are worker logs, the
option to include them is available. You must check that field when
available to include the worker logs.</para>

<para>If your data contains sensitive information, such as personally
identifiable information (PII), save the ZAP package, sanitize the data,
then email it manually. If appropriate to share your data, you can take
advantage of the Send Email field.</para>

<para>The Send Email field is only available if email is configured for
the ESP service in the Configuration Manager. If available, check the Send
Email box to email the ZAP report. Only an Administrator can configure the
email. The (To) Email Address is also set by the Administrator and can
only be changed in the configuration. The (From) Email Address can be set
in the Configuration Manager, but can be changed if desired. The Email
Subject is required, but the Email Body is optional.</para>

<para>Press the <emphasis role="bold">Apply </emphasis>button when all the
dialog fields are completed. At that point if you checked the Send Email
box, the Z.A.P. report gets sent. If email is not configured, the Z.A.P.
utility generates a zip file with all the appropriate information for
troubleshooting.</para>

<para>You can find the generated zip file in your browser's designated
download directory. You can now manually send this file to the person
handling your support request, or you can upload the file into the issue
tracking system. Remember, you should only use the email feature if
appropriate to share your data.</para>
</sect2>
</sect1>

Original file line number Diff line number Diff line change
Expand Up @@ -1963,6 +1963,9 @@ init_start_thor--></property></para>
</itemizedlist>

<para><?hard-pagebreak ?></para>
<xi:include href="Installing_and_RunningTheHPCCPlatform/Inst-Mods/ZAP.xml"
xpointer="xpointer(//*[@id='ZAP'])"
xmlns:xi="http://www.w3.org/2001/XInclude" />
</sect1>

<sect1 id="hpcc-init">
Expand Down
Loading