2020

Table Of Contents
USING QUARKXPRESS SERVER
If an alert is displayed, an error message is written to the QuarkXPress Server
transaction log file. The transaction entry contains the date and time of the request,
the error code, and the error message. The following is a sample of an error log
transaction entry:
09/03/2011 13:54:33 - RequestURI = /sample.qcd TransactionUUID =
dffc3a7e-11fd-4d97-b3fe-8f2129353d58 Client = 10.91.30.216
Error #10120 - Cannot open this document type. Please select a
QuarkXPress document or template.
The “QuarkXPress Server Log.log” file also contains system-level log information.
For example, if a request makes a renderer stop working, you can figure out which
request it was using the transaction ID and the transaction log.
09/03/2011 014:00:07 ERROR
[com.quark.qxps.core.server.ServerRendererMonitor][pool-1-thread-
1] - The QuarkXPress Server Renderer with processId 2620 had quit
while processing the transaction 87212dae-6ba3-4b3f-97bb-
ea8f0c255bf9.
To download all logs to a non-server computer, click Show Transaction Log in the
QuarkXPress Server Web interface, then click Download Logs on the upper right.
Understanding render types
Render types are namespaces you can use to return a QuarkXPress project in a
specified file format. The topics covered here include the following:
Function Description
QuarkXPress Server Manager object model
classes
appstudio
Returns a .zip file containing an App
Studio article rendered from the App
Studio layout(s) in the source project.
AppStudioRenderRequest
ave
Returns a .zip file containing an AVE
issue file and its corresponding
manifest.
AVERenderRequest
eps Returns an EPS file. EPSRenderRequest
epub Returns an ePUB file. EPubRenderRequest
jpeg Returns a JPEG image. JPEGRenderRequest
PDF Returns a PDF file. PDFRenderRequest
png Returns a PNG image. PNGRenderRequest
postscript Returns a PostScript file. PostScriptRenderRequest
qcddoc Returns a QuarkCopyDesk article. CopyDeskDocRequest
qxpdoc Returns a QuarkXPress project file. QuarkXPressRenderRequest
qxpr
Returns an RLE Raw Custom format
image.
RLERawCustomRenderRequest
raw
Returns a project in a QuarkXPress
internal format.
RawCustomRenderRequest
screenpdf Returns a low-resolution PDF file. ScreenPDFRenderRequest
swf Returns a SWF file. SWFRenderRequest
html5 Returns a .zip file containing HTML5 HTML5RenderRequest
50 | A GUIDE TO QUARKXPRESS SERVER 2020