Navigation:  Troubleshooting > Problems Related to WebOffice extensions 10.5 SP2 > Problems Related to Printing, ePaper or Export >

Problem Analysis

Previous pageReturn to chapter overviewNext page

This chapter is about issues with WebOffice extensions 10.5 SP2 and how to analyse and solve them. Before requesting WebOffice-Support please check the following steps.

 

Note: Before requesting WebOffice-Support also check Request Support.

Note: Before requesting WebOffice-Support also check, if the issues occur with the current software version. You can download the current versions from http://resources.weboffice.mysynergis.com/WebOffice104/.

Note: Find more detailed information about the procedure of the plot process in chapter Plot process procedure.

 

At the start it is useful to isolate the issue by analyzing the following cases:

1.Print tool is not available

2.Print does not work (print causes an error)

3.Printing needs too much time

4.Plot quality is bad

 

1) If the print tool is not available in the WebOffice 10.5 SP2 client, please check as follows:

Basics

oPrint tool correctly configured in project configuration, see Print

oPlot layouts available in the correct directory, see Publish the SynOutputService

oCheck, if SynPlotService.mxd and SynePaperService.mxd are available in the correct directory and the latest version, please download the latest MXDs for WebOffice extensions from http://resources.weboffice.mysynergis.com/WebOffice104/

SynAdmin > Tab "MapServices"

oIs a SynerGIS SOE Gateway Version available?

oIs a version available when testing with Extension Standalone Testclient?

If yes, issue in the connection WebOffice / service (configuration, firewall, ...)

If no, issue in the Extensions service / component (logging, user rights)

Analyse WebOffice log file (see chapter SOE Logging) for ERROR and WARNINGS referring to plot issues

 

2) If the print output does not work (print tool available in the WebOffice 10.5 SP2 client, but print does not work):

Is a dynamic plot MXD created? (usually in C:\arcgisserver\directories\arcgisoutput\SynOutputService_MapServer)

oIf no: issue during prepare/assemble process

check if SynerGIS WebOffice extensions service (Windows services) is logged on as own extensions user (not local system)

check the user rights for every path:

oThe WebOffice extensions 10.5 SP2 service user must have full access to the following folder:

..\arcgisserver\directories\arcgisoutput

..\arcgisserver\directories\WebOfficePlotTemplates

..\arcgisserver\directories\WebOfficeePaperTemplates

..\arcgisserver\directories\WebOfficeExport

..\Tomcat\webapps\<WebOffice-application>\output

C:\Windows\Temp

Folder permissions for the extensions user

Folder permissions for the extensions user

oIf yes: Analyse the plot MXD (possible to open? read-only? Missing Datasources in Print MXD?...)

oIf yes, simulate a print with Extensions Standalone Testclient

oAnalyse WebOffice log file (see chapter SOE Logging) for ERROR and WARNINGS referring to plot issues

oLogging Extensions

 

3) If printing needs to much time:

How long does a high resolution print (A4, A3 - format "PDF") need exactly?

What step does need what time?

oPrepare (collecting the content from all layers)

oAssemble (insert and assemble the collected content and layer infos)

oOutput (Create output - write the plot MXD to the output directory)

You will get those information by logging the categories GEOSERVER and BRIDGE and trying to print in the WebOffice 10.5 SP2 client.

How long does it last to print directly in ArcMap (in dynamic plot MXD)?

How long does it last to print in the Extensions Standalone Testclient?

How many vector and raster topics are part of the output?

What is the performance whit/without markups?

Are external services part of the output? If yes, which?

Analyse the plot MXD via MXDPerfStat, see chapter Optimize the ArcMap Document with Mxdperfstat

Is the layout file correct? (e.g. icons without any reference to an image, ...)

You will get those information by logging the Logging Extensions:

If there are problems with the printing time, it is assumed that the WebOffice extensions 10.5 SP2 user does not have the rights to use the 'Performance counter' / 'Performance editor'. In this case you have to add the WebOffice extensions 10.5 SP2 user to the group 'Performance Log Users'. For more details see chapter Add extension user to group 'Performance Log Users'.

 

 

4) If plot quality is bad:

The printed map is shown blocky or strongly pixelated - the reason is rastering. See chapter Check the layer for rastering

oThe reason for the bad output quality is:

tendentious behaviour of ArcGIS to raster exported PDFs

suboptimal symbology in MXD

transparent layers always cause rastered PDFs

if the layer e.g. has a LineFill symbology with an outline on the layer at the bottom --> the hatching of the layer above fragments the outline

increase anti-aliasing of the SynoutputService

The quality can be increased by printing with high resolution

 

 

Note: Use the markup feature classes in the SynOutputService directly from an eGDB (SDE) to avoid troubles with fGDB. For demo and test purposes, the markup feature classes of the SynOutputService can be left in the fGDB, but for productive use, i. e. as soon as there is a load on the server, they must always be transferred to an SDE database.

See more details in Put Markup Feature Classes into SDE.