rsvpproperties.xml.sample 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Licensed Materials - Property of IBM
  4. IBM Cognos Products: rsvp
  5. (C) Copyright IBM Corp. 2005, 2020
  6. US Government Users Restricted Rights - Use, duplication or disclosure
  7. restricted by GSA ADP Schedule Contract with IBM Corp.
  8. -->
  9. <rsvp_property xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  10. xsi:noNamespaceSchemaLocation="rsvpProperty.xsd">
  11. <structure>
  12. <!-- Setting StaticDateTimeOutput to a non-zero value will cause all data time output to use a static value. value=time_t data type. -->
  13. <!-- 1060180744 = Aug. 6, 2003 10:39:04 AM -->
  14. <!--<property>StaticDateTimeOutput</property>
  15. <value type="long">1060180744</value>-->
  16. </structure>
  17. <structure>
  18. <!--
  19. The amount of time (in seconds) a locally stored Content Manager reportCache cache output object can remain inactive before it
  20. is removed from the Report Server local cache output storage.
  21. Can be any non-negative integer.
  22. -->
  23. <!--<property>LocalCacheOutputInactivityTimeout</property>
  24. <value type="long">3600</value>-->
  25. </structure>
  26. <structure>
  27. <!--
  28. The maximum number of locally stored Content Manager reportCache cache output objects maintained by Report Server.
  29. If a value of less than 1 is given, the cache size will default to a size of 1.
  30. Can be any non-negative integer.
  31. -->
  32. <!--<property>LocalCacheOutputSize</property>
  33. <value type="long">50</value>-->
  34. </structure>
  35. <structure>
  36. <!--
  37. The amount of time (in seconds) a session can be inactive before it is removed from the session cache maintained by Report Server.
  38. Can be any non-negative integer. If this property is not specified the value for SessionInactivityTimeout will be retrieved from the
  39. Cognos Series8 configuration.
  40. -->
  41. <!--<property>SessionInactivityTimeout</property>
  42. <value type="long">3600</value>-->
  43. </structure>
  44. <structure>
  45. <!--
  46. The maximum size of the session cache maintained by Report Server. value=number of entries.; can be any non-negative integer greater than 0.
  47. If a value of less than 1 is given, the session cache size will default to a size of 1.
  48. -->
  49. <!--<property>SessionCacheSize</property>
  50. <value type="long">20</value>-->
  51. </structure>
  52. <structure>
  53. <!--
  54. The amount of time (in seconds) that a session can be completed execution and not be accessed by a secondary request
  55. before the session manager considers it to be abandoned by the client. Requests tagged as abandoned are deleted from the system.
  56. -->
  57. <!--<property>SessionAbandonedTimeout</property>
  58. <value type="long">120</value>-->
  59. </structure>
  60. <structure>
  61. <!--
  62. Indicate the number of items that the Session cache is allowed to grow before the session limit error is thrown.
  63. The default is 20; can be any non-negative integer.
  64. -->
  65. <!--<property>SessionsListGrowthLimit</property>
  66. <value type="long">20</value>-->
  67. </structure>
  68. <structure>
  69. <!--
  70. Indicate the number of execution threads to create that will be responsible for execute reports asynchronously
  71. -->
  72. <!--<property>ExecutionThreadPoolSize</property>
  73. <value type="long">20</value>-->
  74. </structure>
  75. <structure>
  76. <!-- Setting VirtualMemoryDiagnostics. Value can be
  77. eDiagNone=0 No diagnostics
  78. eDiagPageMap=1 Dump the paging map to a file (look for rsvpvdiag* in your temp directory)
  79. eDiagNoPaging=2 Turns off paging to disk, all objects will be held in memory
  80. eDiagDetectMemoryOverWrites=4 Turns on aggressive memory overwrite detection.
  81. eDiagAbortProcessOnMemoryOverWrite=8 If a memory overwrite occurs abort the process.
  82. eDiagStderrVerbose=16 Write verbose information to stderr.
  83. eDiagVerifyStructures=32 Verify internal structures.
  84. Values can be or'd together.
  85. -->
  86. <!--<property>VirtualMemoryDiagnostics</property>
  87. <value type="long">0</value>-->
  88. </structure>
  89. <structure>
  90. <!-- Setting VirtualMemoryDump options. Value can be
  91. eDumpStats=1 Dump paging statistics
  92. eDumpMapper=2 Dump mapper objects
  93. eDumpUnrefOnly=4 Dump mapper objects that are being referenced (or'd with eDumpMapper)
  94. Values can be or'd together
  95. -->
  96. <!--<property>VirtualMemoryDump</property>
  97. <value type="long">7</value>-->
  98. </structure>
  99. <structure>
  100. <!-- Setting VirtualMemoryTreeDump option. 1=on; 0=off -->
  101. <!--<property>VirtualMemoryTreeDump</property>
  102. <value type="long">0</value>-->
  103. </structure>
  104. <structure>
  105. <!-- Setting VirtualMapperType option.
  106. 0 - Offset Mapper
  107. 1 - Indirect Mapper (default)
  108. 2 - Direct Mapper
  109. 3 - Paged Index Mapper
  110. -->
  111. <!--<property>VirtualMapperType</property>
  112. <value type="long">1</value>-->
  113. </structure>
  114. <structure>
  115. <!-- Setting VirtualMaxPoolSize controls the maximum virtual memory pool for each document. The default is 80MB. -->
  116. <!--<property>VirtualMaxPoolSize</property>
  117. <value type="long">41943040</value>-->
  118. </structure>
  119. <structure>
  120. <!-- Setting ContextVirtualMaxPoolSize controls the maximum virtual memory pool available for context/metadata processing. The default is 80MB. -->
  121. <!--<property>ContextVirtualMaxPoolSize</property>
  122. <value type="long">83886080</value>-->
  123. </structure>
  124. <structure>
  125. <!-- Setting ContextBlockSize controls the data block size used in context/metadata processing. The default is 150. -->
  126. <!--<property>ContextBlockSize</property>
  127. <value type="long">150</value>-->
  128. </structure>
  129. <structure>
  130. <!-- Setting ContextVirtualBlockingVectorBlockSize controls the default block size for the context virtual blocking vector. The default is 1000. -->
  131. <!--<property>ContextVirtualBlockingVectorBlockSize</property>
  132. <value type="long">1000</value>-->
  133. </structure>
  134. <structure>
  135. <!-- Max number of bytes for temporary document output. If the document size exceeds the maximum, the document output is written to disk instead of using the virtual memory -->
  136. <!--<property>MaxDocumentOutputCache</property>
  137. <value type="long">10485760</value>-->
  138. </structure>
  139. <structure>
  140. <!-- Setting DocIOVirtualMaxPoolSize controls the maximum virtual memory pool for each document IO. The default is 10MB.
  141. -->
  142. <!--<property>DocIOVirtualMaxPoolSize</property>
  143. <value type="long">10485760</value>-->
  144. </structure>
  145. <structure>
  146. <!-- When RecordingsEnabled is set Report Server will record the requests and responses that it sends and receives, this can include SOAP
  147. requests to external services, in-process requests to other components (for example QFW), report specification and intermediate data logs.
  148. When recordings are enabled, the asynch protocol is disabled so that a working response will not occur. The server will reply only
  149. once the request has completed. This behavior can be overridden via the RecordAsynch setting.
  150. @see the following properties:
  151. -WriteReportSpecToFile
  152. -WriteParameters
  153. -DatasetRecordingMode
  154. -ExternalServicesRecordingMode
  155. -WriteIntermediateXml
  156. -WriteContextMetadataXml
  157. -RecordAsynch
  158. -KeepOnlyFaultRecordings
  159. -WriteROM
  160. Files will be written to a directory under <temp_dir>/rsvp.
  161. Valid values are:
  162. 0=OFF Record nothing. (default)
  163. 1=ALL Record all requests and responses.
  164. 2=ALL_PER_REQUEST Record all requests and responses only when the incoming request indicates that it should be recorded. The
  165. incoming SOAP request must have a formFieldVar in the BIBusHeader with the name "_recordThisRequest".
  166. -->
  167. <!--<property>RecordingsEnabled</property>
  168. <value type="long">0</value>-->
  169. </structure>
  170. <structure>
  171. <!-- KeepOnlyFaultRecordings controls whether recordings for successful requests is are kept or discarded. When the RecordingsEnabled property is
  172. enabled and when the KeepOnlyFaultRecordings property is enabled, only recordings for requests that fail are kept. Recordings are created
  173. as normal. Then, as a final step before returning the response, a check is made to determine if the request succeeded. If it did, then the
  174. recording folder is removed, otherwise the recorded data is kept.
  175. This setting only applies when the 'RecordingsEnabled' property is enabled.
  176. @see the following properties:
  177. -RecordingsEnabled
  178. Valid values are:
  179. 0=OFF Keep all recordings (default)
  180. 1=FAULTS_ONLY Only recodings for request that fail are kept.
  181. -->
  182. <!-- <property>KeepOnlyFaultRecordings</property>
  183. <value type="long">0</value> -->
  184. </structure>
  185. <structure>
  186. <!-- Controls whether context metadata XML is written to file.
  187. This setting only applies when the 'RecordingsEnabled' property is enabled.
  188. @see the following properties:
  189. -RecordingsEnabled
  190. Valid values are:
  191. 0=OFF Record nothing. (default)
  192. 1=ON When RecordingsEnabled is set, context metadata XML will be written to the recordings folder.
  193. -->
  194. <!--<property>WriteContextMetadataXml</property>
  195. <value type="long">0</value>-->
  196. </structure>
  197. <structure>
  198. <!-- Controls whether ref query item collection is written to file.
  199. This setting only applies when the 'RecordingsEnabled' property is enabled.
  200. @see the following properties:
  201. -RecordingsEnabled
  202. Valid values are:
  203. 0=OFF Record nothing. (default)
  204. 1=ON When RecordingsEnabled is set, ref query item collection will be written to the recordings folder.
  205. -->
  206. <!--<property>WriteRefQueryItemCollectionXml</property>
  207. <value type="long">0</value>-->
  208. </structure>
  209. <structure>
  210. <!-- Controls whether metadata cache is written to file.
  211. This setting only applies when the 'RecordingsEnabled' property is enabled.
  212. @see the following properties:
  213. -RecordingsEnabled
  214. Valid values are:
  215. 0=OFF Record nothing. (default)
  216. 1=ON When RecordingsEnabled is set, metdata cache will be written to the recordings folder.
  217. -->
  218. <!--<property>WriteMetadataCache</property>
  219. <value type="long">0</value>-->
  220. </structure>
  221. <structure>
  222. <!-- Controls whether to write drill up/down intermittent state files
  223. This setting only applies when the 'RecordingsEnabled' property is enabled.
  224. @see the following properties:
  225. -RecordingsEnabled
  226. Valid values are:
  227. 0=OFF Record nothing. (default)
  228. 1=ON When RecordingsEnabled is set, the following drill up/down files will be written to the recordings folder: _loadState_drill.xml, _loadState_mgr.xml, _storeState_drill.xml, _storeState_mgr.xml, drill_reportSpec_after.xml, drill_reportSpec_before.xml
  229. -->
  230. <!--<property>WriteDrillUpDownFiles</property>
  231. <value type="long">0</value>-->
  232. </structure>
  233. <structure>
  234. <!-- Controls whether to write authored drill thorugh files
  235. This setting only applies when the 'RecordingsEnabled' property is enabled.
  236. @see the following properties:
  237. -RecordingsEnabled
  238. Valid values are:
  239. 0=OFF Record nothing. (default)
  240. 1=ON When RecordingsEnabled is set, the following drill up/down files will be written to the recordings folder: _loadState_drill.xml, _loadState_mgr.xml, _storeState_drill.xml, _storeState_mgr.xml, drill_reportSpec_after.xml, drill_reportSpec_before.xml
  241. -->
  242. <!--<property>WriteAuthoredDThroughTargetFiles</property>
  243. <value type="long">0</value>-->
  244. </structure>
  245. <structure>
  246. <!-- Determine whether or not asynch processing is enabled when recordings are enabled (see RecordingsEnabled).
  247. This setting only applies when the 'RecordingsEnabled' property is enabled.
  248. By default, the primary and secondary wait thresholds are set to a large value when recordings are enabled. This ensures
  249. processing of the request finishes before generating a SOAP response so the client never sees working as the conversation status.
  250. As a result, the client never has to send a wait request.
  251. This setting can be used to restore the standard behavior so that normal asynch processing still occurs.
  252. @see the following properties:
  253. -RecordingsEnabled
  254. Valid values are:
  255. 0 - Disable asynch processing when recordings are enabled (default)
  256. 1 - Preserve normal asynch processing when recordings are enabled.
  257. -->
  258. <!--<property>RecordAsynch</property>
  259. <value type="long">0</value>-->
  260. </structure>
  261. <structure>
  262. <!-- When DatasetRecordingMode is set , the master datasets and the partial datasets retrieved will be written to an xml file in the
  263. temp/rsvp directory. This setting only applies when the 'RecordingsEnabled' property is enabled.
  264. @see the following properties:
  265. -RecordingsEnabled
  266. NOTE: If this is turned on when navigation is being done only the starting point to the end will be written. For example, if you've just
  267. rendered page 2 then the data file will contain rows 21 to the end of data.
  268. This property may turn off the 'allRows' query optimization hint.
  269. Valid values are:
  270. 0=OFF
  271. 1=ON (default)
  272. 2=record QF command/response and master dataset. Do not record partial dataset. This setting does not affect query hints.
  273. -->
  274. <!--<property>DatasetRecordingMode</property>
  275. <value type="long">1</value>-->
  276. </structure>
  277. <structure>
  278. <!-- When WriteReportSpecToFile is non-zero, the report specification passed will be written to an xml file where
  279. where recordings are being written.
  280. This setting only applies when the 'RecordingsEnabled' property is enabled.
  281. @see the following properties:
  282. -RecordingsEnabled
  283. 0=OFF (default)
  284. 1=record the V5 report specification that is being executed:
  285. 2=same as 1 but also records the V5 specification prior to any pre-processing of the specification.
  286. 3=same as 2 but also records the V5 specification after preprocessing (prior to the edit specification option being applied).
  287. REPORT SPEC NAMES AND LOCATIONS:
  288. VALUE Run RunSpec Recordings Enabled (run or run specification)
  289. ===== =================================== ================= ===================================
  290. 1 <reportName>_reportSpec.xml _reportSpec.xml reportSpec.xml (in the current recordings directory)
  291. 2 same as 1 + <reportName>_reportSpec-.xml _reportSpec-.xml reportSpec-.xml "
  292. 3 same as 2 + <reportName>_reportSpec+.xml _reportSpec+.xml reportSpec+.xml
  293. <reportName>_reportSpec_ext+.xml _reportSpec_ext+.xml reportSpec_ext+.xml (preprocessing done by an extension library)
  294. -->
  295. <!--<property>WriteReportSpecToFile</property>
  296. <value type="long">1</value>-->
  297. </structure>
  298. <structure>
  299. <!-- Controls whether intermediate XML is written to file.
  300. This setting only applies when the 'RecordingsEnabled' property is enabled.
  301. @see the following properties:
  302. -RecordingsEnabled
  303. Valid values are:
  304. 0=OFF Record nothing. (default)
  305. 1=ON When RecordingsEnabled is set, then intermediate XML will be written to the recordings folder under .../temp/rsvp.
  306. -->
  307. <!--<property>WriteIntermediateXml</property>
  308. <value type="long">0</value>-->
  309. </structure>
  310. <structure>
  311. <!-- Controls whether ROM is written to file.
  312. This setting only applies when the 'RecordingsEnabled' property is enabled.
  313. @see the following properties:
  314. -RecordingsEnabled
  315. Valid values are:
  316. 0=OFF Record nothing. (default)
  317. 1=ON When RecordingsEnabled is set, then rom will be written to the recordings folder under .../temp/rsvp.
  318. -->
  319. <!--<property>WriteROM</property>
  320. <value type="long">0</value>-->
  321. </structure>
  322. <structure>
  323. <!-- Controls how request/responses are written to file.
  324. This setting only applies when the 'RecordingsEnabled' property is enabled.
  325. @see the following properties:
  326. -RecordingsEnabled
  327. Valid values are:
  328. 0=OFF Dump nothing.
  329. 1=ON Write the SOAP request/response to file. (default)
  330. -->
  331. <!--<property>ExternalServicesRecordingMode</property>
  332. <value type="long">1</value>-->
  333. </structure>
  334. <structure>
  335. <!-- Controls if request parameters are written to file.
  336. This setting only applies when the 'RecordingsEnabled' property is enabled.
  337. @see the following properties:
  338. -RecordingsEnabled
  339. Valid values are:
  340. 0=OFF Write nothing.
  341. 1=ON Write the SOAP request parameters to file. (default)
  342. -->
  343. <!--<property>WriteParameters</property>
  344. <value type="long">1</value>-->
  345. </structure>
  346. <structure>
  347. <!-- Controls if chart assembly information is written to file.
  348. This setting only applies when the 'RecordingsEnabled' property is enabled.
  349. @see the following properties:
  350. -RecordingsEnabled
  351. Valid values are:
  352. 0=OFF Write nothing.
  353. 1=ON Write the chart assembly information to file (default)
  354. -->
  355. <!--<property>RecordChartAssembly</property>
  356. <value type="long">1</value>-->
  357. </structure>
  358. <structure>
  359. <!-- When FailoverEnabled is enabled set Report Server will attempt to re-create secondary requests that reference a session
  360. that is not currently in memory.
  361. Valid values are:
  362. 0=OFF Failover is disabled.
  363. 1=ON Failover is enabled (default) -->
  364. <!--<property>FailoverEnabled</property>
  365. <value type="long">1</value>-->
  366. </structure>
  367. <structure>
  368. <!-- When WriteExcelToFile is set to 1, the Excel output produced will be written to a file in the bin directory.
  369. Valid values are:
  370. 0=OFF (default)
  371. 1=ON ; -->
  372. <!--<property>WriteExcelToFile</property>
  373. <value type="long">0</value>-->
  374. </structure>
  375. <structure>
  376. <!-- ExcelSpreadSheetSize defines the user-defined number of rows per spreadsheet
  377. Valid value is any number more than 10 -->
  378. <!--<property>ExcelSpreadSheetSize</property>
  379. <value type="long">65000</value>-->
  380. </structure>
  381. <structure>
  382. <!-- Setting document output compression mechanism on or off. value can be either 1 or 0. 1=on; 0=off -->
  383. <!--<property>DocumentOutputCompression</property>
  384. <value type="long">0</value>-->
  385. </structure>
  386. <structure>
  387. <!-- Display execution time values. value can be either 1 or 0 or 3. 0=OFF 1=display in console; 3= display as xml execution tree
  388. set value to '3' to generate an xml tree of the execution times, works only for a standard install configuration
  389. if for the executing report there is a footer a button will be inserted in the page to display the execution times
  390. in either case, the execution times will be logged under /webcontent/performance_logs, open with a browser -->
  391. <!--<property>DisplayExecutionTimes</property>
  392. <value type="long">1</value>-->
  393. </structure>
  394. <structure>
  395. <!-- Amount of spaces per stack depth to indent execution time results by (see 'DisplayExecutionTimes' property). -->
  396. <!-- can be any non-negative integer value -->
  397. <!--<property>ExecutionTimerIdentSize</property>
  398. <value type="long">1</value>-->
  399. </structure>
  400. <structure>
  401. <!-- Setting State Data compression mechanism on or off. value can be either 1 or 0. 1=on; 0=off
  402. If ON, then State Data sent to the browser will be compressed and BASE64 encoded (squished)
  403. By default, the flag is ON -->
  404. <!--<property>StateDataCompression</property>
  405. <value type="long">0</value>-->
  406. </structure>
  407. <structure>
  408. <!-- Display debug information from the RS Session Manager. value can be either 1 or 0. 1=on; 0=off -->
  409. <!--<property>SessionDebugInfo</property>
  410. <value type="long">1</value>-->
  411. </structure>
  412. <structure>
  413. <!-- Display debug information from the RS Capabilities Manager. value can be either 1 or 0. 1=on; 0=off -->
  414. <!--<property>CapabilitiesDebugInfo</property>
  415. <value type="long">1</value>-->
  416. </structure>
  417. <structure>
  418. <!-- Terminate process and generate core file when unknown thread error is encountered.
  419. This property only works under Windows os. Value can be either 1 or 0. 1=on; 0=off -->
  420. <!--<property>TerminateOnUnknownThreadFault</property>
  421. <value type="long">0</value>-->
  422. </structure>
  423. <structure>
  424. <!-- Turning this flag ON will cause Report Server to generate name space qualified SOAP compliant faults.
  425. When OFF, the faults are generated as they have always been. 1=ON; 0=OFF
  426. By default, the flag is OFF -->
  427. <!--<property>FaultSoapCompliant</property>
  428. <value type="long">0</value>-->
  429. </structure>
  430. <structure>
  431. <!-- Trace incoming Soap requests (the Soap Request document) and the outgoing Soap responses.
  432. Value of property is the file name.
  433. Note, the system will add a process ID to the file name to prevent cross process collisions. -->
  434. <!--<property>TraceSoapRequest</property>
  435. <value>../logs/_rsvpTraceSoap.xml</value>-->
  436. </structure>
  437. <structure>
  438. <!-- For the 'TraceSoapRequest' property, this setting defines the log format and which requests and responses are logged.
  439. This setting only applies when the 'TraceSoapRequest' property is enabled.
  440. 0 = Trace all requests (default).
  441. 1 = Trace only requests and responses where an error is returned.
  442. 2 = Trace all requests and log in raw format.
  443. 3 = Trace only requests and responses where an error is returned and log in raw format. -->
  444. <!--<property>TraceSoapRequestOption</property>
  445. <value type="long">0</value>-->
  446. </structure>
  447. <structure>
  448. <!-- Trace Soap request and the outgoing response messages made to keep user passport active during request.
  449. When ON, the messages are recorded in a directory under <temp_dir>/rsvp.
  450. 1=ON; 0=OFF By default, the flag is OFF
  451. Note, the system will add a process ID to the directory to prevent cross process collisions. -->
  452. <!--<property>TracePingRequests</property>
  453. <value type="long">1</value>-->
  454. </structure>
  455. <structure>
  456. <!-- Trace the printing process.
  457. Value of property is the file name. -->
  458. <!--<property>TracePrintProcess</property>
  459. <value>../logs/_rsvpTracePrint.log</value>-->
  460. </structure>
  461. <structure>
  462. <!-- Trace data on BIBusTKServerMain socket (inbound request and outgoing response)
  463. The trace includes the HTTP headers, Soap documents and attachments (traces at the socket level)
  464. Value of property is appended to ../logs/pid_XXXX_ where XXXX represents the process ID of BIBusTKServerMain. -->
  465. <!-- <property>TraceBIBus</property>
  466. <value>rsvpTraceBIBus.txt</value>-->
  467. </structure>
  468. <structure>
  469. <!-- Trace the QF commands and responses.
  470. Value of property is the file name relative to the bin folder. -->
  471. <!--<property>TraceQFCommand</property>
  472. <value>../logs/_rsvpTraceQF.xml</value>-->
  473. </structure>
  474. <structure>
  475. <!-- Trace creation and deletion of session temporary files.
  476. Note, the system will add a process ID to the file name to prevent cross process collisions.
  477. Value of property is the file name relative to the bin folder. -->
  478. <!--<property>TraceTempFiles</property>
  479. <value>../logs/_rsvpTraceTempFiles</value>-->
  480. </structure>
  481. <structure>
  482. <!-- Turning this flag ON will cause Report Service operations with session affinity to attempt to reuse Query Framework sessions.
  483. 1=ON; 0=OFF
  484. By default, the flag is ON -->
  485. <!--<property>SessionReUseEnabled</property>
  486. <value type="long">1</value>-->
  487. </structure>
  488. <structure>
  489. <!-- Turning this flag ON will display console debugging information for RSHelper::xferWebResource.
  490. 1=ON; 0=OFF (default) -->
  491. <!--<property>XferWebResourceInfo</property>
  492. <value type="long">1</value>-->
  493. </structure>
  494. <structure>
  495. <!-- Setting the default time wait in milliseconds for the Acrobat Reader to initialize.
  496. This value is used on WIN32 ONLY
  497. By default 2000 milliseconds -->
  498. <!--<property>printDelay</property>
  499. <value type="long">2000</value>-->
  500. </structure>
  501. <structure>
  502. <!-- Setting the time wait in minutes for Acrobat Reader to return from printing.
  503. This value is used on WIN32 ONLY
  504. default is 5 minutes-->
  505. <!--<property>waitForPrintProcess</property>
  506. <value type="long">5</value>-->
  507. </structure>
  508. <structure>
  509. <!-- Setting a polling interval whereby Acrobat Reader will be continuously pinged to ensure it is not hanging in an open but idle state.
  510. This value is used on WIN32 ONLY
  511. default is 0 milliseconds, i.e., no polling occurs - we simply wait up until the 'waitForPrintProcess' value.
  512. A recommended value if polling will be enabled is 1000 (1 second). 3 successive polls finding no new activity in the
  513. Acrobat Reader process will be used to justify manually terminating its process and tagging the job as successful.-->
  514. <!--<property>printPollInterval</property>
  515. <value type="long">0</value>-->
  516. </structure>
  517. <structure>
  518. <!-- Specify the search path for prompt control skins in report output. -->
  519. <!--<property>promptSkin</property>
  520. <value>../prompting/reportskin</value>-->
  521. </structure>
  522. <structure>
  523. <!-- Size of buffer used to hold report output. When buffer overflows, output is written to disk. -->
  524. <!--<property>outputBufferSize</property>
  525. <value type="long">300000</value>-->
  526. </structure>
  527. <structure>
  528. <!-- Maximum number of output buffers kept in the pool. Additional buffers are deleted rather than queued. -->
  529. <!--<property>outputBufferPoolSize</property>
  530. <value type="long">30</value>-->
  531. </structure>
  532. <structure>
  533. <!-- When WriteParameterValuesToFile is set, the parameter values content for each execution run will be written to a xml file in the \temp\rsvp.
  534. Valid values are:
  535. 0=OFF (default)
  536. 1=ON ; -->
  537. <!--<property>WriteParameterValuesToFile</property>
  538. <value type="long">1</value>-->
  539. </structure>
  540. <structure>
  541. <!-- Override the asynch wait processing. This property can be used to override the primary and secondary wait thresholds
  542. or force a wait response regardless of how long it takes for the request to execute.
  543. Valid values are:
  544. < 0 Replace the primary and secondary wait thresholds with the absolute value (positive) AND
  545. force the request to generate a wait response by making the request thread sleep for the absolute value.
  546. >= 0 Replace the primary and secondary wait thresholds with this value for all requests.
  547. If the primary wait threshold of a request is 0, a non-zero AsynchWaitOverride will be ignored. The assumption is the client
  548. set the threshold to 0 to avoid async so we should not force async mode as the client may not handle the working response. An AsynchWaitOverride=0
  549. will override the wait thresholds since this just prevents a request from going async.
  550. -->
  551. <!--<property>AsynchWaitOverride</property>
  552. <value type="long">3</value>-->
  553. </structure>
  554. <structure>
  555. <!-- If the flag is OFF, signed specification processing as per WO1753 is active. If it is ON,
  556. returned specifications are not signed and capability checks are performed as if the specification is trusted
  557. 0=OFF (default)
  558. 1=ON
  559. -->
  560. <!--<property>disableSpecSignCheck</property>
  561. <value type="long">0</value>-->
  562. </structure>
  563. <structure>
  564. <!-- Controls time interval formatting precision for numeric types. The values below indicate what time precision to use when
  565. formatting a numeric value to a time interval. The default is milliseconds.
  566. Valid values are:
  567. 1 = milliseconds (default)
  568. 2 = seconds
  569. 3 = minutes
  570. 4 = hours
  571. 5 = days
  572. -->
  573. <!--<property>timePrecisionForNumericIntervalFormatting</property>
  574. <value type="long">1</value>-->
  575. </structure>
  576. <structure>
  577. <!-- HTML Style Sheet CSS optimizations.
  578. 1=on; 0=off (default)
  579. -->
  580. <!--<property>optimizeHtmlCSSStyles</property>
  581. <value type="long">0</value>-->
  582. </structure>
  583. <structure>
  584. <!-- Xalan Tracing.
  585. 0=off (default)
  586. 1=trace templates
  587. 2=trace template children
  588. 4=trace generation event
  589. 8=trace selection event
  590. 16=diagnostic output
  591. Note: These values can be or'd together to get the desired tracing/diagnostics options.
  592. Note: If you turn this on while in the BIBusTKServerMain you must also enable the xalanTraceFile property otherwise Xalan will crash.
  593. -->
  594. <!--<property>xalanTraceOptions</property>
  595. <value type="long">0</value>-->
  596. </structure>
  597. <structure>
  598. <!-- Xalan Trace file.
  599. Value of property is the file name. -->
  600. <!--<property>xalanTraceFile</property>
  601. <value>../logs/xalanTraceFile.txt</value> -->
  602. </structure>
  603. <structure>
  604. <!-- MIME type for MHT output.-->
  605. <!--<property>MHTMIMEType</property>
  606. <value>text/html</value> -->
  607. </structure>
  608. <structure>
  609. <!-- Force asynch worker thread to pause as long as the following file exists.
  610. The value is the full file name. -->
  611. <!--<property>AsynchPause</property>
  612. <value>s:\rsvp.pause</value> -->
  613. </structure>
  614. <structure>
  615. <!-- Setting MaxGeneratedBackgroundImageCache controls the maximum number of cached generated background images. The default is 4000. -->
  616. <!--<property>MaxGeneratedBackgroundImageCache</property>
  617. <value type="long">4000</value>-->
  618. </structure>
  619. <structure>
  620. <!-- Setting 'PercentOfGeneratedBackgroundImageToPurgeFromCache' controls the percentage of cached generated background images to purge when 'MaxGeneratedBackgroundImageCache' has been reached. The default is 20. -->
  621. <!--<property>PercentOfGeneratedBackgroundImageToPurgeFromCache</property>
  622. <value type="long">20</value>-->
  623. </structure>
  624. <structure>
  625. <!-- Determine whether to turn on or off the recording of the XLS Engine.
  626. This setting is NOT dependent on 'RecordingsEnabled' property
  627. @see the following properties:
  628. -RecordingsEnabled
  629. Valid values are:
  630. 0 = OFF (default)
  631. 1 = ON
  632. -->
  633. <!--<property>XLSERecordingsEnabled</property>
  634. <value type="long">0</value>-->
  635. </structure>
  636. <structure>
  637. <!--
  638. 20100201 Temporary log option for CQ#238823 regarding missing user session ID
  639. This code can be deleted once this problem has been resolved.
  640. -->
  641. <!-- Determine whether to throw an exception when the incoming SOAP request
  642. is missing the 'userSessionID' element from the CAM object in the BI Bus header.
  643. Valid values are:
  644. 0 = OFF (default)
  645. 1 = ON
  646. -->
  647. <!--<property>ThrowOnMissingUserSessionID</property>
  648. <value type="long">0</value>-->
  649. </structure>
  650. <structure>
  651. <!--
  652. 20100201 Temporary log option regarding missing user session ID or conversation ID
  653. This code can be deleted once this problem has been resolved.
  654. -->
  655. <!-- Determine whether to throw an exception when the incoming SOAP request
  656. is missing the conversation ID element or the 'userSessionID' element from the CAM object in the BI Bus header.
  657. Valid values are:
  658. 0 = OFF (default)
  659. 1 = ON
  660. -->
  661. <!--<property>ThrowOnMissingID</property>
  662. <value type="long">0</value>-->
  663. </structure>
  664. <structure>
  665. <!-- use cache for IROT resource contents
  666. Valid values are:
  667. 0 = OFF
  668. 1 = ON (default)
  669. -->
  670. <!--<property>IROTUseCache</property>
  671. <value type="long">1</value>-->
  672. </structure>
  673. <structure>
  674. <!-- Filter returned options. When set to false, RSVP returns in primary request all options used to execute request.
  675. Viewer has problems handling certain options so RSVP filters these out.
  676. This option is intended to be used by development to allow viewer to reproduce problem.
  677. Valid values are:
  678. 0 = OFF
  679. 1 = ON (default)
  680. -->
  681. <!--<property>FilterReturnedOptions</property>
  682. <value type="long">1</value>-->
  683. </structure>
  684. <structure>
  685. <!-- When requesting print on windows, generate PostScript to a temp file instead of printing PDF.
  686. Valid values are:
  687. 0 = OFF (default)
  688. 1 = ON
  689. -->
  690. <!--<property>GenerateTestPostScript</property>
  691. <value type="long">0</value>-->
  692. </structure>
  693. <structure>
  694. <!-- Add an additional configuration settings (Advanced Server Property) to service for testing purposes.
  695. Value is an XML encoded string representing configuration settings.
  696. e.g. if you want to set RSVP.CONTENTMANAGER.USECACHE to 0 (turn CM cache usage off)
  697. -->
  698. <!--<property>ConfigurationSettings</property>
  699. <value>&lt;settings xmlns=&quot;&quot;&gt;&lt;setting name=&quot;RSVP.CONTENTMANAGER.USECACHE&quot;&gt;0&lt;/setting&gt;&lt;/settings&gt;</value>-->
  700. </structure>
  701. <structure>
  702. <!-- Use Report Server's Report Specification cache options. The default value 1.
  703. Valid values are:
  704. 0 = OFF
  705. 1 = ON (default)
  706. -->
  707. <!--<property>UseReportSpecificationCache</property>
  708. <value type="long">1</value>-->
  709. </structure>
  710. <structure>
  711. <!-- Report Specification cache pool size. The default value is 100 -->
  712. <!--<property>ReportSpecificationPoolSize</property>
  713. <value type="long">100</value>-->
  714. </structure>
  715. <structure>
  716. <!-- Time in minutes to keep the report specification in the cache since it was last active. The default value is 60 minutes -->
  717. <!--<property>CutOffTimeToKeepReportSpecInCache</property>
  718. <value type="long">60</value>-->
  719. </structure>
  720. <structure>
  721. <!-- Display debug information from the report specification in the cache.
  722. Valid values are:
  723. 0 = OFF (default)
  724. 1 = Send debug information to stderr output.
  725. 2 = Send debug information to rsvp_rsc_*.log file under application log folder.
  726. -->
  727. <!--<property>ReportSpecCacheDebugInfo</property>
  728. <value type="long">0</value>-->
  729. </structure>
  730. <structure>
  731. <!-- Controls whether to write a runnableReportSpec.xml file
  732. This setting only applies when the 'RecordingsEnabled' property is enabled.
  733. @see the following properties:
  734. -RecordingsEnabled
  735. Valid values are:
  736. 0=OFF Record nothing. (default)
  737. 1=ON
  738. -->
  739. <!--<property>WriteRunnableReportSpec</property>
  740. <value type="long">0</value>-->
  741. </structure>
  742. <structure>
  743. <!-- The URL that is POSTed to to convert CSV to data set.
  744. The value of this property is appended to the host:port which is determined by RSVP.
  745. -->
  746. <!--<property>csv2dataset</property>
  747. <value>/bi/v1/csv2parquet</value>-->
  748. </structure>
  749. <structure>
  750. <!-- Specify the URL used to make REST calls (csv2parquet and baseModule creation).
  751. Normally the code uses the intenal dispatcher URL to determine this value.
  752. This setting allows you to intercept the calls via tcpmon. -->
  753. <!--<property>REST_URL</property>
  754. <value>http://localhost:9300</value>-->
  755. </structure>
  756. <structure>
  757. <!-- Enable paginated saved output -->
  758. <!--<property>paginatedOutput</property>
  759. <value type="long">1</value>-->
  760. </structure>
  761. <structure>
  762. <!-- Override configuration gateway setting -->
  763. <!--<property>gateway</property>
  764. <value>http://localhost:9300/bi/v1/disp</value>-->
  765. </structure>
  766. <structure>
  767. <!-- Indicate whether or not to enable dataset mode when refreshing a dataset. value can be either 1 or 0. 1=on; 0=off -->
  768. <!--<property>enableDatasetMode</property>
  769. <value type="long">1</value>-->
  770. </structure>
  771. </rsvp_property>