Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Sybase/Webfocus 7.11 issue

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Sybase/Webfocus 7.11 issue
 Login/Join
 
Silver Member
posted
We are currently testing Webfocus 7.11 and we have come across an issue where no data is returned for some of our reports that are accessing a large Sybase table. When we run the following code in our Webfocus 5.23 environment everything works fine. When we run the same code using Webfocus 7.11 accessing the same database no data is returned.

-INCLUDE WHSECONN
DEFINE FILE EVENT
PTDPURCH/D11 = IF INVTRANTYPEIDTXT IS 'QSTN' THEN TRADEAMT ELSE 0;
END
TABLE FILE EVENT
SUM PTDPURCH AS 'PURCHASES'
IF TRDTE GE 20050101
IF TRDTE LE 20051231
BY IKEYNUM
END

Things seem to stop working when we add the IF statement in the define.

Any help would be appreciated.

Thanks,
Ron
 
Posts: 38 | Location: Milwaukee | Registered: April 28, 2005Report This Post
Expert
posted Hide Post
Hi Ron,

The code looks like fine. My question on this topic may be a little trivia, but, please let us know if WebFOCUS 7.1.1 has an adapter properly configured to access the large Sybase table.

If the problem is related with configurations, the best channel for assistance would be to contact Information Builders' Customer Support Services, either call 1-800-736-6130 or access the online system InfoResponse. Please be ready to provide some detailed info as listed here: http://techsupport.informationbuilders.com/before_you_call.jsp

Hope this helps. Big Grin

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Silver Member
posted Hide Post
FYI,
It turns out that the issue is realted to the field definition in the master file associated with the Sybase table. Our old master file had the TRDTE field defined as follows:

FIELD=TRDTE, ALIAS=TrDte, USAGE=YYMD, ACTUAL=YYMD, MISSING=ON, $

This workde in version 5.23. For some reason this does not work in 7.11. We had to change the definition to:

FIELD=TRDTE, ALIAS=TrDte, USAGE=YYMD, ACTUAL=DATE, MISSING=ON, $

I'm not sure why, but changing the ACTUAL parameter to type DATE fixes the problem.

Thanks,
Ron
 
Posts: 38 | Location: Milwaukee | Registered: April 28, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Sybase/Webfocus 7.11 issue

Copyright © 1996-2020 Information Builders