OLAP Miner User's Guide


Sample OLAP Miner server configuration file

Here is a sample OMServer.cfg file:

<?xml version="1.0"?>
<OMServerConfig>
<olap_server alias = "OLAP_Machine" address="olapmachine.us.ibm.com"/>
<port value = "1976"/>
<max_connections value = "-1"/>
<max_kernel_runs value = "2"/>
<power_user value = "CALC"/>
<serverlog path = "C:\ OMLogs" max_size = "1000000" verbose="LOW"/>
<data_dir path = "C:\OMData"/>
<!-- This is the directory used to store results files -->
</OMServerConfig>

When an element is duplicated, the OLAP Miner server reads only the first iteration of the duplicated element, except where duplicates are allowed. The olap_server element is the only element that allows duplicates.

You must have a properly tagged XML file; otherwise, the file will not work. Whenever you change an XML file, ensure that starting <> tags and ending </> tags are used correctly. For more information about XML, see Appendix B, Working with XML files.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]