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] EDAMAIL - Not working for filename with Upper case letters

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] EDAMAIL - Not working for filename with Upper case letters
 Login/Join
 
Member
posted
Hi,

I am trying to send email with an attachment. But it fails to search the file in the folder if the file name has uppercase letters.

My file name is ABC.txt

DM log shows as below

EDAMAIL: FILE abc not found.

if I rename ABC.txt to abc.txt it works. But I dont want to rename it.

Any suggestions how to use EDAMAIL for attaching files with uppercase letters in its name.


Thanks,

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8
Windows, All Outputs
 
Posts: 15 | Registered: March 14, 2017Report This Post
Virtuoso
posted Hide Post
Could you share your exact syntax with us? Also, what version of WebFOCUS are you using?


WebFOCUS 8206, Unix, Windows
 
Posts: 1853 | Location: New York City | Registered: December 30, 2015Report This Post
Member
posted Hide Post
Please find the proc below

-SET &&SUB='Audit report';
-SET &PATH = 'app_7t_out/';
-SET TRGFNAME = 'ABC.txt'
-SET &FILEPATH = &PATH || &TRGFNAME;
-SET &MSGBODY= 'Please find attached Audit report.' ;


EX EDAMAIL &&RECIPIENT_EMAIL,,&&SUB,A,TXT,&FILEPATH,'&MSGBODY.EVAL'
-RUN

WebFocus version - WebFOCUS 8105


WebFOCUS 8
Windows, All Outputs
 
Posts: 15 | Registered: March 14, 2017Report This Post
Master
posted Hide Post
rboya, you might check to see if FILECASE is set. We are Linux so we force all file names to lowercase with SET FILECASE=LOWER in edasprof. But if your servers are Windows servers, I wouldn't think that case matters. ABC.txt should be the same file as abc.txt. In Linux/UNIX they are not, but it shouldn't matter if your servers are Windows servers.


In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
 
Posts: 975 | Location: Oklahoma City | Registered: October 27, 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     [CLOSED] EDAMAIL - Not working for filename with Upper case letters

Copyright © 1996-2020 Information Builders