What is the reason for this error, in printing

HI,
  when I print the label,  in the system log it showing this error message.
character converter active when first problem occurred****  Any one explain me what could be the reason for this error. 
Thanks and Regards,
Surya

Hi Surya,
Check out
http://www.sapfans.com/forums/viewtopic.php?t=247433&sid=ea0c61e87af526fe4c83fe256efe0721

Similar Messages

  • ANY BODY TELL ME WHAT IS THE REASON FOR THIS ERROR

    hi... experts....
        Iam having one screen in my previous module pool program....and now as per my requirement i added on e new field...
    for that...
      1. i declared one variable in top include...
      2. cretaed one more new block with help of box in layout screen..
      3. added some text field and inputput out field...
      4. and in that block i also added one line with test like... following...
    " NOTE: PLEASE ENTER THE ..... VALUE..."   Like this.... just for to give direction...
    so these are  the steps i taken to add new field to my screen... but here i am geting error ... while entering the value in that field and press any push button.... including back in that screen... like....
      "INVAILD FIELD FORMAT (SCREEN ERROR)"
    .... ANY BODY TELL ME WHAT IS THE REASON FOR THIS ERROR... COMMONLY???
    THANK YOU,,,
    NAVEEN..

    hi naveen,
    there can be problem from ur layout side.
    Goto SE51. in Layout editor make sure that the type in screen and in TOP Include is same.
    and if you are using currency field than it can also give error to you.
    if still you any error .
    give me type of variable whcih you defined in TOP and also code.
    give reward if helpfull.

  • What is the reason for this error? after export part of movie broken

    hi, i cannot find the reason for this strange error that happaned to me for the first time, you can see the outcome here:
    http://picasaweb.google.com/p.cardash/IMovieBug/photo#5164317113276584274
    after exporting in imovie to h264 .mov file, from HDV project, resolution is twisted, plus, the part that was supposed to fit hole screen, is black and sometimes with little graphic errors.
    i tried about 10 times, with different setting, resolutions, and other parameteres.
    after exporting for ipod, everything is ok, in m4v format.
    what is wrong? i use the same method for creating and also for exporting, as in previous projects. i didnt use any new transitions, efects nor titles...
    any thoughts?
    best to You,
    Piotr

    ok, i think that i know where is the problem, but i still dont what is it
    ive copied my file to a new mac with just installed imovie and everything is the same,exactly the same output. so 100% positively the problem is within the particular project.
    i didnt check my mackbook with TT, since i dont have it and dont want to pay i thought its for free
    i`ll try later to figure out what wrong and what part of the project is bad.
    for now, i think i hate imovie again :)) piece of..
    let me know how your case ended.

  • What's the reason for this error message?

    Why am I getting this error message?
    ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.
    at flash.display::DisplayObjectContainer/removeChild()
    at pdresses_fla::MainTimeline/releaseabout()
    script
    stop();
    var imageLoader4:Loader = new Loader();
    var image4:URLRequest = new URLRequest ("img1.jpg");
    imageLoader4.load(image4);
    addChild(imageLoader4);
    imageLoader4.x = 300;
    imageLoader4.y = 30;
    var imageLoader4x:Loader = new Loader();
    main_btn.addEventListener(MouseEvent.CLICK, myClickReaction4a);
    function myClickReaction4a (e:MouseEvent):void{
    var image4:URLRequest = new URLRequest("img2.jpg");
    imageLoader4x.load(image4);
    addChild(imageLoader4x);
    imageLoader4x.x = 300;
    imageLoader4x.y = 30;
    back.addEventListener(MouseEvent.CLICK, releaseabout4);
    function releaseabout4(evt:MouseEvent):void {
    removeChild(imageLoader4);
    removeChild(imageLoader4x);
    gotoAndPlay(5);

    In your releaseabout4() function you have two removeChild calls. When it's called either imageLoader4 or imageLoader4x is not on stage, and so you get the error. You can use contains to make sure it's in the container before trying to remove it:
    function releaseabout4(evt:MouseEvent):void {
    if(contains(imageLoader4)){
         removeChild(imageLoader4);
    if(contains(imageLoader4x)){
         removeChild(imageLoader4x);
    gotoAndPlay(5);

  • What is the reason for this error?

    java.lang.RuntimeException: Didn't find TagInfo for tag:strutsContent
    Errors found in C:\bea8.1\user_projects\appReview\appReviewProject\framework\skeletons\default\desktop.jsp:
    Error at line 1 column 1:
    Description: Package com.bea.portlet contains no member package or type of this
    name.
    Error at line 1 column 1:
    Description: No method with this name could be found at this location.
    Error at line 1 column 1:
    Description: No method with this name could be found at this location.
    at weblogic.netuix.codegen.NetUIContext.handleTagBegin(NetUIContext.java:311)
         at weblogic.servlet.jsp.PortalLexer.mOPEN_EXTENSION_TAG(PortalLexer.java:2720)
         at weblogic.servlet.jsp.PortalLexer.mTOKEN(PortalLexer.java:1973)
    Error at line 1 column 1:
    Description: No match was found for method getPageContext(jsp_servlet._framework._skeletons._default.__desktop,
    javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse,
    null, boolean, int, boolean) in type javax.servlet.jsp.JspFactory.
    Found 4 error(s) and 0 warning(s).

    Hi Subbu,
    I was trying to port an existing struts application to weblogic portal using JSR.
    It was indeed misconfiguration issue. Now it is working fine.
    Thanks,
    Avinash
    Subbu Allamaraju <[email protected]> wrote:
    Avinash,
    Are you using any JSR168 portlets in this webapp, or upgraded the webapp
    to use JSR168 portlets? This seems like a minconfiguration issue. Could
    you check your weblogic.xml for any JspBase class settings?
    Subbu
    Avinash said the following on 10/30/2003 02:36 AM:
    java.lang.RuntimeException: Didn't find TagInfo for tag:strutsContent
    Errors found in C:\bea8.1\user_projects\appReview\appReviewProject\framework\skeletons\default\desktop.jsp:
    Error at line 1 column 1:
    Description: Package com.bea.portlet contains no member package ortype of this
    name.
    Error at line 1 column 1:
    Description: No method with this name could be found at this location.
    Error at line 1 column 1:
    Description: No method with this name could be found at this location.
    at weblogic.netuix.codegen.NetUIContext.handleTagBegin(NetUIContext.java:311)
         at weblogic.servlet.jsp.PortalLexer.mOPEN_EXTENSION_TAG(PortalLexer.java:2720)
         at weblogic.servlet.jsp.PortalLexer.mTOKEN(PortalLexer.java:1973)
    Error at line 1 column 1:
    Description: No match was found for method getPageContext(jsp_servlet._framework._skeletons._default.__desktop,
    javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse,
    null, boolean, int, boolean) in type javax.servlet.jsp.JspFactory.
    Found 4 error(s) and 0 warning(s).

  • What could be the reason for this error file

    Hi,
    What could be reason for this error file, the content of the error file is :
    Compiling INSERT-PROCEDURE trigger on IOTDISPUTE_FILES data block...
    No compilation errors.
    Compiling UPDATE-PROCEDURE trigger on IOTDISPUTE_FILES data block...
    No compilation errors.
    Compiling DELETE-PROCEDURE trigger on IOTDISPUTE_FILES data block...
    No compilation errors.
    Compiling LOCK-PROCEDURE trigger on IOTDISPUTE_FILES data block...
    No compilation errors.
    Compiling INSERT-PROCEDURE trigger on IOTDISPUTEDETAILS data block...
    No compilation errors.
    Compiling UPDATE-PROCEDURE trigger on IOTDISPUTEDETAILS data block...
    No compilation errors.
    Compiling DELETE-PROCEDURE trigger on IOTDISPUTEDETAILS data block...
    No compilation errors.
    Compiling LOCK-PROCEDURE trigger on IOTDISPUTEDETAILS data block...
    No compilation errors.
    Created form file X:\IOT\IOT_SupportingSystem\Forms\IOTRAP.fmx
    I am getting this error while compiling a form with DML sources are Database Procedure.
    Thanks in advance.
    Rizly

    Hi,
    Sorry for the delayed response. These informations are generated in the FormName.err file. If its not the error, then why its not generating for other forms. As I mentioned earlier, this fom has DML sources by the Database Procedures, that could be the reason ?, this is my first project in Forms.
    The content of the IOTRAP.err file:
    Compiling DELETE-PROCEDURE trigger on IOTDISPUTEDETAILS data block...
    No compilation errors.
    Compiling LOCK-PROCEDURE trigger on IOTDISPUTEDETAILS data block...
    No compilation errors.
    Created form file X:\IOT\IOT_SupportingSystem\Forms\IOTRAP.fmx
    Thanks in advance.
    Rizly

  • When I try to install CS6 Design and Web Premium from a disk I get this message "We are unable to validate this serial number..." What is the reason for this?

    I purchased a disk copy of CS6 Design and Web Premium from a reputable seller last week and when I try to install it with the serial number I got it says "We are unable to validate this serial number for CS6 Design and Web Premium. Please contact Customer Support." What is the reason for this?
    Is the serial number invalid?

    Hi Ned,
    Thanks for the suggestion. I eventually got in touch with Adobe Technical Support and it turned out that my Adobe Application Manager was not the latest version. They downloaded the latest version and installed it and that seemed to solve the problem. I was able to install my CS6 Creative Suite and validate the serial number. All seems to be going well at the moment.

  • I have a fairly new mac book pro with retina display- I have not tried installing anything other OS on it. In spite of that yesterday when I turned it on, I got the error: no bootable device insert boot disk and press any key. what is the reason for this?

    I swithced it on by clicking on options when I start up and then clicked on Macintosh HD. the other option was a question mark and network drive.
    Is there a way to ensure it never happens again, what is the cause for this problem, if I need to uninstall some application, i am happy to do it as long as I know what is causing this conflict.
    many thanks!

    Something is not making sense here.
    You claim this is a brand new machine and you have not tried to install Windows or Boot Camp.
    Then why would you ever even go into System Preferences > Startup Disk and choose Macintosh HD? It should have automatically booted into Macintosh HD.
    You're probably going to have to reinstall Mac OS X.

  • HT1222 What's the reason for this?

    What's the reason for the security update? Was someone trying to get my info?

    No one is trying to get your info. Just a part of the software release. Apple providing as much security as possible to protect your devices and Macs....
    This is a GOOD thing....
    GB

  • Please help me figure out the reason for this error

    Hello I am trying to run the jar Gui file I got from http://www.cs.cmu.edu/~cmucam/cmucam2/downloads.html
    and am getting the following error:
    Exception in thread "main" java.lang.UnsatisfiedLinkError: no sserial in java.li
    brary.path
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at serialPort.<clinit>(serialPort.java:22)
    at SerialComm.<init>(SerialComm.java:50)
    at CameraSerial.<init>(CameraSerial.java:64)
    at MainWindow.<init>(MainWindow.java:620)
    at CMUcam2GUI.main(CMUcam2GUI.java:7)
    Can anyone figure out why I am getting this error? I am running it on a windows xp professional system.

    Yes you need the sserial native library (and no I do not know where to get it).

  • What is the solution for this ERROR Message

    Hi all,
    In the morning hrs on every monday, we have following error's in out log files. Then we manually start the DB with SQL Scripts....any solution to this error.....
    ORA-01519: error while processing file '?/rdbms/admin/sql.bsq' near line 2943
    ORA-00604: error occurred at recursive SQL level 1
    ORA-00980: synonym translation is no longer valid
    Error 1519 happened during db open, shutting down database

    ORA-01519: error while processing file 'string' near line string
    Cause: CREATE DATABASE encountered a problem while processing specified file. The specified file is bad.
    Action: Retry your system installation procedure or contact your customer support representative.
    Don't understand, did you want to create a database or just start it ?
    Please read the following :
    http://www.dbasupport.com/forums/showthread.php?s=f1242106028c91c968eddb254dc8a423&p=232037
    Nicolas.

  • What is the reason for PO_PDOI_INVAL_MULT_ORIG_CATG error in PO_INTERFACE_ERRORS?

    Hi,
    I am trying to insert 'REPLACE' records for an existing Blanket Purhcase Agreement with a new price and a new start and expiration date.
    But the new PO is not created. The records error in PO_INTERFACE_ERRORS with PO_PDOI_INVAL_MULT_ORIG_CATG error. The error message is Error: Multiple catalogs can be found with the same document number (<vendor_doc_num>)
    Any idea how should I debug the issue. Where could the multiple catalogs be found. The catalog_name field on PO_LINES_ALL is NULL for all previous records as well.

    Please run the report : Purchasing Interface Errors Report and check the error.
    Please review the following link.
    http://blog.csdn.net/pan_tian/article/details/12202365

  • What is the reason for this OHS error?

    Hello,
    I installed Weblogic 10.3.5 R1, with Oracle Forms and Reports 11g on 2 computers, with the same installation configuration.
    One of them is working and the other one doesn't want to start the OHS from EM, although the opmnctl says that the OHS is alive.
    The OHS log file includes the following errors:
    [2013-07-04T17:39:04.0139+03:00] [OHS] [ERROR:32] [OHS-2057] [mod_ssl.c] [host_id: DEV103] [host_addr: 192.168.12.44] [pid: 4352] [tid: 1776] [user: ] [VirtualHost: DEV103.KASH:8889]  Init: (DEV103.KASH:8889) Unable to initialize SSL environment, nzos call nzos_Initialize returned 28750
    [2013-07-04T17:39:04.0764+03:00] [OHS] [ERROR:32] [OHS-2171] [mod_ssl.c] [host_id: DEV103] [host_addr: 192.168.12.44] [pid: 4352] [tid: 1776] [user: ] [VirtualHost: DEV103.KASH:8889]  NZ Library Error: Unknown error
    [2013-07-09T12:49:40.3594+03:00] [OHS] [ERROR:32] [OHS-9999] [core.c] [host_id: DEV103] [host_addr: 192.168.12.44] [pid: 1484] [tid: 740] [user: SYSTEM] [VirtualHost: main] (OS 10038)An operation was attempted on something that is not a socket.  :  winnt_accept: getsockname error on listening socket, is IPv6 available?
    [2013-07-09T12:49:40.3594+03:00] [OHS] [ERROR:32] [OHS-9999] [core.c] [host_id: DEV103] [host_addr: 192.168.12.44] [pid: 1484] [tid: 1624] [user: SYSTEM] [VirtualHost: main] (OS 10038)An operation was attempted on something that is not a socket.  :  winnt_accept: getsockname error on listening socket, is IPv6 available?
    [2013-07-09T12:49:40.3594+03:00] [OHS] [ERROR:32] [OHS-9999] [core.c] [host_id: DEV103] [host_addr: 192.168.12.44] [pid: 1484] [tid: 1644] [user: SYSTEM] [VirtualHost: main] (OS 10038)An operation was attempted on something that is not a socket.  :  winnt_accept: getsockname error on listening socket, is IPv6 available?
    [2013-07-09T12:49:40.3594+03:00] [OHS] [ERROR:32] [OHS-9999] [core.c] [host_id: DEV103] [host_addr: 192.168.12.44] [pid: 1484] [tid: 1600] [user: SYSTEM] [VirtualHost: main] (OS 10038)An operation was attempted on something that is not a socket.  :  winnt_accept: getsockname error on listening socket, is IPv6 available?
    [2013-07-09T12:49:51.9542+03:00] [OHS] [ERROR:32] [OHS-9999] [core.c] [host_id: DEV103] [host_addr: 192.168.12.44] [pid: 5624] [tid: 1596] [user: SYSTEM] [VirtualHost: main] (OS 10038)An operation was attempted on something that is not a socket.  :  winnt_accept: getsockname error on listening socket, is IPv6 available?
    [2013-07-09T12:49:51.9542+03:00] [OHS] [ERROR:32] [OHS-9999] [core.c] [host_id: DEV103] [host_addr: 192.168.12.44] [pid: 5624] [tid: 1600] [user: SYSTEM] [VirtualHost: main] (OS 10038)An operation was attempted on something that is not a socket.  :  winnt_accept: getsockname error on listening socket, is IPv6 available?
    What could be the problem?
    Thanks.

    Log says something about IPv6, does your /etc/hosts file have a line for it and you are using IPv6?
    If you have the line and not use IPv6, try to comment out that line and retry.
    Regards

  • What is the reason for this "max connections" error?

    RH9 Server
    On attempting a publish, the RH server is not contactable.
    The Web ADmin has reported this message:
    "java.sql.SQLException: Maximum possible connections are open and all the connections are busy. Kindly review the "maxload" in the server.properties file and adjust it according to the expected load."

    In your server.properties file there is a setting that controls the maximum number of connections that are allowed. It sounds like this number has been exceeded. Now I am not a server or database wizard so I have no idea why this is so. I've certainly not come across this scenario. Could it be that the connections are not being released when they are finished with? You'd probably need to speak to your IT or Server peeps to check this out. If all else fails the vale of your connections limit could be increased, but I don't know what implications this could have.
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • REPEAT Question: ILLEGAL FILE FORMAT cannot open file. what is the reason for this?

    every day, GB crashes,or locks up when i am saving...i use IK Multimedia plug ins...and i save fequently..
    BUT once this hits a version, all of the saves are not accessible...it wont open, ILLEGAL FILE FORMAT...
    it says it may be trunicated...what cause this?
    its been going on for a year...i need it to stop...or for someone to tell me its a third party plugin issue with GB...something for me to chew on...
    i have sent in error reports, talked to some folks...no avail.
    HELP. i hate this.
    fyi, if a song file i save is....for example...140MB...at successive version i am saving(changin file name each time)....the one that gets corrupted will show something like 117MB....so something is MISSING...what they heck???
    HELP HELP>

    I have an imac11...using the os right prior to mav...I don't want to install that yet.
    The last MacOS X before Mavericks would be  Mt. Lion, MacOS X 10.8.5. Is that, what you are using? You can see that, if you click the -menu if the upper left corner of your screen, and select "About this Mac".
    The latest GarageBand compatible with Mt. Lion is GarageBand '11, version 6.0.5. You can see that in the GarageBand menu, GarageBAnd > About GarageBand.
    Where are you saving your projects? On an external drive? How is the drive formatted (file system, and how is the drive connected?

Maybe you are looking for

  • Itunes won't recognize my new ipad

    Just got a new iPad mini...plugged it into my computer, and iTunes doesn't acknowledge it.  What to do?

  • Non guid partition on original macbook drive?! can't install leopard

    Just got Leopard today, and tried to install - installation process gives me error that I cannot install on my current boot disk due to GUID partition table something something. And to fix it I need to reformat my drive!! I am using a MacBook with it

  • I can't open my current photo library using this version of iPhoto

    This is the error I get when I click on upgrade after I installed Iphoto 09 "You cant open your current photo library using this version of iphots, You have made changes to your photo library using a newer version of iPhoto. Please quit and use the l

  • Nokia N8 Facebook Problem

    Ive just got a Nokia N8 and couldnt be happier with it. Except that every time i try to use the Social Widget it logs me out of Facebook constantly. My Twitter works perfectly, but Facebook will not stay logged in, it even logs out whilst you are usi

  • IPhone 3Gs 16G and BMW Mini One 2008

    Hi, I would like to listen to my iTunes tracks while driving. I have a BMW MINI ONE and I tried the apple FM transmitter but it didn't work. Do any of you know what kind of transmitter would work to BMW Mini and if there are some other options than u