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.
Hello! I'm getting the error above when trying to create a hold file (format FOCUS) using a csv file with 11 columns. My csv file has about 34000 records. I've created a master for the csv file. Any suggestions on what might be causing the error, and how to fix it? Thanks Luiz
Put a READLIMIT in your request to minimize the number of errors you are getting so that you can see what the error is. We can't fix the error until we know what it is.
Also, please update your signature profile with your list of products, releases, and platforms so that we can better help you.
Luiz, Two comments about your MASTER file: 1. Since you have a csv file, the ACTUAL formats can only be A. See the ACTUAL of WO_AMT: it cannot be D12.2. 2. I would never use the AnV formats for a csv file.
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006
Thank you Danny & Ginny! I was able to get it to work by removing some of the fields from the master file, and the actual csv file. I'll keep in mind the READLIMIT, and the ACTUAL format for csv files. Appreciate it. Luiz
Posts: 117 | Location: Denver | Registered: July 27, 2005
Looks like Danny has solved the root of your problem.
As an aside, I had this error previously also, and to avoid it, I set the value for IBIF_max_messages to 0 in the client settings. This can be updated from the WF Administration Console (http://server_name/ibi_html/wfconsole.htm), under Configuration->Client Settings->General. You must log in with an account at the Administrator Level.
Setting the value to 0 means that there is no limit for the number of error messages. I don't know if there are any side-effects with doing this, but I haven't seen any in 3+ months.
Sean
------------------------------------------------------------------------ PROD: WebFOCUS 7.6.2 on Unix AIX/Tomcat/Servlet Mode TEST: WebFOCUS 7.6.2 on Unix AIX/Tomcat/Servlet Mode
Posts: 210 | Location: Ottawa | Registered: November 03, 2005