You are on page 1of 4

Brava! Enterprise Active X 7.

1
Administration Guide Supplement for
TaskSpace
Introduction
This document is a supplement to the Brava! Enterprise 7.1 Administration Guide and
documents product features specific to the Brava! Enterprise Active X 7.1 integration for
Documentum TaskSpace.

Product Version Information


This document describes technical features of the Brava Enterprise ActiveX 7.1 integration for
Documentum TaskSpace.

Copyright 2013 Informative Graphics Corporation.


All rights reserved

Brava! Enterprise Active X Administration Guide


Supplement for TaskSpace

1-1

Table of Contents
1.0
1.1.
1.2.

CONFIGURATION....................................................................................................................................................... 3
REQUIRED BRAVA ACTIVEX PARAMETERS .................................................................................................................. 3
OPTIONAL BRAVA ACTIVEX PARAMETERS .................................................................................................................. 4

Copyright 2013 Informative Graphics Corporation.


All rights reserved

Brava! Enterprise Active X Administration Guide


Supplement for TaskSpace

1-2

1.0 Configuration
This section provides documents additional configuration parameters available in the Brava Enterprise
ActiveX 7.1 integration for TaskSpace.
To complete a 7.1 upgrade the following parameters in the ivf_config.xml will need to be updated to
new version numbers:
ClientLogFile=%USERPROFILE%\\IGC\\x7_0\\ClientLog.txt to
ClientLogFile=%USERPROFILE%\\IGC\\x7_1\\ClientLog.txt
IntegrationVersion=7.0.1.1 to IntegrationVersion=7.1.1.15
Download.Version.myrdrv=2.0.0.1
Download.Version.StampImages=1.0.0.6
Download.Version.DLConverter=4.1.1.19
Download.Version.LT2DL=1.5.8.3
Download.Version.Pdf2DL=2.5.16.7
Download.Version.Jpg2DL=1.5.4.1
Download.Version.CADLoaders=1.0.0.5
Download.Version.OfficeLoaders=1.5.1.3
Download.Version.redactionscripts=2.0.0.5
Download.Version.reasoncode=1.0.0.2
Download.Version.Changemarkconfig=1.0.0.2
Download.Version.theme=1.0

In addition, update description to:


<description>CLASSID for Brava 7.1 ActiveX Viewer</description>

1.1. Required Brava ActiveX Parameters


Parameter

Description

IntegrationDllName

This parameter should always be


IntegrationDllName=TaskSpaceIntegration

IntegrationUrl

This parameter should be set to the URL of the


TaskSpaceIntegration.bin

IntegrationVersion

This parameter should be set to the current Brava! for

Copyright 2013 Informative Graphics Corporation.


All rights reserved

Brava! Enterprise Active X Administration Guide


Supplement for TaskSpace

2-3

Parameter

Description
TaskSpace version.

TaskSpaceMultiSourceCheck

For TaskSpace, this parameter should always be


TaskSpaceMultiSourceCheck=true. This setting tells Brava to
do the following:
a) Perform an HTTP HEAD request using the DocID URL
+ &transient=getpagecount::true.
b) Look for the X-Custom-Param1 header.
c) If present, consider the document to be page-served
and set the page count to whatever follows
pagecount= in the X-Custom-Param1 header.
If no pagecount is found in the X-Custom-Param1 header, the
document is treated normally, rather than as a page-served
document.

1.2. Optional Brava ActiveX Parameters


Parameter

Description

TaskSpaceSuppressMessages

A delimited list of IDs for info and error messages to suppress.


The delimiter is "<|>". For example, to suppress messages
with IDs 5, 10, and 15, the parameter value would be
"5<|>10<|>15". (A list of supported message IDs is
documented in the Brava Enterprise ActiveX Client API
Guide.)

Copyright 2013 Informative Graphics Corporation.


All rights reserved

Brava! Enterprise Active X Administration Guide


Supplement for TaskSpace

2-4

You might also like