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 having a problem with all the records displaying in a report when I create a synonym off a Delimited Flat File (.csv). I am able to create the synonym without a problem, but when I run the report it is only showing 28 of the 392 records. All the records are in the file because if I create the synonym on the same file, only as "TAB" delimited instead of .csv, all the data appears. The only problem with this is that all the data comes over in a single field. Has anyone experienced anything similar to this?
Thanks,
Rob
WebFOCUS 716 Linux Kernel-2.6.9 x86_64 64bit Excel, PDF, HTML, Active Reports, Visual Discovery
Does any of your data include single or double quote marks (or apostrophes)? Are your fields the same size for all records? Do you have an lrecl on the filedef? Do you have any missing fields?
Pat WF 7.6.8, AIX, AS400, NT AS400 FOCUS, AIX FOCUS, Oracle, DB2, JDE, Lotus Notes
Posts: 755 | Location: TX | Registered: September 25, 2007
I'm going to take a guess and say if you are trying to write a synonym (aka Master File Description (MFD)) for a comma separated file, make sure there are no commas in your data.
Just a thought.
Thanks!
Mickey
FOCUS/WebFOCUS 1990 - 2011
Posts: 995 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003
Thanks for the quick response Pat and Mickey! To give you a bit of background: We have SQL Server 2k and Oracle databases...our adapter is for Oracle. I am taking data from our SQL Server and pulling it out as a .csv. There are no quotes or commas in the data itself. The field sizes are not uniform (some A34, A4, A12...they are all text, no numbers) and there ARE some fields with missing data. Pat - I am not familar with Irecl on the filedef. The file itself looks perfect in a report with the exception of it only displaying 28 of the 392 rows.
Thank you both for your help.
Rob
WebFOCUS 716 Linux Kernel-2.6.9 x86_64 64bit Excel, PDF, HTML, Active Reports, Visual Discovery
This may be legitimate, but MDYY is a "SMART DATE" and A10 implies gregorian with the slashes. FIELDNAME=FIELD_9, ALIAS= , USAGE=MDYY, ACTUAL=A10, $
FIELDNAME=DELIMITER, ALIAS=',', USAGE=A1, ACTUAL=A1, $ Does the DELIMITER field actually exist in the data or is this a defined field? Try changing the ALIAS to CMMA. An ALIAS is an alternate name not a value.
Pat WF 7.6.8, AIX, AS400, NT AS400 FOCUS, AIX FOCUS, Oracle, DB2, JDE, Lotus Notes
Posts: 755 | Location: TX | Registered: September 25, 2007
Thank you all for your help with this. I called tech support and through the traces it was determined that the field sizes were not compatible with the data in the next field (FOC1271)...meaning that it showed records 1-28, but in record 29 the address was larger than the specified field size. I adjusted the all the field sizes and all the data now appears.