Layton ServiceDesk - Troubleshooting - PDF Report Not Attached to Scheduled Report Email

From Layton Support
Revision as of 00:01, 28 October 2014 by Jpainter (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Btn back up.png Back to Contents

When Layton ServiceDesk is installed, the install path is written to the database. If the application is moved to another server, the path may not be updated. This breaks the PDF function for scheduled reports.

Look at the URL in Layton ServiceDesk to determine your server path. By default, it's http://servername/laytonservicedesk. Replace ENTERPATHNAMEHERE below with your path, including the port number (default :80). For example, if your path is http://ithelpdeskserver/laytonservicedesk then the path to enter will be http://ithelpdeskserver:80/laytonservicedesk. You must get this right.

   DECLARE	@Path VARCHAR(255)
   SET		@Path = 'ENTERPATHNAMEHERE'
   
   
   UPDATE	admin
   
   SET		sys_admin_value = @Path
   
   WHERE	sys_admin_id = 'ap_serverpath'

Test a scheduled PDF report to ensure that the path is correct.

Btn back up.png Back to Contents

Personal tools
Namespaces

Variants
Actions
Main Page
Online User Guides
General Support
Release Notes
Toolbox