Yes typically you run setup files after modifying the property files.
We discovered that when modifying MRN files for B2BI you need to restart the B2BI application. That seems to have fixed our issues, thanks all!
Original Message:
Sent: Mon March 11, 2024 04:28 PM
From: Rex Chan
Subject: WTX Map Service Referencing MRN File
I believe you either need to update the file without the .in or you run the setupfiles.sh to update it. Check with your B2Bi administrator if you have question about the file with and without the ".in"
If using ITX Resource Registry from an SI WTX Map Service then the .mrc needs to be defined as the ResourceFile=<full_path_to_mrc_file> property value in the translator.properties_wtx_ext.in file then run the SI setupfiles.sh script to create the updated translator.properties_wtx_ext file.
------------------------------
Rex Chan
------------------------------
Original Message:
Sent: Mon March 11, 2024 03:53 PM
From: Matt Dorsey
Subject: WTX Map Service Referencing MRN File
Hi Rex, thanks for your reply. We previously updated the property file and ran setup files. I'm assuming we put the mrc file and not the mrn file in the translator.properties_wtx_ext.in
- We have updated the B2BI property file "translator.properties_wtx_ext.in" to include the ResourceFile that points to the .mrc file.
From the B2BI logs, it does seem to reference the .mrc file, but it seems it is not find the mrn reference.
In the .mrc file, do we need a specific reference to the B2BI server (similar to EventServer, CommandServer, Global) for the ResourceFile below:
<ResourceCfg>
<EventServer/>
<CommandServer>
<ResourceFile ActiveVirtualServer="WTXDEV">E:\IBM\SI\MRC\T_Msg_Mgr.mrn</ResourceFile>
</CommandServer>
<Global>
<ResourceFile ActiveVirtualServer="WTXDEV">E:\IBM\SI\MRC\T_Msg_Mgr.mrn</ResourceFile>
</Global>
</ResourceCfg>
------------------------------
Matt Dorsey
Original Message:
Sent: Mon March 11, 2024 01:49 PM
From: Rex Chan
Subject: WTX Map Service Referencing MRN File
In Version 5.x, this is what you need.
Configure the Resource Registry location on the ResourceFile= property in the Sterling_installation_dir\properties\translator.properties_wtx_ext.in file.
------------------------------
Rex Chan