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.
[QUOTE]Originally posted by hammo1j: Amper autoprompt inserts blank for null string Your IBI Case#32412520 internal: 000141658
This illustrates the prob nb you must have IBIF_wfdescribe to XMLRUN or XMLPROMPT at the client console to enable autoprompting
I see the country field does have a blank. But when the user tabs into the field it is selected in 762 and when the user types they will type over it. So it will cause a problem if the user is in the habbit of tabbing and then hitting END.
Are their other common key sequence that would cause the problem? (I really want to know..keyboarding styles are important to understand...)
Brian Suter VP WebFOCUS Product Development
Posts: 200 | Location: NYC | Registered: January 02, 2007
Originally posted by hammo1j: Mixed case file and fieldname qualifiers no longer work.
eg
WHERE Expended_Project_Inventory_Parts.Expended_Project_Inventory_Parts.PART_NO NE ' '
needs to be replaced with
WHERE EXPENDED_PROJECT_INVENTORY_PARTS.EXPENDED_PROJECT_INVENTORY_PARTS.PART_NO NE ' '
To the best of my knowledge, the qualifiers need to match the case that is in the masterfile. I tested TABLE FILE CAR PRINT COUNTRY WHERE origin.COUNTRY EQ 'FRANCE' And that did not work in 53,71,or 76. Testing with a mixed case segment name, the qualifier always has to be mixed case.
Did you masterfile change between the two releases?
Brian Suter VP WebFOCUS Product Development
Posts: 200 | Location: NYC | Registered: January 02, 2007
With regards to XMLPROMPT and the space appearing I think the real problem instead of keystrokes used is that the single blank is so skinny that the users dont notice it.
John
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
0 ERROR AT OR NEAR LINE 5 IN PROCEDURE capitalsFOCEXEC *
(FOC258) FIELDNAME OR COMPUTATIONAL ELEMENT NOT RECOGNIZED:
Expended_Project_Inventory_Parts.PART_NO
BYPASSING TO END OF COMMAND
(FOC009) INCOMPLETE REQUEST STATEMENT
Whereas I have just tested 7.1.3 is fine.
I am happy to live with this. Question is should I raise this as a HOTTRACK for general good of WebFOCUS or is it a deliberate change?
John
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
On case matching qualifiers ... I think it is a bug that it used to work. In doing some testing I found that it never worked for 8 character masterfile/segment names. Moreover, when I used a mas/segment name of ABCDEFGHIJ, a lowercase abcdefghij qualifier works for me in 762. So yes, you should change your code, and I am going to report the anomilly to the parser team. How ever it goes, the behavior should be consistent between short and long segment names.
Brian Suter VP WebFOCUS Product Development
Posts: 200 | Location: NYC | Registered: January 02, 2007
If there is an error in the master file definition and you try and use ds synonym editor on the master then the tool just dies it does not produce an error message like the synonym editor in the server console.
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
1. Case of filenames is not preserved across copies. 2. Blank lines are stripped from mre version of the file. 3. CR LF gets converted to CR combination. (At least one of the two gets stripped).
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
PDF compound reports that ran perfectly OK in 7.1.3 cause an agent crash in 7.6.2.
The fex had OBJECT=image, OBJECT=text components in the layout.
At first it appeared that the order of the code might be causing a problem (yeah, I found that hard to believe as well) but we found a SET command that, when placed before the COMPOUND LAYOUT command, cures the crash.
Just add SET HTMLARCHIVE=ON to effect the solution.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
Interestingly (Francis ), there is some documentation (7.6.1) for the HTMLARCHIVE setting which shows an example fex that has PCHOLD FORMAT DHTML. This is what the help file has to say -
quote:
Format DHTML provides HTML output that has most of the features normally associated with output formatted for printing such as PDF or PostScript output. You can create an HTML file (.htm) or a Web Archive file (.mht). The type of output file produced is controlled by the value of the HTMLARCHIVE parameter.
Some of the features supported by format DHTML are:
Absolute positioning. DHTML precisely places text and images inside an HTML report, allowing you to use the same StyleSheet syntax to lay out HTML as you use for PDF or PS output. On demand paging. On demand paging is available with SET HTMLARCHIVE=OFF. PDF StyleSheet features. For example, the following features are supported: grids, background colors, OVER, bursting, coordinated compound reports.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
Tony, thank you. HTMLARCHIVE and DHTML sounds really interesting. I'm sure we'll find a plethora of oddities once we start working with this format.
A propos the "Blank lines are stripped from mre version of the file" problem - I find this incredibly destructive. We've given space for the code to breathe and then it's taken away - it's suffocating.
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
Report Assistant allows you to enter a prompt for a selection criteria that contains blanks.
When you come to save the report it complains and when you run the report only the first word of the first prompt appears and the other prompts are ignored.
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
7.6.2 introduces a new 'NAME' property associated with the anchor tag in mrrepos.htm which is still updated even for sites with database based repositories where the information is duplicated in mrrepos table.
This property is not in 7.1.3 and the repository migration tool does not create this property for migrated directories.
This property is used to search for the domain entry when it is updated. However
bug 1: if the property does not exist it cannot be updated
bug 2: if you create the domain then the anchor value and the name property are the same. However if you rename the domain you only change the anchor value. See example above. This makes the domain not updatable further.
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
The MRE migration process also has a further bug in that when you run the wf client install you assume that the correct directory permissions are set when you respond 'yes' in the installation process.
However when you perform MRE migration a new BASEDIR is created without the permissions originally set.
The documentation needs to be changed to ask the user to run the .bat file WindowsWFPermissions.bat
When I was investigating the above problem I thought I had stumbled on the answer when I found this. How frustrated was I when things still refused to work!
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
PUBLISH works entirely differently. (did you already cite this one, John?) so if you've been accustomed to using it to get started with your launch pages, and then continuing to edit your launch pages in your app of choice (front page, dreamweaver, by hand, whatever), you're totally scr***d.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
There is a problem deleting, renaming, and probably updating properties for an MR Domain migrated from 71x or earlier to 76x when the 76x configuration is using MR Realm Driver external authorization to an RDBMS.
The problem is caused by a change to the MR API in 76x where the domain entry in mrrepos.htm now gets the NAME=value keyword, whereas before it did not. The new keyword doesn't serve any purpose other than to make domain entries consistent with entries for users, groups, and roles.
Unfortunately the change results in errors when trying to update a domain in the RDBMS configuration.
This was reported by hammo1j in this forum on Sept 21 and it is the same problem reported in case 32602529. We are researching a fix for 764 and a hotfix for 762.
I just installed HotFix 3 for 762 and this situation is greatly improved. We have over 500 directories so it really makes a difference to us how quickly the Applications list opens.
I had a case open (actually I had several) on issues with dropdown boxes. The CSS consultant made it available to me to download to resolve those issues. However, one of the listed fixes was the slow opening of the applications list.
Try opening a case and requesting it.
Or, I have heard that 764 is due out at or near the end of the month. The fix might be in it as well. It just depends on whether you want to wait or not.
When using Dev Studio, if I COPY a focexec or RENAME a focexec, the folder just whites out and it appear all the focexecs are gone. I can click on a different folder, go back to the original and all the programs are still there.
I'm told "they took away the auto refresh in version 7.x"
Is this true? Pretty frustrating and my users are not going to like it at all.
Thanks in advance!
WebFOCUS 7.6.6/TomCat/Win2k3
Posts: 428 | Location: Springfield, MA | Registered: May 07, 2003
The change in 762 in HTMLRA/GA was to have double click place the field in the box that seemed right. The rule is that Alphas go to the BY area, numerics go to the measure area. But in that change we also started following that rule for the Enter key which was a mistake because it violates Section 508. So in 764
drag and drop places it where you drop.
double click places at a logical choice.
Enter key place the field in the current target box.
Brian Suter VP WebFOCUS Product Development
Posts: 200 | Location: NYC | Registered: January 02, 2007