IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
#Supplychain
 View Only

VirtualServer variable in resource file

  • 1.  VirtualServer variable in resource file

    Posted 10/12/12 05:24 AM

    Originally posted by: SystemAdmin


    Hello All,

    Could you please explain the significance of the value set for attribute 'ActiveVirtualServer' in mrc file and tag 'VirtualServer' in mrn file?

    I do not see any impact as well as any usage in my edi servers. Please let me know if any other information needs to be provided.

    Find below snapshot:

    Merc 6.7
    mrc:
    <ResourceCfg>
    <EventServer>
    <System Name=map system name>
    <ResourceFile ActiveVirtualServer="mercator">resouce file path</ResourceFile>
    </System>
    </EventServer>
    <CommandServer />
    <Global />
    </ResourceCfg>

    mrn:
    <MRN>
    <VirtualServerSet>
    <VirtualServer>mercator</VirtualServer>
    </VirtualServerSet>
    <Resource>
    <Name>variable name</Name>
    <Value encrypt="OFF" Server="mercator">file server path</Value>
    </Resource>
    </MRN>

    WTX 8.1
    mrc:
    <ResourceCfg>
    <EventServer>
    <System Name=map system name>
    <ResourceFile ActiveVirtualServer="LocalServer">resource file path</ResourceFile>
    </System>
    </EventServer>
    <CommandServer>
    <ResourceFile ActiveVirtualServer="LocalServer">resource file path</ResourceFile>
    </CommandServer>
    <Global>
    <ResourceFile ActiveVirtualServer="LocalServer">resource file path</ResourceFile>
    </Global>
    </ResourceCfg>

    mrn:
    <MRN>
    <VirtualServerSet>
    <VirtualServer>LocalServer</VirtualServer>
    </VirtualServerSet>
    <Resource>
    <Name>variable name</Name>
    <Value Server="LocalServer" encrypt="OFF">file server path</Value>
    </Resource>
    </MRN>

    WTX 8.3
    mrc:
    <ResourceCfg>
    <EventServer>
    <System Name=map system name>
    <ResourceFile ActiveVirtualServer="mercator">resource file path</ResourceFile>
    </System>
    </EventServer>
    <CommandServer/>
    <Global/>
    </ResourceCfg>

    mrn:
    <MRN>
    <VirtualServerSet>
    <VirtualServer>mercator</VirtualServer>
    </VirtualServerSet>
    <Resource>
    <Name>variable name</Name>
    <Value Server="mercator" encrypt="OFF">file server path</Value>
    </Resource>
    <Resource>
    </MRN>

    Thanks,
    Debnarayan
    #DataExchange
    #IBMSterlingTransformationExtender
    #IBM-Websphere-Transformation-Extender