Focal Point
[CLOSED]Problem when running fex via ReportCaster

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/8037028086

February 17, 2016, 09:44 AM
rbissonMDF
[CLOSED]Problem when running fex via ReportCaster
Hi,

We have a problem when we run a report by using a schedule in ReportCaster. We got the message (FOC295) A VALUE IS MISSING FOR: &IBIWF_language
But if we run the same report from WebFOCUS console, it run normally.

And what we do not understand, we have this problem only in our QA environement.
In Dev we don't have this problem.

We compared all the settings DEV vs QA and we don't see any difference.

If somebody can help us on this ?

Thanks

René Bisson

This message has been edited. Last edited by: <Emily McAllister>,


WebFOCUS 8.1.5
Windows, All Outputs
February 17, 2016, 10:02 AM
BabakNYC
Do you have an entry in your site.wfs that looks like this?

language = &IBIWF_language
  <set> language (pass)


Also check to see if you add:

-SET &IBIWF_language = fr;


To the beginning of the report, will Rep Caster still give you an error.

This message has been edited. Last edited by: BabakNYC,


WebFOCUS 8206, Unix, Windows
February 17, 2016, 11:31 AM
rbissonMDF
in the custom setting we have the line

<SET>IBIWF_language(PASS)


I will test to set the var in my report and come back to you


WebFOCUS 8.1.5
Windows, All Outputs
February 17, 2016, 12:11 PM
BabakNYC
Also, take a look at Tools/Report Caster Console/Configuration and click Code Page and see if there are any values set to them. I think Caster needs it's own language settings.


WebFOCUS 8206, Unix, Windows
February 17, 2016, 02:04 PM
rbissonMDF
We compare Code Page of DEV and QA and it the same.

I put a SET &IBIWF_language=en; into the main fex and the result have not the error message but a message no report to distribute.


WebFOCUS 8.1.5
Windows, All Outputs
February 17, 2016, 02:36 PM
BabakNYC
It should be -SET not SET.

You should also -SET &ECHO=ALL; and look at the code in the Rep Caster Log to see what it's doing that causes there to be nothing to distribute.


WebFOCUS 8206, Unix, Windows
February 17, 2016, 03:20 PM
SSander
Site.wfs is not executed by ReportCaster. There is second option "Universal profile" or something like that where WebFOCUS configuration goes.


Release: WebFOCUS 8104, AppStudio: 8105
OS: Windows
Output: HTML,Excel,Active Reports
February 17, 2016, 03:28 PM
BabakNYC
WebFOCUS Administration Console/Report Caster/Configuration --Dserver Codepage and Webserver Codepage. See if those two settings are the same in both environments.

Universal Profile is in:
WebFOCUS Admin Console/Client Setting - General. Click the ? next to it for the description of how it's used.

This message has been edited. Last edited by: BabakNYC,


WebFOCUS 8206, Unix, Windows
February 17, 2016, 04:22 PM
Waz
The other question is, does RC or the report need &IBIWF_language ?


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

February 18, 2016, 09:51 AM
StephMich
Hi,

I work with René,
we used the &IBIWF_language variable to determine some label for Report Titles,Header,Footer and Messages
EX:

-SET &nodata_selection=IF &IBIWF_language EQ 'en' THEN 'There are no results matching your criteria.' ELSE 'Aucun résultat ne correspond à vos critères.';


Webfocus 8.1.05
Red Hat Enterprise Linux Server 6.5