Originally posted by: LewS
Hi,
Please make sure you have a dtxwmqi.ini file in the <install_dir>/wmqi directory. Also, confirm the paths in the dtxwmqi.ini file are valid. It should look something like whats posted at the end of this message (modify the paths as necessary). You don't have to worry about the "InputMapPath" directory and map existing, just make sure it's a valid path name (so it doesn't fail XML parsing). You should confirm paths to the Node and Parser trace files are valid though -- it will help debug issues if you need to log (you would then change Enabled="no" to Enabled="yes" if you need to turn on logging).
Regards,
-Lew
<DTXPlugIn>
<Trace>
<Node FilePath="/opt/IBM/wsdtx/n.log" Level="normal" Enabled="no" Mode="normal" />
<Parser FilePath="/opt/IBM/wsdtx/p.log" Level="normal" Enabled="no" Mode="normal" />
</Trace>
<MessageTypes>
<Type Name="EDI" InputMapPath="/opt/IBM/wsdtx/edi_xml.mmc" InputMapCard="1" OutputMapPath="" OutputMapCard="" />
</MessageTypes>
</DTXPlugIn>
#DataExchange#IBMSterlingTransformationExtender#IBM-Websphere-Transformation-Extender