Changing the Private XDB Server Configuration Files in Batch

The XDB Client Batch Options command, BOPT40N, is a batch version of the XDB Client Options utility, XOPT40N.

You can use BOPT40N to modify the options in the xdb.ini file in batch. The syntax of the command is as follows:

bopt40n /pSection.Variable=Value

Where:

Section, Variable and Value indicate a section in xdb.ini, a variable in that section and the value you want to set the variable to.

Note: If any of Section, Variable or Value include any spaces, you must use quotes around the entire argument. In the following example, the connection name has an embedded space in the section name so you need to use quotes around the entire argument in the command as follows:
bopt40n "/pConnection MYSERVER.CurrentLocation=MYLOC"