Originally posted by: vijji_WTX
Hi DKS,
.mrc and .mrn files are known as Resourse registry of WTX project. They are like configuration files.
.MRN file consists of below xml tags. You can have inbound/outbound nodes defined in this file
<Resource>
<Name>im_ap_mq</Name>
<Value Server="test" encrypt="OFF"> -QN MQ_IN -EQN MSG_IN.ERROR</Value>
<Value Server="qa" encrypt="OFF"> -QN MQ_IN -EQN MSG_IN.ERROR</Value>
<Value Server="prod" encrypt="OFF"> -QN MQ_IN -EQN MSG_IN.ERROR</Value>
</Resource>
.MRC file consists of below xml tags.You can have all systems(IFD) defined here
<System Name="/var/applications/systems/handle_MQobjects.msl">
<ResourceFile ActiveVirtualServer="prod">/var/applications/config/ftp_resource.mrn</ResourceFile>
</System>
this works like Web.xml file in Java servelt.
regards,
Vijji
#IBMSterlingTransformationExtender#DataExchange#IBM-Websphere-Transformation-Extender