Font 3 of 9 is not comming in default concurrent program submition

HI All,
i am using font free 30of9 to print barcodes in XML PDF output reports in oracle applications
everything is working fine.
issue is when i give printer name while sub-meeting the concurrent request it is printing the report with out barcode and concurrent request is completed normal when i open the request output it showing the barcode .
in pdf file of that request.
steps i fallowed
defined concurrent program with output XML printing style pdf publisher
2)created the font mappings
3)created template and data definition .
Process
When we submit the concurrent request we can select the printer name so that output will directly prints
its printing the report with out barcode
Kindly help me how get it done
Sandeep.Y

I think there's issues with that Barcode TrueType font and Java.
You can try a Java app (such as the sample demo app that comes with Java) and try viewing that font.
You'd need to use a different barcode font.
Sincerely,
Ted Ueda

Similar Messages

  • APP-ALR-04050 Alert was not able to submit concurrent program

    Hi Friends,
    Can someone please help me in solving the below issue?
    I'm using Event alert for submitting a concurrent program based on insertion/updations on po_requisition_headers_all table. This alert is not working when I am creating a Purchase Requisition manually in Requisitions screen, it is not invoking the concurrent program. Check event alert is failing with the error 'APP-ALR-04050 Alert was not able to submit concurrent program'.
    But when I am creating a PR using an interface then the alert is working fine and submitting program.
    oracle version is R12.
    Alert SQL query:
    Select prh.segment1,
              prh.org_id
    into &p_in_pr_num,
            &p_in_org_id
    from po_requisition_headers_all prh
    where prh.authorization_Status IN ('APPROVED','CANCELLED')
    and prh.attribute_category = 'Sales Driven'
    and prh.org_id = :ORG_ID
    and orh.rowid = :ROWID
    Kindy help me in resolving this issue. Thank you in advance.
    Thanks
    Sravana

    Hi Sravana,
    Are you running on 12.0 release? Please provide you environment details.
    Please see:
    Oracle Applications Technology Software Updates, Release 12.0.4 (Doc ID 466974.1)
    Search for: ALERT WITH CONCURRENT REQUEST ACTION ERRORS WITH APP-ALR-4050
    I suggest you raise an SR for the respective issue.
    Thanks &
    Best Regards,

  • PL/SQL log messages are not printing from Java concurrent program

    Hi,
    I have a strange issue while submitting the Java concurrent program through PL/SQL.
    I have a PL/SQL concurrent program which will invoke the Java concurrent program inside the package by use of "FND_GLOBAL.SUBMIT_REQUEST". It worked and submitted successfully. From that Java concurrent program we are calling some other PL/SQL packages and printing some log messages over there. But problem here is the request is only printing the Java log messages in view log but not the PL/SQL log messages.  But if I submit the Java concurrent program directly from SRS form at that it is printing both Java and PL/SQL log messages.
    I am just wondering how the log messages has not printed. Please provide your inputs to solve this problem.
    Thanks
    Suriya

    I'm adding log messages in the package body , but these messages are not printing after completion of concurrent prog.
    Any suggestions.
    FND_FILE.PUT_LINE(FND_FILE.LOG,'Data Test :');Do you have COMMIT in your code?
    https://forums.oracle.com/forums/search.jspa?threadID=&q=%27FND_FILE.PUT_LINE%27+AND+commit&objID=c3&dateRange=all&userID=&numResults=15&rankBy=10001
    Thanks,
    Hussein

  • BI Publisher Charts not getting displayed in concurrent program output

    Hi,
    I am using BI Publisher version 11.1.1.3.0 on Windows 7 with word 2007. After creating the Bar chart in RTF template of BI publisher when I load sample XML data and check it in "Preview" is displays the output correctly.
    My requirement is to print the charts in concurrent program's output on EBS version 12.1.1. (preferably HTML but PDF will also do) However when I run the concurrent program which processes the data definition and the RTF template registered for this report, the output is just an image of the chart. The XML output generated by the program is not reflected in the chart display at all. (I have verified that XML is generated properly)
    Can someone please let me know if there is some setup required to make the charts display properly in concurrent program output?
    I have also tried BI publisher version 10.1.3.2.1 for this. With this the concurrent program output is just blank. Not even an image is displayed.
    p.s. The program uses standard executable XDODTEXE (which is normally used to run BI publisher reports)
    Thanks,
    Archana

    Hi,
    I have finally found solution to this issue....
    Two setups are required to display the charts in the concurrent program's PDF output:
    1. We need to edit the variables CLASSPATH and AF_CLASSPATH. These variables should have the complete path added for the xdoparser.zip file on the server.
    2. The DISPLAY variable should be correctly setup to direct the server output.
    Also as per my findings so far, the BI (XML) publisher version 11.1.1.3.0 (or any 11g) does not work with EBS (at least for charts). We need to use BI publisher version which is XML 5.6.3 compatible for EBS. This version is 10.1.3.2.1. (patch 12395372) Now this 10g version does not work on Windows 7 so you need to use Windows XP!
    With this... finally... your charts should be getting displayed in EBS output...
    Cheers!! :-)
    Archana

  • Data is not comeing in when concurrent program(report) runs

    Hi All,
    i am submiting concurrent program( which is a REPORT 6i) not geting ourput. it dsiplaying only columns.
    here i am expecting date problem. while i am passing the parameters, here i am sending two date parameters
    budget_date_from and budget_date_to. In where condition of report sql query i have writen like this
    TO_CHAR(pce1.effective_date_from,'DD/MON/YYYY')>= TO_DATE(:P_Date_from)
    can suggest me, which valueset i have to use? while registing with apps.
    can anyone help me to sortout this issue.

    Try following
    TO_date(pce1.effective_date_from,'DD/MON/YYYY')>= TO_DATE(:P_Date_from)
    or
    TO_CHAR(pce1.effective_date_from,'DD/MON/YYYY')>= TO_char(:P_Date_from)
    but result may different for both.

  • Import dialog does not come up in Lightroom 5.2RC

    I've used Lightroom 5.2 RC for a few weeks and successfully imported a few times. This morning, however, the dialog will not come up and the program hangs until I kill it in Task Manager. This is in Windows 8 64-bit.
    I've tried removing the memory card, and all other USB-connected devices, but it still hangs. Is this a known problem? Are there any known workarounds?
    I'm a developer and can supply crash dumps if necessary. Here is what looks like the relevant thread if it helps the Adobe devs:
    Call Site
    ntdll!ZwWaitForSingleObject+0xa
    dobe\Adobe Photoshop Lightroom 5.2 RC\Import.lrmodule -
    KERNELBASE!WaitForSingleObjectEx+0x9a
    Import!TerminateMOXThread+0x253
    Import!RegKeyCR::~RegKeyCR+0x2e4
    AgKernel!luaopen_package+0x6887
    AgKernel!AgLua_setBreakpointsForChunk+0xc2f9
    AgKernel!luaopen_package+0x69d1
    AgKernel!AgThrowProgramErrorWithFormat+0x72
    AgKernel!lua_yield+0x2fe
    AgKernel!lua_pcall+0x60
    ui!AgWinMenu::AgWinMenu+0x5d0
    ui!AgMenu_performCommandID+0xe3
    ui!AgViewWinMainFrame::OnCommand+0x32
    mfc100u+0x26e12a
    mfc100u+0x26e08c
    mfc100u+0x26b8dd
    mfc100u+0x26bc84
    mfc100u+0x1201c7
    USER32!DispatchMessageW+0x1fe
    USER32!MsgWaitForMultipleObjectsEx+0x237
    mfc100u+0x2550ca
    lightroom!GetAppInstance+0x2258
    mfc100u+0x255993
    mfc100u+0x287548
    lightroom!AgDataProvider::GetProviderType+0x12ba
    KERNEL32!BaseThreadInitThunk+0x1a
    ntdll!RtlUserThreadStart+0x21

    Looks like if I reboot, it resolves itself. Not sure what happened. I did grab a crash dump just in case.

  • How to change the default font (Noteworthy) in Preview Annotation Note ?

    How to change the default font (Noteworthy) in Preview > Annotation > Note ?
    Thanks for any help guys. Noteworthy is horrible, in my view. But this does not matter. I simply do not want to use it, and woudl be fine with having helvetica back as the annotation typeface.
    Neither is Preview responding to changes I attempt in the type menu, nor did I find an entry when using “defaults read com.apple.Preview” in the Terminal.
    Any idea? Cheers.

    Sorry if this doesn't apply in Mountain Lion (no way to look at ML right now), but I see this in Preview under Mavericks:
    I click the annotation button (circled in red) and draw a box. I can then change the text to any active font using the drop down menu (circled in green).

  • ICal print menu will not come up

    I have been trying to print my iCal calendar from my PowerBook G4, but the print menu will not come up. I have printed it from here before, so where did the print menu go? Help!

    We have exactly the same problem here:
    OS 10.4.3, iCal 2.0.3, HP Photosmart 2610
    - Printing on any app works fine, ecept iCal
    - in iCal choosing the command "print..." just does nothing.
    I tried:
    - creating a new user - > printing in iCal works fine!
    so I tried:
    - trashing ...
    ... all ical-plists in "user/Library/Preferences/"
    ... the folder "user/Library/Application Support/iCal"
    ... moving all user-pref files out of the preferences folder
    ... disabling all the fonts in "users/Library/Fonts/" and "hd/Library/Fonts"
    no way the get it back to print!
    I'm sure it has nothing to do with the HP printer, cause on a different account it works.
    Any ideas what else I could disable?
    Thanks for ideas
    Thierry

  • File, Send link doesn't open a new email. Using Firefox 11.0. Outlook 2010 is the Mailto default and W7 default email program. On the About:config page network.protocol-handler.external.mailto is set to regular font (not bold) "default Boolean true".

    File, Send link doesn’t open a new email. Running Firefox 11.0. Outlook 2010 is the Mailto default and the W7 default email program. On the About:config page, network.protocol-handler.external.mailto is set to regular font (not bold) “default Boolean true”.

    I assume you have tried toggling the setting in Firefox between Outlook and, say, Gmail:
    orange Firefox button ''or'' classic Tools menu > Options > Applications
    In the search box, type or paste '''mailto''' and pause for the list to filter.
    Change the setting and OK to save it, then return to the dialog, change back, and OK again.
    You also might want to toggle the setting at the OS level between Microsoft Outlook and the native Windows Mail client in a similar fashion. In Windows XP you could use IE's Options dialog, Programs tab, for this, but I'm not sure in Windows 7.
    Since one possibility is a problem in your Firefox settings (including the possibility of interfering add-ons), and another is a problem at the Windows level (e.g., Registry settings), it would be useful to try to identify which one it is. One quick way to distinguish is to create a new Firefox profile. It will start up with all factory settings. You can switch back to your existing profile after testing.
    First, I recommend backing up your Firefox settings in case something goes wrong. See [https://support.mozilla.com/en-US/kb/Backing+up+your+information Backing up your information]. (You can copy your entire Firefox profile folder somewhere outside of the Mozilla folder.)
    After closing Firefox, start up again in the Profile Manager as described in this article: [http://support.mozilla.com/kb/Managing+profiles Managing profiles].
    With the new profile, can Firefox successfully create a message in Outlook?

  • Having issues with created PDFs requiring Japanese language font pack when they should not

    Last week, I created 3 forms for someone. They wanted a fourth, so I put that together today, but halfway through making it, my Livecycle crashed and refused to load up again (I have NO idea why...), so I reinstalled it. I went on to finish making the form, but for some reason, even though the language settings is set to English and not viewer's default locale, the form requires a Japanese font pack. My computer is set to Japanese locale, but with the default language set to English, it should bypass this. The oddest thing is that one of the 3 forms that I already created and sent to them (and worked fine!!!), now also asks me for Japanese language font packs. What the heck is going on?
    The forms use nothing other than Myriad Pro, which is set to be embedded. My Acrobat opens them all just fine and shows font properties correctly, but my Reader dies and asks for Japanese font packs. Please help, thank you!
    http://dl.dropbox.com/u/1910267/injection.pdf
    This is a link to one of the 2 forms that is giving me trouble. It's simple, and was already created before my Acrobat reinstall, yet is now asking for Japanese fonts...
    Edit: Forms were created using Livecycle Designer ES 2.5. I'm testing with Acrobat X and Reader X.

    Thanks for your reply!
    Ok, the form I linked, I actually only tested on my own machine, but had the Japanese font error so I assumed it held true for the new one as well. Here is the one I made today that has been tested on 4 computers (list below): http://dl.dropbox.com/u/1910267/treatment_notes.pdf
    These are the computers it was tested on:
    My own computer (Windows 7, format/location set to English/US, default non-Unicode language Japanese, System Locale Japan) - pops up error in Reader X, but not Acrobat Pro X
    These 3 computers are all set to complete English/US and do not have Acrobat:
    The recipient's computer (not sure what OS, likely Reader X, no other languages installed) - popped up the error asking for Japanese fonts
    My mother's computer (XP, Reader 9, I know it has Chinese installed, but I don't think it has Japanese) - no errors
    My brother's computer (Vista, Reader 9, no other languages installed) - popped up the Japanese font error
    And just for fun I tried on the HP Touchpad (Reader 10.3), but it just gives that error that it can't display the contents of the pdf. I think the WebOS port of Reader either is horribly incomplete somehow, or otherwise I have no idea.
    I noticed the similar threads, but since they are unanswered, I thought I'd try again and see if I could get an answer. I've got my hands in the air at this point...

  • Numbers are not comming in Arabic style in PDF o/p

    Hi,
    Thanks alot......
    The font used in the Report is Arial
    In uifont.ali file under PDF[subset]
    Arial="arial.tty' has been added.
    Your advice helped me alot. Arabic characters are comming properly in PDF O/p. But Still the numbers are not comming in Arabic style. Instead numbers are comming in engl I have set Regional options to Arabic. I am getting Numbers in arabic style when O/P is viewed in Report builder previewer or HTMLCSS or HTML. How to get Numbers in Arabic style in PDF o/p.
    Waiting for your reply,
    -Raj
    -

    Oracle Team,
    Can't I get Arabic Native numerals in PDF o/p..? We need a solution urgently.....
    We have seen some PDF documents having Arabic native numerals. But why a PDF document generated by Oracle reports is not able to show numbers in arabic style........
    I want to know whether it is possible to get Arabic native numerals in PDF o/p generated by 9iDS report builder.
    IS anything else needs to be done apart from configuring PDF subset section in uifont.ali in this regard.
    Waiting for your reply,
    Raj

  • Numbers are not comming in Arabic stle in PDF o/p

    Hi,
    Thanks alot......
    The font used in the Report is Arial
    In uifont.ali file under PDF[subset]
    Arial="arial.tty' has been added.
    Your advice helped me alot. Arabic characters are comming properly in PDF O/p. But Still the numbers are not comming in Arabic style. Instead numbers are comming in engl I have set Regional options to Arabic. I am getting Numbers in arabic style when O/P is viewed in Report builder previewer or HTMLCSS or HTML. How to get Numbers in Arabic style in PDF o/p.
    Waiting for your reply,
    -Raj
    -

    Hi stewart,,,
    Thanks for your response.
    By saying Numbers are not comming in arabic style i mean to say that in arabic report's PDF o/p, numbers(data from database) are not in arabic native numerals. Arabic labels and character data is comming properly in arabic.
    Where as the other o/p formats like HTMLCSS and HTML(IE 6.0) are having numbers in arabic native. But for me the requirement is Arabic report's o/p when veiwed in PDF format it should be completely arabic native only. This is very urgent.
    Awaiting for your response....
    -Raj

  • How do I insert a font in Mail which is not in the Pref. scroll-down menu?

    How do I insert a font in Mail which is not in the Pref. scroll-down menu?
    I love Palatino, I have it bot in the System fonts folder, in the home/library/fonts folder and in the computer/library/fonts folder.
    Yet, It does not come out.
    Something else I should be doing?

    Keep in mind that if the recipient of the email doesn't have Palantino active on their computer, they're not going to see that font on their end. Their system will replace any instance of Palantino with whatever font is they have set as the default in their mail program.

  • I am having font issues with font book. It validates the font, yet it is not availabe in my software programs (Adobe  or Microsoft). What can I do to use these fonts?

    I am having font issues with font book. It validates the font, yet it is not availabe in my software programs (Adobe  or Microsoft). What can I do to use these fonts?
    I actually created these fonts with fontagrapher in 1998 and have been using them regularly ever since and now they are not available in InDesign. I really need to use them.

    I found a page on Adobe, Troubleshoot fonts | Mac OS X
    On PostScript type 1 fonts you need to copy/move the fonts to the correct font folder because Font Book doesn't copy them into the folder. Select the fonts double-click the fonts and Find in the font Book app and validate.
    The correct font folder depends how you are set up. I am by myself so my font folder was MyHarddrive/Library/Fonts. I was using Suitcas fusion and the fonts are located in a different folder.
    Most of the fonts have worked. Go to
    http://helpx.adobe.com/x-productkb/global/troubleshoot-fonts-mac-os-x.html
    This should help. Good Luck.

  • IDCS3 font issues on final printjob, not in IDCS3 nor Acrobat

    Something odd happened.
    We use IDCS3 for designing a 24p tabloid newspaper for 4 issues now. It works fast and efficient, our workflow process has been cut down from 3 weeks to 3 days since we migrated from Coreldraw (yes you read right - sigh).
    We didn't encounter any problems for the last issues, till now.
    We received a container full of newspapers from the printing company with some strange font errors.
    On some advertisings some used fonts are substituted with -seemingly inconsistent- different fonts. None of the affected fonts were too exotic. Arial, even a plain simple Courier was substituted with something different
    for example some lines read this:
    Yg"cuukuv"{qw"ghhgevkxgn{"
    Not on all pages though. It is a mistery.
    I firstly thought we didn't do enough quality control on our final pdf files. So I opened the pdf again, especially looking for the affected pages/areas. Seems to show up perfectly on my screen. The final printjob was different than our pdf.
    After that one of our designers come to report me a problem on his computer. Every time he opens the .indd file IDCS3 complains about a missing 'Arial Bold' font. No complains about the 'Courier New' font though.
    My question. Who is to blame for this error. Is it us - the under experienced InDesign newbies - or is it our printing company? Should they have seen this? Did we do anything wrong? Is the fontproblem on the design computer to blame? Why it happened with such a standard fonts?
    Any suggestions are welcome. Would be happy to supply more details.
    Thanks
    Karel

    Open the original PDF and go to the File Properties > Fonts tab. Make sure the fonts are all embedded. It sounds as if they are not.
    The "blame," if there is any, would be assigned based on a number of factors. If the fonts are all properly embedded, it sounds like the printer is doing the substitution (though I have no idea how). There was an issue, I believe in CS1, with subset fonts in nested PDFs (PDFs placed into ID documents and then exported again as PDF) not being properly recognized if more than one PDF used the same font, but different subsets, but to the best of my knowledge that has long since been corrected.
    If the fonts are not all shown as embedded, it can be caused by failure on the part of the person making the PDF to specifically embed them (typically in a distilled PDF), or it may be that the font itself does not allow embedding, in which case it is a poor choice and should not be used for this kind of work. When exporting, InDesign automatically embeds all western fonts with appropriate permissions, but not all applications are so helpful.
    Peter

Maybe you are looking for

  • IMac G5 (no isight) power supply keeps failing

    I had some trouble with my iMac G5 (no iSight) about 5 months ago with the power supply. I replaced the power supply, worked great for 5 months and now it's doing the same thing (turning off suddenly, trouble rebooting). I've done all the resetting o

  • Acrobat Std/Pro 8 addin for Outlook causing causing corruption of email graphics & pollution of Outl

    Our IT Support team, in conjunction with Microsoft Premier Support, has been investigating reports of email messages not correctly displaying graphics. Microsoft Premier Support has identified the Adobe PDFmaker addin for Microsoft Outlook as the cau

  • Multiple Input Files using File adapter

    hey Experts, Wanted to know how i could pick up two different XML files using the Sender file adapter, which i want to process in my scenario, need ur suggestions, i dont want to use BPM. Thanks

  • Printing problems after installing OS X  version 10.4.8

    I reciently upgraded to OS X version 10.4.8. After doing so, my Dymo Twin Turbo Label Writter won't print. I also am having problems using my Epson RX700 All-In-One Printer Scanner where the scanner cannot be found. Both of these printers worked flaw

  • Clickbox will not open file after published

    Good morning, I am working on a project where we are quizzing users.  They must refer to a PDF docuemnt as part of the decision making process.  I have added a click box that allows users to click to open the PDF docuement.  Of course, when I publish