Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Error in a partitioned FOCUS file

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Error in a partitioned FOCUS file
 Login/Join
 
Member
posted
I have defined the following partitioned FOCUS FILE:
the file GEL_LP06.MAS contains
FILENAME=GEL_LP06, SUFFIX=FOC, ACCESS=XYZ     , $
  SEGMENT=SEG01, SEGTYPE=S1, $
    FIELDNAME=FOCLIST     , ALIAS=E01, USAGE=I5, $
    FIELDNAME=NO_COMPTE, ALIAS=E02, USAGE=A13,
      MISSING=ON, $
......
  


while the corresponding XYZ.ACX contains
MASTERNAME GEL_LP06                                                           
DATANAME GEL_PREC
   WHERE ANNEE_EXERCICE LT '2006';
 DATANAME GEL_COUR
   WHERE ANNEE_EXERCICE EQ '2006';                                                                    
$  


Whe I run a TABLE FILE against GEL_LP06 I get the following error
(ACC20235) NOM DU FICHIER PHYSIQUE GEL_PREC INVALIDE, POUR MASTER GEL_LP06

Can anybody help me with this?

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


Webfocus 7.7.3 Oracle
Windows Server 2003
Output: PDF, HTML(A), EXCEL
 
Posts: 25 | Location: Montreal | Registered: November 27, 2007Report This Post
<JG>
posted
DATANAME needs to be a physical file name not just the table name

try something like

MASTERNAME GEL_LP06
DATANAME C:\IBI\APPS\app_directory\GEL_PREC.FOC
WHERE ANNEE_EXERCICE LT '2006';
DATANAME C:\IBI\APPS\app_directory\GEL_COUR.FOC
WHERE ANNEE_EXERCICE EQ '2006';
$
 
Report This Post
Member
posted Hide Post
Thanks JG, it works perfectly.


Webfocus 7.7.3 Oracle
Windows Server 2003
Output: PDF, HTML(A), EXCEL
 
Posts: 25 | Location: Montreal | Registered: November 27, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Error in a partitioned FOCUS file

Copyright © 1996-2020 Information Builders