Siebel Correspondence, Proposals, and Presentations Guide > Document Server >

Configuring the Document Server


To configure the Document Server, perform the following optional tasks:

Including Report Sections in Proposals

If you want to include report sections in proposals, then you must specify the Actuate connect string. Set this parameter on each object manager that submits document requests. The value of the parameter is included in the request that the object manager sends to the Document Server. When the Document Server begins processing the request, it uses the parameter to connect back to the object manager to retrieve data for the report.

To include report sections in proposals

  1. Start the Server Manager.
  2. Modify the ActuateConnStr server parameter to contain the following information:

    siebel.tcpip://gatewayserver:port/enterpriseserver/objectmgr/siebelserver

For example, if \\gtwy is the gateway server host, Sieb01 is the Siebel Server, siebel is the Enterprise Server, and you want to run your proposal with a report section on Siebel Call Center with an object manager of SCCObjMgr, you enter the following command:

srvrmgr> change param ActuateConnStr=siebel.tcpip://gtwy/siebel/SCCObjMgr/Sieb01 for comp SCCObjMgr

The ProposalReportTimeoutInSecond parameter also affects the generation of reports. This parameter value is the timeout setting that controls how long the Document Server component waits for a report to generate. The default value is 1800 seconds.

Enabling HTML Generation for Correspondence

By default, correspondence is saved only in document format, not in HTML format. In the My Correspondence Requests view, the View HTML command is unavailable, and the user cannot view the correspondence in HTML format.

The DocumentServerViewHTML server parameter specifies if the Document Server generates HTML versions of documents. The default value is FALSE. By default, the Document Server generates documents only in their native format, and not in HTML. To enable the user to display correspondence in HTML format, you must edit the DocumentServerViewHTML parameter to the value TRUE instead of FALSE. Any documents generated after you enable the parameter are saved in both formats.

When you generate an HTML document, a copy of the generated document is created in HTML and stored in the Siebel File System. This process can affect performance, and it increases the storage space required in the Siebel File System. The clarity of the HTML document depends on the ability of your Microsoft Office application to translate its native format into HTML.

To enable HTML generation for correspondence

  1. Start the Server Manager.
  2. Enter the following command:

    srvrmgr> change param DocumentServerViewHTML=True for comp DocServer

    NOTE:  You can also change parameters in the Administration - Server Configuration screen. For more information, see Siebel System Administration Guide.

Configuring Application Recycle Period

You use the MSWordLiveCount parameter to control how often the Microsoft Office applications are restarted.

You can set each parameter to a positive integer that specifies the number of documents to be processed before the corresponding Microsoft Office application is shut down and restarted. A value of 0 (the default) indicates that the applications are not shut down. If you set the parameter value to any integer other than 0, and the Document Server fails to launch, the corresponding application is shut down and then restarted again.

To configure the application recycle period

  1. Start the Server Manager.
  2. To change the application recycling period for Microsoft Word, which is used for correspondence and proposals, enter the following command:

    srvrmgr> change param MSWordLiveCount=5 for comp DocServer

  3. To change the application recycling period for Microsoft PowerPoint, which is used for presentations, enter the following command:

    srvrmgr> change param MSPPLiveCount=5 for comp DocServer

Routing Requests to One Document Server

If you run multiple Document Servers within the same enterprise, then the server infrastructure routes document requests to different Document Servers to achieve load balancing.

However, you can specify that all requests are routed to one Document Server. For example, you can specify one Document Server to help diagnose a server problem.

To route all requests to one Document Server

  1. Start the Server Manager.
  2. Enter the following command:

    srvrmgr> change param DocumentServerName=DocSrvr1

Enabling Additional Logging

You can enable additional logging for debugging purposes.

Event logging writes events to the log file using the log level for each event type. The number you specify indicates the filtering level for logging. The default value is 3. This value means that events with a level of 1, 2, or 3 are logged, while events with a level of 4 or 5 are suppressed. Setting the filtering level to 5 means that all events are logged. For more information about event logging, see Siebel System Monitoring and Diagnostics Guide.

NOTE:  In the final command on the list, the parameter must be in quotation marks, because it has a space in it. In the other commands, quotation marks are optional and are not included in the list.

To enable additional logging

  1. Start the Server Manager.
  2. Enter the following commands:

    srvrmgr> change evtloglvl GenericLog=5 for comp Docserver

    srvrmgr> change evtloglvl ProposalDebug=5 for comp Docserver

    srvrmgr> change evtloglvl ProposalDetail=5 for comp Docserver

    srvrmgr> change evtloglvl PresentationDebug=5 for comp Docserver

    srvrmgr> change evtloglvl PresentationDetail=5 for comp DocServer

    srvrmgr> change evtloglvl DocServerDebug=5 for comp DocServer

    srvrmgr> change evtloglvl DocServerDetail=5 for comp DocServer

    srvrmgr> change evtloglvl CorrespDebug=5 for comp DocServer

    srvrmgr> change evtloglvl CorrespDetail=5 for comp DocServer

    srvrmgr> change evtloglvl MSProjectDebug=5 for comp DocServer

    srvrmgr> change evtloglvl "MS ProjectDetail"=5 for comp DocServer

Siebel Correspondence, Proposals, and Presentations Guide Copyright © 2011, Oracle and/or its affiliates. All rights reserved. Legal Notices.