TRIP send email which contains junk characters

In TRIP transaction after entering TRIP and Saving it I select OVERVIEW then select Mail/Fax button and send Trip details as e-mail to any address. The email body shows Junk characters. What is the Problem. We are on ECC 6 Pack 4
Regards,
Sandy Raine

You have a few problems with your script, you are giving values for the width and height for the new document and they will default the ruler unit setting you have in Photoshop, this may not be pixels.
The font name should be the postScript name and they do not contain spaces.
It is best to pass an encoded string to the script and then decode it in Photoshop IE:-
var text = encodeURI('abcd\'abd\'ed\"afa');
var bt = new BridgeTalk();
bt.target = "photoshop";
bt.body = bt.body = "var main = " + script.toSource() + "; main(" + text.toSource() + ");";
bt.send(4);
function script(text){
var docWidth = 1650;
var docHeight = 1650;
var docName ='Front';
var docRef = app.documents.add(new UnitValue(docWidth,'px'),new UnitValue(docHeight,'px'), 300,docName);
var myLayer1 = docRef.artLayers.add();
myLayer1.kind = LayerKind.TEXT;
myLayer1.textItem.kind = TextType.POINTTEXT;
myLayer1.textItem.font='Georgia';
myLayer1.textItem.size=13;
var textColor1 = new SolidColor;
textColor1.rgb.hexValue = 'F8F3E9';
myLayer1.textItem.color = textColor1;
myLayer1.textItem.contents =decodeURI(text);

Similar Messages

  • How to read a line from a file which contains 45000 characters?

    Hi all,
         Iam a receiving a .CSV file which contains n number of rows ,each row has a data seperated with delimiter.
    These values based on delimiter it is seperated and certain validations are handled.
    Iam using UTL_FILE.GET_LINE operator to read the value and store it in a variable which is declared as l_text VARCHAR2(30000).
    when we receive a line which contains huge characters say 45000 then it throws an error(Unable to read the file).
    Only on rare cases we used to receive these kind of files with huge size.
    Kindly help to solve this issues.
    Database details.
    Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    PL/SQL Release 11.2.0.2.0 - Production
    CORE 11.2.0.2.0 Production
    TNS for Linux: Version 11.2.0.2.0 - Production
    NLSRTL Version 11.2.0.2.0 - Production
    Hereby i have tried with long Raw data type but still same error unable to read the file.pls find the sample code below,
    declare
    l_text             LONG RAW;
    l_importTypeFile   UTL_FILE.FILE_TYPE ;
    begin
         PKG_COMMON.PROC_FOPEN(g_Directory, P_FILENAME,    'RB',l_importTypeFile,    p_error_cd, p_error_msg) ;
    UTL_FILE.GET_RAW(l_ImportTypeFile,l_Text);
    End;
    Thanks in Advance
    Siva

    Hi Siva,
    Are you trying to use data from this .csv file into your realtion tables. If yes and If you are using 11g Oracle database. I would suggest you create External Tables using the below query,
    http://www.oracle.com/technetwork/issue-archive/2011/11-mar/o21nanda-312277.html
    STEP1: You need a Directory where your SCHEMA has read/write access. Store the csv file in that directory.
    STEP2: Create an EXTERNAL Table script. Please refer the above URL. Examples are for coma delimiter (,); replace it with your pipe (|) in the code
    STEP: Once your external table is created you can simply create a relational table as below:
    CREATE  TABLE relation_table
      AS
    SELECT * FROM external_table;
    Regards,
    RaviR

  • HRSSA Email Notifications shows Junk Characters for Arabic

    We have R12 Oracle ERP
    RDBMS : 11.1.0.7.0
    Oracle Applications : 12.1.1
    We are getting email notifications from Self Service (HRSSA), it shows junk characters in the body of the email, wherever we have arabic characters.
    Where as in Subject of the email arabic is coming ok.
    Below line is Subject of email
    FYI: تم اعتماد Leave of Absence الذي يخص خاتتال, Ishaq Ahmed Mohammed
    Below part is from Body of email
    åæ               SYSADMIN
    Åäé               ÎÇÊÊÇä, Ishaq Ahmed Mohammed Khattal
    åÑÓä               10-04-2013 08:55:08
    ÇäåÙÑá               221139
    ÇäåÙÊåÏ ÇäæçÇÆê: ÌäÇä, ABDULAZEZ ABDULMUTALIB JALAL
    ÇÓå ÇäåÓÊÎÏå: AZIZ.MUTALIB
    ÇäÊÙäêâ:
    Êå ÇÙÊåÇÏ ÊÚêêÑÇÊ Leave of Absence ÇäÊê êÊå ÅÌÑÇÆçÇ Ùäé ÎÇÊÊÇä, Ishaq Ahmed Mohammed Khattal.
    çÐÇ ÇäÊÈäêÚ ääÙäå áâ×

    Hi;
    I can not find any similar issue at metalink. I suggest rise SR
    Regard
    Helios

  • Java class names which contain unicode characters

    I need to create, compile and load java classes which have class names that contain unicode characters.
    I am using Win2k but will neet to support unix* in future.
    When I try to create a fooXbar.jar where X is a unicode character which is not ascii I get an error when creating the file.
    My question is: how do I map java class names and package names which contain non ascii characters into
    names that the files systems will like AND that the java VM will use when trying to load .class file from the class path.
    for example what would the .java and .class file be for the following class?
    class \u6587\u66f8 {

    You could make names for .java and .class that is understandable by the filesystem. E.g. you could prepend with % and then digits for the unicode character. The problem is then how to compile the class, and how to load the class.
    You can load the class with a custom classloader, which will translate the unicode class name to the escaped file name (using %).
    The problem is then reduced to how you can compile your code (you have to map the file name to the class name somehow). I think it can be done, but I don't know the solution to that.
    Alternatively you can use meaningful names for the classes, and then make an obfuscator that can change the bytecodes so the classnames are changed to some obscure unicode names. Perhaps there is already obfuscators out there you can use that will use unicode characters.

  • Suddenly I am unable to send emails, which are being blocked due to "suspicious activity." Yahoo help notes it is probably my ISP that is preventing my emails from being sent. How can I unblock this?

    On Friday afternoon, I attempted to reply to emails in my Yahoo Inbox, but I received a pop-up message preventing me from sending the emails. It said that my emails cannot be sent due to suspected "suspicious activity" on my email account and cannot send it in order to protect me and those I am attempting to send the messages to. I looked up Yahoo Help and the online suggestion was that my ISP might be blocking the email and I might have to change my ISP address. My antivirus software carrier's server went down briefly a couple of weeks ago and I could not upload the updates until they were up and running again. I had some suspicious emails generated from my account during that time, without my knowledge. I changed my password immediately and updated my Email Protection through my antivirus software program. But now I can't send emails. Any suggestions? Thank you!

    From the Mail menu bar, select
    Window ▹ Connection Doctor
    Click the Show Detail button. A drawer opens. Click Check Again and post the text that appears. Anonymize any personal information before posting.

  • Unable set new password, which contains alfabetical characters

    I am connected as user sys
    Other users / edit user
    I fulfill new password, which contains alfabetical character and does not start with letter.
    SQL Developer will develop SQL script with error SQL Error: ORA-00922
    I have to fulfill new password with " brackets"
    It' s not tranparent

    UPDATE - I should note that this problem occurs only for the account which was automaticaly created by the custom ARD client installer. "Normal" OS X accounts behave properly when I change the password via any of the above methods.

  • How do I automatically send email messages to Junk

    My inbox is loaded with unwanted messages some from dubious sources. I would like to selectively send them to the Junk folder before they appear in my inbox

    That is not a Firefox issue.
    Some e-mail providers have an option to filter incoming mail. Some also
    will send all mail to the junk / spam folder unless the user allows them
    to go to the inbox. Check with your e-mail provider.

  • Cannot send emails that contain other asian languages

    i can receive emails that contian other languages, like chinese and korean. However, well i reply emails in those languages, people only receive smybols. I try to send it to my own email address as well, I also only receive symbols, like question marks. I'm using rogers but I don't think it has anything to do with the carriers because it was okay before. 

    Hello Hans
    The problem I have can be explained with what has happened to me just today!
    I was sitting in the back garden and wrote two emails. (Normally my EE Brightbox router will allow me to use wifi in the garden so I thought it safe to send them.)
    Wrong!
    Because I had no wifi signal for whatever reason, the emails were sent via my network (3) and not via the EE wifi network.
    3 then attempted to send them via smtp.orangehome.co.uk (specified in my mailbox setup on my phone since EE insists I use that outgoing server) and I assume that EE then refused to accept them since they did not originate from an EE user. The phone (Lumia 920) at that point froze with the 'Sycnhronising' message static on the screen. When I went to 'email setup' I got a message to tell me that there was a problem with my email setup. Whether the main problem or not, my email password had been lost and even when re-entered, I had to switch the phone off and on to stop the  'Sycnhronising' message and get access to email.
    This was slightly different from previous situations - normally I get the numeric error message mentioned earlier. Even now that I have deleted the two emails from the outbox I still cannot use email until I delete and recreate my email account.
    I have my own email server which I would prefer to use for outgoing mail as opposed to EE and the Lumia does not offer any facility to alter outgoing ports (as far as I an see).
    Sorry if the reply is a bit wordy but I do feel that this situation deserves wider exposure as had I known earlier I would have chosen a broadband supplier who did not dictate the setting for outgoing mail server.
    John H.D. Tuach

  • Convert spool output of ABAP list into excel and send email

    Hello All,
      I have a requirement where we need to
    1. schedule a background job programtically
    2. moniter backround job (if complete or not)
    3. once its complete take spool output ,convert into excel and email.
    I have following difficulties.
      1. i have reached upto stage 3. However, i am not getting proper ouput of excel via mail. it contains junk characters. I searched SDN and tried various option but not successful.
    2. AT last i have submited report and collected output in memory rather than submiting back ground job. Now excel out put is coming somewhat as required but while sending mail , i am getting limitation of 255 chars . My excel row has more than 255 line size.
    Please suggest.
    Thanks in advance,
    jigs.
    <<text removed>>
    Edited by: Matt on Jul 1, 2009 3:52 PM - removed point offer

    I've edited your post.  Please take the time to read the Rules of Engagement of these forums.  Offering points is not permitted for reasons outline in the Rules of Engagement.
    matt

  • Chinese Characters in Spool converted to Junk characters in PDF

    Hi,
    I have spool generated from Script , the Spool shows me Chinese Characters.When I am trying to convert the Spool to PDF using Program RSTXPDFT4 , the PDF contains Junk Characters instead of Chinese Characters.Please let me know how to get the correct Chinese Characters in PDF.
    Regards,
    Swathi

    Hi,
    For the spool you try to convert to PDF, which device type was this spool created by. It must be created via a Chinese device type like e.g. CNSAPWIN. The form used to create the spool must have language key ZH. The fonts used in the form for the Chinese characters must be a Chinese font like CNSONG or CNHEI.
    Alternatively, if you create the spool via Unicode deviec type SWINCF, then the font and the form language are not important. It should work to convert the spool to PDF regardless of the language ley or font used in the form.
    Regards,
    Aidan

  • Sending email attachment

    Hi!
    I'm new at apex and so far this forum was very helpful. But now I can't find a solution to my problem. So here it goes.
    I have a standard report with a checkbox which stores user's id. Now I want to send email to all users who has been checked
    with certain data for those users. This is working perfectly. The problem is the attachment file. Client wants that the attachment
    file contains data which are meant only for him. For example. I'm sending mail to userA, UserC and userG. The attachment file
    for userA must contain data about userA, the attachment file for userc must contain data about userC... The idea is that I make a
    report with BI Publisher and use this report as attachment. This is working fine, but in the report query for this template I
    don't know how to reference only checked values and how to know in the process of sending email which user is being processed
    so I can reference this user in report query. The problem is that the report query is made independently from process of sending email.
    Is there a way perhaps making a report query for template dynamically?
    Process of sending email looks something like this:
    for i in 1..apex_application.g_f01.count
    loop
    select email into posta from upor where user_st=apex_application.g_f01(i);
    datoteka:=apex_util.get_print_document(
    p_application_id=>'101',
    p_report_query_name=>'priloga',
    p_report_layout_name=>'priloga',
    p_report_layout_type=>'rtf',
    p_document_format=>'rtf');
    st_poste:=apex_mail.send(
    p_to=>posta,
    p_from=>[email protected],
    p_body=>mess,
    p_subj=>'Subject');
    apex_mail.add_attachment(
    p_mail_id=>st_poste,
    p_attachment=>datoteka,
    p_filename=>'priloga.rtf',
    p_mime_type=>'application/rtf');
    end loop;
    If you have a different solution how to solve this, I'm open to ideas.
    Thanks

    What I would suggest is doing this in pieces.. You need to build a report based upon certain data elements for a user, correct? get your report working for this case, then look at this article on how to build reports to be saved as blob in your schema : http://www.oracle.com/technology/obe/hol08/apexprnt/apexprnt3_otn.htm.
    After that you can look at building a batch job to do the following:
    run your reports to build blob columns in a table, along with associated e-mail address
    loop through the table and send e-mails from each row's data
    thank you,
    Tony Miller
    Webster, TX

  • Purcahse Req WF - Send email to appoval

    Hi,
    I've created my Organizational plan (PPOCW) and I would like to send an email (to outlook) to the appover that is the immediatilly superior of the creator.
    Then I'm using the WS00000038 template and after the Event (PR release item) I added the step Send email, but after the creation of purchase requisition nothing happens.
    I would like to know how to configure the step Send Email:
    - Which recipeint should I use?
    - Which task should I use?
    Obs: In teh MM configuration of the release procedure I'm using Object type - C (Job).
    Thanks in advance,
    Guiza

    Hello,
    You can use the SendMail step in Workflow. Use role AC168 to find the superior of the creator.
    regards
    Rick Bakker
    Hanabi Technology

  • Junk Characters in Report Output(While redirecting the output to text file)

    While generating the report (Reports 9i) output to a text file, I get the report output that contains junk characters. The other output formats viz. pdf, rtf have no problem.
    Please share how to correct it.
    Thanks.

    Yes, the MODE is set to Character and DESFORMAT is set to DFLT.
    Still the problem exists.
    Any idea please?

  • Mail icon doesn't let me send emails

    I've had my macbook a few years now and everything has been working fine, until a few days/weeks ago. My mail icon on my taskbar doesn't let me send emails any more. it receives emails and has always worked in the past, but now I have to log in to the internet and google to send emails, which has limited abilities compared to the mail icon. I have recently updated my operating system to Yosemite, any ideas ?

    The message below is what appears a couple of minutes after I click send. I'm having problems because I haven't changed anything within my settings and it used to work previously
    Cannot send message using the server Gmail
    The SMTP connection to server smtp.gmail .com failed.
    Select a different outgoing mail server from the list below or click Try Later to leave the message in your Outbox until it can be sent.
    Sending from: Aaron Atkinson

  • Sending email messages with Outlook 2007

    I use Outlook 2007 for email and have FIOS at home.  I also use it on the road and in the office.  No problems until the last week when all outgoing email get hung up in my outbox at home.  When I connect elsewhere, they are sent.  I have tried changing the account settings and did a complete shut down of the system with no luck. 
    Interestingly, my ipad and blackberry have no trouble at home.  Did something change recently in the Dallas Texas area to mess with us Outlook users?

    Viuafax, it is a pain.  Not only do we have to swap the settings, which isn't a real hardship, but many server hosts won't open another port simply because Verizon decided to block the common setting.
    In my case, I am now forced to use Verizon's outbound server to send emails, which means they are subject to the limits and spam filter.  Today is the first day of me using this and already I have had two messages blocked as spam.
    Now keep in mind that these are messages from me to just one person and that person happens to be on the same domain as me.  They are a work colleage.  So clearly not spam.
    So the pain is not changing the settings, but rather that I am now forced to either use the Verizon mail server, which I would just assume avoid.  I'd be very happy to keep my so called spammy traffic off it for them if they'd let me.

Maybe you are looking for

  • Is there a method I can use to test the space cost of a Java program?

    I am trying to test the space cost of a Java program (or a few lines of executed codes), however... Firstly I tried to use the method freeMemory() in runtime class at start and end of a number of lines tested on, and then find the differences between

  • Distributed Forms Cannot be Opened (error) - Acrobat X / Reader XI

    Our document control department uses Acrobat X while all other users in the organization use Adobe Reader (XI for the most part).  It has been an absolute headache trying to simply distribute a form to Reader users and enable them to return it via th

  • Think I fried my external FW HD

    Today I got the little spinning ball that wouldn't go away, so after the usual things to do I had to force restart by holding down the power button. I have 2 external LaCie firewire drives connected, nothing happened to one the other one won't mount.

  • IF SD is core module and if we want to Integrate with MM,FI and other mdls

    Hi SD is our core module and  if  i have to test SD module with other module like FI,HR etc how do we do that

  • Error in export

    Subject: exp query=\"where to_char\(DATE_FIELD\,\'MMYYYY\'\)=\'032006\'\" RDBMS Version: 9.2.0.7 Operating System and Version: AIX 5 Error Number (if applicable): LRM-00101 Product (i.e. SQL*Loader, Import, etc.): export Product Version: 9.2.0.7 exp