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'm a newbie at WebFocus, so please bear with me. I am trying to create a report from an a master file that was created by someone else in my organization. Every month a new text file of data is downloaded and saved with that month's name. The master is not mapped so it can be set to look at any of the months' data files. When I build a report in MRE, I edit the source to point it to the correct file one the server. I'm trying to do this now in Developer Studio, but when I put in this filedef, it gives me an error parsing the report request: FILEDEF CLAIM DISK /bendata/AetnaClaimsData/WorkingFiles/CLAIMS/Clm0904.txt
For the CLAIMS master file definition, it assumes the execution on the server or whereever you are running in the MRE environment. Is the filedef pointing to your 'hard drive', if so a copy of the CLAIMS MFD needs to be in the path. if the file is on the server, then you need to run remote and ensure the filedef points to the correct 'drive'
Leah C
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004
Lee, i take the easy way out and use absolute references for my files, rather than server references. i've never had much luck with server references in my environ. FILEDEF CLAIM DISK D:\IBI\APPS\bendata\AetnaClaimsData\WorkingFiles\CLAIMS\Clm0904.txt
or wherever your file is. and my server maintains mapped connections to other network drives (a stunt in win2k server!) So, where actually is your claim data file? Is it on your server? is it on a drive mapped by your server?
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003