Question:
Is there any way to remove the message "Generated by Report Runner Batch" from the footer section in the emailed reports?
Answer:
In your JNRRB.INI file (in Report Runner Batch data folder, in your Public/Shared Documents by default), go to the [Options] section. Edit/Add the line:
TurnJNMessageOff=YES
That will remove the message permanently.
Note: The message will automatically be removed anytime you add your own mail footer to a batch.
---
Question:
Is there a way to set a global signature that replaces the "Generated by Report Runner Batch" from the footer section in the emailed reports?
Answer:
Yes (as of version 2013.191), you have two options. In your JNRRB.INI file (in Report Runner Batch data folder, in your Public/Shared Documents by default), go to the [Options] section. Add the line:
JNGeneratedMessage=Whatever message you want to type to replace Generated By message
or
JNGeneratedMessage=C:\WhateverFolderName\WhateverFileName.txt
In WhateverFileName.txt, you can enter a multi-line signature. Within that file you can use any jn-Variables and they will be dynamically replaced at runtime. For example you could include this line:
* jnLongDate at jnLongTime
and it would be dynamically replaced with current day, date, and time like this:
* Tuesday, January 05, 2016 at 9:40:38 AM
Important: Make sure TurnJNMessageOff=NO (not set to YES) or the JNGeneratedMessage setting will not work.
---
Note, whatever you set up as the default can still be overridden at any time by clicking the Footer button on any batch and setting up a specific signature for that batch.