cancel
Showing results for 
Search instead for 
Did you mean: 

NRO module for adding counter to file name

former_member192892
Active Contributor
0 Kudos

Dear Experts,

As I've understood, the NRO module works in a way that the module code replaces all constant texts in the message payload having the name $B2B_UEBNR<nro name>$B2B_END_UEBNR with the nro value at runtime.

I wanted to know if the module does this only for the payload or does it do the same for the message headers as well. I would like to generate a file with a counter prefix to it. I tried to use the NRO module for the same, however the file was generated with a constant value of $B2B_UEBNR<nro name>$B2B_END_UEBNR.

I wanted to confirm if the NRO module does not make any changes to the header parameter like dynamic configuration. Please share your experience on the same.

Regards

Varun

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181985
Active Contributor
0 Kudos

Hi Varun

The NRO module "TransmissionNumberModule" is applicable for SOAP Payload only

For your case, you can try with variable substitution with XPATH to payload field.

You should use NRO variable concept for that payload field in mapping, and at runtime the module "TransmissionNumberModule" will populate the correct NRO value to that field and then the file adapter with variable substitution with XPATH should help

NRO variable in mapping should be something like, $B2B_UEBNR<nro name>$B2B_END_UEBNR_<YOUR FILE NAME>

Br,

Praveen

Dimitri
Active Contributor
0 Kudos

Hi Varun,

Have a look at and make sure your constant value in your mapping is correct.

Kind regards,

Dimitri