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     [CLOSED] Don't get data from Stored Procedure/Via WebFocus, SP/SQL Srvr gives results

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Don't get data from Stored Procedure/Via WebFocus, SP/SQL Srvr gives results
 Login/Join
 
Platinum Member
posted
Hi
I have a stored procedure I created and runs fine in SQL Server . No Parameters are required and returns two rows, one for prev month and current month
Created the synonym and ran it in WebFocus, does not find any rows (RECORDS=0)

Here is the code in SQL when I run, returns two rows

Thanks
  
USE [WFReports]
GO

DECLARE	@return_value int

EXEC	@return_value = [dbo].[prc_Mktcode]

SELECT	'Return Value' = @return_value

GO

WebFocus Fex
TABLE FILE prc_Mktcode
PRINT
fld1 
fld2
..
END
-* does not return any records

This message has been edited. Last edited by: <Kathryn Henning>,


Prod/Dev/Test: WF 8.1.5 on (Windows Server 2012 R2 )
SandBox: WebFocus Server 8.1.5 on Windows Server 2008 R2
WebFOCUS App Studio 8.1.5 and Developer Studio 8.1.5 on Windows 7
 
Posts: 134 | Location: USA | Registered: August 21, 2008Report This Post
Guru
posted Hide Post
I faced the same returning 0 records from WebFOCUS, almost 2 years ago. As far as I remembered, when you use SP, it must adhere to some IBI rules. Once done that, we're good to go. There are few posts in this forum, please search. I'm not good at PL/SQL, but data folks helped me.

All the best!


-Rifaz

WebFOCUS 7.7.x and 8.x
 
Posts: 406 | Location: India | Registered: June 13, 2013Report This Post
Platinum Member
posted Hide Post
Thanks Rifaz


Prod/Dev/Test: WF 8.1.5 on (Windows Server 2012 R2 )
SandBox: WebFocus Server 8.1.5 on Windows Server 2008 R2
WebFOCUS App Studio 8.1.5 and Developer Studio 8.1.5 on Windows 7
 
Posts: 134 | Location: USA | Registered: August 21, 2008Report 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     [CLOSED] Don't get data from Stored Procedure/Via WebFocus, SP/SQL Srvr gives results

Copyright © 1996-2020 Information Builders