Question on Message Throw Event or Send Task

Team,
I saw a new BPM forum on our HPS Dev Site, I posted this question there so that we can discuss /answer/solve issues there.
I am currently facing some issues in using Message throw event or Send task in my prototype model i am working on.
References i used :
Modeling and Implementation Guide for Oracle Business Section 19
Platform:
Orable BPM 11g/jdeveloper
What i am trying to do here is i am trying to communicate with other BPMN processes. I saw from our Model guide we can either use Message Throw event or send and receive tasks to achieve this. But i see Message throw event can be used to invoke a synchronous or asynchronous BPMN process only through and interface like webservices. In my case , i want to just to start another task flow from another process. Can we use this without using webservices When i try to use Send Task to invoke another process i am not able to see the process name listed when i selected the properties , implementation tab.
It would be great if anyone has any idea of ow to call or start another process from some other process.
Thanks
Sarath Surya

your SSIS package will have following flow
1. Create a Execute SQL Task which will have the below query
SELECT EmailAddress
FROM Table2 t
WHERE EXISTS (
SELECT 1
FROM table1
WHERE ID = t.ID
AND (TotalCount < Min
OR TotalCount > Max)
Use Resultset option as Full resultset and map the resultset EmailAddress to a object variable (@[User::EmailAddressList]) created in SSIS
2. Use a ForEach Loop with ADO enumerator which points to above variable
Inside a loop add a variable [@User::EMailAddress]) to get iterated values
3. Add a Sent Mail task inside loop and set an expression for ToLine property to point to the variable [@User::EMailAddress] so that it sents email to email address specified.
Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

Similar Messages

  • Hopefully simple question. Event ID 2 Task Category (2) Lenovo Message Center Plus Admin

    Hey group,
    Wanted to ask you guys what I was missing. In my event log as the title implies I have a Event ID 2 Task Category (2) error in Lenovo Message Center Plus Admin coming as a result of a 404 error. Issue is I don't know what page it is looking for when it is tossing me the 404 error. Is this a result of Lenvo Updater goofing up using the ADM templates for GPO or is this something else? Would be helpful if it registred the non working link it was trying to obtain so we could isolate it better. Thoughts on this? Thanks!

    try this when you download the file save it to your download folder then right click it and run as admin. it says there is no Lenovo Digital Signature I tried to install it didn't work but I did it this way and it worked
    Thinkpad R61 7733-1GU
    Thinkpad X61T 7762-54U
    Thinkpad X60T 6363-4GU
    Did a member help you today? Thank them with a Kudo!
    If a post answers your question, please mark it as an "Accepted Solution"!
    Regards,
    GMAC

  • When i send a test message throw the RWB for Http receiver adapter it is giving the error "Error in processing caused by: com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_SOCKET_TIMEOUT, Read timed out"

    when i send a test message throw the RWB for Http receiver adapter it is giving the error "Error in processing caused by: com.sap.aii.adapter.http.api.HttpAdapterException: ERROR_SOCKET_TIMEOUT, Read timed out"

    Hi, Michal
    I have read your Weblog. It makes sense to me. Thanks a lot for your help! However, I still have some questions and listed them as following. Could you please help to answer them?
    <b>Q1:</b> I am new to SAP-XI. So I have no idea about TCODE-SXMB_ADM. Could you introduce more details about it?
    <b>Q2:</b> The XI system I am using is running on SAP-ICC's machine. The tools I can use are:
    <b>1.</b>Builder for Integration Repository
    <b>2.</b>Builder for Integration Configuration
    <b>3.</b>System Landscape Directory
    <b>4.</b>Runtime Workbench
    <b>5.</b>Administration System (for Repository, Directory, Runtime)
    Please note that I do not have a complete control on this SAP-XI. Do you think whether or not I can set the timeout parameter by following the instructions provided in your Weblog?
    For more details about my SAP-XI, please access the following Web page:
    http://iccxi.sap.com:58000/rep/support/admin/index.html
    <b>Q3:</b> The following messages are extracted from the SAP-XI. Wish they are hepful to solving my problem.
    2006-06-19 05:12:16 Success The message was successfully received by the messaging system. Profile: XI URL: http://iccxi.sap.com:58000/MessagingSystem/receive/AFW/XI
    2006-06-19 05:12:16 Success Using connection AFW. Trying to put the message into the request queue.
    2006-06-19 05:12:16 Success Message successfully put into the queue.
    2006-06-19 05:12:16 Success The message was successfully retrieved from the request queue.
    2006-06-19 05:12:16 Success The message status set to DLNG.
    2006-06-19 05:12:16 Success Delivering to channel: ValidationRequestHandlerServiceChannel
    2006-06-19 05:12:16 Success SOAP: request message entering the adapter
    2006-06-19 05:12:37 Success SOAP: call failed
    2006-06-19 05:12:37 Error SOAP: error occured: java.net.ConnectException: Connection timed out: connect
    2006-06-19 05:12:37 Error Exception caught by adapter framework: Connection timed out: connect
    Thanks
    Menghua Li

  • Sending/Receiving JMS message to WMQ from Automated Task

    Hi All,
    I am new to OSM and working on a POC for the implementation of OSM in our company. We have WebSphere MQ for messaging and want to use same for OSM implementation. We don't want to create bridges, foreign server etc configuration in weblogic, rather just connect with MQ objects over JNDI (as supported) from OSM automated task. Having said that, we have following two scenarios:
    1- JMS message is received at OSM
    2- JMS message initiated from OSM (automated task)
    Now our requirement is to create a sort of JMS inbound gateway for first scenario i.e. reading a message from a Queue and CreateOrder and then reply back to caller using JMSReplyTo header.
    Second as JNDI support is available for automated task, can we send JMS message using direct JNDI look up for MQ JNDI objects i.e. using .bindings file (JNDI URL for MQ objects).
    Thanks

    Hi All,
    I am new to OSM and working on a POC for the implementation of OSM in our company. We have WebSphere MQ for messaging and want to use same for OSM implementation. We don't want to create bridges, foreign server etc configuration in weblogic, rather just connect with MQ objects over JNDI (as supported) from OSM automated task. Having said that, we have following two scenarios:
    1- JMS message is received at OSM
    2- JMS message initiated from OSM (automated task)
    Now our requirement is to create a sort of JMS inbound gateway for first scenario i.e. reading a message from a Queue and CreateOrder and then reply back to caller using JMSReplyTo header.
    Second as JNDI support is available for automated task, can we send JMS message using direct JNDI look up for MQ JNDI objects i.e. using .bindings file (JNDI URL for MQ objects).
    Thanks

  • Question on an error message in Event Viewer.

    Hi,
    I had a question on a error message in event viewer for BO 3.0
    Error Message:
    Tried to allocate 20 windows desktop but only able to allocate 17 of them.The system may have reached its windows desktop limit.Please contact your system administrator.
    Source:CR Processing server.
    I have seen this error message before in BOEXIR2 for DeskI services but never for Crystal Reports.
    What is the change in 3.0 architecture due to which we receive this error message for cr processing server.
    Thanks in advance.

    Please post this query to the Business Objects Enterprise Administration forum:
    BI Platform
    That forum is monitored by qualified technicians and you will get a faster response there.
    Thank you for your understanding,
    Ludek

  • About single-task message wait event

    Hello
    I have several active users, some of them from 2 an 3 days ago with single-task message wait event and their last_call was many time ago. One of users, blocked to other users just a little while ago and Concurrency grow up to 20 % and was on increase. i had to kill this user and all were well, concurrency dessapeared.
    How could I avoid this behavior??
    How could I kill these type of user by automatic way??
    Thanks

    Hi,
    according to me active user is different
    according to me active user is session or oracle process is doing something else like dml or ddl execution or select stmt else session is idel.
    trace the session what is doing? is may be problem with dead connection
    use oradebug and set the 10046 at level 12 and format it with tkprof utility.
    paste it thread
    Kind Regards,
    Rakesh jayappa

  • My question is why is my text messages that my wife sends to me are being seen and read by a friend that is on my contact lists?

    What do I need to do to stop a friend who is on my contact lists to stop reading messages that my wife sends me

    You are probably going to have to take a trip to the Apple Store, but you can also make sure that:
    Bluetooth is turned off when not in use
    Location Services are only turned on for those locations that you want a constant update to
    Background App Refresh is turned off
    Automatic Downloads is turned off
    Cellular Roaming is turned off when you don't need it
    Go through your Settings and take a look at all of the settings to determine if you have any turned on that may be using a lot of battery, and which you really don't need.
    Cheers,
    GB

  • How do I delete dozens of messages from the same sender at the time. There must be a way. Thank you.

    I have not been able to check my messages for a couple of weeks. I now find myself with 315 messages, many from same sender. I want to delete most, but don't know how. There must be a way to delete all messages from same sender as many of mine are. Please help. Life is way to short and precious than to accomplish this task deleting them one at a time. Thank you so very much for your help.

    Hey leeann316,
    Thanks for the question. The following resource outlines how to select multiple messages in the Mail application. Once selected, you can then delete the messages:
    Work with multiple messages - iPhone
    http://help.apple.com/iphone/7/#/iph9db03b2f5
    Delete, move, or mark multiple messages. While viewing a list of messages, tap Edit. Select some messages, then choose an action. If you make a mistake, shake iPhone immediately to undo.
    If you are looking for an even faster method, you might want to visit your email account from a web client (on your computer), and select all of the message in your inbox for deletion. If you require assistance doing so, please consult your email service provider for more information.
    Thanks,
    Matt M.

  • Exchange Messages Between Foreground and Background Tasks

    I'm working on an Application where I use background task for handling Bluetooth communication. For that, I'm trying to exchange messages between foreground and background tasks when the Bluetooth device sends
    something and want to notify the foreground about it. Similarly, I want the foreground to send messages to background when the user activates something. I've started doing that using event handlers but it is not reliably working. Looks like the problem is
    coming from the synchronization between these two tasks. I found the class BackgroundMediaPlayer which does what I really want , except controlling the media player. What are the options of doings that?

    Hi Rob,
    Thank you for your reply. So in this case, I guess each process shall keep reading the file and see if there are commands to be processed. Is there a way to raise an event when the content of the file get changed? Are there existing file handling classes
    that support this?

  • What is difference between I-mesage and Text Message, some I want to send I message and but I send text and it's charge to me

    What is difference between I-mesage and Text Message, some timeI want to send I-message and but I send text and it's charge to me.

    Thanks Wj,
    another question, how I got to know, my I-message is activated, I put as ON, but I am not getting mesage it's activated, there is link showing to me, learn more abount I-message. do it will take time? please advise how I can activate my I-message. Please advise.

  • JavaMail application hanged with no error throwed at Transport.send

    JavaMail application hanged with no error throwed at Transport.send,even though I set the timeout property
    import java.util.Date;
    import java.util.Properties;
    import javax.mail.Authenticator;
    import javax.mail.Message;
    import javax.mail.PasswordAuthentication;
    import javax.mail.Session;
    import javax.mail.Transport;
    import javax.mail.internet.InternetAddress;
    import javax.mail.internet.MimeBodyPart;
    import javax.mail.internet.MimeMessage;
    import javax.mail.internet.MimeMultipart;
    import javax.mail.internet.MimeUtility;
    public class tt {
         static Properties props=null;
         static boolean needAuth=true;
         static MailAuthenticator authenticator = null;
         static String host="host";
         static String account="account";
         static String password="pwd";
         static String sender="sender";
          * @param args
          * @throws Exception
         public static void main(String[] args) throws Exception{
               if (props == null) {
                     props = new Properties();
                     props.put("mail.smtp.host", host);
                     props.put("mail.smtp.timeout      ", "1000");
                     props.put("mail.smtp.connectiontimeout      ", "1000");
    //                 props.put("mail.debug", "true");
                     props.put("mail.smtp.auth", String.valueOf(needAuth));
                     authenticator = new MailAuthenticator(account, password);
                 MailData mailData = new MailData();
                 mailData.setSubject("altireport mail configuration");
                 mailData.setContent("mail server has been configured successfully.");
                 mailData.setRecipients(new String[]{"[email protected]"});
                 final Session session = Session.getInstance(props, authenticator);
                 final MimeMessage msg = new MimeMessage(session);
                 InternetAddress from = new InternetAddress(sender);
                 msg.setFrom(from);
                 //        msg.setSender(from);
                final InternetAddress[] addressTo = new InternetAddress[mailData.getRecipients().length];
                 for (int i = 0; i < mailData.getRecipients().length; i++) {
                     addressTo[i] = new InternetAddress(mailData.getRecipients());
         msg.addRecipients(Message.RecipientType.TO, addressTo);
         //msg.setSubject(mailData.getSubject());
         msg.setSubject(MimeUtility.encodeText(mailData.getSubject(), "UTF-8", "B"));
         MimeBodyPart bodyPart1 = new MimeBodyPart();
         bodyPart1.setContent(mailData.getContent(), "text/plain; charset=UTF-8");
         MimeMultipart multipart = new MimeMultipart();
         multipart.addBodyPart(bodyPart1);
         msg.setContent(multipart);
         msg.setSentDate(new Date());
    //     msg.saveChanges();
         for(int i=0;i<10;i++){
              new Thread(new Runnable(){
                             public void run() {
                             try {
                                  System.out.println("send...");                                   
                                  Transport.send(msg);
                                  } catch (Exception e) {
                                       e.printStackTrace(System.out);
                        System.out.println("end!");
              }).start();
    class MailData {
    private String[] recipients = null;
    private String subject = null;
    private String content = null;
    private String attachment = null;
    private String attachmentName = null;
    * @return the attachment
    public String getAttachment() {
    return attachment;
    * @param attachment the attachment to set
    public void setAttachment(String attachment) {
    this.attachment = attachment;
    * @return the content
    public String getContent() {
    return content;
    * @param content the content to set
    public void setContent(String content) {
    this.content = content;
    * @return the recipients
    public String[] getRecipients() {
    return recipients;
    * @param recipients the recipients to set
    public void setRecipients(String[] recipients) {
    this.recipients = recipients;
    * @return the subject
    public String getSubject() {
    return subject;
    * @param subject the subject to set
    public void setSubject(String subject) {
    this.subject = subject;
    * @return the attachmentName
    public String getAttachmentName()
    return attachmentName;
    * @param attachmentName the attachmentName to set
    public void setAttachmentName(String attachmentName)
    this.attachmentName = attachmentName;
    class MailAuthenticator extends Authenticator {
    private PasswordAuthentication authentication;
    public MailAuthenticator(String account, String password) {
    authentication = new PasswordAuthentication(account, password);
    protected PasswordAuthentication getPasswordAuthentication() {
    return authentication;
    I have tried use session to get a SMTPTransport instance to use sendMessage ,but still have the same problem.No exception ,No error.
    This problem doesn't appear always. It appears sometimes.
    I hope get help for someone who has the solution for this problem.
    Thanks in advanced.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    Ok, I think I see the problem:
         props.put("mail.smtp.timeout      ", "1000");
         props.put("mail.smtp.connectiontimeout      ", "1000");
    Why do you have spaces at the end of the property names?
    Those spaces are not being ignored, which means you've
    set the wrong properties.

  • What I would like from Cisco is the meaning of all level 3 or lower email messages my Router can send to me. So, that I can take the appropriate actions.

    v\:* {behavior:url(#default#VML);}
    o\:* {behavior:url(#default#VML);}
    w\:* {behavior:url(#default#VML);}
    .shape {behavior:url(#default#VML);}
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-priority:99;
    mso-style-qformat:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin-top:0in;
    mso-para-margin-right:0in;
    mso-para-margin-bottom:10.0pt;
    mso-para-margin-left:0in;
    line-height:115%;
    mso-pagination:widow-orphan;
    font-size:11.0pt;
    font-family:"Calibri","sans-serif";
    mso-ascii-font-family:Calibri;
    mso-ascii-theme-font:minor-latin;
    mso-fareast-font-family:"Times New Roman";
    mso-fareast-theme-font:minor-fareast;
    mso-hansi-font-family:Calibri;
    mso-hansi-theme-font:minor-latin;
    mso-bidi-font-family:"Times New Roman";
    mso-bidi-theme-font:minor-bidi;}
    My Small Business Router has been sending me email messages. This is a RVS-4000 version 1.
    I just want to understand what my Router is emailing me or telling me...
    The last message I received from my RVS-4000 was:
       Oct 30 13:44:09 - IPSEC EVENT: KLIPS device ipsec0 shut down.
    IPSEC EVENT sounds important. Whatever it is... And what is a KLIPS device ipsec0 shutdown????
    I have Log Levels 0-3 selected...
    Log Level
    Setting which level log Router should recorder. Level from 0 ~ 7 means:
    0: LOG_EMERG(system is unusable)
    1: LOG_ALERT(action must be taken immediately)
    2: LOG_CRIT(critical conditions)
    3: LOG_ERR(error conditions)
    4: LOG_WARNING(warning conditions)
    5: LOG_NOTICE(normal, but significant, condition)
    6: LOG_INFO(informational message)
    7: LOG_DEBUG(debug-level message)
    So, when I get any messages... I'm a little concerned. Because the RVS-4000 thinks it's an Error or better.
    What I would like from Cisco is the meaning of all level 3 or lower email messages my Router can send to me. So, that I can take the appropriate actions.
    I know Cisco inhered these Small Business Routers. When they bought Linksys. However, they have not discontinued them totally and they are still for sale. And Cisco has released a new version 2 of the same Router. So I believe Cisco should support them as well.
    Yes, I'm a pain to Cisco. However, I think you understand I'm being scared by my Routers messages to me... And would like some relief.
    Bruce

    Great suggestions. Problems is this is not the forum for your "wish list" as Apple does not read these USER forums.
    Send your feedback to http://www.apple.com/feedback/iphone.html

  • Kernel Power - Event ID 41 - Task Category 63 (spontaneous improper shutdowns and reboots)

    I have been having consistent power offs/reboots lately, and im at my wits end about how to fix them.
    It always seems to happen when im playing a high end game (Guild Wars 2, Mirrors Edge, etc.). 
    I havent experienced it while just browsing or doing basic work, or while playing lower intensity games that hog less resources.
    The computer screen goes black, it reboots and i get the "windows has had an improper shutdown" kind of message.
    Usually after playing the game for an hour at the least, though its happened 2-3 hours into the game as well.
    I checked temps, and they are all normal,
    Ive also attempted updating drivers, and downgrading from any beta drivers i was using, and none of that seemed to affect it.
    I checked event viewer,
    And right before this shutdown i get the critical error "Kernel-Power" "Event ID 41" Task Category 63"
    this is the XML given to me in the details:
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
    <Provider
    Name="Microsoft-Windows-Kernel-Power" Guid="{331C3B3A-2005-44C2-AC5E-77220C37D6B4}" />
    <EventID>41</EventID>
    <Version>2</Version>
    <Level>1</Level>
    <Task>63</Task>
    <Opcode>0</Opcode>
    <Keywords>0x8000000000000002</Keywords>
    <TimeCreated
    SystemTime="2012-09-02T04:55:51.116009800Z" />
    <EventRecordID>28689</EventRecordID>
    <Correlation
    />
    <Execution
    ProcessID="4" ThreadID="8" />
    <Channel>System</Channel>
    <Computer>Owner-PC</Computer>
    <Security
    UserID="S-1-5-18" />
    </System>
    - <EventData>
    <Data Name="BugcheckCode">0</Data>
    <Data Name="BugcheckParameter1">0x0</Data>
    <Data Name="BugcheckParameter2">0x0</Data>
    <Data Name="BugcheckParameter3">0x0</Data>
    <Data Name="BugcheckParameter4">0x0</Data>
    <Data Name="SleepInProgress">false</Data>
    <Data Name="PowerButtonTimestamp">0</Data>
    </EventData>
    </Event>
    If anyone has any suggestions as to what could be going wrong, or things to check it would be greatly appreciated.
    Ive looked around at others solutions and tried whats helped others and it hasnt done much so far.
    it seems like this is a very broad problem, with no unspecific fix in most cases.

    Hi,
    This scenario usually indicates a problem with the hardware. Or, the driver can cause this problem. To help isolate the problem, check the following items: 
    1. Overclocking: Disable overclocking to see whether the issue occurs when the system is run at the correct speed.
    2. Check the memory: Verify the memory by using a memory checker. Verify that each memory chip is
    the same speed and that it is configured correctly in the system.
    3. Power supply: Make sure that the power supply has enough wattage to appropriately handle the
    installed devices. If you added memory, installed a newer processor, installed additional drives, or added external devices, such devices can require more energy than the current power supply can provide consistently.
    4. Overheating: Check whether the system is overheating by examining the internal temperature of
    the hardware.
    5. Defaults: Use system defaults, and run the system. 
    If you see that the computer generates a Stop error that contains a BugcheckCode value that is not reported in an event ID 41, change the restart behavior for the computer. To do this, follow these steps:
    1. Right-click My Computer, and then click Properties.
    2. Click Advanced system settings.
    3. Click the Advanced tab.
    4. In the Startup and Recovery section, click Settings.
    5. Click to clear the Automatically restart check box.
    For more information, please refer to this.
    http://support.microsoft.com/kb/2028504#method3
    Kim Zhou
    TechNet Community Support

  • I have received this error message when trying to send a comment to a blog : ERROR: Could not read CAPTCHA cookie. Make sure you have cookies enabled and not blocking in your web browser settings. Or another plugin is conflicting. See plugin FAQ., can any

    I have received this error message when trying to send a comment to a blog : ERROR: Could not read CAPTCHA cookie. Make sure you have cookies enabled and not blocking in your web browser settings. Or another plugin is conflicting. See plugin FAQ., can any...
    Only found one question similar and NO ANSWER to it.

    Same problem here...nothing in my settings have changed since the upgrade and I've checked my cookie settings and they allow 3rd party cookies. What's up Mozilla? I've been faithful to you for years and you let me down now?

  • Sending - "The message you atternpted to send was deterrnined to be sparn"

    Hi,
    You can get this response even on a personal email with nothing spam-like. 
    ==================================================
    (User) - Verizon, 1 messages left lo send , [Time]  information
    There has been an error transferring your rnail I said and then the SMTP Server (outgoing verizon.net) said      550 5 71 The message you atternpted lo send was deterrnined lo be sparn. Please visit http //www verizon.net/sparnfaq for rnore inforrnalion
    ===================================================
    The Verizon recommended email fix does nothing.
    [email protected]
    So I sent the email to another address of my own, to troubleshoot, and then started taking out sections, to see what was triggering the spam.
    Turned out to be a link to an encyclopedia entry
    http://haydock1859.tripod.com/id94.html
    In fact, it was a string in there, since it occurred even with a string like:
    "haydock1859.tripod.com/id94"
    with no url hot link.  I did not check further to see if "tripod" was the actual "spam offense".  Once I took out the line, the email went fine. 
    Since this has only happened about twice in hundreds of emails sent, the problem at this time is annoying but not disastrous, however it is a reflection on Verizon, showing a type of bureaucratic stagnation and incompetence. (Never had any such problem with TWC.)
    Anyway,  I suggest my method for finding out the cause.  I use Eudora as my sender, and it makes it clear to me whether the mail was sucessfully sent.  This is probably true for all solid email sending programs.
    Steven Spencer
    Queens, NY

    Since Tripod is a free website provider, I would assume that many messages with tripod.com links would be marked as spam. The Spam Filter is a dynamic system that changes depending on what users think is spam. If it sees urls including "tripod.com" marked as spam enough times, it makes sense that it would eventually start blocking them.
    Verizon can't just tell you how to get around their spam filter, because then it wouldn't stop any spammers.
    Some people have suggested sending the message to [email protected] for investigation. This may work for you as well.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

Maybe you are looking for

  • Ipod classic recognised as external disc, but not by itunes

    I've had a 120gb Classic for a while and more recently got an iphone. I had no problems with either, until recently. When I attach my classic, itunes does not recognise that it is there, yet it still appears as an external drive on my desktop. I am n

  • How to retrieve information from a database View name

    For a given database View name, is there any way to retrieve what are the columns (also the corresponding table name) associated with that View? I am getting the view names by using DatabaseMetaData APIs. Now I want to retrieve the info associated wi

  • How to get a field more than 255 char back in ITCSY stru

    I am getting multiple invoice numbers from the calling pg. The calling pring pg is standard, so cannot touch that. Now in my sapscript, i have to concatenate all invoice numbers and show them. I had used a perform to do so. It was fine till now. But

  • Receiving Relay Access Denied message when trying to send mail

    Hello, I have a client who getting the following error when sending a message: domainname-com.mail.protection.outlook.com[207.46.163.215] said: 550 5.7.0 Relay Access Denied (in reply to RCPT TO command) I think this is a Microsoft/outlook.com issue.

  • Handling DST in SQL Query for UCCX Custom Report

    We wrote all custom reports for one of the call centers using our UCCX deployment.  One problem we see we will hit in the future is DST.  We suggested they use UTC but they wanted to see the call data based off of EST timezone.  Right now we are okay