Smart questions
Smart answers
Smart people
INTELLIGENT WORK FORUMS
FOR COMPUTER PROFESSIONALS

Member Login

Come Join Us!

Are you a
Computer / IT professional?
Join Tek-Tips now!
  • Talk With Other Members
  • Be Notified Of Responses
    To Your Posts
  • Keyword Search
  • One-Click Access To Your
    Favorite Forums
  • Automated Signatures
    On Your Posts
  • Best Of All, It's Free!

Join Tek-Tips
*Tek-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.

LINK TO THIS FORUM!

Add Stickiness To Your Site By Linking To This Professionally Managed Technical Forum.
Just copy and paste the
code below into your site.

Partner With Us!

"Best Of Breed" Forums Add Stickiness To Your Site
Partner Button
(Download This Button Today!)

Feedback

"...Want to thank those people who have made this forum such a valuable place to visit each day..."

Geography

Where in the world do Tek-Tips members come from?
zatch (MIS)
17 May 06 16:59
Hello -

I'm using SSIS to download/process text files.  I have a 99% completed project.  There is one small step which I cannot figure out how to do.  I'm hoping you have some suggestions.  

When a file fails to process or has validation errors, I want to e-mail a user group and notify them with a link to the file (on the LAN) which is failing.  I have this working fine, except that I don't know how to make the location of the file a hyperlink.  Outlook attempts to create a hyperlink automatically when the message comes in, but this does not work because some of the file names will have empty spaces in them.  So, Outlook ends up with partial links (half of the address is linked, but everything after the empty space is plain text.)

Any ideas?

Thanks.

Mitch
mrdenny (Programmer)
17 May 06 20:47
Put the path and filename in double quotes.  This should tell outlook that it's a path and allow it to hyperlink it correctly.

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005)

--Anything is possible.  All it takes is a little research. (Me)
noevil
http://www.mrdenny.com

zatch (MIS)
18 May 06 9:31
Thanks for your reply, Denny.

Unfortunately, this does not work.  It just adds the double quotes and yields a partial hyperlink like before.

Mitch

mrdenny (Programmer)
18 May 06 16:41
Well that's just annoying.

How are you sending the email?

Denny
MCSA (2003) / MCDBA (SQL 2000) / MCTS (SQL 2005)

--Anything is possible.  All it takes is a little research. (Me)
noevil
http://www.mrdenny.com

zatch (MIS)
18 May 06 16:45
I'm using the Send Mail Task and pulling the MessageSource by using a variable.  I also tried your double-quote suggestion by using the direct input option of the MessageSourceType property.

Mitch

Reply To This Thread

Posting in the Tek-Tips forums is a member-only feature.

Click Here to join Tek-Tips and talk with other members!

Close Box

Join Tek-Tips® Today!

Join your peers on the Internet's largest technical computer professional community.
It's easy to join and it's free.

Here's Why Members Love Tek-Tips Forums:

Register now while it's still free!

Already a member? Close this window and log in.

Join Us             Close