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.
Hi, From a WINDOWS server i created a master file with SUFFIX as FIX and pointed it to a text file which is in a shared area using the DATASET keyword. I am able to see the data from the master file. But this does not work when i access from a UNIX server. I get no errors but it says no data found. Anything different to be done on a unix server?
Assuming that the file is actually on Unix, make sure that you either have an APP PREPENDPATH in the focexec pointing to the directory where the master (with the DATASET parameter) for you fixed file lives OR put the directory in your profile's application path.
I would assume that since the WF server is on Windows that the text file also exists on Windows unless you have a mapped directory to a unix location using Samba or similar. DATASET specifies the physical location of the file. On Windows the physical location includes drive letters, but on Unix/Linux it does not. So either 1)you need different MFDs for the two servers 2)you need to use a FILEDEF in the fex instead of DATASET attribute in the MFD or 3)I am very confused about your system configuration
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
I agree with Darin. I've never used DATASET in an MFD, but if it is 'DOS/Windows' formating for path, it will never work in UNIX as UNIX is 'backwards' from 'DOS/Windows' as to path formatting. Then you use FILEDEF. Went through this quite recently moving user fex from a Windows world to a LINUX (unix) world.
Leah
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004
We actually use DATASET as often as possible - makes less work for the users. Especially useful in our MVS/ZLinux environment where PDS are used. Users don't have to know if/where the data exists and don't need filedefs in their code.
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007