Book Image

SAP NetWeaver MDM 7.1 Administrator's Guide

By : Uday Rao
Book Image

SAP NetWeaver MDM 7.1 Administrator's Guide

By: Uday Rao

Overview of this book

Table of Contents (18 chapters)
SAP NetWeaver MDM 7.1 Administrator's Guide
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

MDSS configuration


MDSS settings can be configured from the mdss.ini file, which is located in the following directory:

<Installation Drive:>\usr\sap\<SAPSID>\<MDSS instance_name>\config

Note

You can use any text editor to manually configure the MDSS settings file. Just make sure that you do not use an editor that locks the mdss.ini file while the MDSS instance is running. This might result in the MDSS crashing unexpectedly.

The mdss.ini file is split into multiple parts: a top [GLOBAL] section (configuration done in this section affects the MDSS behavior across repositories) followed by a section devoted for each MDM repository that is loaded and running on the MDM server. These MDSS repository specific settings affect only the respective repositories.

Each of these sections consist of a group of default parameters and optional parameters. Optional parameters have to be manually entered using a text editor. Each parameter has to be separated by an equal sign (=) without...