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

MDM server configuration


You can configure the MDM servers to work in any of the three modes:

  1. 1. Unencrypted (SSL connections unaccepted)

  2. 2. Secure (SSL connections accepted)

  3. 3. Both (Both SSL and unencrypted connections accepted)

Configuration parameters that are available for this purpose in the .ini file:

  • Listening Mode: Indicates that the server mode will accept (un)secure connections. Valid entries for this parameter are:

    • Unencrypted

    • SSL

    • Both

    It is recommended to set Listening Mode as SSL for security reasons.

  • SSL Lib Path: Specifies location of the directory containing the server's sapcrypto.dll file. This parameter is mandatory when the Listening Mode is set to either SSL or Both.

  • SSL Key Path: Specifies location of the directory containing server's SAPSSLS.PSE file. This parameter is mandatory when the Listening Mode is set to either SSL or Both.

For MDS to accept SSL connections, the preceding parameters are found in the mds.ini file under the [MDM server] section. For configuring all other...