Parameter: sqlddllogging

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

sqlddllogging

Description

This parameter defines whether the HPE Service Manager server produces 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 sqlddldirectory parameter to define the path where DDL files will be written.

Valid if set from

Server's operating system command prompt

Initialization file (sm.ini)

Requires restart of the Service Manager server?

Yes

Default value

0

Possible values

0 (Disable)

1 (Enable)

Example usage

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

Initialization file:

sqlddllogging:1
sqlddldirectory:ddl