Logged users that do not exist on the sys_user table cannot print to PDF with the Webkit plugin WHTPIssue <!-- table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } --> If you are logged in with a user that does not exist on the sys_user table (for example, maint), trying to use the icon to print to PDF on the homepages will fail. Symptoms Clicking the download PDF option results in questions, and then when processing starts, the following error is displayed: "Export failed: An unexpected error has occurred. Please see the instance logs for more details" The localhost contains the following message: Exit with code 1 due to network error: AuthenticationRequiredError --localhost----2017-06-05 03:49:12 (283) glide.background.generation.73ef3423db4fba009b835fa0cf96197f SYSTEM SEVERE *** ERROR *** com.snc.whtp: An error occured on the server2017-06-05 03:49:12 (288) glide.background.generation.73ef3423db4fba009b835fa0cf96197f SYSTEM SEVERE *** ERROR *** Loading pages (1/6)[> ] 0%[======> ] 10%[==============================> ] 50%[============================================================] 100%Counting pages (2/6)[============================================================] Object 1 of 1Resolving links (4/6)[============================================================] Object 1 of 1Loading headers and footers (5/6)Printing pages (6/6)[> ] Preparing[============================================================] Page 1 of 1DoneExit with code 1 due to network error: AuthenticationRequiredError--localhost---- Reviewing the authentication tokens: https://<instance-name>.service-now.com/oauth_credential_list.do You can confirm the Authentication token was created correctly for the WebKit HTML to PDF. However, there is no user associated with it. CauseOAuth fails to bind to a user (authenticate) if the user does not exist on the sys_user table.ResolutionDo not use a user that does not exist on the sys_user table to print to PDF from a homepage. (Note that very few users fall into this category.) Instead, either impersonate another user to print the homepage or use the browser print-to-PDF feature if one is available.