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'm in 5.2 and have a fex that has approximately 1250 variables in it, although many are looped and I can't confirm that I've ever taken all 1250. Still, though, I've not run into any issues so far on this.
the limit i'm slamming into is 320 &vars from a form. May be an html-caused restriction. vars are 7 chars long in name and 3 chars long in varlength, so that's 3200 bytes. More experimentation will figure this out.
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
Just created 100k amper variables and it worked out fine, but it was very slow 3minutes which looks like the old bugbear of MODIFY no hashing on the symbol table.
Server: WF 7.6.2 ( BID/Rcaster) Platform: W2003Server/IIS6/Tomcat/SQL Server repository Adapters: SQL Server 2000/Oracle 9.2 Desktop: Dev Studio 765/XP/Office 2003 Applications: IFS/Jobscope/Maximo
Posts: 888 | Location: Airstrip One | Registered: October 06, 2006
For WebFocus it's now memory dependant, however for your browser it's not.
Microsoft's statement about all browser versions from 4.0 thru 7
"Microsoft Internet Explorer has a maximum uniform resource locator (URL) length of 2,083 characters. Internet Explorer also has a maximum path length of 2,048 characters. This limit applies to both POST request and GET request URLs"
If you are using post and not get to submit the form then this should not be an issue as variables in post go via the host header and not the URL but you need to watch that 2048 char limit.