As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
I am facing a strange error/warning. I am getting task error as "WARNING. MATCH FIELDS HAVE SAME NAME BUT DIFFERENT FORMATS:" in our production report caster, whereas identical report in Non prod reportcaster is running fine without any error. Even when I run the report directly from dev studio everything seems to be fine.
I have issued ?FF to all the hold file used in the MATCH command to find field format and name but everything is identical.
I don't want to add warning number in report caster ignore error configuration list, until I know the answer for WHY I am getting this error only in one environemnt......
Please help me how to trace the root cause.
7.6.11 Linux Excel outputThis message has been edited. Last edited by: krish,
Posts: 64 | Location: North Carolina | Registered: December 04, 2007
I am pretty sure this issue is not related to data its more close to environment as from nonProd WebFOCUS environment I have connected the Prod database and ran the same report, it ran fine.
In Prod environment with the same Prod database environment we are getting error.
By the way this error is happening for multiple report close to 10 different reports.
In sistory these reports were running fine.
Posts: 64 | Location: North Carolina | Registered: December 04, 2007
Well, if this is a classic "nobody has done anything", try refreshing the non-prod masterfile causing the error. Then refresh the production masterfile. either you start getting the same error in non-prod or then you see what it is getting grumpy about.
Cheers, H. WebFOCUS 8.1.05M Oracle 11g - DB2 RedHat
Posts: 115 | Location: Brighton UK | Registered: February 19, 2005
You may want to run CHECK FILE HOLD and the corresponding TABLE FILE command to see what it actually thinks the formats are. A WHENCE statement will prove that it getting the master from where you think as well.
Try to keep the Hold file names unique to each procedure file. A naming convention that includes a unique number in each fex name helps make that doable.
- Jack Gross WF through 8.1.05
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005
issue is somehow varchar is ON for Report caster execution its creating variable alpha datatype, after issuing below command in Server profile ENGINE DB2 SET VARCHAR OFF
we get rid of the error.
Thanks every one for your help!!
Posts: 64 | Location: North Carolina | Registered: December 04, 2007