Entering content frame

Procedure documentation Generating XUSER Data in the Background Locate the document in its SAP Library structure

If you use the XUSER tool, you can generate the XUSER data in the background by using a file specified with the option –b when you call XUSER.

Syntax

xuser -b <file_name>

You are free to define your own file name. The file is made up of groups of 10 lines:

The option -b <file_name> always generates new XUSER data. Any existing XUSER data is overwritten.

Structure of the File <file_name>:

The entries in the file <file_name> begin in the first column. There are no field descriptions and they contain the following data in the specified order:

<user_key>
<user_name>
<password>
<database_name>
<database_server>
<SQL_mode>
               empty line
<timeout>
<isolation_level>
               empty line

This data is explained in more detail in the section XUSER Data. If you do not want to enter any optional data, make sure the line is left blank. The empty lines in the file must be left empty, since they are meant to contain other XUSER data that is no longer relevant for SAP DB Version 7.4.

Example

DEFAULT
meyer
secret
TEST1
server1
INTERNAL
                 empty line
-1
-1
                 empty line

This example contains all data required for SAP DB Version 7.4.

Example

HOME
meyer
"top_secret"
TEST2
server1
                 empty line
                 empty line
90
1
                 empty line

This example contains no data on the SQL mode.

 

Leaving content frame