Entering content frame

Procedure documentation Defining the Parameters for an XUSER Entry: -up Locate the document in its SAP Library structure

Use

Option in the Database Manager CLI.

You define the connection parameters for an entry in the XUSER program.

Recommendation

We recommend that you use the XUSER tool directly.

See also: Using XUSER

Prerequisites

You are also using the option -us (Storing XUSER data) at the same time.

Syntax

-up <param>=<value>; ...;

<param>

SQLMODE | TIMEOUT | CACHELIMIT | ISOLATION | DBLOCALE

<value>

for SQLMODE:

INTERNAL, ANSI, DB2, ORACLE,SAPR3

for ISOLATION:

0,1,2,3,10,15,20,30

Example

Log on to the Database Manager CLI without explicitly specifying a DBM operator (the data for the first DBM operator is used) and log on to the XUSER program with the database user SAPR3, password SAP
Change the session timeout for the user
SAPR3 with the password SAP to the value 300,
and save the change under the XUSER key DEFAULT

dbmcli –ux SAPR3,SAP –us SAPR3,SAP –up TIMEOUT=300 –uk DEFAULT;

OK

 

Leaving content frame