Show TOC Anfang des Inhaltsbereichs

Vorgehensweisen Creating Credentials for the AS Java  Dokument im Navigationsbaum lokalisieren

Use

The AS Java must have active credentials at runtime to be able to access its PSE. Therefore, use the configuration tool’s command line seclogin to open the PSE.

Achtung

The credentials are located in the file cred_v2 in the AS Java’s SECUDIR directory. Make sure that only the user under which the AS Java runs (UNIX: <sid>adm, Windows: SAPService<SID>) has access to this file (including read access).

Prerequisites

·        The environment variable SECUDIR is set to the location where the PSE is stored.

·        You know the operating system user under which the AS Java runs.

Procedure

Use the following command line to open the server’s PSE and create credentials.

Syntax

sapgenpse seclogin –p <PSE_Name> -x <PIN> -O [<NT_Domain>\]<user_ID>

Result

The tool creates the credentials file (cred_v2) for the user specified with the –O option in the SECUDIR directory.

Example

The following command line creates credentials for the user SAPService<SID> so that it can access the file SAPNW_AS_Java.pse. The PIN that protects the PSE is asjavapin.

sapgenpse seclogin –p SAPNW_AS_Java.pse -x asjavapin –O SAPService<SID>

 

Ende des Inhaltsbereichs