Outbound required parameters for ODBC database users

The outbound run for ODBC database users has this syntax:

rmapout full-path EDI output filename 
map 
transaction/message code 
-t transaction/message 
-st trading partner DSN connect string
-dg full-path map directory 
-sl log DSN connect string

The syntax differs from a normal outbound run because when an ODBC trading partner database is used, this command:

–dt trading partner directory

is replaced by:

–stDSN=data source name;uid=user ID;pwd=password

and when an ODBC log database is used, the following switch must be included:

–slDSN=data source name;uid=user ID;pwd=password

NoteThe DSN pointing to the log database is the only required parameter; uid and pwd are included only if they are required by the database.