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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Filename length
 Login/Join
 
Member
posted
Hello,

I am a WebFocus developer (since 2004), but only recently I have discovered this forum.

I have the following issue:

In the documentation for WF (Describing data with WebFocus Language V7.6), I’ve read:

----------------------------------------------------------------------------------
Syntax: How to Specify a Data Source Name
FILE[NAME] = data_source_name
where:
data_source_name
Is the name of the data source that the Master File describes.
The name can be a maximum of eight characters.
--------------------------------------------------------------------------------------------

But we already use masterfiles like the one below for some years (filename is 12 characters long, and we even have examples with 15 characters) and we never had any problems with them. We only use one segment per masterfile.
Originally the masterfiles and acx-files where generated via New synonym in the Developer Studio, but nowadays they are coded.

VWDMIS0052VT.MAS
FILE=VWDMIS0052VT, SUFFIX=SQLORA ,$
SEGNAME=VWDMIS0052VT,
SEGTYPE=S0 ,$
FIELD=OFFERTENR ,OFFERTENR,
P7 ,P8 ,MISSING=ON ,$
etcetera

VWDMIS0052VT.ACX
SEGNAME=VWDMIS0052VT,
TABLENAME=DWHVIEW."VWDMIS0052VT",
CONNECTION=dwhp,
KEYS=0
,$

In the documentation for our Oracle Adapter (Adapter Administration for Unix, Windows, Open VMS, i5/OS, and z/Os V7.6.2) Chapter 41, I found:

------------------------------------------------------------------------------------------
Accessing Multiple Database Servers in One SQL Request
To access a remote Oracle table using DATABASE LINKs, the following conditions must
exist:
· The Oracle database server to which you are connected must have a valid DATABASE LINK defined.
· The TABLENAME attribute in the Access File for the Oracle table to be queried must have the following format:
TABLENAME=[owner.]table@databaselink
where:
owner
Is the user ID by default. It can consist of a maximum of 30 characters. Oracle
prefers that the value be uppercase.
table
Is the name of the table or view. It can consist of a maximum of 30 characters.
----------------------------------------------------------------------------------------------

Can this be the reason why we don’t have problems?

Or can we expect problems in the future?

Who can explain this situation?

Ton


WebFocus 8.0.3
Windows 7 Prof
Oracle 11.2.0.3
Output PDF and Excel
 
Posts: 19 | Location: Netherlands | Registered: April 21, 2008Report This Post
Virtuoso
posted Hide Post
I believe that the documentation about FILENAME is now out of date, and will work with a value up to 64 characters.

You can test this by creating a master with a filename of 65 characters and running CHECK FILE against it.

Your approach seems to be correct and the normal way people use the MFD and ACX files.


Alan.
WF 7.705/8.007
 
Posts: 1451 | Location: Portugal | Registered: February 07, 2007Report This Post
Virtuoso
posted Hide Post
There was a limit at one time due to the IBM mainframe world of eight characters for DDNAME which is still a limiting factor if using Job Control Language. As Alan mentions in other environments it is out of date.


Leah
 
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004Report This Post
Member
posted Hide Post
Thank you for your answers


WebFocus 8.0.3
Windows 7 Prof
Oracle 11.2.0.3
Output PDF and Excel
 
Posts: 19 | Location: Netherlands | Registered: April 21, 2008Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders