Container Label issue

Hello all - I just did my first presort after updating the software.  The barcode on the label is printing "junk".  There seems to be a font issue or something along those lines.  Any ideas what this could be?  I do get a message in the design portion that says "The barcode frame is too small for the 'Maximum Digits to verify on the lable' field".
Thanks

It sounds like one of the fonts didn't install correctly.  I'm guessing the SAPI25L (truetype) font.  You can look in your fonts (start | settings | control panel | fonts) folder to see if it is listed... if it is you can double click on the font which may register it and allow you to use it. 
If it is not listed you can either try reinstalling the software or log a support message and we can send you the font to install manually.
Thanks,
Kendra

Similar Messages

  • Having issue when we try to print more than 300 container labels

    Hi Gurus,
    We are having issue when we try to print more than 300 container labels. Once it reaches 300 it starts to jump the sequence and we are not able to complete all the tickets if itu2019s more than 300.
    Regards
    Rajib Pathak

    dear friend,
    first, i recommend to analyse the spool request and discuss it with your basis/technical guys (use SP01)
    second,
    you would try to run t-code SPAD for your output device and check out the checkbox "Process requests sequentially" (ON)
    regards,

  • How can I design a twisting label that wound around a cylindrical container from a square image, just like the pringles chips paper container label??

    Hi,
        I am going to make a new packaging for a product my company is going to launch next month. The packaging is cylindrical in shape and made of paper twisted and wound around a cylinder.
        I have completed the label in Adobe Illustrator and it is a square image. Now I want to design the label in a twisting shape that wounds the cylindrical container just like the pringles chips paper container label.
        Please give me some tips or instructions that can help me design the label in my desired form. Thank you...

    shawon,
    You may, based on the cut version showing a cut that starts and ends at the corners (Smart Guides are your friends):
    1) Create the full label going all the way round, as the basic rectangular/square shape (works with both a rectangle and a square, the latter just having the same width and height), with all the artwork;
    2) Decide the number of cuts;
    3) Create a straight slanting path from the top left corner (you may use the Line Segment Tool) to somewhere further right at the bottom, then with the Reference Point in the Transform palette set to top left change the W value to the total width of the rectangle divided by the number of cuts, this will give you the right angle;
    4) Move a copy of the straight path from 2) to the right by its W value;
    5) Select both straight paths from 3) and 4) and Ctrl/Cmd+J to join them thereby creating a parallellogram with twice the W value from 3)/4);
    6) Move copies of the parallellogram to the left and right by the W value from 3)/4), repeating until you have more than covered the original rectangle;
    7) Leave the leftmost parallellogram where it is (covering the top left of the original rectangle) and move the others down by the height (of the original rectangle/the parallellograms), leave one where it is and continue with the remaining one(s) until they are all placed below one another;
    8) Move copies of the original rectangle from 1) down by its height until you have rectangles behind all the parallellograms;
    9) For each set of parallellogram and rectangle, select both and Object>Clipping Mask>Make;
    10) Select all and Group them;
    Now you should have the final shape and look of the cut rectangle as a group of clipping masks, made digitally; you may use that as it is to cut a single label, or you may:
    11) Move copies to the right by the W value from 3)/4) to have multiple labels to cut.
    This obviously requires a rather accurate cutting, but it may be less critical than usual, given the nature of the twisted label.

  • CR 2008 - Chart legend label issues when run on CR Server 2008

    Hello all,
    I have built a report in CR 2008 SP4. When I run the report locally everything is okay. In this report I have a chart which performs a count on {Command.Incident_ID}. The label for this count comes out as "Count of Incident_ID" in the legend. I then right click on this legend entry, edit the axis label and change it to something more appropriate.
    When I upload this report to CR Server 2008 v0 or CR Server 2008 V1 SP3 the report does not function properly. The chart label gets produced as Count of Command.Incident_ID instead of the label I specified. I believe this is due to the CRS attaching the Command. header to the Incident_ID. It no longer matches up with what I specified during design.
    Now I've gone back to older reports that I built and I can see that I did not have this issue before. I've recently upgraded to CR SP4 and Windows 7. I really feel like this is probably some option/setting on my designer side that I need to mirror on the server, however I have been unable to locate any information. Any help you can provide would be greatly appreciated!
    Thank you!

    After some testing the issue seems to be related to having SP4 installed.
    When I reverted back to SP0, or SP3 it worked fine, but under SP4 it seems to drop the table reference and thus not use the correct alias for the legend names.

  • Extended Analytics template label issue

    I'm trying to create star schema via extended analytics from work space but getting below error
    'Invalid Extn Analy templete label. Please provide a valid template label. '
    I followed all steps provided on
    http://www.oracle.com/technetwork/middleware/financial-management/tutorials/exprtana-093544.html
    Can't seem to get the reason behind this issue.
    Thanks,
    Ravi Agrawal

    Thanks Erich.
    I'm new so do not have any info for this template label.
    While extracting I just mentioned a template name for future reference.
    How and from where do i check for this template label feature?

  • Container binding issue

    Hi All,
       I have modified a SAP workflow and seem to have problems ppassing sata between steps, The first step I use object CA_WRTOFF method Write-off. This completes a write off. After this step variable DOCUMENTNUMBER is filled with the created document number.
    In the next step I want to display the document, I use object CA_DOC method display. The main parameter it neeeds is document number. I try to use the generate binding. It will pass &CA_DOC& to &_WI_OBJECT_ID&. from workflow to step, both these objects contain document number.
    However when I look in SWEL at the display document step &_WI_OBJECT_ID&. says no instaance under value? How can I populate this value. I try to manually add document number to the binding but am told I cannot use &_WI_OBJECT_ID&.  as a target. I have CA_DOC set as inport and export. Any idea's?? I am on a 4.6 system
    Thanks

    Hi First of all thanks for your patience,
       Second I seem to have passed the document number but it still is not actually passing to the document number field in trans FPE3 (I mentiooned FP08 in error before, that is ultimately my goal which I will clarify)
    Ok here is what I am trying to accomplish
    The original SAP wrtoff workflow CA_WRTOFF activates with event FP04 create writeoff, my company does not like the fact that when it goes to an approver the writeoff is held in limbo. This allows others access to the write off amount. So they have asked me to restructure the workflow.
    The event link as above is CA_WRTOFF with event trigger approval required as above, the first thing I do in the workflow is complete the writeoff with object CA_WRTOFF method writeoff. I then send a user decision to the approver asking if he wants to display document, accept write-off, reverse write-off. I use CAA_DOC display for the display as CA_WRTOFF does not have document number associated with it.
    In the last few moments I changed my binding in the display to coyp all elements except system, this has passed the document number to the display container. When the approver clicks on the display item it brings him to transaction FPE3 but does not populate the document number in FPE3. So the real issue is to have the display method take the approver to FPE3 and fill in the document number so all the approver has to do is hit enter.
    Again thanks for your time and patience, Much appreciated. I am an ABAPPER but quite new to work flows.
    George

  • [SOLVED] "Open Containing Folder" Issue in Fluxbox

    Hello! I am fairly new to Arch so any help is greatly appreciated.
    I am using fluxbox as my window manager and thunar as my file manager.
    When I right click on a song in banshee and select "Open Containing Folder" the folder is opened in firefox which is fairly annoying. This also happens when I try to show a download in it's folder in google chrome. I am not able to select "Open Containing Folder" for a firefox download (it is grayed out).
    I am guessing the issue is that fluxbox doesn't know what file manager to use so it defaults to firefox for some reason. Is there a way to set default applications for fluxbox?
    Thanks in advance for any help!
    Last edited by Haffinator (2012-08-16 20:31:43)

    That's great
    Don't forget to mark the thread as solved

  • Axis Label Issue

    My application creats custom graphs using AS3 and a mySQL
    database. Almost all of the graphs render just fine, except I have
    one that is supposed to set its vertical axis min to 0% and its max
    at 75% with intervals every 25%, and yet its labels render as 0%,
    30%, 50%, and 80% instead of 0%, 25%, 50%, and 75%. The data and
    gridlines are correct, just the axis labels are wrong. If I set the
    min to anything other than 0, the labels are fine. This seems be a
    problem if the interval is set to anything other than 5 or 10 (like
    15 or 25). Can anyone tell me if this is a Flex bug or if this
    issue might be caused by something else? This occurs on a
    development server and the live server and there are a couple of
    other graphs that have this same issue.
    The graph in question can be seen at
    http://www.communityindicators.ewu.edu/graph.cfm?id=106.
    Thank you in advance for your help.

    Yeah, I solved this issue!
    I had to set the maximumLabelPrecision for the
    LinearAxis.

  • Container alignment issue

    Hi All,
    I have a question on container aligment.  I have a series of 5 label/button combinations.  I want the labels to right justify against the buttons.  How would I do this?  Hbox and Vbox dont seem to offer the aligning I want.  e.g.,
           0-99: btn1
    100-199: btn2
    200-299: btn3
    Is there a grid container in 3.0?  or is there a better/easier way to do this?  It seems like it should be an easy problem.  Thanks, Bill

    thank you for the input.  This application will also have other sections including a pie chart and another section with some button options.
    Is there a grid container or some option to right align widgets inside of a container widget?  -thanks

  • Text/Label issue - being repeated for every record inside repeating frame.

    Hi
    I have a small issue:
    In the repeating frame, the label (text) for the column is being repeated for every record. How may I have the text (label) appear just once and not for every record?
    Thx!

    Move headings outside of the repeating frame.

  • Grid-Container Centering Issue

    Could someone please help me with a little issue I'm having?  When I create a new fluid-grid layout, save the css file in the appropriate file, then save my project as "index.html", then save the fluid-grid dependent files when prompted "boilerplate" "respond.min", for some reason the grid-container in dreamweaver isn't lined up with the columns.  The grid-container is shifted off to the right, off-center by 2-3 columns.  Any reason why this might be happening?

    Hi Nancy O.
    Thank you very much for replying.  I'm using Dreamweaver via Creative Cloud, and recently I upgraded to Dreamweaver CC (2014), but had been using an older build...simply Dreamweaver CC.  Since my post, I opened the 2014 version, and my grid-container is centering as before.  Who knows what was causing it, but it seems all is aok now.
    Thanks again!
    Ryan

  • Hiding table row containing label and item

    Hi there,
    I need some javascript to hide and show the table row containing both a page item and its label, on a wizard-created form page. Before I go off and write my own code, does any of the APEX-provided javascript include this functionality already?
    Thanks,
    Robert

    Hi Robert,
    Take a look at Carl's documentation page -
    http://apex.oracle.com/pls/otn/f?p=38704:2:1838921420011323::NO::P2_ID1:9
    The $x_ItemRow function looks like it does what you want.
    John.

  • SnowL" Label Issue

    Hi, I can use Label to highlite a Main Folder, ie. Utilities, but the Label is greyed out when I try to highlite Disk Utility.. This Issue covers ALL sub folders! Answers please - Tx...L

    Seems like you can't use the Label colors on any pre-installed Apple app. Probably intentional. You can on third party apps, and Apple apps that are installed separately. You can on any sub-folder that I tried.
    For the apps, the difference seems to be with +Sharing & Permissions+. If you do a +Get Info+ on an app that cannot be color-labeled, my own user account (or "Admin") is not listed under Name. On an app was was installed later, where I can use a color label, there is either my user account name or "Admin" listed under Name.
    It seems like adjusting this setting in the +Get Info+ window makes it possible to use the color labeling. But I'm not sure you should change this setting for apps.

  • Label Issue (Localized Resource)

    Hi,
    I have a requirement where I need to show the text (label for checkbox) next to the checkbox. The problem is that the text is quite long and I want to put new line in order to show it in proper format.
    Example: The label for the checkbox will be like this::
    "Check this if following applies to you:
    1) Some Text 1
    2) Some Text 2
    3) Some Text 3"
    The issue is that when I give the text as above in custom localized resource it shows the above contents in sequence rather than above format.
    It shows like this::
    "Check this if following applies to you:1) Some Text 12) Some Text 23) Some Text 3", which will be overwhelming for end users.
    I tried giving \n and
    n but no luck. Any idea ?
    Please help.
    Thanks !

    try  b r tag or < br/ >
    Edited by: Hafsa Taher on Feb 14, 2012 9:05 PM

  • Container operation issue

    Hello All,
    I have a questions on container operation of BPM.
    I want to capture a value in Rec step of my BPM and wanted to assign this value in last step i.e. send step.
    Can anyone let me know is it possible in BPM.
    How can we achive this.
    Regards,
    Vikrant

    Hello Vikrant,
    Wat i understood is, at present, your scenario is simply sending the IDoc that you are receiving in the Rec-Async step. Now you want to send the SOAP response along with the IDoc.
    Do you have any (empty) field in IDoc which can be used to capture the 4digit IDoc number?
    If yes, then you can achieve this thru a transformation step in between the Sync-send step and Async-Send(last) step. Use both IDOC structure and SOAP response structure as source messages and IDOC structure as target message. Map the IDoc number from SOAP response to any of the field in the target IDoc structure and map the rest of the fields in the target IDoc to the Source IDoc.
    Hope this helps.
    ~Praveen,

Maybe you are looking for

  • It wont let me download apps

    Everytime i download an app, it asks for my password, i type it in and then it says "loading..." and then it just dissapears and i never get it. i've tried restarting my ipod, logging out and back in to my account and nothing works.

  • Why does it let me erase only one cookie at a time, or all cookies at once, and not let me select multiple cookies that I want to delete?

    Do you not realize that there are HUNDREDS of cookies in the Cookie Jar? I want to save SOME of them (banks, stores, Facebook, etc.) but get rid of the rest. Why have you made it so that I can't click & drag (or otherwise select) multiple cookies for

  • I bought two songs on itunes and it dosen't show up on my ipod nano!

    I got a new computer (windows 8) and I downloaded Itunes. I got all my songs form my old computer and put it on my new one. A few weeks later I bought two songs. I had my ipod plugged in when I downloaded the songs. It will not show up on my ipod nan

  • Outlook integration

    I have just installed Adobe Reader 10.1.3. For some reason the Reader is not working with my Outlook or My Documents. Is there something I must do to integrate? I can preview the files, but cannot open them.

  • Vista Install or Image CD/DVD

    How can I Re-install the Vista OS ?  There weren't any Vista or Image CDs included in the box, just a Vista drivers CD.  Can I purchase the Image CDs? Thanks. Message Edited by ryanhi on 09-10-2008 05:49 AM