SFM0304I

DBCONN=database_connection_string

Explanation: The database interface task issues this message during its initialization process to show the connection string that it will use to establish a connection with the Derby database. This environment variable is set by Language Environment routines during SFMJD001 enclave initialization from values supplied in the file path from the SFMENV DD statement. The format of the connection string is: jdbc:derby://host.system.com:1527/SDS_SFM.

The prefix jdbc:derby:// is required. It specifies the protocol used.

The string host.system.com should be replaced by the actual IP address or DNS name of the system on which the Derby database is running.

The default Derby connection port is :1527, however this can be changed in the Derby configuration.

The default database name is /SDS_SFM. Except for the DNS name, and the port, all values are case sensitive.

Action: None