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     [Resolved]Dynamic Distribution list not working

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[Resolved]Dynamic Distribution list not working
 Login/Join
 
Platinum Member
posted
Hi All Developers

i need your help in order to create Dynamic Distribution list to be used with report caster.
i create table in my database i name it emailuser that hold 2 columns "BURST_VALUE , EMAIL_ADDRESS"

i create synonym as following:
quote:
FILENAME=EMAILUSER, SUFFIX=SQLSYB , $
SEGMENT=EMAILUSER, SEGTYPE=S0, $
FIELDNAME=BURST_VALUE, ALIAS=BURST_VALUE, USAGE=A50, ACTUAL=A50, $
FIELDNAME=EMAIL_ADDRESS, ALIAS=EMAIL_ADDRESS, USAGE=A40, ACTUAL=A40, $


my procedure that hold the data as following:
quote:
TABLE FILE EMAILUSER
PRINT BURST_VALUE AS 'BURSTVALUE'
EMAIL_ADDRESS AS 'MAILADRESS'
ON TABLE PCHOLD
END


but unfortnatly it is not working it gives me the following error when i checked the report caster logg:

quote:
inventorycontrol/destribut_zero_issued_dept_mgr: Unable to retrieve data for the distribution list



i appreciate your Help

Regards
Qalqili

This message has been edited. Last edited by: Qalqili,


WF 7.7.0.3HF3 / WinXP- WF-Client & Apache / DevStd 7.7.0.3HF3 win XP.
 
Posts: 118 | Registered: February 08, 2006Report This Post
Virtuoso
posted Hide Post
If you look at the RC documentation about how to create a dynamic distribution list, you'll see that the names for the output columns (AS names) MUST be VALUE and DEST. Otherwise, it will not work. You probably also need a SET ASNAMES=ON.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
 
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007Report This Post
Platinum Member
posted Hide Post
Thanks Very much Darin Lee for your Help. it is working very well



Regards
Qalqili


WF 7.7.0.3HF3 / WinXP- WF-Client & Apache / DevStd 7.7.0.3HF3 win XP.
 
Posts: 118 | Registered: February 08, 2006Report 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     [Resolved]Dynamic Distribution list not working

Copyright © 1996-2020 Information Builders