Body and Attachments missing when running JavaMail  from Jboss.

When I send an email from a Web service running on Jboss I get an email with recipients and subject but I do not get the body or the attachments. However, when I use the same code and run outside of the server environment everything works as expected. I have double checked to insure that I am using the correct jar files. I am not sure where to go from here.

Here is the debug output from the server.log. I have a application log file that says when I'm creating the body parts and how many there are.
I've redacted some company addresses etc.
2009-04-01 09:30:54,296 INFO [STDOUT] DEBUG: setDebug: JavaMail version 1.4.2
2009-04-01 09:30:54,312 INFO [STDOUT] DEBUG: getProvider() returning javax.mail.Provider[TRANSPORT,smtp,com.sun.mail.smtp.SMTPTransport,Sun Microsystems,
Inc]
2009-04-01 09:30:54,312 INFO [STDOUT] DEBUG SMTP: useEhlo true, useAuth false
2009-04-01 09:30:54,312 INFO [STDOUT] DEBUG SMTP: trying to connect to host "***.***.***.com", port 25, isSSL false
2009-04-01 09:30:54,359 INFO [STDOUT] 220 ***.***.***.com Microsoft ESMTP MAIL Service, Version: 6.0.3790.3959 ready at Wed, 1 Apr 2009 09:26:31 -0400
2009-04-01 09:30:54,359 INFO [STDOUT] DEBUG SMTP: connected to host "***.***.***.com", port: 25
2009-04-01 09:30:54,359 INFO [STDOUT] EHLO bladepc135
2009-04-01 09:30:57,187 INFO [STDOUT] 250-***.***.***.com Hello [**.***.***.***]
250-TURN
250-SIZE 104857600
250-ETRN
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-8bitmime
250-BINARYMIME
250-CHUNKING
250-VRFY
250-X-EXPS GSSAPI NTLM LOGIN
250-X-EXPS=LOGIN
250-AUTH GSSAPI NTLM LOGIN
250-AUTH=LOGIN
250-X-LINK2STATE
250-XEXCH50
250 OK
2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "TURN", arg ""
2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "SIZE", arg "104857600"
2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "ETRN", arg ""
2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "PIPELINING", arg ""
2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "DSN", arg ""
2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "ENHANCEDSTATUSCODES", arg ""
2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "8bitmime", arg ""
2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "BINARYMIME", arg ""
2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "CHUNKING", arg ""
2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "VRFY", arg ""
2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "X-EXPS", arg "GSSAPI NTLM LOGIN"
2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "X-EXPS=LOGIN", arg ""
2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "AUTH", arg "GSSAPI NTLM LOGIN"
2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "AUTH=LOGIN", arg ""
2009-04-01 09:30:57,187 INFO [STDOUT] DEBUG SMTP: Found extension "X-LINK2STATE", arg ""
2009-04-01 09:30:57,203 INFO [STDOUT] DEBUG SMTP: Found extension "XEXCH50", arg ""
2009-04-01 09:30:57,203 INFO [STDOUT] DEBUG SMTP: Found extension "OK", arg ""
2009-04-01 09:30:57,203 INFO [STDOUT] DEBUG SMTP: use8bit false
2009-04-01 09:30:57,203 INFO [STDOUT] MAIL FROM:<[email protected]>
2009-04-01 09:30:57,218 INFO [STDOUT] 250 2.1.0 [email protected] OK
2009-04-01 09:30:57,218 INFO [STDOUT] RCPT TO:<[email protected]>
2009-04-01 09:30:57,234 INFO [STDOUT] 250 2.1.5 [email protected]
2009-04-01 09:30:57,234 INFO [STDOUT] DEBUG SMTP: Verified Addresses
2009-04-01 09:30:57,234 INFO [STDOUT] DEBUG SMTP: [email protected]
2009-04-01 09:30:57,234 INFO [STDOUT] DATA
2009-04-01 09:30:57,250 INFO [STDOUT] 354 Start mail input; end with <CRLF>.<CRLF>
2009-04-01 09:30:57,250 INFO [STDOUT] Date: Wed, 1 Apr 2009 09:30:54 -0400 (EDT)
From: [email protected]
To: [email protected]
Message-ID: <31640094.22.1238592654312.JavaMail.SYSTEM@***.***.***.com>
Subject: whateverwhateverwhatever
MIME-Version: 1.0
Content-Type: multipart/mixed;
     boundary="----=_Part_21_14054944.1238592654296"
MultiPart: ICP Email
2009-04-01 09:30:57,281 INFO [STDOUT] 250 2.6.0 <31640094.22.1238592654312.JavaMail.SYSTEM@***.***.***.com> Queued mail for delivery
2009-04-01 09:30:57,312 INFO [STDOUT] QUIT
2009-04-01 09:30:57,328 INFO [STDOUT] 221 2.0.0 ***.***.***.com Service closing transmission channel

Similar Messages

  • Windows XP, Java and long filenames when running application from a server

    Hi,
    I've been struggling with this for a while, can't understand why Windows XP seems to give me 8.3-filenames with ~ (tilde) instead of the full file- and path-names.
    I've added a key in the registry, when a user right-clicks on a txt-file they get an option to open the file using my program. The key maps to:
    javaw.exe -jar "\\networkdrive\automapper.jar"  "\\networkdrive\Automapper.cfg" "%1"This basically means that javaw will be used to execute my automapper.jar and the automapper.cfg and filename/path will be added as parameters to my java-program. Notice that my jar-file resides on a network-server and not on my local machine. This works just fine though.
    However, when I read the supplied filename in my java-code it is always in Windows 8.3-format using ~ to represent the missing chars. This is not a huge problem since everything works. The problem is that I convert the file and save it with a different file-ending, but with the same name (before the suffix). This means that the user runs my program on:
    this_is_a_long_file_name.txtand ends up with his original file and my new file named something like:
    this_i~1.qqqwhich admittedly looks ugly.
    If I run the application locally on my machine everything works fine and the long file names seems to handled correctly. The problem only arises because the program is run from a server. This is a microsoft network, I do not know anything else about it, sorry.
    Now I know, this is not strictly java-related, but I'm running out of options here and thought that perhaps one of you have solved this before. An option would be that I myself convert the short-filename to a long one, if that is possible? Any pointers would be greatly appreciated! If you don't know the answer, but know a good place to ask I would appreciate that as well.

    It seems to me that if a File (in the java-sense) is created with a 8.3-path it retains that path, meaning that this code will always give the same result in both printLn-statements:
       System.out.Println("input: " + args[2]);
       File file = new File(args[2]
       System.out.Println("output: " + file.getName());will give the output
    input: very_long_file_name_here.txt
    output: very_long_file_name_here.txt
    or
    input: very_~1.txt
    output: very_~1.txt
    regards,
    martin

  • Crashes when running applications from network share - "Windows cannot access the file for one of the following reasons"

    Hi,
    starting a couple of weeks ago, we get the following error(s) when running applications from a network share. We don't know what causes this, we are not aware of any major changes in our network infrastructure or client/Server configuration. We did upgrade
    a lot of machines to Windows 8, but the issue also occurs on older Win7 computers.
    We figured out a workaround though: The applications run fine when launching from a FQDN share (like
    \\share.domain.Company.com) and only cause problems when running from
    \\share directly. They have worked fine for years without FQDN though.
    Any ideas?
    Error Details (the Kind of error differs greatly):
    # 1 #
    Log Name: Application
    Source: Application Error
    Date: ...
    Event ID: 1005
    Task Category: (100)
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: vmDEV
    Description:
    Windows cannot access the file for one of the following reasons: there is a problem with the network connection, the disk that the file is stored on, or the storage drivers installed on this computer; or the disk is missing. Windows closed the program XYZ
    because of this error.
    Program: XYZ
    File:
    The error value is listed in the Additional Data section.
    User Action
    1. Open the file again. This situation might be a temporary problem that corrects itself when the program runs again.
    2. If the file still cannot be accessed and
    - It is on the network, your network administrator should verify that there is not a problem with the network and that the server can be contacted.
    - It is on a removable disk, for example, a floppy disk or CD-ROM, verify that the disk is fully inserted into the computer.
    3. Check and repair the file system by running CHKDSK. To run CHKDSK, click Start, click Run, type CMD, and then click OK. At the command prompt, type CHKDSK /F, and then press ENTER.
    4. If the problem persists, restore the file from a backup copy.
    5. Determine whether other files on the same disk can be opened. If not, the disk might be damaged. If it is a hard disk, contact your administrator or computer hardware vendor for further assistance.
    Additional data
    Error value: C000020C [ also seen with code C00000C4]
    #2 (German error Messages from now on, we only use German OSes, the above english one is translated based on similar error Messages I found on the web) #
    Name der fehlerhaften Anwendung: XYZ.exe, Version: 2015.0.496.5054, Zeitstempel: 0x54ea67c3
    Name des fehlerhaften Moduls: clr.dll, Version: 4.0.30319.34014, Zeitstempel: 0x52e0b784
    Ausnahmecode: 0xc0000006
    Fehleroffset: 0x00026549
    ID des fehlerhaften Prozesses: 0x13ac
    Startzeit der fehlerhaften Anwendung: 0x01d055a854d36445
    Pfad der fehlerhaften Anwendung: \\share\application.exe
    Pfad des fehlerhaften Moduls: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
    Berichtskennung: 949ea933-c19b-11e4-bf04-78542e186754
    Vollständiger Name des fehlerhaften Pakets:
    Anwendungs-ID, die relativ zum fehlerhaften Paket ist:
    Anwendung: XYZ.exe
    Frameworkversion: v4.0.30319
    Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
    Ausnahmeinformationen: Ausnahmecode c0000006, Ausnahmeadresse 720B6549
    Stapel:
    # 3 #
    Anwendung: WpfApp.exe
    Frameworkversion: v4.0.30319
    Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
    Ausnahmeinformationen: System.Runtime.InteropServices.SEHException
    Stapel:
       bei SP.Forms.AutoCompleteSelectionBase.OnEnter(System.EventArgs)
       bei System.Windows.Forms.Control.NotifyEnter()
       bei System.Windows.Forms.ContainerControl.UpdateFocusedControl()
    # 4 #
    Anwendung: WpfApp.exe
    Frameworkversion: v4.0.30319
    Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
    Ausnahmeinformationen: System.Runtime.InteropServices.SEHException
    Stapel:
       bei System.IO.UnmanagedMemoryStream.ReadByte()
       bei System.IO.BinaryReader.ReadByte()
       bei System.IO.BinaryReader.Read7BitEncodedInt()
       bei System.Resources.ResourceReader._LoadObjectV2(Int32, System.Resources.ResourceTypeCode ByRef)
       bei System.Resources.ResourceReader.LoadObjectV2(Int32, System.Resources.ResourceTypeCode ByRef)
       bei System.Resources.ResourceReader.LoadObject(Int32, System.Resources.ResourceTypeCode ByRef)
       bei System.Resources.RuntimeResourceSet.GetObject(System.String, Boolean, Boolean)
       bei System.Resources.RuntimeResourceSet.GetObject(System.String, Boolean)
       bei System.Resources.ResourceManager.GetObject(System.String, System.Globalization.CultureInfo, Boolean)
       bei System.Resources.ResourceManager.GetStream(System.String, System.Globalization.CultureInfo)
    # 5 #
    Anwendung: WpfApp.exe
    Frameworkversion: v4.0.30319
    Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
    Ausnahmeinformationen: System.Runtime.InteropServices.SEHException
    Stapel:
       bei System.Reflection.RuntimeParameterInfo.get_Name()
       bei System.Diagnostics.StackTrace.ToString(TraceFormat)
       bei System.Environment.GetStackTrace(System.Exception, Boolean)
       bei System.Exception.GetStackTrace(Boolean)
       bei System.Exception.ToString(Boolean, Boolean)
       bei System.Exception.ToString(Boolean, Boolean)
       bei System.Exception.ToString(Boolean, Boolean)
       bei System.Exception.ToString()
    # 6 #
    Name der fehlerhaften Anwendung: XYZ.exe, Version: 2015.0.496.5054, Zeitstempel: 0x54ea834f
    Name des fehlerhaften Moduls: KERNELBASE.dll, Version: 6.3.9600.17278, Zeitstempel: 0x53eeb460
    Ausnahmecode: 0xe0434352
    Fehleroffset: 0x00012f71
    ID des fehlerhaften Prozesses: 0xa68
    Startzeit der fehlerhaften Anwendung: 0x01d0559cb7ec4ed6
    Pfad der fehlerhaften Anwendung: \\share\XYZ.exe
    Pfad des fehlerhaften Moduls: C:\WINDOWS\SYSTEM32\KERNELBASE.dll
    Berichtskennung: 010514d0-c190-11e4-bf04-78542e186754
    Vollständiger Name des fehlerhaften Pakets:
    Anwendungs-ID, die relativ zum fehlerhaften Paket ist:
    # 7 #
    Name der fehlerhaften Anwendung: XYZ.exe, Version: 2015.0.496.5054, Zeitstempel: 0x54ea7a6e
    Name des fehlerhaften Moduls: ntdll.dll, Version: 6.3.9600.17630, Zeitstempel: 0x54b0d74f
    Ausnahmecode: 0xc0000006
    Fehleroffset: 0x0006db27
    ID des fehlerhaften Prozesses: 0x18dc
    Startzeit der fehlerhaften Anwendung: 0x01d0559cb08529c3
    Pfad der fehlerhaften Anwendung: \\share\xyz.exe
    Pfad des fehlerhaften Moduls: C:\WINDOWS\SYSTEM32\ntdll.dll
    Berichtskennung: ef389186-c18f-11e4-bf04-78542e186754
    Vollständiger Name des fehlerhaften Pakets:
    Anwendungs-ID, die relativ zum fehlerhaften Paket ist:

    Hi,
    >>The applications run fine when launching from a FQDN share
    It sounds like a DNS suffix issue. When this issue occurs, please try to ping share on the client, then check if the corresponding IP address is correct. If the IP address is wrong, please adjust your settings of DNS to make sure that the client can resolve
    the share correctly.
    If it's very hard to change the settings of the DNS for some reason, as a work around, we can add the entry into the clients' hosts file.
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • RoboHelp x5 TOC and index missing when the project is converted to RoboHelp 10

    As the title says, RoboHelp x5 TOC and index missing when the project is converted to RoboHelp 10. Any ideas for recovering or importing the x5 TOC and index?
    Before this is suggested, auto-create is not an option.

    Hi there
    Perhaps give this a try. From the Project Manager pod, right-click the Table of Contents area and choose "New Table of Contents". Give it a name and enable the "Copy existing Table of Contents" check box. Then click the Ellipsis icon on the far right side. See if you have a .HHC file in the folder. Odds are, you will. That will be the existing (missing) TOC.
    Hopefully that will work. If so, repeat the process for the index.
    I think when upgrading the project something goes wrong with naming.
    Let us know if this helps... Rick

  • Error when run page from jdev10.1.3.3

    Hi,
    Im getting the following error when running pages from jdev 10.1.3.3. I have loaded all the frequired files from the server(.class and .xml).please help..
    Thanks.
    ## Detail 0 ##
    java.lang.NullPointerException
         at java.util.Hashtable.put(Hashtable.java:396)
         at oracle.apps.fnd.framework.webui.OAPageContextImpl.putSessionValue(Unknown Source)
         at oracle.apps.pos.supplier.webui.ByrAddCntctCO.processRequest(ByrAddCntctCO.java:97)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(Unknown Source)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(Unknown Source)

    The OA Framework forum is available at the following URL:
    OA Framework
    Regards,
    Didier.

  • Message format exception when running TestProducer from EDM

    Hi,
              I'm getting weblogic.jms.common.MessageFormatException: Illegal property name, 'error-contex
              t' error when running TestProducer from EDM. Does anyone know how i can change error-context to a string without - ? Or any suggestion to make it work ?
              Thanks,
              Jessie
              

    Hi Jessie,
              As per the JMS specification, property names must be a legal identifier,
              similar to java variable names. I think the reason for this is
              that property names are used in selectors, and the parser would have
              no clue what do with an expression like:
              error-context > 10
              Tom
              Jessie Yau wrote:
              > Hi,
              > I'm getting weblogic.jms.common.MessageFormatException: Illegal property name, 'error-contex
              > t' error when running TestProducer from EDM. Does anyone know how i can change error-context to a string without - ? Or any suggestion to make it work ?
              >
              > Thanks,
              > Jessie
              

  • Is there a way to increase the font size in the sidebar of Mac mail and the Finder when running OS 10.6.8?

    Is there a way to increase the font size in the sidebar of Mac mail and the Finder when running OS 10.6.8?

    The only way to increase the size of the onscreen text in the Finder Menu Bar and in the Side bar in Finder Windows is to change the screen resolution in the OS X Preferences Pane under the Displays icon.
    What Mac and screen size are you using?

  • Why has Apple decided that online orders for Macbook Air display and speak VO when first opened from the box? I"m guessing 1%or 2 % of your customers know what it is or want it.

    Why has Apple decided that online orders for Macbook Air display and speak VO when first opened from the box? I"m guessing 1%or 2 % of your customers know what it is or want it.

    You are not talking to Apple, we are just users like you.  Only Apple knows that answer.

  • Hyperlink in pdf is missing when run from server.

    Hello,
    I create a link for a field in a report (using Hyperlink tab Hyperlink information).  When I export the pdf from Crystal Report, I could see the link when mouse over the field.  But when I run the report from opendocumentfrom server) , the link is missing.  Does Crystal Report support hyperlink in pdf when run from server?  Or do I miss anything?
    Thanks for your help in advance.

    Moving to BusinessObject forum

  • ODI 11g error when running scenario from startscen

    Hi,
    I'm getting the following error when trying to run the scenario using a standalone agent:
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 6, in ?
    ImportError: no module named re
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:345)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:169)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2375)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1616)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java:1581)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java:2755)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2515)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:537)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:449)
    Everything runs fine from the Designer. I can execute the scenarion using the agent from Designer no problem.
    Any idea on this error? Sounds like a path error, but I've checked everything.
    Thanks in advance.
    Nick

    I believe i have the answer.
    When are you are triggering via ODI Designer its going and reading from this folder path Oracle_ODI1\oracledi.sdk\lib
    Now there is another Folder called Lib which has the re.py causing which enables Designer to run the re module perfectly.
    When the same scenarios is being called via startscen it reads the Oracle_ODI1\oracledi\agent\lib and here there is Jython.jar is there but Lib which contains the re.py is missing.
    Temporary Solution - Copy the Lib from Oracle_ODI1\oracledi.sdk\lib to Oracle_ODI1\oracledi\agent\lib and call your startscen again .It should work.
    The reason i am calling this a temporary solution is that we would need to modify the odiparams accordingly to read from the right path namely(Lib) and i dont have much time to look at it now. i will look into it later.
    You can try if this works and if you want you can check with metalink if there is proper solution or reach Oracle Support for more appropriate solution or any other experts who have experinced the same can update the solution.

  • E-mail with Subject, Body and Attachments

    Hi,
    I am currently completing a project to create an intranet site for employees.
    We need functionality to send email confirmation of a sale to customers. I'm going to start by saying i have zero web design experience and have only been doing this for 3 months heavily using the ribbon with minimal coding. So the situation is:
    I have a button that i want employees to be able to click and it opens a new email from outlook with pre-populated body text (which is static and never changes) and 3 attachments also never changing. The employee will then enter the clients email address
    and add their name to the email. 
    I have managed the email and subject no bother. However the body text i want to enter needs to look like this:
    "TRAVEL INSURANCE
    I confirm cover is in place.
    If you need any assistance whilst abroad call: 0800 000 000 for 24 hour assistance or contact our claims department on:
    0800 000 000. This office can be contacted on: 0800 000 000
    asking for extension number:XXXX to speak to myself.
    Yours Sincerely
    XXXXXXXXXXXX
    Travel Adviser
    Please Note: This e-mail was sent from a notification-only email address that cannot accept incoming e-mail. Please do not reply to this message."
    I've managed to get some of the body text in but no formatting. I've managed line breaks using %0D%0A but if i add a double break to get a clear line there doesn't seem to be enough room and it begins to lose the body text. 
    Thats issue 1.
    Issue 2 is how you manage to attach files. Everything i look at says you need to do your own piece of coding which is far beyond my capability for this project!
    Any help would be fantastic.
    this is my code so far:
    [email protected]?subject=Travel%20Confirmation%20Email&body=TRAVEL INSURANCE%0D%0A%0D%0AI confirm cover is in place.%0D%0AIf you are in need of any assistance whilst you are abroad please contact our 24 hour emergency
    helpline on: (0000) 000 000 or the claims department on: 00000 000 000. If I can be of any further assistance, please contact our office on 0000 000 0000, extension number: XXXX.%0D%0AThank you for insuring with us.%0D%0AYours sincerely%0D%0AYOUR NAME%0D%0ATravel
    Advisor
    Thanks,
    K

    Hi,
    According to your description, you might want to let users be able to send email with attachments.
    As you might prefer a codeless solution, I would suggest you create a
    SharePoint Designer workflow to achieve it.
    A solution can be like this:
    1. Create a list “ListA” for storing the three attachments which you want to add into your email, it will be referenced in the workflow;
    2. Another list “ListB” with two columns “ClientEmailAddress” and “ClientNames”, it will be used to collect user input and sent to the workflow;
    3. Create a SharePoint Designer workflow and attach to the “ListB”, set the workflow to be started when there is new item added in the current list.
    By doing this, users can simply add a new item in “ListB” with two columns filled, an email will be sent out as you required.
    In SharePoint Designer workflow, we can send email contains predefined format easily with the available workflow action in SharePoint Designer.
    About how to
    send email in SharePoint Designer workflow:
    https://support.office.com/en-us/article/Send-e-mail-in-a-workflow-11d5f9dd-955f-412c-b70f-cde4214204f4
    http://www.mpspartners.com/2012/05/spdesigner2010workflowsendingemailstomultipleusersfromasinglepeoplepickerfield/
    To be able to
    send email with attachments, you would like to install this solution in your environment, it provides a useful custom workflow action you will need:
    http://sharepointstuff.codeplex.com/releases/view/66258
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Fonts went missing when I upgraded from the trial version (mac)

    I'd been happily working away in a file using ID CC with no problems whatsoever when my trial period expired. A couple of days later, I purchased a subscription, then opened ID back up and opened up the exact same file.
    When I reopened the file, it told me that all my fonts were missing, and it was going to replace them with Minion Pro (no thanks).
    I checked fontbook and confirmed that those fonts are, in fact, all installed on my computer. (Even though I was sure they were because I'd been successfully using them shortly before.) I tried uninstalling and reinstalling them. I also tried closing and reopening the document, and shutting down the program, as well as shutting down my computer. Nothing has made any difference. Trying to find the fonts in preflight hasn't helped at all.
    The problem is not that my fonts aren't installed, it's that ID stopped recognizing them, even though they are installed, when I switched from the trial version to a subscription.
    I haven't found anyone else with quite this same problem.
    Any ideas?

    I meant do you have a third-party font manager, and I see the answer is no.
    And the font's don't appear inthe font list, or Find Font, at all?
    If that's the case I might sayt it's time to uninstall, run the cleaner tool (CS Cleaner Tool for installation problems | CCM, CS6, CS5.5, CS5, CS4, CS3) and reinstall.

  • Grouping, Pegging and Distribution (GPD) when run MRP for PS

    Dear all,
    As you know, MRP is a core of Planning Process. So when you run MRP for PS, SAP can't check stock in general stock and project stock at the same time. Now, my client have accept to run MRP base on project stock. But there are some problem when they give me requirement and actually situation in their company. One of them as below:
    They have 3 WBS element (WBS 1, WBS 2, WBS 3) and they use the same material A. Their requirement is they want to run MRP to plan material for 3 WBS.
    Solution 1: use MD51 and run MRP for Project definition and each of WBS element have respective project stock, the system will generate some of planned order for each oder reservation. After that, I will convert all of planned order to PR => PO => Good Receipt for each WBS element. When run MD04, I can see the stock for each project stock for respective WBS element.
    Ok, I will talk about the limited of this solution. I suppose after complete technical for all of order reservation in WBS 1 and in project stock of WBS 1 have 3 material A not be use. But in WBS 2 is missing 3 material A. So when I run MRP again for WBS 2 by tcode MD51, the system will generate new planned order for this missing material A. This is not logic because I have enough material A for reservation in WBS 1. So I suggest my client that you should transfer material A from WBS 2 to WBS 1, they agree with me if they don't have many WBS element. But they have about 300 WBS element and they can't do transfer posting between many many WBS element. This solution 1 is not be accept.
    Solution 2: I use GPD for this requirement. Firstly I will group WBS 1, WBS 2 and WBS 3 into WBS group. So use tcode MD04, I can see only WBS group and all of order reservation in each WBS 1, 2, 3 be showed on MD04 table. When I run MRP, the system will generate planned order for them. After that, I will conver all to PR => PO => Good receipt to WBS group. And in MD04 table, I can see project stock for WBS group. I begin transfer material from WBS group to each WBS 1, 2, 3. When all of order reservation in WBS 1 is technical complete, the material in WBS 1 have 3 material A not be use. And in WBS 2, I have a new order reservation and it be assigned 4 material A. At this time, project stock on WBS group is 0 but in WBS 1 is 3. But when I run MRP by tcode MD51, the system generate planned order with amount is 4. I wonder that why SAP does not check all material on all WBS element in WBS group to suggest a planned order with amount is 1. If SAP can solve this problem, my client will be accept this solution.
    Hoping you support me.
    Thanks, Regards
    Hoai Vu

    Hi Ahmed Rifaee
    Thanks for your reply, I will talk about process in SAP.
    So, I have 2 WBS element, that's simple because my project is have about 200 WBS element.
    WBS1 have 2 order reservation for each actvity and material A0001 be use in 2 order reservation.
    Order Reservation 1 needs 3  A0001
    Order Reservation 2 needs 5  A0001
    WBS2 have 1 order reservation for each activity and material A0001 be use in it
    Order Reservation 3 needs 4  A0001
    1.)     If I don't group 2 WBS1 and WBS2 to one WBS group, SAP will have 2 project stock for each WBS. and when I run MRP, WBS1 and WBS2 run independent base on current project stock at each WBS. So, although project stock WBS1 is run out of A0001 while A0001 still exist A0001 in project stock WBS2, SAP still generat planned order for missing part A0001 in project stock WBS1.
    2.)     If I use GPD by group WBS1 and WBS2, I can solve this problem easy because they will use only one project stock for WBS group. Ok, after I good receipt A0001 into project stock, I'm sure that I have enough A0001 for 2 WBS1 and WBS2. But I can trace which reservation be ordered to delivery to them exactly. I try to use tcode MD09 to trace from Purchase order to Order reservation but I have just to trace in case PO have not been good receipted. I wonder that Pegging can help me in this case (PO have been good receipted).
    Can you give me any idea for these problem
    Thanks, Regards
    Hoai Vu

  • PSE 10  and Adobe CS6: When running silent install help is not working afterwards

    Hello,
    I'm not sure if this is the correct forum. If not: Please help me find the correct one.
    I have a big issue with Adobe CS6 (and former versions like Photoshop Elements 10): When installing it from DVD running GUI everything is working fine afterwards. If I install e.g. Photoshop Elements 10 using "Silent Installation" help is not working afterwards. It states that it cannot locate the URL. I have not installed AIR and also do not plan to install it.
    I have 'played' a little around with Common Files\Adobe\helpcfg and help directory. Now at least I do not get an error message but still it's not the online help which opens in the browser but the web page that is defined as 'home'.
    The same I see now in Adobe CS6. I have e.g. packaged After Effects and Illustrator and when deploying it I'm not able to open help as well and I fear that this is the same issue.
    Has anyone deeper knowledge about how "helpcfg" is working? Any example files? Any other help appreciated as well.
    Kind regards
    János

    @hannilator Have you checked the exceptions folder contents for instructions on how to push to logged off computers? Here's what I get when I package CS6 (DesignWebPrem) and excude AIR/CHC:
    After you have deployed the package, separately install the products in the exception folder.
    IMPORTANT: Before you install the products in the exception folder, refer to the following Adobe Knowledgebase article for information on installing these products and configuring the settings correctly:
    http://www.adobe.com/go/aamee_exceptions
    NOTE: The installation commands provided below will work when the user is logged in to the client machine where the package is being deployed. For the scenario where the user is not logged in, prefix the following string to the command:
    sudo launchctl bsexec `ps auwwx |grep [l]oginwindow | awk '{ print $2 }'`
    As an example, here is the command to install "Adobe AIR" when the user is not logged in to the client machine (assuming Adobe AIR is part of the package):
    sudo launchctl bsexec `ps auwwx |grep [l]oginwindow | awk '{ print $2 }'` Adobe\ AIR\ Installer.app/Contents/MacOS/Adobe\ AIR\ Installer -silent
    ###################################### Command to install Adobe Dreamweaver Widget Browser ######################################
    Adobe AIR Installer.app/Contents/MacOS/Adobe AIR Installer -silent -eulaAccepted -programMenu WidgetBrowser.air
    ###################################### Command to install AdobeHelp ######################################
    InstallAdobeHelp appVersion=4.0.244 appId=chc pubId=4875E02D9FB21EE389F73B8D1702B320485DF8CE.1 installerArg1=-silent installerArg2=-eulaAccepted installerArg3=AdobeHelp.air

  • IMac overheating and shutting down when running XP?

    I'm using my iMac to play games in Windows, which stresses the processor a lot-- it heats up like crazy. If it gets too hot, it either locks up or the graphics cut out altogether and I'm left with things still running and responding (I can tell from the sound) and a black screen.
    I don't have these problems when running equally graphics-intensive games OSX-side.
    Anything I can do for my iMac to cool it down a bit, short of playing in a meat locker? (I have a fan blowing directly at the vent on the back, and it mitigates it somewhat.)

    Hi Melissa,
    use either SpeedFan http://www.almico.com/speedfan.php or InputRemapper http://www.olofsson.info/index.html?inputremapper.html for fan control when running Windows.
    Regards
    Stefan

Maybe you are looking for

  • HP LaserJet Pro P1606dn ip address change automatic

    i have a HP LaserJet Pro P1606dn, there is problem with IP Address, ip address change automatic in this reason i am not able to use the printer, pls solve my problem....

  • E5 Ovi Store update Problem/Bug

    Hi, Had a notification that a newer version of Nokia / OVI store was available today (22/02/12 Ver. Ovistore_32prdSrv_1_22_014.sisx) so I downloaded and installed it..... BUT.... It stores cache on the phone memory in a directory  imagecache/Juniper

  • Forgot login password

    hey guys! i just came home from a trip and before i left i changed my macbook pro 2011 password... stupid thing to do if you ask me, because now that i'm  home i forgot the password. It's driving me crazy, i've tried numerous times with different com

  • I bought a new iMac and wonder if I can transfer all contents from the new iMac w/ Lion...to an old Intell MacBook 10.5.8

    my Mac Book has 80 G hard drive and right now I only use 30 G on the new iMac.    Would love to put the clean installs and Lion on the Mac Book. Is that possible?  Can I use the WiFi or ethernet or firewire to do this if it is possible? Ruth

  • Installation problems with BB Unite!

    During the installation of BB Unite! v. 1.0.0 the error messages "DB-upgrade failed. Error while executing a SQL instruction" and "The database could not be updated during setup. Find more information in C:\Programs\Research in Motion\Blackberry Unit