Show TOC Anfang des Inhaltsbereichs

Vorgehensweisen Accessing Data Source Configuration Files Offline  Dokument im Navigationsbaum lokalisieren

Use

When you edit the user management engine (UME) data source configuration file, download the file to a local directory, edit it, and when uploading the edited file, create a new node in the configuration tree for it. In this way you do not lose the original version of the file.

Achtung

Upgrades may include changes to the data source configuration files shipped with SAP NetWeaver Application Server (AS) Java. When you perform an upgrade of your AS Java, the upgrade does not affect your modified configuration file. You must add these changes to your modified file manually.

If the AS Java is running, you access the data source configuration files online.

For more information, see Accessing Data Source Configuration Files Online.

For more information about how to change data source configuration files, see Customizing a UME Data Source Configuration.

Prerequisites

Stop the AS Java.

Procedure

...

       1.      Start the Config Tool by executing <ASJava_installation>\j2ee\configtool\configtool.bat.

       2.      Choose Diese Grafik wird im zugehörigen Text erklärt with the quick info text Switch to configuration editor mode.

       3.      In the tree, navigate to cluster_data server persistent com.sap.security.core.ume.service.

       4.      Choose Diese Grafik wird im zugehörigen Text erklärt with the quick info text Switch between view and edit mode.

       5.      In the tree, select the configuration file that you want to change and choose Diese Grafik wird im zugehörigen Text erklärt with the quick info text Show the details of the selected node.

       6.      Choose Download and save the file to a local directory.

       7.      Edit the file locally.

       8.      Create a new node in the configuration tree for the edited file as follows:

                            a.      Select the node com.sap.security.core.ume.service.

                            b.      Choose Create a node below the selected node Diese Grafik wird im zugehörigen Text erklärt with the quick info text Create a node below the selected node.

                            c.      Select the type File-entry.

                            d.      Choose Upload and select the file from your local directory.

                            e.      Enter the name for the entry.

Hinweis 

The filename must begin with dataSourceConfiguration_ and end with .xml. The rest of the filename must observe the following:

·         0 to 9, A to Z, and a to z

    Period (.), underscore (_), percent sign (%), tilde (~), minus sign (-), and parentheses ((…))

    No spaces

By default, the name of the uploaded file is used.

                              f.      Choose Create.

                            g.      Choose Close window.

The new node appears in the configuration tree.

                            h.      Enter the name of the new file in the UME property ume.persistence.data_source_configuration.

For more information, see Editing UME Properties.

       9.      Restart the AS Java.

Ende des Inhaltsbereichs