The inbound run for ODBC database users has this syntax:
rmapinrun full-path EDI input filename -st trading partner DSN connect string -dg full-path map directory -sl log DSN connect string
The syntax differs from a normal inbound run because when an ODBC trading partner database is used:
–dt trading partner directory
is replaced by:
–st “DSN=data source name;uid=user ID;pwd=password”
and when an ODBC log database is used, the following switch must be included:
–sl “DSN=data source name;uid=user ID;pwd=password”
The DSN pointing to the log database is the only required parameter; uid and pwd are included only if they are required by the database.
-st trading partner DSN connect string – specifies the data source name (DSN) connect string for the ODBC trading partner database that contains the trading partner and trade agreement tables. In addition to the DSN, this connect string must include the user ID and password if they are required.
-sl log DSN connect string – specifies the data source name (DSN) connect string for the ODBC log database that contains the log tables. In addition to the DSN, this connect string must include the user ID and password if they are required.