Skip to main content

Configure the DNA Query Server

What is it?

The DNA Query Processor (SMADNAQueryProcessor.exe) handles communication between OpCon's Request Router and the Fiserv DNA Oracle database. It requires a configuration file, SMADNAQueryProcessor.ini, that points it to both the OpCon database connection file and the Oracle connection file you created in the previous steps.

Prerequisites

Create the DNA Query Processor configuration file

1. Go to C:\ProgramData\OpConxps\DNA\ and create a new file named SMADNAQueryProcessor.ini.

2. Enter the following content as the starting template:

opcondatfile=
oracleconnfile=

3. Use the table below to fill in each setting, then save the file.

Settings

SettingRequiredDescription
opcondatfileYesThe full path to SMAODBCConfiguration.dat.
oracleconnfileYesThe full path to SMAOracleConnection.ini.
Example

A completed SMADNAQueryProcessor.ini file:

opcondatfile=C:\ProgramData\opconxps\DNA\SMAODBCConfiguration.dat
oracleconnfile=C:\ProgramData\opconxps\DNA\SMAOracleConnection.ini