'Bytes'  & 'Bytes pending ' showing  negative

          Hi,
          Some times I see negative number in 'Bytes' and 'Bytes Pending' columns in weblogic
          console.
          Although all the messages were processed and acknowledged successfully.
          Can some one explain what does it mean ?
          thanks
          - saurabh
          

That would be a bug in the statistics code. Contact customer
          support for the fix.
          Tom, BEA
          Saurabh Kumar wrote:
          > Hi,
          >
          > Some times I see negative number in 'Bytes' and 'Bytes Pending'
          columns in weblogic
          > console.
          > Although all the messages were processed and acknowledged successfully.
          > Can some one explain what does it mean ?
          >
          > thanks
          > - saurabh
          

Similar Messages

  • JMS Server Bytes Pending Negative?

              To my understanding bytes Pending in WLS Console indicates JMS message has been
              sent but JTA Tx has not commited or message has been received by Tx is not commited
              We have seen negative numbers in WLS Console for JMS Server.
              When / Why would this happen
              Thanks
              Harish
              

    Negative JMS stats indicates a WL bug in statistics - likely
              there is already a fix for it. Contact customer support.
              Harish Tejwani wrote:
              > To my understanding bytes Pending in WLS Console indicates JMS message has been
              > sent but JTA Tx has not commited or message has been received by Tx is not commited
              >
              > We have seen negative numbers in WLS Console for JMS Server.
              >
              > When / Why would this happen
              >
              > Thanks
              >
              > Harish
              

  • Bytes pending

              Hi,
              Our MDB's (Using Queue) are processing the message perfectly, without any exception
              , all messages are consumed, but Bytes Pending count goes on increasing even there
              is no exception and finally we are getting memory out of exception.
              Thanks and Regards
              Sanjay.
              

              version and SP?
              On 13 Dec 2002 04:11:05 -0800, "Sanjay"
              <[email protected]> wrote:
              >
              >Hi,
              >
              >Our MDB's (Using Queue) are processing the message perfectly, without any exception
              >, all messages are consumed, but Bytes Pending count goes on increasing even there
              >is no exception and finally we are getting memory out of exception.
              >
              >Thanks and Regards
              >Sanjay.
              >
              

  • Bytes Pending Problem still Prevails;

              Sorry to say that my byte pending problem is still around.
              There are
              no applications exceptions.
              no runtime exceptions.
              I also made sure that the deployment discriptor declares the TX boundry as NEVER
              The problem that I see at the moment is that once NotificationMDB goes out of commision
              (meaning bytes pending starts increasing) even if I reddeploy the jar file. Message
              on reaching the notification topic do not fire the MDB's
              Could somebody explain possible reasons for this behavior.
              Also I have another process that subscibes to the same topic. but that only takes
              effect when i am communicating with my system sysnchronously.
              Here is the deployment discriptor for
              NotificationMDB-ejb-jar.xml
              <ejb-jar>
              <enterprise-beans>
              <message-driven>
              <ejb-name>NotificationMDB</ejb-name>
              <ejb-class>mypackage.NotificationMDB</ejb-class>
              <transaction-type>Container</transaction-type>
              <message-driven-destination>
              <destination-type>javax.jms.Topic</destination-type>
              </message-driven-destination>
              </message-driven>
              </enterprise-beans>
              <assembly-descriptor>
                   <container-transaction>
                        <method>
                             <ejb-name>NotificationMDB</ejb-name>
                             <method-name>*</method-name>
                        </method>
                   <trans-attribute>Never</trans-attribute>
                   </container-transaction>
              </assembly-descriptor>
              </ejb-jar>
              and
              NotificationMDB-weblogic-ejb-jar.xml
              <weblogic-ejb-jar>
              <weblogic-enterprise-bean>
              <ejb-name>NotificationMDB</ejb-name>
              <message-driven-descriptor>
              <pool>
              <max-beans-in-free-pool>200</max-beans-in-free-pool>
              <initial-beans-in-free-pool>200</initial-beans-in-free-pool>
              </pool>
              <destination-jndi-name>mysystem.jms.notificationTopic</destination-jndi-name>
              <connection-factory-jndi-name>mysystem.jms.notificationFactory</connection-factory-jndi-name>
              </message-driven-descriptor>
              <jndi-name>mysystem.jms.NotificationMDB</jndi-name>
              </weblogic-enterprise-bean>
              </weblogic-ejb-jar>
              

              Hi christian.
              you were right switching to sp2 solved the bytes pending problem on my topic
              thanks for your help
              Christian Buchegger <[email protected]> wrote:
              >Hi,
              >
              >
              >what version of WLS are you using ? Please check if this could be issue
              >061783 as documented at:
              >http://e-docs.bea.com/wls/docs61/notes/bugfixes2.html#1143510
              >and which is fixed with WLS6.1SP2. Otherwise consider to open as case with
              >BEA Support.
              >
              >
              >Regards,
              >Christian Buchegger
              >Developer Relations Engineer
              >BEA Support
              >
              >
              >Mekaiel Hussain schrieb:
              >
              >> Sorry to say that my byte pending problem is still around.
              >>
              >> There are
              >> no applications exceptions.
              >> no runtime exceptions.
              >> I also made sure that the deployment discriptor declares the TX boundry
              >as NEVER
              >>
              >> The problem that I see at the moment is that once NotificationMDB goes
              >out of commision
              >> (meaning bytes pending starts increasing) even if I reddeploy the jar
              >file. Message
              >> on reaching the notification topic do not fire the MDB's
              >>
              >> Could somebody explain possible reasons for this behavior.
              >>
              >> Also I have another process that subscibes to the same topic. but that
              >only takes
              >> effect when i am communicating with my system sysnchronously.
              >>
              >> Here is the deployment discriptor for
              >>
              >> NotificationMDB-ejb-jar.xml
              >>
              >> <ejb-jar>
              >> <enterprise-beans>
              >> <message-driven>
              >> <ejb-name>NotificationMDB</ejb-name>
              >> <ejb-class>mypackage.NotificationMDB</ejb-class>
              >> <transaction-type>Container</transaction-type>
              >> <message-driven-destination>
              >> <destination-type>javax.jms.Topic</destination-type>
              >> </message-driven-destination>
              >> </message-driven>
              >> </enterprise-beans>
              >>
              >> <assembly-descriptor>
              >> <container-transaction>
              >> <method>
              >> <ejb-name>NotificationMDB</ejb-name>
              >> <method-name>*</method-name>
              >> </method>
              >> <trans-attribute>Never</trans-attribute>
              >> </container-transaction>
              >> </assembly-descriptor>
              >>
              >>
              >> </ejb-jar>
              >>
              >> and
              >>
              >> NotificationMDB-weblogic-ejb-jar.xml
              >>
              >> <weblogic-ejb-jar>
              >> <weblogic-enterprise-bean>
              >> <ejb-name>NotificationMDB</ejb-name>
              >> <message-driven-descriptor>
              >> <pool>
              >> <max-beans-in-free-pool>200</max-beans-in-free-pool>
              >> <initial-beans-in-free-pool>200</initial-beans-in-free-pool>
              >> </pool>
              >> <destination-jndi-name>mysystem.jms.notificationTopic</destination-jndi-name>
              >> <connection-factory-jndi-name>mysystem.jms.notificationFactory</connection-factory-jndi-name>
              >> </message-driven-descriptor>
              >> <jndi-name>mysystem.jms.NotificationMDB</jndi-name>
              >> </weblogic-enterprise-bean>
              >> </weblogic-ejb-jar>
              >
              

  • Orderd quantity is showing negative

    Hi ,
    In case of one item orderd quantity in inventory TAB is showing negative can anyone tell me why is it so ?
    Thanks & Regards
    Kamlesh

    Hi Kamlesh ,
    Ordered quantity can not be possible since it reflects the pending Purchasing Quantity , so it never be negative .
    It seems like database Integrity Problem .
    Better to Raise a ticket to SAP .
    Thanks
    Ashish

  • Net value showing negative in excise billing for free goods items

    Dear All,
    Need value suggestions in business scenario.
    While issuing Free goods to customer in excise billing ,Net  value of ZTNN item showing negative
    Inserted R100 % condition type above Tax condtions.
    MRP is statistical and accessable value is calculated on MRP.
    How to  solve the above issue.
    Due to the Net value showing negative for Free of charge in excise billing,qty value  displaying twice the unit price value in printing
    Thanks & Regards
    H V Kumar.

    Hi
    It is depends on your pricing procedure how you defines.
    Kindly check once again in your pricing procedure.
    Test the cycle once again without entering the R100 condition type in sale order line item and check the next value.
    After enter the R100 condition type check the base value to calculate the Amount.

  • In PO taxes value are showing negative

    Dear all,
    I am facing problem that in some po of the same material showing negative value when we see in taxes of invoice tab. Please guide why this is so...

    Hi,
    Please open condition from M/06 and check option Plus/minus ,it should be A-Possitive as per your requirement.
    Also check tax procedure in which the value of tax condition is maitained , change above setting and then provide new value for tax condition in +ve value.
    Hope this will resolve your issue.
    Regards,
    Sandesh Sawant

  • Show negative values as 0 in BEx Report

    Hi Gurus,
    I have a report which shows negative values for POs in BW BEx. The user wants all negative values to show up as 0 in the report. Is there a way I can show that as 0 in the report  for all negative numbers easily.
    Any help is deeply appreciated.
    Thanks.

    Hi,
    Make a new formula and write a simple condition like this.
    (PO value<=0)*0+(PO value>0)*PO value
    Make sure to use boolean operators while writing this condition.If any issues get back to me.
    Hope it helps.
    Regards,
    AL

  • In Balance sheet profit period A/c show negative value

    Dear All
    Pls. Inform me what is the reason in my balance sheet for june 2011 profit period  account show negative value. and also beginning of year(INR) and Current Period(INR) of amounts for profit & loss Account is different. pls. suggest me
    Thanks

    Hi Rashmi.......
    I would suggest you to again go for Financial Report Template for new template of P&L.
    Then try to run. If same thing happens then please check Company Details where in Basic Initialization first option of credit balance is tick or unticked?
    It should be ticked........
    Regards,
    Rahul

  • Account showing negative after mvt 309

    Hi,
    we have created
    new material A valuation class 3317 material type ROH
    G/L  233001
    old material B valuation class 3314 material type ROH
    G/L 233033
    transfer material B to A mvt type 309
    after doing all this when we go to tcode F.01 i.e balance sheet
    we come to know that
    account 233033 ie for old material B showing negative
    i check the amount in G/L 233033 come to know that it go negative only after stock transfer mvt 309
    can anyone suggest what cause this, and how to correct it.
    thanks in advance
    shakir

    Hi,
    Material B(old material)
    In accounting 1:
    Valuation class -3017(G/L 233030)
    price control-V
    moving price-102.01
    standard price-109.87
    total stock -0(as total stock is transfer to material A)
    total value-0(as total stock is transfer to material A)
    previous price-100.54
    Material A(new material)
    In accounting 1:
    Valuation class -3013(G/L 233001)
    price control-V
    moving price-96.49
    standard price-99.46
    total stock -174,846.524
    total value-16,871,458.43
    previous price-99.46
    this are the value in material master
    please give ur suggestion as i can find any......
    I check the accounting document generated while transfer posting mvt 309
    Itm PK Account Account short text    Assignment Amount
    1    99  233030  IMP MATERIAL         20080108 14,621,116.03-
    2    89  233001   R/MSTKPADS         20080108 14,621,116.03
    thanks
    shakir

  • Bed amount showing negative in j2iun

    Hi Friend,
    J2IUN while doing monthly utilization, the BED utilization amount ( RG23ABED ) showing negative balance but in RG23A part II  register balance is showing  positive also g/l account balance (fs10n) match with register balance.
    Why are showing difference between j2iun and part II register. Please give the solution.
    Regards,
    Ranjeet

    Hi,
    For this period excise transaction done  for only  GRPO Excise Transaction Type. There is no other Excise Transaction Type used for input bed. 
    Regards,
    Ranjeet
    Edited by: Ranjeetsingh Thorat on Jan 13, 2010 4:27 AM

  • Material showing negative stock

    All SAP Gurus,
    For one the material system is showing negative stock.
    We have checked the material master record for this material, but the tick for 'allow negative stock' is not active for this material.
    We have also checked the settings in OMJ1, there also 'Allow Negative stock' is not ticked.
    Why this problem may be arising?
    Regards,

    Hi CBaba,
    Thanks for the reply.
    I'm talking about IM.
    I have checked those settings, but ther is no problem with it (no tick in negative stock).
    But system is showing the negative stock, on back date (not in todays date).
    Where may be the problem?
    Regards,
    Edited by: Rajan R. on Feb 9, 2009 2:53 PM

  • Problem with Offset account showing Negative Values

    Hi,
    In our system, Offset account is showing Negative amount. We want to ZERO this.
    This account have Price Diff. amount....Now how can do the same...
    Please guide..

    Hi,
    Using F-02 you can transfer the balance.
    e.g.
    Dr Offsetting account
    Cr Price difference/XXXX account
    Rgds
    Murali. N

  • Customer Receivables Aging showing negative $ amounts

    My Customer Receivables Aging is showing negative dollar amounts as the balances, however if you drill down to the invoices they show as positive, as does the GL balance.  any ideas why?

    Hi,
    Can you check the whether the following tickbox is checked or unchecked under :
    Administration > System Initialization > Company Details > Basic initialization tab > Display Credit Balance with Negative Sign
    The box "Display Credit Balance with Negative Sign" will be unchecked.
    Also, check the following link :
    https://websmp207.sap-ag.de/~sapidb/011000358700000456302007E.zip
    Hope it helps.
    Regards,
    Jitin

  • Thank you guys for helping me out now I can now access my IPad. But there is one more challenge, the iPad is showing negative view so I can not see the true color of things

    Thank you guys for helping me out now I can now access my IPad. But there is one more challenge, the iPad is showing negative view so I can not see the true color of things

    Settings>General>Accessibilty and turn off white on black.
    Matt

Maybe you are looking for

  • Display picture in blob on report with GET_BLOB_FILE_SRC

    Hi Guys ! I want to display picture contains in blob on my report. The function GET_BLOB_FILE_SRC can do that but I must have an File browse item to use them. The only other way I know is to create my own function that return my image. Like that : cr

  • Is index range scan the reason for query running long time

    I would like to know whether index range scan is the reason for the query running long time. Below is the explain plan. If so, how to optimise it? Please help Operation     Object     COST     CARDINALITY     BYTES SELECT STATEMENT ()          413   

  • Collections or Temporary tables?

    I am trying to put together a wizard to collect data. These are employee timecards and consist of a master table and about 5 detail tables. I can successfully collect the master information into a collection, but I'm trying to figure out how to colle

  • Windows 8.1 32bit bootcamp setup fails to install (mc700)

    Hi I have a MacBook po (mc700) I had a 7 and changed it to 8.1 32bit. after installation unfortunately bootcamp even 5.1.5621 fails to install my drivers. I examined some versions of bootcamp such "bootcamp 3" from my original CD, but there is just t

  • Export Camera Data to After Effects CS3

    I can't find any mention of this any where, but is there any way to export the camera data inside Motion into after effects? I'm creating lots of nice particle effects, but i need to keep the backgrounds inside After Effects, due to complex shadows e