Show TOC

Changing the PINLocate this document in the navigation structure

Use the tool's command seclogin to change the PIN that protects the server's PSE.

You can only use the configuration tool to change the PIN in interactive mode.

Prerequisites

  • The SAP Cryptographic Library is available, For more information, see SAP Note 1848999 Information published on SAP site.
  • The PSE exists on the server.

Procedure

Use the following command line to change the PIN:

sapgenpse seclogin [-chpin] [-p PSE_name>] [-x <PIN>] [-xn <new_PIN>]

Where:

Standard Options

Option

Parameter

Description

Allowed Values

Default

-chpin

None

Specifies that you want to change the PIN

Not applicable

Not set

-p

<PSE_name>

Path and file name for the server's PSE

Path description (in quotation marks, if spaces exist)

None

-x

<PIN>

Old PIN that protected the PSE

Character string

None

-xn

<new_PIN>

New PIN

Character string

None

Changing the PIN for the Application Server's PSE

The following command line changes the PIN that protects the application server's PSE, which is located at D:\usr\sap\ABC\DVEBMGS28\sec\ABC.pse). The old PIN is abcpin and the new PIN is abcnewpin.

sapgenpse seclogin -chpin -p D:\usr\sap\ABC\DVEBMGS28\sec\ABC.pse -x abcpin -xn abcnewpin