Error Messages  not shown correctly

Hello People,
I do not know if I have posted this topic in the correct forum. We have developed an application for a client. Everything was working perfectly when we deployed it on the server at the client...
However recently, they upgraded their database from version 9.2.0.1.0 to 9.2.0.8.0
After we redeployed the application on the upgraded database, now when running the application, exceptions that we caught and handled by supplying customized error messages are no longer showing...
An example is as follows:
Field Name is mandatory...
So we put it as 'required'.
When this is not entered, our message is that 'Name should be entered'...
But now this message is no longer showing
Oracle Database used: 9i (9.2.0.8.0)
Application Server: 10g AS
Can someone please help?
Thanks

Hi Petri,
Error 500 is a very general error that implies a failure on the server side.
Please verify that the server is running opening the XML client from SAP ME XML utilities and sending the same XML request.
https://server:port/manufacturing-xml/
If you still get the error-I would suggest to open a ticket and provide us with the trace so that we can determine the exact root cause.
Thank you,
German

Similar Messages

  • Messages not shown correctly in HTML BODY tab in workflow notifications

    I am defining a message in teh HTML BODY section. It is a basic HTML table. If I run this in a browser , it shows up fine , i can see the table with the rows and columns. which means there is nothing wrong in the format as such.
    But on the notification page, there is no table, every thing is printed as a single line . I am not sure what the issue is , please guide. Has anyone displayed data in a table in the HTML body of a notification?
    Below is my message body:
    <html>
         <table border="1" cellspacing="0" cellpadding="3" width="100%">
              <tr bgcolor="#CCCC99">
                   <td valign="TOP"><b>Schedule Reference Number</b></td>
                   <td valign="TOP"><b>Customer</b></td>
                   <td valign="TOP"><b>Request ID</b></td>
                   <td valign="TOP"><b>Description</b></td>
              </tr>
              <tr bgcolor="#FFFFDF">
                   <td valign="CENTER" height="20">SCHEDULE_NUMBER</td>
                   <td valign="CENTER" height="20">CUSTOMER_NAME</td>
                   <td valign="CENTER" height="20">REQUEST_ID</td>
                   <td valign="CENTER" height="20">DSP failed to process due to system errors. Refer to Release Management Exceptions Report generated for the mentioned Request ID.</td>
              </tr>
         </table>
    </html>
    thanks
    Message was edited by:
    user552775
    Message was edited by:
    user552775

    Nagamohan
    I created an attachment by using a document type attribute . That works fine, it opens in a new window and I can see the values.
    My requirement is to display this data inline in the message body itself. It is just 3 to 4 rows of data. So I dont need an attachment. I just want to display the data in the message of the notification itself.
    This is what is causing issues , it just prints everything in one line as a string.
    thanks,

  • After itunes installation an error message is shown, (itunes could not connect to the iphone, because it is locked with a passcode, you must enter your passcode on your iphone before it can be used with itunes)

    after itunes installation an error message is shown, (itunes could not connect to the iphone, because it is locked with a passcode, you must enter your passcode on your iphone before it can be used with itunes)

    Hi ..
    Follow the instructions here >  iOS: Forgotten passcode or device disabled after entering wrong passcode

  • I have removed and re installed I tunes and all related apple products. 5 times and still get message not installed correctly or error 7 or to install english version. I give up help

    I have removed and re installed I tunes and all related apple products. 5 times and still get message not installed correctly or error 7 or to install english version. I give up help

    Have you worked through the tt2 user tip:Troubleshooting issues with iTunes for Windows updates this is the best source on resolving iTunes for Windows issues.

  • ARIAL FONT IN REPORTS(WINDOWS), NOT SHOWN CORRECTLY UNDER LINUX

    Our Reports are developed under Windows (Report Builder 9.0.4.0.33 and Windows 2000/Windows XP) and generated under Linux (IAS 10.1.2.0.2 with Red Hat Advanced Server). The Report Output is a PDF, that will be downloaded by the user with WEB.SHOW_DOCUMENT. This works fine, but fonts are not shown correctly in the PDF, especially ARIAL, which is the font we use.
    I have run the Fontsolution Configuration Script from Metalink, but we still have a problem.
    When you look at the font.pdf, wich is the testreport from fontsolutions, some sizes and styles of Arial are printed correctly others not.
    Arial 8 is ok, but Arial 10 and Arial 12 are something like Times New Roman.
    Arial 12 Bolded is correct, but Arial 12 italic and Arial 12 bold italic are also not
    the Arial Font.
    How can we correct this problem?
    Regards
    Udo
    These are the files changed by Fontsolution Configuration Script:
    uifont.ali
    # uifont.ali provided in fontsolutions.tar for developer 9.0.2
    # $Header: uifont.ali@@/main/22 \
    # Checked in on Tue Jan 8 15:32:42 PST 2002 by idc \
    # Copyright (c) 1999, 2002 by Oracle Corporation. All Rights Reserved. \
    # $
    # $Revision: /main/22 $
    # Copyright (c) Oracle Corporation 1994, 2002.
    # All Rights Reserved.
    # DESCRIPTION:
    # Each line is of the form:
    # <Face>.<Size>.<Style>.<Weight>.<Width>.<CharSet> = \
    # <Face>.<Size>.<Style>.<Weight>.<Width>.<CharSet>
    # The <Face> must be the name (string/identifier) of a font face. The
    # <Style>, <Weight>, <Width>, and <CharSet> may either be a numeric
    # value or a predefined identifier/string. For example, both US7ASCII
    # and 1 are valid <CharSet> values, and refer to the same character set.
    # The <Size> dimension must be an explicit size, in points.
    # The following is a list of recognized names and their numeric
    # equivalents:
    # Styles Numeric value
    # Plain 0
    # Italic 1
    # Oblique 2
    # Underline 4
    # Outline 8
    # Shadow 16
    # Inverted 32
    # Overstrike 64
    # Blink 128
    # Weights Numeric value
    # Ultralight 1
    # Extralight 2
    # Light 3
    # Demilight 4
    # Medium 5
    # Demibold 6
    # Bold 7
    # Extrabold 8
    # Ultrabold 9
    # Widths Numeric value
    # Ultradense 1
    # Extradense 2
    # Dense 3
    # Semidense 4
    # Normal 5
    # Semiexpand 6
    # Expand 7
    # Extraexpand 8
    # Ultraexpand 9
    # Styles may be combined; you can use plus ("+") to delimit parts of a
    # style. For example,
    # Arial..Italic+Overstrike = Helvetica.12.Italic.Bold
    # are equivalent, and either one will map any Arial that has both Italic
    # and Overstrike styles to a 12-point, bold, italic Helvetica font.
    # All strings are case-insensitive in mapping. Font faces are likely to
    # be case-sensitive on lookup, depending on the platform and surface, so
    # care should be taken with names used on the right-hand side; but they
    # will be mapped case-insensitively.
    # See your platform documentation for a list of all supported character
    # sets, and available fonts.
    # BUGS:
    # o Should accept a RHS ratio (e.g., "Helv = Arial.2/3").
    #===============================================================
    [ Global ] # Put mappings for all surfaces here.
    # Mapping from MS Windows
    #Arial = helvetica
    #"Courier New" = courier
    #"Times New Roman" = times
    #Modern = helvetica
    #"MS Sans Serif" = helvetica
    #"MS Serif" = times
    #"Small Fonts" = helvetica
    "Sadvocra" = helvetica..Oblique.Medium
    "sAdC128d" = helvetica..Plain.Medium
    "CarolinaBar-B39-25F2" = helvetica...Bold
    #"IDAutomationSMICR" = helvetica
    # Mapping from Macintosh
    #"New Century Schlbk" = "new century schoolbook"
    #"New York" = times
    #geneva = helvetica
    #===============================================================
    [ Printer ] # Put mappings for all printers here.
    #===============================================================
    [ Printer:PostScript1 ] # Put mappings for PostScript level 1 printers here.
    # Sample Kanji font mappings
    ...UltraLight..JEUC = "Ryumin-Light-83pv-RKSJ-H"...Light..JEUC
    ...UltraLight..SJIS = "Ryumin-Light-83pv-RKSJ-H"...Light..SJIS
    ...ExtraLight..JEUC = "Ryumin-Light-83pv-RKSJ-H"...Light..JEUC
    ...ExtraLight..SJIS = "Ryumin-Light-83pv-RKSJ-H"...Light..SJIS
    ...Light..JEUC = "Ryumin-Light-83pv-RKSJ-H"...Light..JEUC
    ...Light..SJIS = "Ryumin-Light-83pv-RKSJ-H"...Light..SJIS
    ...DemiLight..JEUC = "Ryumin-Light-83pv-RKSJ-H"...Light..JEUC
    ...DemiLight..SJIS = "Ryumin-Light-83pv-RKSJ-H"...Light..SJIS
    .....JEUC = "GothicBBB-Medium-83pv-RKSJ-H"...Medium..JEUC
    .....SJIS = "GothicBBB-Medium-83pv-RKSJ-H"...Medium..SJIS
    # Mapping from MS Windows
    #Roman = palatino
    #Script = "itc zapf chancery"
    #FixedSys = courier
    #System = helvetica
    # Mapping from Macintosh
    #"Avant Garde" = "itc avant garde gothic"
    # Mapping from Motif display
    #fixed = courier
    #clean = times
    #lucidatypewriter = courier
    #lucidabright = times
    #Arial = helvetica
    #"Courier New" = courier
    #"Times New Roman" = times
    # MICR font
    #helvetica=IDAutomationSMICR
    #===============================================================
    [ Printer:PostScript2 ] # Put mappings for PostScript level 2 printers here.
    # Sample Kanji font mappings
    ...UltraLight..JEUC = "Ryumin-Light-83pv-RKSJ-H"...Light..JEUC
    ...UltraLight..SJIS = "Ryumin-Light-83pv-RKSJ-H"...Light..SJIS
    ...ExtraLight..JEUC = "Ryumin-Light-83pv-RKSJ-H"...Light..JEUC
    ...ExtraLight..SJIS = "Ryumin-Light-83pv-RKSJ-H"...Light..SJIS
    ...Light..JEUC = "Ryumin-Light-83pv-RKSJ-H"...Light..JEUC
    ...Light..SJIS = "Ryumin-Light-83pv-RKSJ-H"...Light..SJIS
    ...DemiLight..JEUC = "Ryumin-Light-83pv-RKSJ-H"...Light..JEUC
    ...DemiLight..SJIS = "Ryumin-Light-83pv-RKSJ-H"...Light..SJIS
    .....JEUC = "GothicBBB-Medium-83pv-RKSJ-H"...Medium..JEUC
    .....SJIS = "GothicBBB-Medium-83pv-RKSJ-H"...Medium..SJIS
    # Mapping from MS Windows
    #Roman = palatino
    #Script = "itc zapf chancery"
    #FixedSys = courier
    #System = helvetica
    # Mapping from Macintosh
    #"Avant Garde" = "itc avant garde gothic"
    # Mapping from Motif display
    #fixed = courier
    #clean = times
    #lucidatypewriter = courier
    #lucidabright = times
    #===============================================================
    [ Printer:PCL5 ] # Put mappings for PCL 5 printers here.
    helvetica = univers
    times = "cg times"
    clean = "antique olv"
    fixed = courier
    lucida = univers
    lucidabright = "cg times"
    lucidatypewriter = courier
    "new century schoolbook" = univers
    terminal = "line printer"
    #===============================================================
    [ Display ] # Put mappings for all display surfaces here.
    #===============================================================
    [ Display:Motif ] # Put mappings for Motif displays here
    # Fix for bug no 778937 DO NOT MOVE!
    Roman.....sjis = lucida.....jeuc
    Script.....sjis = lucidabright.....jeuc
    FixedSys.....sjis = fixed.....jeuc
    System.....sjis = lucida.....jeuc
    .....sjis = .....jeuc
    # Mapping from MS Windows
    Roman = lucida
    Script = lucidabright
    FixedSys = fixed
    System = lucida
    # Mapping from Macintosh
    "Avant Garde" = helvetica
    "Bookman" = times
    #===============================================================
    [ Display:CM ] # Put mappings for all CM displays here.
    # These are DEC-specific, and may need localization
    *..Blink = Blinking
    *..Inverted+Underline.Bold = ReverseBoldUnderline
    *..Inverted+Underline. = UnderlineReverse
    *..Underline.Bold = UnderlineBold
    *..Inverted.Bold = ReverseBold
    *...Bold = Bold
    *..Underline = Underline
    *..Inverted = Reverse
    * = Plain # The font of last resort
    # Oracle Report PDF sections
    # Three new sections have been added:
    # [ PDF ] - Used for font aliasing and Multibyte language support
    # [ PDF:Embed ] - Used for Type 1 font embedding
    # [ PDF:Subset ] - Used for True Type Font subsetting
    [ PDF ]
    # This example shows how to rename helvetica font to Courier font
    # helvetica = Courier
    # You can Alias specific styles of font as below
    # helvetica.12..Bold.. = Courier.14....
    # "Lucida Bright".12..Bold = "New Century Schoolbook"
    # Support for Far Eastern Languages:
    # PDF section can be additionally used to enable Multibyte language support
    # built into Reports. To use this feature with Adobe (r) Acrobat (c), you
    # need to install the Asian font pack available online at the Adobe web site.
    # .....SJIS = "HeiseiKakuGo-W5-Acro"
    # A Japanese report run with Shift-JIS character set is replaced to
    # HeiseiKakuGo-W5-Acro CID font.
    arial = Arial
    "arial" =Arial
    "arial narrow" = "Arial Narrow"
    "courier new" = "Courier New"
    tahoma = Tahoma
    "microsoft sans serif" = "Microsoft Sans Serif"
    "ms sans serif" = "MS Sans Serif"
    "times new roman" = "Times New Roman"
    [ PDF:Embed ]
    # This example shows how to embed Type 1 helvetica font into the PDF file:
    # helvetica = "helvetica.afm helvetica.pfa"
    # You need to specify the .afm file before the .pfa file.
    # The font files must exist in one of the folders specified in REPORTS_PATH.
    [ PDF:Subset ]
    # This example shows how to subset Arial True Type font into the PDF file:
    # helvetica = "Arial.ttf"
    # The True Type font files must exist in any one of the folders specified in
    # REPORTS_PATH.
    helvetica..Oblique.Medium = "Sadvocra.ttf"
    helvetica..Plain.Medium = "Sadc128d.ttf"
    helvetica...Bold = "CarolinaBar-B39-25F2-Normal.ttf"
    # NOTES ON PRECEDENCE OF PDF SECTIONS:
    # If you have entries for a same font in many PDF sections, then Font
    # Aliasing entry will take precedence over Font Embedding entry. Entries
    # in Font Embedding will take precedence over the entries in Font Subsetting
    # section.
    # Generic entries for a font must follow more specific entries for the same
    # font. For instance, if you want to subset helvetica Plain, helvetica Bold,
    # helvetica Italic and helvetica Bold-Italic fonts, your entries must be:
    # [ PDF:Subset ]
    # helvetica..Italic.Bold.. = "Arialbi.ttf"
    # helvetica...Bold.. = "Arialb.ttf"
    # helvetica..Italic... = "Ariali.ttf"
    # helvetica..... = "Arial.ttf"
    # If helvetica..... entry appears in the top of the list, all the styles of
    # helvetica font in the layout will be subset as helvetica Plain font.
    uiprint.txt
    # This is the printer configuration file.
    # The format for entries in this file is:
    # <OSName>:<Type>:<Version>:<Long Name>:<Description File>:
    # The first field is the name of the printer. It is the name you give
    # to lpq.
    # The second field is the type of driver to be used for the printer.
    # Currently, "PostScript" and "ASCII" are the only types of driver for
    # printers supported for now. But in future we may be supporting
    # drivers for other printer types.
    # The third field is the version of the type of printer driver. It's 1
    # or 2 for all PostScript printers; or 1 for ASCII printers.
    # The fourth field is a long description of the printer. This will be
    # presented to the user in the "Choose Printer" dialog window.
    # The fifth field is the printer description file to be used. For
    # PostScript printers it is the PPD file of the printer. (This field is
    # currently unused for ASCII printers.)
    # You can use default.ppd for the description file if you don't have a
    # PPD file for the printer, but it's best to use the correct PPD file
    # for the printer.
    # You must fill in at least the first two fields (printer name and
    # type). If the version is empty, it defaults to "1"; if the long name
    # or description are empty, they will default to empty strings. A
    # version of 1 or an empty long name is fine, but, for PostScript
    # printers, you must fill in the description file name.
    # You don't have to update this file to use any printer. The printer
    # chooser interface let's you select a printer and driver at run time,
    # as well as associate a printer description file to the printer. You
    # should list all printers accessible to users here, however, to
    # simplify selecting a printer.
    # The first entry in this file will be used as the default printer, if
    # no printer was selected in the operating system. (For Unix, the
    # following environment variables will be used in turn to get the
    # default printer's name:
    # TK2_PRINTER
    # ORACLE_PRINTER
    # PRINTER
    # For other platforms, see the Installation and User's Guide for your OS
    # for information on setting the default printer.)
    # WARNING: Do not define multiple entries for the same printer by the
    # same name. Selecting a printer with multiple entries will always result
    # in the first entry being selected. Instead, see if your OS allows you
    # to create an alias for the printer, and use an alias for the second type.
    # The following are examples; replace them with printers accessible from
    # this machine.
    # hqunx15:PostScript:1:The really slow printer on 12th floor:dcln03r1.ppd:
    # hqdev2_pos:PostScript:1:The fast ScriptPrinter in 1281:dclps321.ppd:
    # hqunx106:ASCII:1:LNO printer in the 11th floor printer room:none:
    # hqdev9:PostScript:1:Bogus printer for Reports ASCII QA:default.ppd:
    # hqunx121:PostScript:1:APO printer in 500OP for NLS QA:ok800lt1.ppd:
    # --- Note that the following two printers are aliases for the same
    # --- physical printer, with different names for different types:
    # tk2hp4m:PCL:5:HP printer in 771 for testing PCL:ui4.hpd:
    # tk2bw1ps:PostScript:1:HP printer in 771 for testing PS:hp4mp6_1.ppd:
    # Not A Printer:ASCII:1:Configure your uiprint.txt file:none:
    fontprinter:PostScript:1:printer for fonting fixes:default.ppd:
    datap462.ppd
    *PPD-Adobe: "4.0"
    *% Adobe Systems PostScript(R) Printer Description File
    *% Copyright 1987-1992 Adobe Systems Incorporated.
    *% All Rights Reserved.
    *% Permission is granted for redistribution of this file as
    *% long as this copyright notice is intact and the contents
    *% of the file is not altered in any way from its original form.
    *% End of Copyright statement
    *FormatVersion: "4.0"
    *FileVersion: "3.1"
    *PCFileName: "DATAP462.PPD"
    *LanguageVersion: English
    *Product: "(Dataproducts LZR 2665)"
    *PSVersion: "(46.2) 1"
    *ModelName: "Dataproducts LZR-2665"
    *NickName: "Dataproducts LZR-2665 v46.2"
    *% ==== Options and Constraints =====
    *OpenGroup: InstallableOptions/Options Installed
    OpenUI Option1/Optional Lower Tray: Boolean
    *DefaultOption1: False
    *Option1 True/Installed: ""
    *Option1 False/Not Installed: ""
    CloseUI: Option1
    *CloseGroup: InstallableOptions
    UIConstraints: Option1 False *InputSlot Lower
    *% General Information and Defaults ===============
    *ColorDevice: False
    *DefaultColorSpace: Gray
    *FreeVM: "178744"
    *LanguageLevel: "1"
    *VariablePaperSize: False
    *FileSystem: False
    *Throughput: "26"
    *Password: "0"
    *ExitServer: "
    count 0 eq {  % is the password on the stack?
    true
    dup % potential password
    statusdict /checkpassword get exec not
    } ifelse
    {  %  if no password or not valid
    (WARNING : Cannot perform the exitserver command.) =
    (Password supplied is not valid.) =
    (Please contact the author of this software.) = flush
    quit
    } if
    serverdict /exitserver get exec
    *End
    *Reset: "
    count 0 eq {  % is the password on the stack?
    true
    dup % potential password
    statusdict /checkpassword get exec not
    } ifelse
    {  %  if no password or not valid
    (WARNING : Cannot reset printer.) =
    (Password supplied is not valid.) =
    (Please contact the author of this software.) = flush
    quit
    } if
    serverdict /exitserver get exec
    systemdict /quit get exec
    (WARNING : Printer Reset Failed.) = flush
    *End
    *DefaultResolution: 300dpi
    *?Resolution: "
    save
    initgraphics
    0 0 moveto currentpoint matrix defaultmatrix transform
    0 72 lineto currentpoint matrix defaultmatrix transform
    3 -1 roll sub dup mul
    3 1 roll exch sub dup mul
    add sqrt round cvi
    ( ) cvs print (dpi) = flush
    restore
    *End
    *% Halftone Information ===============
    *ScreenFreq: "50.0"
    *ScreenAngle: "54.0"
    *DefaultScreenProc: Dot
    *ScreenProc Dot: " {dup mul exch dup mul add sqrt 1 exch sub } "
    *ScreenProc Line: "{ pop }"
    *ScreenProc Ellipse: "
    { dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
    *End
    *DefaultTransfer: Null
    *Transfer Null: "{ }"
    *Transfer Null.Inverse: "{ 1 exch sub }"
    *% Paper Handling ===================
    *% Use these entries to set paper size most of the time, unless there is
    *% specific reason to use PageRegion.
    *OpenUI *PageSize: PickOne
    *OrderDependency: 30 AnySetup *PageSize
    *DefaultPageSize: Letter
    *PageSize Letter: "statusdict /lettertray get exec letterR"
    *PageSize Letter.Transverse: "statusdict /lettertray get exec letter"
    *PageSize Legal: "statusdict /legaltray get exec"
    *PageSize Ledger: "statusdict /ledgertray get exec"
    *PageSize Statement: "statusdict /statementtray get exec"
    *PageSize Tabloid: "statusdict /11x17tray get exec"
    *PageSize A3: "statusdict /a3tray get exec"
    *PageSize A4: "statusdict /a4tray get exec a4R"
    *PageSize A4.Transverse: "statusdict /a4tray get exec a4"
    *PageSize A5: "statusdict /a5tray get exec"
    *PageSize B4: "statusdict /b4tray get exec"
    *PageSize B5: "statusdict /b5tray get exec b5R"
    *PageSize B5.Transverse: "statusdict /b5tray get exec b5"
    *CloseUI: *PageSize
    *% These entries will set up the frame buffer. Usually used with manual feed.
    *OpenUI *PageRegion: PickOne
    *OrderDependency: 40 AnySetup *PageRegion
    *DefaultPageRegion: Letter
    *PageRegion Letter: "letterR"
    *PageRegion Letter.Transverse: "letter"
    *PageRegion Legal: "legal"
    *PageRegion Ledger: "ledger"
    *PageRegion Tabloid: "11x17"
    *PageRegion A3: "a3"
    *PageRegion A4: "a4R"
    *PageRegion A4.Transverse: "a4"
    *PageRegion A5: "a5"
    *PageRegion B4: "b4"
    *PageRegion B5: "b5R"
    *PageRegion B5.Transverse: "b5"
    *PageRegion Statement: "statement"
    *CloseUI: *PageRegion
    *% The following entries provide information about specific paper keywords.
    *DefaultImageableArea: Letter
    *ImageableArea Letter: "20 16 591 775 "
    *ImageableArea Letter.Transverse: "18 19 593 773 "
    *ImageableArea Legal: "18 19 593 990 "
    *ImageableArea Ledger: "18 16 1205 775 "
    *ImageableArea Tabloid: "16 19 775 1206 "
    *ImageableArea A3: "18 21 823 1170 "
    *ImageableArea A4: "18 18 576 823 "
    *ImageableArea A4.Transverse: "18 19 577 823 "
    *ImageableArea A5: "18 19 401 577 "
    *ImageableArea B4: "19 15 709 1017 "
    *ImageableArea B5: "20 19 495 709 "
    *ImageableArea B5.Transverse: "20 19 495 709 "
    *ImageableArea Statement: "22 19 374 594 "
    *?ImageableArea: "
    save
    /cvp {(                ) cvs print ( ) print } bind def
    /upperright {10000 mul floor 10000 div} bind def
    /lowerleft {10000 mul ceiling 10000 div} bind def
    newpath clippath pathbbox
    4 -2 roll exch 2 {lowerleft cvp} repeat
    exch 2 {upperright cvp} repeat flush
    restore
    *End
    *% These provide the physical dimensions of the paper (by keyword)
    *DefaultPaperDimension: Letter
    *PaperDimension Letter: "612 792"
    *PaperDimension Letter.Transverse: "612 792"
    *PaperDimension Legal: "612 1008"
    *PaperDimension Ledger: "1224 792"
    *PaperDimension Tabloid: "792 1224"
    *PaperDimension A3: "842 1191"
    *PaperDimension A4: "595 842"
    *PaperDimension A4.Transverse: "595 842"
    *PaperDimension A5: "420 595"
    *PaperDimension B4: "729 1032"
    *PaperDimension B5: "516 729"
    *PaperDimension B5.Transverse: "516 729"
    *PaperDimension Statement: "396 612"
    *RequiresPageRegion All: True
    *OpenUI *InputSlot: PickOne
    *OrderDependency: 20 AnySetup *InputSlot
    *DefaultInputSlot: Upper
    *InputSlot Upper: "0 statusdict /setpapertray get exec"
    *InputSlot Lower: "1 statusdict /setpapertray get exec"
    *?InputSlot: "
    save
    [ (Upper) (Lower) ] statusdict /papertray get exec
    (get exec) stopped ( pop pop (Unknown)} if = flush
    restore
    *End
    *CloseUI: *InputSlot
    *OpenUI *ManualFeed: Boolean
    *OrderDependency: 20 AnySetup *ManualFeed
    *DefaultManualFeed: False
    *ManualFeed True: "statusdict /manualfeed true put"
    *ManualFeed False: "statusdict /manualfeed false put"
    *?ManualFeed: "
    save
    statusdict /manualfeed get {(True)}{(False)}ifelse = flush
    restore
    *End
    *CloseUI: *ManualFeed
    *DefaultOutputOrder: Reverse
    *% Font Information =====================
    *% This datap462.ppd is provided by fontsolutions.tar
    *DefaultFont: Courier
    *Font ArialMT: Standard "(001.004)" Standard ROM
    *Font Arial-ItalicMT: Standard "(001.004)" Standard ROM
    *Font Arial-BoldMT: Standard "(001.004)" Standard ROM
    *Font Arial-BoldItalicMT: Standard "(001.004)" Standard ROM
    *Font ArialNarrow: Standard "(001.004)" Standard ROM
    *Font ArialNarrow-Italic: Standard "(001.004)" Standard ROM
    *Font ArialNarrow-Bold: Standard "(001.004)" Standard ROM
    *Font ArialNarrow-BoldItalic: Standard "(001.004)" Standard ROM
    *Font CourierNewMT: Standard "(001.004)" Standard ROM
    *Font CourierNew-ItalicMT: Standard "(001.004)" Standard ROM
    *Font CourierNew-BoldMT: Standard "(001.004)" Standard ROM
    *Font CourierNew-BoldItalicMT: Standard "(001.004)" Standard ROM
    *Font Courier: Standard "(001.004)" Standard ROM
    *Font Courier-Bold: Standard "(001.001)" Standard ROM
    *Font Courier-BoldOblique: Standard "(001.001)" Standard ROM
    *Font Courier-Oblique: Standard "(001.001)" Standard ROM
    *Font Helvetica: Standard "(001.001)" Standard ROM
    *Font Helvetica-Bold: Standard "(001.001)" Standard ROM
    *Font Helvetica-BoldOblique: Standard "(001.001)" Standard ROM
    *Font Helvetica-Oblique: Standard "(001.001)" Standard ROM
    *Font IDAutomationSMICR: Standard "(001.001)" Standard ROM
    *Font Symbol: Special "(001.001)" Special ROM
    *Font Tahoma: Standard "(001.001)" Standard ROM
    *Font Tahoma-Bold: Standard "(001.001)" Standard ROM
    *Font Times-Bold: Standard "(001.001)" Standard ROM
    *Font Times-BoldItalic: Standard "(001.001)" Standard ROM
    *Font Times-Italic: Standard "(001.001)" Standard ROM
    *Font Times-Roman: Standard "(001.001)" Standard ROM
    *Font TimesNewRomanMT: Standard "(001.001)" Standard ROM
    *Font TimesNewRoman-BoldMT: Standard "(001.001)" Standard ROM
    *Font TimesNewRoman-BoldItalicMT: Standard "(001.001)" Standard ROM
    *Font TimesNewRoman-ItalicMT: Standard "(001.001)" Standard ROM
    *?FontQuery: "
    save
    /str 100 string dup 0 (fonts/) putinterval def
    count 1 gt
    exch dup str 6 94 getinterval cvs
    (/) print print (:) print
    FontDirectory exch known
    {(Yes)}{(No)} ifelse =
    {exit} ifelse
    }bind loop
    (*) = flush
    restore
    *End
    *?FontList: "
    FontDirectory { pop == } bind forall flush
    (*) = flush
    *End
    *% Printer Messages (verbatim from printer):
    *Message: "%%[ exitserver: permanent state may be changed ]%%"
    *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
    *Message: "\FontName\ not found, using Courier"
    *% Status (format: %%[ status: <one of these> ]%% )
    *Status: "idle"
    *Status: "busy"
    *Status: "waiting"
    *Status: "printing"
    *Status: "warming up"
    *Status: "PrinterError: BD check"
    *Status: "PrinterError: Paper jam"
    *Status: "PrinterError: Replace toner bag"
    *Status: "PrinterError: Warming up"
    *Status: "PrinterError: Timing error"
    *Status: "PrinterError: Fuser check"
    *Status: "PrinterError: Cover opened"
    *Status: "PrinterError: Toner empty"
    *Status: "PrinterError: Empty & reset output bin(s)"
    *Status: "PrinterError: Sorter or jogger error"
    *Status: "PrinterError: Scanner check"
    *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
    *Source: "serial9"
    *Source: "serial25"
    *Source: "AppleTalk"
    *Source: "Centronics"
    *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
    *PrinterError: "BD check"
    *PrinterError: "Paper jam"
    *PrinterError: "Replace toner bag"
    *PrinterError: "Warming up"
    *PrinterError: "Timing error"
    *PrinterError: "Fuser check"
    *PrinterError: "Cover opened"
    *PrinterError: "Toner empty"
    *PrinterError: "Empty & reset output bin(s)"
    *PrinterError: "Sorter or jogger error"
    *PrinterError: "Scanner check"
    *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
    *% Color Separation Information =====================
    *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
    *InkName: ProcessBlack/Process Black
    *InkName: CustomColor/Custom Color
    *InkName: ProcessCyan/Process Cyan
    *InkName: ProcessMagenta/Process Magenta
    *InkName: ProcessYellow/Process Yellow
    *% For 60 lpi / 300 dpi =====================================================
    *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
    *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
    *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
    *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
    *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
    *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
    *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
    *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
    *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
    *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
    *% For 53 lpi / 300 dpi =====================================================
    *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
    *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
    *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
    *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
    *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
    *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
    *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
    *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
    *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
    *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
    *% For "Dataproducts LZR 2665" version 46.2
    *% Produced by "GETapd.ps" version 2.0 edit 47
    *% Converted to meet 4.0 specification
    *% Last Edit Date: Sep 15 1992
    *% The byte count of this file should be exactly 011228 or 011572
    *% depending on the filesystem it resides in.
    *% end of PPD file for Dataproducts LZR 2665

    If you want to make platform independent use of fonts, you have to use the family, such as sans serif.
    Arial is owned by monotype (http://monotype.com/). You have to contact them if you wish to redistribute it with your application. They also might have a suitable version that renders nicely under linux.
    Pete

  • Gray image not shown correctly in photo app

    Hi, in my iphone App, I create a Gray CGImage. Some code is here:
    colorSpace = CGColorSpaceCreateDeviceGray();
    if (colorSpace == NULL)
    fprintf(stderr, "Error allocating color space\n");
    return NULL;
    CGDataProviderRef dataProvider =
    CGDataProviderCreateWithData(NULL,
    myimagebuffer,
    bitmapByteCount,
    NULL);
    CGImageRef cgImage = CGImageCreate(col,
    row,
    8,
    8,
    col,
    colorSpace,
    kCGImageAlphaNone,
    dataProvider,
    NULL,
    false,
    kCGRenderingIntentDefault);
    And then I use this CGImage to make a UIImage. This image shows OK in UIImageView. I also use UIImageWriteToSavedPhotosAlbum to save this gray scale image to photo album. But when I open iphone native Photo app, this image is not shown correctly.
    Anyone has the same experience?
    Thanks,
    fm

    Post Author: JeffI
    CA Forum: Older Products
    Because I am sure other people will encounter this issue, I will post the solution here...The issue lies in what program is associated with .bmp files. In my specific case the customer had PhotoSuite 4 by Roxio associated with opening bmp files.  I am not sure exactly why (perhaps it doesn't support drag-and-drop?) but if you create a .reg file and import this it should fix the problem. The bolded part is the important part. Windows Registry Editor Version 5.00&#91;HKEY_CLASSES_ROOT&#93;&#91;HKEY_CLASSES_ROOT\*&#93;"InfoTip"="prop:Type;DocAuthor;DocTitle;DocSubject;DocComments;Write;Size""QuickTip"="prop:Type;Size""AlwaysShowExt"="""TileInfo"="prop:Type;Size"&#91;HKEY_CLASSES_ROOT\.bmp&#93;@="Paint.Picture""PerceivedType"="image""Content Type"="image/bmp"&#91;HKEY_CLASSES_ROOT\.bmp\OpenWithList&#93;&#91;HKEY_CLASSES_ROOT\.bmp\OpenWithList\MSPaint.exe&#93;@=""&#91;HKEY_CLASSES_ROOT\.bmp\OpenWithProgids&#93;"Paint.Picture"=hex(0):

  • Kazakh characters not shown correctly in BO reports

    Context :
    While doing a project in KZ we make use of Business objects (BO XI R3 SP1) to generate reporting.
    The language used for the reporting is Russian, but some client identification data of the company, which contains Kazakh characters,  should be shown in the reports. 
    Problem :
    KZ characters are not shown correctly in the BO reports  (majority of time '?' is shown)
    Details :
    As I understand BO doesn't support the KZ language.  We get the following message  (CS : invalid native charset).
    NLS_LANG :  Russian : .CL8MSWIN1251  --> works
    NLS_LANG :  Kazakh : .CL8RK1048  -->  not supported by BO.  (This is though supported by the Oracle client and functions when we use SQL Plus)
    Is there a workaround available to show KZ characters correctly in BO  ?
    Thanks

    See my comments in this post:
    client_get_file_name do not go to specified folder

  • PDFs are not shown correctly at more than 150% size

    Hi,
    we use Adobe Reader 8.1.2 and we can´t change it in our company.
    we now have the problems, that a few documents are not shown correctly, when they are shown with more than 150% on the screen.
    at 150% the signature and some lines are shown, when we look at the document witz 177% the lines and the signatures disappear.
    Does someone have the same problem AND a solution?
    Hajo

    Hi,
    I'm having exactly the same problem with my 80gb ipod on my new laptop which is also running Windows 7 64 bit and iTunes 10.1.1.4.
    I initially just tried syncing photos and according to iTunes it was still syncing after 4 hours, this was for 6700 photos and I wasn't asking for full resolution, but iPod just said Connected - Eject before disconnecting. I couldn't disconnect and in the end had to close iTunes before disconnecting, then there were no photos on the iPod.
    Disconnected, rebooted then when I connected the iPod I got the message that it was synced to another PC which I expected so i click to erase and synch, iPod initially showed synching then went to Connected - eject message but itunes was saying "finishing synch" it showed this for hours and out of 6543 songs on the PC it was onlt showing 6002 on iPod. I stopped the synch trie dejecting but got same message Iancenaz got. Again had to close iTunes before I could disconnect iPod safely.
    I'm going to try synching it back on mhy old laptop which is running Windows XP and an older version of iTunes as I suspect its either a Windows 7 or iTunes 10 problem.

  • German umlauts are not shown correctly, when a received e-mail is opened the first time. What can I do?

    When I open a received e-mail the first time, German umlauts (ä, ö, ü) are not shown correctly. Instead of them there are characters like §,$. When I close the e-mails and open them again the German umlauts are shown correctly. I don't know how to solve that problem. Who can help me?

    ''Zenos [[#answer-670786|said]]''
    <blockquote>
    Fascinating. Sounds like an inconsistency between the encoding being used and the encoding being declared. I can't think why it should change when you re-open the message, unless Thunderbird is adding a correct encoding declaration.
    (Most users complain about it working in the opposite direction; messages stored as drafts often restore with damaged "special" characters such as smart quotes, accented characters and umlauts.)
    </blockquote>

  • Error message "not digitally signed or not signed in the appropriate manner

    My computer keeps crashing and I discovered that it is not recognizing a hardware device.  The device is the printer.  When I check further, it asks for driver updates and when I try to do that, I get an error message "not digitally signed or not signed in the appropriate manner.  
    I have no idea how to fix this since I am the administrator and I have an HP laptop too.  Any help is great.
    Thanks,
    Sonja

    Welcome to the community, Sonja! Aka @sonipsl 
    I have personally ran into the error message you are receiving before that states "not digitally signed or not signed in the appropriate manner", and I had posted a solution to it as well. I would like for you to see the steps that had fixed the problem in my first link below. You will notice that you will have to download the correct drivers for your printer, the Photosmart B210a model, and that link is also below.
    Click this link and try the steps in my post: Solution! Re: Getting Error when updating Driver for D110a
    This is link to get your drivers for your printer model: HP Photosmart Full Feature Software and Drivers
    I hope this does the trick! Please write me back to let me know the outcome
    Enjoy the rest of your Tuesday
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • During program FPGA, error message is shown as-- couldn't open "................................................./download.bit" : no such file or directory

    Hi Everyone.
    I am new to FPGA field. 
    I am trying to make a system with UART and MicroBlaze for communication with mini USB with terminal.
    From the XAPP1180 "Reference system: Kintex-7 MicroBlaze System Simulation Using IP Integrator"
    it was successful to test and understand the connection between mini-USB with terminal by displaying "hello world" 
    So, I wanted to do my own system, with uart and microblaze only without DDR3 (unlike XAPP1180 reference system).
    new block design, chose uart/micro blaze --> auto connection
    pin mapping .xdc
    bit generation
    export (include bit stream)
    make new hardware platform with .hdf
    program fpga (select .bit/.bmm )
    and the error message is shown as
    couldn't open "D:/MICRO_BLAZE/uart/uart_only/uart_only.sdk/design_1_wrapper_hw_platform_0/download.bit": no such file or directory
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 64 bytes at 0x0048B088 for a 'fileSpecType' record.
    Total memory in use at allocation was 8688 bytes.
    Source file "ParseUtils.c", line number 13179.
    Memory contents:
    0048B088: 48 F9 48 00 00 00 00 00 18 D7 48 00 00 00 00 00 H.H.......H.....
    0048B098: A8 F7 48 00 00 00 00 00 98 B5 48 00 00 00 00 00 ..H.......H.....
    0048B0A8: E8 D9 48 00 00 00 00 00 2F 00 00 00 0F 00 00 00 ..H...../.......
    0048B0B8: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 26 bytes at 0x0048D708 for a StrNew.
    Total memory in use at allocation was 8679 bytes.
    Source file "StringUtils.c", line number 423.
    Memory contents:
    0048D708: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    0048D718: 44 3A 00 00 00 00 00 00 00 00 D:........
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 83 bytes at 0x0048F798 for a StrNew.
    Total memory in use at allocation was 8705 bytes.
    Source file "StringUtils.c", line number 423.
    Memory contents:
    0048F798: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    0048F7A8: 2F 4D 49 43 52 4F 5F 42 4C 41 5A 45 2F 75 61 72 /MICRO_BLAZE/uar
    0048F7B8: 74 2F 75 61 72 74 5F 6F 6E 6C 79 2F 75 61 72 74 t/uart_only/uart
    0048F7C8: 5F 6F 6E 6C 79 2E 73 64 6B 2F 68 65 6C 6C 6F 5F _only.sdk/hello_
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 34 bytes at 0x0048B588 for a StrNew.
    Total memory in use at allocation was 8788 bytes.
    Source file "StringUtils.c", line number 423.
    Memory contents:
    0048B588: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    0048B598: 68 65 6C 6C 6F 5F 75 61 72 74 00 00 00 00 00 00 hello_uart......
    0048B5A8: 00 00 ..
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 27 bytes at 0x0048D9D8 for a StrDup.
    Total memory in use at allocation was 8822 bytes.
    Source file "FileUtils.c", line number 2866.
    Memory contents:
    0048D9D8: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    0048D9E8: 65 6C 66 00 00 00 00 00 00 00 00 elf........
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 99 bytes at 0x0048F938 for a StrPostCat.
    Total memory in use at allocation was 8846 bytes.
    Source file "StringUtils.c", line number 2232.
    Memory contents:
    0048F938: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    0048F948: 44 3A 2F 4D 49 43 52 4F 5F 42 4C 41 5A 45 2F 75 D:/MICRO_BLAZE/u
    0048F958: 61 72 74 2F 75 61 72 74 5F 6F 6E 6C 79 2F 75 61 art/uart_only/ua
    0048F968: 72 74 5F 6F 6E 6C 79 2E 73 64 6B 2F 68 65 6C 6C rt_only.sdk/hell
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 48 bytes at 0x0048F878 for a 'BDSwitchDataType' record.
    Total memory in use at allocation was 8849 bytes.
    Source file "CmdParseUtils.c", line number 467.
    Memory contents:
    0048F878: 00 00 00 00 00 00 00 00 88 B0 48 00 00 00 00 00 ..........H.....
    0048F888: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    0048F898: 01 00 00 00 00 00 00 00 98 DB 48 00 00 00 00 00 ..........H.....
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 34 bytes at 0x0048B3A8 for a StrDup.
    Total memory in use at allocation was 9107 bytes.
    Source file "CmdParseUtils.c", line number 583.
    Memory contents:
    0048B3A8: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    0048B3B8: 64 65 73 69 67 6E 5F 31 5F 69 00 00 00 00 00 00 design_1_i......
    0048B3C8: 00 00 ..
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 16 bytes at 0x0048DB98 for 'CharPtrArrayType' data.
    Total memory in use at allocation was 9123 bytes.
    Source file "StringUtils.c", line number 901.
    Memory contents:
    0048DB98: B8 B3 48 00 00 00 00 00 00 00 00 00 00 00 00 00 ..H.............
    cmd /C data2mem -bm \
    D:/MICRO_BLAZE/uart/uart_only/uart_only.runs/impl_1/design_1_wrapper_bd.bmm -bt \
    D:/MICRO_BLAZE/uart/uart_only/uart_only.runs/impl_1/design_1_wrapper.bit -bd \
    C:/Xilinx/SDK/2015.2/data/embeddedsw/lib/microblaze/mb_bootloop_le.elf tag \
    design_1_i/microblaze_0 -o b \
    D:/MICRO_BLAZE/uart/uart_only/uart_only.sdk/design_1_wrapper_hw_platform_0/download.bit
    ERROR:Data2MEM:59 - Expected a 'tag' or 'tag' keyword in -bd option. Instead, encountered '/'.
    data2mem.exe -bm D:/MICRO_BLAZE/uart/uart_only/uart_only.runs/impl_1/design_1_wrapper_bd.bmm -bt D:/MICRO_BLAZE/uart/uart_only/uart_only.runs/impl_1/design_1_wrapper.bit -bd C:/Xilinx/SDK/2015.2/data/embeddedsw/lib/microblaze/mb_bootloop_le.elf tag design_1_i/microblaze_0 -o b D:/MICRO_BLAZE/uart/uart_only/uart_only.sdk/design_1_wrapper_hw_platform_0/download.bit
    ^
    Release 14.6 - Data2MEM P_INT.20150528, build 3.0.10 Apr 3, 2013
    Copyright (c) 1995-2015 Xilinx, Inc. All rights reserved.
    data2mem
    <-bm FILENAME [.bmm]> |
    <<[-bm FILENAME [.bmm]]>
    <-bd FILENAME [<.elf>|<.mem>] [<[<boot [ADDRESS]>] tag TagName <TagName>...>]>...
    <-o <u|v|h|m|b|p> FILENAME [.ucf|.v|.vhd|.mem|.bit|.bmm]>
    <-p PARTNAME>
    -i>> |
    <-u> |
    <<-bd FILENAME [.elf]> -d [e|r]> [<-o m FILENAME [.mem]>]>> |
    <<-bm FILENAME [.bmm]>
    <-bd FILENAME [<.elf>|<.mem>] [<[<boot [ADDRESS]>] tag TagName <TagName>...>]>...
    <-bt FILENAME [.bit]> <-o b FILENAME [.bit]>> |
    <<-bm FILENAME [.bmm]> <-bt FILENAME [.bit]> -d -[<o d FILENAME [.dmp]>]>> |
    <-bx [FILEPATH]> |
    <-mf <p PNAME PTYPE PID <a SNAME MTYPE ASTART BWIDTH <s BSIZE DWIDTH IBASE>...>...>...>> |
    <<-pp FILENAME [.bmm]> <-o p FILENAME [.bmm]>> |
    <-f FILENAME [.opt]> |
    <-w [on|off] > |
    <-q [s|e|w|i]> |
    <-intstyle silent|ise|xflow> |
    <-log FILENAME [.log]> |
    <-h [<option [< option>...]> | support ]> |
    <-encrypt [bbram | efuse] [StartCBC=<hex_string>] [Key0=<hex_string>] [HMAC=<hex_string>] [FILENAME[.nky]]>
    -h option_list | all | sup[port]
    Print help text for command line options. If only a '-h' is given, then
    only the option summary is output. If the '-h' is followed by a space
    separated list of option names (without the dash), help is output for
    the listed options. For example, '-h bm bd i' gives help on the 'bm',
    'bd', and 'i' options. Use '-h all' for help on all options. Lastly,
    use '-h support' to list the devices the tool supports. The keyword
    'support' can be abbreviated up to 'sup'.
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 64 bytes at 0x001DD5C8 for a 'fileSpecType' record.
    Total memory in use at allocation was 8673 bytes.
    Source file "ParseUtils.c", line number 13179.
    Memory contents:
    001DD5C8: E8 FB 1D 00 00 00 00 00 98 B9 1D 00 00 00 00 00 ................
    001DD5D8: 48 F9 1D 00 00 00 00 00 48 FB 1D 00 00 00 00 00 H.......H.......
    001DD5E8: 28 BA 1D 00 00 00 00 00 2F 00 00 00 0F 00 00 00 (......./.......
    001DD5F8: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 26 bytes at 0x001DB988 for a StrNew.
    Total memory in use at allocation was 8659 bytes.
    Source file "StringUtils.c", line number 423.
    Memory contents:
    001DB988: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    001DB998: 43 3A 00 00 00 00 00 00 00 00 C:........
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 74 bytes at 0x001DF938 for a StrNew.
    Total memory in use at allocation was 8685 bytes.
    Source file "StringUtils.c", line number 423.
    Memory contents:
    001DF938: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    001DF948: 2F 58 69 6C 69 6E 78 2F 53 44 4B 2F 32 30 31 35 /Xilinx/SDK/2015
    001DF958: 2E 32 2F 64 61 74 61 2F 65 6D 62 65 64 64 65 64 .2/data/embedded
    001DF968: 73 77 2F 6C 69 62 2F 6D 69 63 72 6F 62 6C 61 7A sw/lib/microblaz
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 38 bytes at 0x001DFB38 for a StrNew.
    Total memory in use at allocation was 8759 bytes.
    Source file "StringUtils.c", line number 423.
    Memory contents:
    001DFB38: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    001DFB48: 6D 62 5F 62 6F 6F 74 6C 6F 6F 70 5F 6C 65 00 00 mb_bootloop_le..
    001DFB58: 00 00 00 00 00 00 ......
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 27 bytes at 0x001DBA18 for a StrDup.
    Total memory in use at allocation was 8797 bytes.
    Source file "FileUtils.c", line number 2866.
    Memory contents:
    001DBA18: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    001DBA28: 65 6C 66 00 00 00 00 00 00 00 00 elf........
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 94 bytes at 0x001DFBD8 for a StrPostCat.
    Total memory in use at allocation was 8821 bytes.
    Source file "StringUtils.c", line number 2232.
    Memory contents:
    001DFBD8: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    001DFBE8: 43 3A 2F 58 69 6C 69 6E 78 2F 53 44 4B 2F 32 30 C:/Xilinx/SDK/20
    001DFBF8: 31 35 2E 32 2F 64 61 74 61 2F 65 6D 62 65 64 64 15.2/data/embedd
    001DFC08: 65 64 73 77 2F 6C 69 62 2F 6D 69 63 72 6F 62 6C edsw/lib/microbl
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 48 bytes at 0x001DD7C8 for a 'BDSwitchDataType' record.
    Total memory in use at allocation was 8824 bytes.
    Source file "CmdParseUtils.c", line number 467.
    Memory contents:
    001DD7C8: 00 00 00 00 00 00 00 00 C8 D5 1D 00 00 00 00 00 ................
    001DD7D8: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    001DD7E8: 01 00 00 00 00 00 00 00 D8 BB 1D 00 00 00 00 00 ................
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 34 bytes at 0x001DFDE8 for a StrDup.
    Total memory in use at allocation was 9082 bytes.
    Source file "CmdParseUtils.c", line number 583.
    Memory contents:
    001DFDE8: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    001DFDF8: 64 65 73 69 67 6E 5F 31 5F 69 00 00 00 00 00 00 design_1_i......
    001DFE08: 00 00 ..
    INTERNAL_ERROR:Data2MEM:45 - Memory allocation leak of 16 bytes at 0x001DBBD8 for 'CharPtrArrayType' data.
    Total memory in use at allocation was 9098 bytes.
    Source file "StringUtils.c", line number 901.
    Memory contents:
    001DBBD8: F8 FD 1D 00 00 00 00 00 00 00 00 00 00 00 00 00 ................
    Am I missing some steps or specific (setup/configuration) for this project?
    Please help me
     

    Hi,
    You need to increase size of BRAM in your system.
    This might solve the issue.
    Regards
    Praveen
    Kindly note- Please mark the Answer as "Accept as solution" if information provided is helpful.
    Give Kudos to a post which you think is helpful and reply oriented.
     

  • Bound error message always shown twice?

    In my project every input field is bound to its own message-component.
    But if I start the project and the validator finds an error, all the error-messages are shown twice and I have no idea why! I checked the error-messages in the beans, there is everything ok.
    Does anybody know how to solve the problem?
    Thanks!

    thanks for the feedback.
    @ Darryl.Burke
    Your suggestion sounds quite good, but I can not imagine how this could work.
    You wrote:
    call requestFocusInWindow on the next component in the traversal cycleTo clearify my needs: I want to ensure for e.g. the JTextfield "dateTxt" a verification (starting my methode checkDate()) for the following cases:
    - verify the user-input after leaving the JTextfield via "pressing the TAB-key" (in other words loosing the focus) or
    - start a verification after "pressing ENTER-key".
    I?m not sure, wether these needs are practical with your suggestion...Do you have any code example of your solution? So I can better understand your idea...

  • 'Sorry, Too Many Cards' message NOT rendering correctly

    I'm seeing the 'Sorry, Too Many Cards' message not render properly for me on Palm Pre 1.3.1. I rebooted the phone and was able to reproduce the problem by opening up many cards. I have uploded a screenshot: http://img188.imageshack.us/img188/6525/browser20091511171212.png
    As you can see, the 'OK' button is not rendered correctly. If I remember correctly it supposed to be a green button? Also, the right side box is supposed to have an icon or something. I've never seen this error message NOT rendered properly before 1.3.1.
    BTW, like others have posted - once I get to a memory threshold I can't even open up core apps - like 'Device Info' (in case I needed to reboot the phone). I would have expected some high availability on these apps w/r/t memory management.
    I would upload more debugging information if I knew how on the Pre. But like I said I was able to reproduce on 1.3.1 before and after a reboot.
    Thanks,
    Post relates to: Pre p100eww (Sprint)

    lblumen wrote:
    Am getting same message.  Since new update was downloaded.  Also, I am getting the too many cards open message daily, even when no other cards are open
    I'm having the same problem. Usually I will have Tweed open along with the Camera app. I try to send a photo by email and I get the "too many cards open message". Sometimes when I turn the screen off and turn it back on it fixes it. But today I only had the Photo app open and was trying to send a photo by email and i got the "too many cards open message". The same happens when I only have one program like the emailapp then click on a link. Right now I have NO apps open. I'm trying to open the camera app and it keeps giving me the warning. It's very annoying, especailly when you are trying to do some quick. Oh don't get me started on the the slowness of the system ...

  • I get error message: not enough space to download when I try to buy a tv series on Itunes. It tells me to delete photos or videos to make space, but I have no photos and videos. Help?

    I get error message: not enough space to download when I try to buy a tv series on Itunes. It tells me to delete photos or videos to make space, but I have no photos and videos. Help?

    I would guess that a TV series takes up a fair amount of storage capacity. It is just a standard message I think that may indicate that you are actually running low on storage space.
    If you go to Settings>General>About how many GBs are specified as being available?  If you are low on space maybe deleting some apps may help.

  • I keep getting error message "not enough space on startup disk" on my macbook 10.6, even though I've deleted and compressed many files. Could something else be the problem?

    Somehow 1500 web pages were downloaded into my iphone app! That's when the trouble began Now, I keep gettig error message"not enough  room on your start up disc. "So I deleted most of theml, but when I compress/delete files, it doesn't help. Now i'm unable to back up to a disc, because I get a similar message about lack of room.. I can't download apple updates or printer updates. My computer is almost unusable. When I took it to the Apple store they had no idea what was wrong.
    I bought an external hard drive-Free Agent Go Flex which doesn't seen to function, and has no user interface and apparently little tech support. My cursor is all over the place. No one at Apple seems to be able to fix this computer. Any suggestions for my next move?
    Thank you.

    See Here for Troubleshooting
    Free Disc Space
    http://www.thexlab.com/faqs/freeingspace.html
    See Here for Resolving Startup Issues
    http://support.apple.com/kb/ts1417

Maybe you are looking for

  • Recent upgrade to itunes causing safari to crash

    We recently upgraded to iTunes 6.0.4.3. We lost all our dock settings, and now Safari and IE both crash when we try and browse the net. Any ideas? Could something else have caused this? We have a mac and PC networked, and now the network connection d

  • My phone wont exit the settings screen and wont lock or turn off

    phone stuck on settings menu wont exit also it wont lock on its own or with lock button wont exit with home button either

  • Windows 8 Scanning to pdf

    How do I scan a doc to pdf using Windows 8 that is not one of the options in the embedded software?

  • Error when resizing IE Window

    Hi Folks, I am a software tester for our company and have been trying to put Captivate 2 through our certification process. We came across an error and I was wondering if anyone else has seen anything similar... We start a new recording session, open

  • CS4 - library fonts not working?

    Does any body can give me a hint how to use loaded into library fonts? What I'm doing is: - add dynamic field instance 'txtContents' to the stage - all used characters are added to 'character embedding' - font Arial is assigned When AS3 insert some t