Error code want to insert in Message Body of Alert Mail

Hi All,
We had created one Process flow with 7 Mappings. The process flow looks like this:
START--->MAPA---->MAPB---------------------EMAIL_SUCCESSS -------END
EMAIL_WARNING---------END_WARNING
EMAIL_ERROR-------------END_ERROR
Suppose MAPA got failed with Warning/Error, We want to get alert mail with Map A got failed with the Error code and it want to start running MAP B..
Any suggestions?
Regards,
Ava

Can't you do something like:
START--->
MAPA--success-->MAPB---->
MAPA--error-->EMAIL_ERROR---success---->MAPB-->
MAPA--warning-->EMAIL_WARNING----success---->MAPB-->
and so on....
or FORK if it can run parallel.

Similar Messages

  • WordPress MySQL Error Code: 1142. INSERT command denied to user

    Problem: I have been working on a WP Multi-Site for two months. Working away last Sunday and it stopped saving changes to my WP Post and Pages.
    I cannot rename folders at the root of the site i.e. rename Plugins folder to Plugins-hidden to reset the plugins as a troubleshooting effort. When I try to rename the folder I (as administrator) gets
    FTP 550 Access Denied message. When I connect to the MySQL DB using MySQL Workbench it does not let me perform any INSERT type function; only SELECT. When I do it gives me the following error:
    Error Code: 1142. INSERT command denied to user 'b37d600426923a'@'168.62.52.141' for table
    Basically the admin account has lost all of its admin access to the DB and host files. This is a STOPWORK scenario and I need help from an expert.
    Thanks in advance for any and all contributions to this issue.

    Found the answer... email that went to junk mail. Hope this helps others!
    Hello Subscription User,
     Thanks for choosing ClearDB for your database needs. We appreciate your business and 
     your interest in our services. Our commitment to all of our customers is that we 
     provide a high quality of service on all of our database systems. Part of that 
     commitment includes the enforcement of database size quotas in order to ensure 
     the highest quality of service for our customers.
     As such, we're sending you this automated message regarding one of your databases:
     Database: wp____
     Tier/Plan: Mercury
     Tier size quota: 20 MB
     This database has either reached or has exceeded its maximum allowed size for the 
     'Mercury' plan/tier that it currently belongs to. As such, our systems were forced to 
     place a read-only lock on it. We kindly encourage you to upgrade your database 
     to a larger tier/plan so that we can restore write privileges and enable complete 
     access to it from your account.
     If you feel that you have received this notification in error, please feel free 
     to contact us by replying to this email along with information that you feel may 
     assist us in assessing the situation with your database.
     Thanks again for choosing ClearDB,
     The ClearDB Team

  • HP LaserJet M1522 Error Code 49 + "Memory is Low" Message.

    i am having a problem with my HP LaserJet M1522 Error Code 49 + "Memory is Low" Message can anyone tell me how to fix this?

    update your firmware download it from hp website
    tecnical support for hp printing

  • How to read the message body in a mail

    how can we read the message body of a mail. i am using pop3 server for reading the mails. my program is
    public class GetMessageExample {
    public static void main (String args[]) throws Exception {
    String host = args[0];
    String username = args[1];
    String password = args[2];
    Properties props = new Properties();
    Session session = Session.getInstance(props, null);
    Store store = session.getStore("pop3");
    store.connect(host, username, password);
    Folder folder = store.getFolder("INBOX");
    folder.open(Folder.READ_ONLY);
    BufferedReader reader = new BufferedReader (
    new InputStreamReader(System.in));
    Message message[] = folder.getMessages();
    for (int i=0, n=message.length; i<n; i++) {
    System.out.println(i + ": " + message.getFrom()[0]
    + "\t" + message[i].getSubject());
    System.out.println(
    "Do you want to read message? [YES to read/QUIT to end]");
    String line = reader.readLine();
    if ("YES".equals(line)) {
    message[i].writeTo(System.out);
    } else if ("QUIT".equals(line)) {
    break;
    folder.close(false);
    store.close();
    i am getting the following exception
    Exception in thread "main" java.lang.NoSuchFieldError: contentStream
    at com.sun.mail.pop3.POP3Message.getContentStream(POP3Message.java:115)
    at javax.mail.internet.MimePartDataSource.getInputStream(MimePartDataSou
    rce.java:61)
    at com.sun.mail.handlers.text_plain.getContent(text_plain.java:65)
    at javax.activation.DataSourceDataContentHandler.getContent(DataHandler.
    java:755)
    at javax.activation.DataHandler.getContent(DataHandler.java:511)
    at javax.mail.internet.MimeMessage.getContent(MimeMessage.java:1072)

    The Part interface that the Message class implements describes 3 ways for getting the content of a message. To use an Input Stream, you can call the getInputStream() method on the message itself, rather than System.in.
    Hope this helps!

  • Error code when sending: Cannot send message due t...

    Hi,
    I'm suddenly unable to send emails via Thunderbird.  I've not had any problems before; not been doing anything unusual, like sending 200+ emails on the same day; have scanned my PC for trouble (none detected); visited the web address in the message and could see that other ppl have sometimes had the same problem, but no one seems to hear back from yahoo when they try to get resoloution, so I thought I would try here.  Can anyone help? The exact message is: An error occurred while sending mail. The mail server responded:  Transaction failed : Cannot send message due to possible abuse; please visit http://postmaster.yahoo.com/abuse_smtp.html for more information. Please check the message and try again.  

    I use Thunderbird and I have just tried sending a test e-mail, no problem at all. Are you using the right server.
    See Thunderbird setup
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Error code OX80010108 when inserting cd to display photos.

    Have uninstalled Windows live photo gallery and reinstalled but still happening!

    lizzieoreilly wrote:
    Have uninstalled Windows live photo gallery and reinstalled but still happening!

  • The SMTP Error Code from a message that was not sucessfully delivered ?

    hello,
    I'm developing an aplication that uses Java Mail and
    send emails, but I need to get the error code if this
    email was not sucessfully delivered, use
    mail.smtp.dsn.notify to destination return an email in case
    of failure.
    Thaks for your help.
    rania+

    Do you mean the SMTP server reply codes? These are the codes that are returned when the client tries passing the message to the server. The are from RFC 821 (http://www.ietf.org/rfc/rfc0821.txt).
    500 Syntax error, command unrecognized
    [This may include errors such as command line too long]
    501 Syntax error in parameters or arguments
    502 Command not implemented
    503 Bad sequence of commands
    504 Command parameter not implemented
    211 System status, or system help reply
    214 Help message
    [Information on how to use the receiver or the meaning of a
                particular non-standard command; this reply is useful only
                to the human user]
    220 <domain> Service ready
    221 <domain> Service closing transmission channel
    421 <domain> Service not available,
    closing transmission channel
    [This may be a reply to any command if the service knows it
                must shut down]
    250 Requested mail action okay, completed
    251 User not local; will forward to <forward-path>
    450 Requested mail action not taken: mailbox unavailable
    [E.g., mailbox busy]
    550 Requested action not taken: mailbox unavailable
    [E.g., mailbox not found, no access]
    451 Requested action aborted: error in processing
    551 User not local; please try <forward-path>
    452 Requested action not taken: insufficient system storage
    552 Requested mail action aborted: exceeded storage allocation
    553 Requested action not taken: mailbox name not allowed
    [E.g., mailbox syntax incorrect]
    354 Start mail input; end with <CRLF>.<CRLF>
    554 Transaction failed

  • Windows 7 Ultimate (64-bit) Create a System Image Failure (error code: 0x80780119)

    Hello,
    I recently bought a new 1 TB hard drive, and I want to move everything from my original 250 GB to the new one. I have read from numerous sources that Creating a System Image through Windows 7, and then restoring that system image using the Windows 7 OS disc,
    is the safest way to do so. My problem lies in creating the system image. I have looked up the error code and found that the usual problem is not having enough space, specifically on the System Reserved partition of the drive.
    On the original 250 GB hard drive, the C: partition has 45 GB of free space, while the System Reserved partition has 69 MB of free space. On the new 1 TB hard drive, the only partition has 747 GB of free space (this is because I was originally going to manually
    move only certain files, such as games, but halfway I decided that I want to move everything over).
    On the 250 GB hard drive, the main partition that houses the OS and my other files is, as I said above, labeled C:. The System Reserved partition, also on the 250 GB hard drive is labeled G:. The only partition on the new 1 TB hard drive is labeled F:.
    From what I can tell, based on similar questions and their responses as well as the information given from the system image error, I should be able to create the system image without any problems. When I try to create the image (I check the boxes for both
    partitions, C: and G: when asked what drives to create an image of), I receive the same error code, 0x80780119, along with the message about not having enough space on one of the volumes.
    I'm all out of ideas, so any help would be greatly appreciated.
    Thank you for your help,
    Joshua Ratliff

    Hi,
    Regarding this issue, try to refer to the following articles which would give you some hints:
    Windows 7 Ultimate 64 bit backup failed (0x80780119)
    Windows 7 RC Backup fails - Errorcode 0x81000019
    Hope it helps.
    Alex Zhao
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Sending email  with message body contain data  in table   displayed in one

    Hi,
    I have one jsp page where I am dispalying the table data retrieved fron database.
    Now i am trying to send this table as message body of the mail to the user.I am doing same stuff last from six days but unable to send such data.
    Please help me Sir,as i am newbie here.
    Here is an jsp page.
        Document   : evaluationeventtable
        Created on : Jul 24, 2008, 6:52:37 PM
        Author     : user1
    --%>
    <%@page contentType="text/html" pageEncoding="UTF-8"%>
    <%@ page language ="java" %>
    <%@ page import="java.sql.*, javax.sql.*, javax.naming.*,java.io.*,java.util.*" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
       "http://www.w3.org/TR/html4/loose.dtd">
    <html>
        <head>
            <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
            <title>IGIDR</title>
            <link rel="stylesheet" href="../styles/styles.css" type="text/css">
        </head>
        <body>
             <table width="100%" cellspacing="0" cellpadding="0" border="0">
    <tr>
    <td><%@ include file="/includes/logohead.jsp" %></td>
    </tr>
    <tr><td><%@ include file="/toplinks.jsp"%></td></tr>
    <tr>
    <td width="100%" valign="top">
    <table width="100%" cellspacing="0" cellpadding="0" border="1" borderColor=#000066>
        <tr>
    <td width="80%"> 
        <%  int QNO;
             String message=null;
             //String message1=null;
             //String message2=null;
             String noA,noB,noC,noD;                
            String ID=request.getParameter("id");       
            String EVENTID=request.getParameter("event");       
            Connection connection = null;
            Statement st = null;
            Statement st1 = null;
            Statement st2 = null;
            Statement st3 = null;
            Statement st4 = null;
            Statement st5 = null;
            ResultSet rs= null;
            ResultSet rs1= null;
            ResultSet rs2= null;
            ResultSet rs3= null;
            ResultSet rs4= null;
            ResultSet rs5= null;
            Class.forName("com.mysql.jdbc.Driver");
            Connection con = DriverManager.getConnection("jdbc:mysql://localhost:3306/mynewdatabase","root", "root123");
                           st=con.createStatement();
                    try  {              
                      rs = st.executeQuery("SELECT * FROM Questionbank where Questionid='"+ID+"'");
                   %>
                <table border="1" cellpadding="2" cellspacing="3" bgcolor="#E6E6FA" align="center"><tr><th>Questions</th><th>A</th><th>B</th><th>C</th><th>D</th></tr>
                 <%  message="<table border=1 cellpadding=2 cellspacing=3 bgcolor=#E6E6FA align=center><tr><th>Questions</th><th>A</th><th>B</th><th>C</th><th>D</th></tr>";%>
                   <%
                  while ( rs.next() )
                            //String NO=rs.getString("Qserialno");
                            //session.setAttribute("no",NO);
                            //String NAME=rs.getString("questionname");
                            //session.setAttribute("name",NAME);                                    
                       %>
                       <tr><td><%=rs.getString("Qserialno") + "." + rs.getString("questionname")%></td>
                       <%
                        message=message+"<tr><td>"+rs.getString("Qserialno") + "." + rs.getString("questionname")+"</td>";
                       st1=con.createStatement(); 
                       try
                          rs1=st1.executeQuery("select count(*) as total  from final where questionid='"+ID+"'and Eventid='"+EVENTID+"'and Qserialno='"+rs.getString("Qserialno")+"'and Answer='A'");
                         rs1.next();
                         noA=rs1.getString("total");
                         session.setAttribute("NOA",noA);
                          rs1=st1.executeQuery("select count(*)  as total from final where questionid='"+ID+"'and Eventid='"+EVENTID+"'and Qserialno='"+rs.getString("Qserialno")+"'and Answer='B'");
                       rs1.next();
                         noB=rs1.getString("total");
                         session.setAttribute("NOB",noB);
                          rs1=st1.executeQuery("select count(*) as total  from final where questionid='"+ID+"'and Eventid='"+EVENTID+"'and Qserialno='"+rs.getString("Qserialno")+"'and Answer='C'");
                        rs1.next();
                         noC=rs1.getString("total");
                         session.setAttribute("NOC",noC);
                          rs1=st1.executeQuery("select count(*) as total  from final where questionid='"+ID+"'and Eventid='"+EVENTID+"'and Qserialno='"+rs.getString("Qserialno")+"'and Answer='D'");
                          rs1.next();
                         noD=rs1.getString("total");                   
                         session.setAttribute("NOD",noD);
                         message=message+"<td>"+noA+"</td><td>"+noB+"</td><td>"+noC+"</td><td>"+noD+"</td></tr></table>";
                         %>                     
                     <td><%=noA%></td><td><%=noB%></td><td><%=noC%></td><td><%=noD%></td></tr>
                   <%        
                         } finally
                               if (rs1 != null)
                                   rs1.close();
                                   rs1 = null;
                               } if (st1 != null)
                                   st1.close();
                                   st1 = null;
                                       finally
                               if (rs != null)
                                   rs.close();
                                   rs = null;
                               if (st != null)
                                   st.close();
                                   st = null;
                                   con.close();
                      %></table>   
                      <table align="center" width="50%" cellspacing="0" cellpadding="0" border="1" borderColor=#D2691E>
                      <form name="sendmail" action="/student/servletmail" method="POST">
                       <tr class="CellColor">
              <td>To</td>
              <td class="CellColor" width="1%">
              </td>
              <td class="CellColor">
                   <input type="text" name="to" size="25" value="">
              </td>
                    <td>From</td>
              <td class="CellColor" width="1%">
              </td>
              <td class="CellColor">
                   <input type="text" name="from" size="25" value="">
              </td>
         </tr>
            <input type="hidden" name="message" value="<%=message%>">
            <tr class="CellColor">
              <td class="CellColor" colspan="9" align="center">
                   <input type="submit" name="tn1" value="Send" >
              </td>
         </tr>   
      </form></table></td></tr></table>
                  </table>
                         </body></html>    And here is an servlet where i am trying to send the mail
    package com.student.igidr.test;
    import java.io.*;
    import java.net.*;
    import java.util.*;
    import javax.mail.*;
    import javax.mail.event.*;
    import javax.mail.internet.*;
    import javax.servlet.*;
    import javax.servlet.http.*;
    * @author user1
    public class servletmail extends HttpServlet
            public  void doPost(HttpServletRequest request,HttpServletResponse response)
                                      throws ServletException, IOException
            PrintWriter out=response.getWriter();
            response.setContentType("text/html");
            try
               Properties props=new Properties();
               props.put("mail.smtp.host","webmail.igidr.ac.in");   //  'localhost' for testing
       Session   session1  =  Session.getDefaultInstance(props,null);
               String s1 = request.getParameter("to");
               String s2 = request.getParameter("from");
               //String s3 = request.getParameter("sub");
               String s4 = request.getParameter("message");
              // out.println(s4);
         Message message =new MimeMessage(session1);
         message.setFrom(new InternetAddress(s2));
          message.setRecipients
                 (Message.RecipientType.TO,InternetAddress.parse(s1,false));
              // message.setSubject(s3);
               message.setText(s4);       
              message.setContent(s4,"text/html");
               Transport.send(message);
               out.println("mail has been sent");
            catch(Exception ex)
               System.out.println("ERROR....."+ex);
    }I am using the message variable to send the message also as input variable in servlet.
    Whether it is write Way to represent hole table body into message variable in jsp page.
    Please help me.
    Thanks and Regards
    haresh
    Edited by: HARSHAL_GURAV on Aug 13, 2008 11:15 PM
    Edited by: HARSHAL_GURAV on Aug 13, 2008 11:56 PM

    Hi bshannon ,
    Thanks you very much for your reply.
    I am trying to send html formated mail to the user.
    The message body contains the table that is displayed in above jsp page as:
    <table border="1" cellpadding="2" cellspacing="3" bgcolor="#E6E6FA" align="center"><tr><th>Questions</th><th>A</th><th>B</th><th>C</th><th>D</th></tr>
    <tr><td><%=rs.getString("Qserialno") + "." + rs.getString("questionname")%></td>
    <td><%=noA%></td><td><%=noB%></td><td><%=noC%></td><td><%=noD%></td></tr>In above code I am displaying the data from table i jsp page in table format. The data is related to analysis of particular event and i am trying to send this data as message body of the email.
    As table displayed in html form can you assist me in how to send html data?
    I am using variable message to store all this table data .
    <%  message="<table border=1 cellpadding=2 cellspacing=3 bgcolor=#E6E6FA align=center><tr><th>Questions</th><th>A</th><th>B</th><th>C</th><th>D</th></tr>";%>
    message=message+"<tr><td>"+rs.getString("Qserialno") + "." + rs.getString("questionname")+"</td>";
      message=message+"<td>"+noA+"</td><td>"+noB+"</td><td>"+noC+"</td><td>"+noD+"</td></tr></table>";i am sending this variable through form.At servlet I am retrieving it like:
    String s1 = request.getParameter("to");
               String s2 = request.getParameter("from");
               //String s3 = request.getParameter("sub");
               *String s4 = request.getParameter("message");*Will this possible ?
    Please help meas i am troubling same with last from 7-8 days.
    I had gone through Faqs but unable to collect required information.
    Thanks and Regards
    Haresh
    Edited by: HARSHAL_GURAV on Aug 15, 2008 9:22 PM

  • Dvd player error codes -70001 & -32

    when attempting to play a dvd recv'd Error codes -7001 & -32.
    What do they mean?!
    jc

    when attempting to play a dvd recv'd Error codes
    -7001 & -32.
    What do they mean?!
    jc
    In the thread "PLEASE HELP- region codes" in "Discussions > iDVD > iDVD4 and earlier", using Panther I reported " I inserted a different region code disc, got the message that I only have 3 changes left, then the error -70001. "
    After upgrading to Tiger last August I reported " just upgraded to Tiger 10.4.0 and the problem was still there.
    Then I installed the software updates to 10.4.2 and DVDPlayer 4.6: I am now allowed to change the region code."
    Howwever, last month I had the problem again, possibly after installing 10.4.3: "3 changes left" and "error code -70001" on inserting a disc with a different region code.
    The solution I found was to use VLC, a DVD player which ignores the region code, rather than the mac os X DVDPlayer.
    http://www.videolan.org/vlc/features.html
    Regards,
    Colin

  • SAML - wsse:InvalidSecurity  Error codes: 3001 3201 2761 6401 2668

    Hi
    I have set up saml assertions with sender-vouches on weblogic server 10.3 but I get the following response
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Body>
    <env:Fault xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <faultcode>wsse:InvalidSecurity</faultcode>
    <faultstring>
    Error codes: 3001 3201 2761 6401 2668 Error code:3001
    </faultstring>
    </env:Fault>
    </env:Body>
    </env:Envelope>
    What is the meaning of Error code : 3001 ?
    Also got this in the logs :
    <WSEE:14>Incoming message missing code = 3001 3201 2761 6401<*SmartSecurityPolicyBlueprint.tellMeWhy:608*>
    <WSEE:14>Incoming message error code = 2668<*SmartSecurityPolicyBlueprint.tellMeWhy:617*>
    what does it all mean ?
    Edited by: user11954474 on 04-Dec-2009 02:09

    Hi,
    I am also getting the same error. Was anyone able to determine the cause or meaning of this?

  • Gkbisd Unable to collect cdhash error code 100024

    What is process/daemon gkbbisd ?
    What is cdhash? What means "error code 100024" ?
    One example message:
    07/03/2014 9:17:24.443 PM gkbisd[246]: Unable to collect cdhash for /System/Library/CoreServices/Install in Progress.app (error code 100024)
    I have hundreds more
    "/System/Library/CoreServices/Install in Progress.app" ??

    It looks like gkbisd is used for verification of code signatures for GateKeeper (the thing that asks you if you really want to open an app when you open it for the first time). It was only added in 10.9.4.
    I was getting the same log messages, and found that removing its database and restarting the process stopped the messages from occurring.
    Open Terminal and do the following:
    sudo killall gkbisd
    sudo mv /private/var/db/gkbis.db /private/var/db/gkbis.db.backup
    sudo /usr/libexec/gkbisd &
    You'll be asked to enter your password to run these commands.
    This will kill the gkbisd process, move the database (so it has to build it again), and then restart it.
    If you're comfortable with the command line then there should be no harm in deleting the database rather than moving it.

  • Code corrupted. Insert fresh copy.

    When viewing in ie6,
    All pages on my site began giving a nearly blank screen
    (background image still shows), and a simple 1 line error:
    Code corrupted. Insert fresh copy.
    Works fine in firefox 2.0, though ive not tested in any other
    browser.
    I removed a js counter code, which did eliminate the error,
    but now there is now content showing on my page! - NOTHING!!!
    just the background. Ive validated in DW8, no errors, however
    w3c is telling me there are many errors - mainly showing my
    template syntax as incorrect comments, I think.
    Please help, all my pages are blank and as much as I detest
    ie, most of my viewers are using it...
    page is here

    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.boyerrv.com%2F
    Remove the space the validator tells you about - this could
    be an instant
    fix.
    I think your answers are in the validation report.
    Jo
    "m0piqsutjjqv4du" <[email protected]> wrote
    in message
    news:ejadoa$o88$[email protected]..
    > When viewing in ie6,
    > All pages on my site began giving a nearly blank screen
    (background image
    > still shows), and a simple 1 line error:
    >
    > Code corrupted. Insert fresh copy.
    >
    > Works fine in firefox 2.0, though ive not tested in any
    other browser.
    > I removed a js counter code, which did eliminate the
    error, but now there
    > is
    > now content showing on my page! - NOTHING!!!
    > just the background. Ive validated in DW8, no errors,
    however w3c is
    > telling
    > me there are many errors - mainly showing my template
    syntax as incorrect
    > comments, I think.
    >
    > Please help, all my pages are blank and as much as I
    detest ie, most of my
    > viewers are using it...
    >
    >
    http://www.boyerrv.com
    >
    >
    >

  • Error Code:  -8155

    Error Code: -8155
    I get this message even when logging on to THIS Apple Site.
    I even get it at times when accessing my bank
    or other institution where ID is required.
    How do I examine Certificates and determine acceptability of same -
    as opposed to only "Accepting this certificate temporarily for this session"?

    I'm not familiar with that error number, but your basic problem is that Netscape (and most any browser for OS 9 & below) is obsolete by today's standards. It doesn't have the Java capabilities & security features to access many sites, & won't display Flash video. Suggest you try a different browser. Look at these posts on OS 9 browsers.
    http://discussions.apple.com/thread.jspa?threadID=1417047
    http://discussions.apple.com/thread.jspa?threadID=2262175&tstart=0
    http://discussions.apple.com/thread.jspa?threadID=2217149&tstart=50
     Cheers, Tom

  • Error code -32731 pops up when I try to move files onto LaCie External HD.

    I have a Macbook Air 2014 with i7 and 8gb ram. I have around 20gb left on the internal hard drive.
    My current OS is Yosemite, 10.10.2.
    I'm unable to paste/move files to my external hard drive and am instead presented with error code -32731. The exact message reads:
    "The operation can’t be completed because an unexpected error occurred (error code -32731)."
    Related, it seems as if I can't download files directly to the hard drive. In many ways it seems as if I can't write to the drive at all. However, I have those permissions when looking at info.
    Any ideas? Thank you very much.
    Chris

    Some other things to look at.
    https://www.google.com/search?btnG=1&pws=0&q=The+operation+cannot+be+completed+b ecause+an+unexpected+error+occurred+(error+code+-50

Maybe you are looking for