Parameter: sqlddldirectory

Startup parameters change the behavior of the HPE Service Manager server. You can always set a startup parameter from the server's operating system command prompt.

Parameter

sqlddldirectory

Description

This parameter defines the path where you want the HPE Service Manager server to save database definition language (DDL) files with every change to a database dictionary record. You can enable DDL logging to keep a record of all your database dictionary changes or as a means to deliver proposed changes to an RDBMS administrator who will actually implement the changes. This parameter requires the use of the sqlddllogging parameter to enable the creation of DDL files.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

Yes

Default value

HPE Service Manager server installation folder\RUN

Possible values

Path to DDL files relative to the server's RUN directory

Example usage

Command line: sm -sqlddllogging:1 -sqlddldirectory:ddl

Initialization file:

sqlddllogging:1
sqlddldirectory:ddl