SNMP counter problem

Hi,
i configured management program to poll
MIB OID 1.3.6.1.4.1.9.10.19.1.1.4(cpmActiveDS0s;The number of DS0s that are currently in use.)
Everything ok and i got what i want. But some polled routers increment counter and values rises day by day. After router's reboot  it is cleared but after few days it show faked data.
How to fix it?
Best regards,
Mike

There is too long list of bugs for cpmActiveDS0s not sending either correct information. Some of them are :
CSCsd25584    cpmActiveDS0s increasing all the time, not given a real value
CSCee71760    ISDN calls not counted in E1 call-counters, cpmActiveDS0s incorrect
CSCee71760 ISDN calls not counted in E1 call-counters, cpmActiveDS0s incorrect
CSCee79553 TEA ISDN calls not counted in E1 call-counters, cpmActiveDS0s  incorrect
there are some more. Please check your specific IOS per teh bug description.
-Thanks

Similar Messages

  • How to set SNMP Counter Monitor on weblogic61

    I set a SNMP Counter Monitors on weblogic6.1sp2, I want when the servlet xcj3 is
    reload more than 2 times
    then send a trap nitification, the attribute I set is:
    Monitored MBean type: ServletRuntime
    Monitored MBean name: examples:Name=xcj3,ServerRuntime=examplesServer,Type=ServletRuntime,Location=examplesServer
    Monitored Attribute Name: ReloadTotalCount
    Polling Interval: 1 second
    Threadhold: 2
    offset: 0
    modulus: 0
    the SNMP Counter Monitor I set cannot work, can anyone tell me what wrong it is??
    thank you very much!!!
    by the way, the SNMP Log Filter I set is work well on my weblogic6.1.

    Jing,
    Could you please post how your config.xml looks after you set this Trap?
    Also, once you configured a monitor trap, you need to re-start the admin
    server. For more information on how to setup a counter monitor refer to
    the BEA docs at,
    http://e-docs.bea.com/wls/docs61//snmpman/snmptraps.html#1071147
    Thanks,
    -satya
    xcjing wrote:
    >
    I set a SNMP Counter Monitors on weblogic6.1sp2, I want when the servlet xcj3 is
    reload more than 2 times
    then send a trap nitification, the attribute I set is:
    Monitored MBean type: ServletRuntime
    Monitored MBean name: examples:Name=xcj3,ServerRuntime=examplesServer,Type=ServletRuntime,Location=examplesServer
    Monitored Attribute Name: ReloadTotalCount
    Polling Interval: 1 second
    Threadhold: 2
    offset: 0
    modulus: 0
    the SNMP Counter Monitor I set cannot work, can anyone tell me what wrong it is??
    thank you very much!!!
    by the way, the SNMP Log Filter I set is work well on my weblogic6.1.

  • CSS SNMP counter "apCntStickyStatsNewCt".. query on sticky table entry lifetime.

    Hello,
    Can someone confirm the meaning of SNMP counter "apCntStickyStatsNewCt" please? Does it just mean that for every new sticky table entry created that this counter gets incremented ?
    My understanding is that there is a finite number of sticky table entries. There is one table for all entries and these can be made up of L3, L4, SSL etc.. and it operates on a First-In-First-Out system.
    Assuming we fill all available sticky table slots, when this "apCntStickyStatsNewCt" counter increments and inserts a new sticky entry then the oldest sticky table entry gets removed from the end of the of the table. Is this correct ?
    By taking a delta of this counter every 60 seconds I'm trying to determine if this counter can be used to work out how long a sticky entry will remain in the sticky table before being purged/pushed out.
    The full namepsace/OID info for apCntStickyStatsNewCt is below:
    Name  .iso.org.dod.internet.private.enterprises.cisco.ciscoMgmt.arrowPoint.apMgmt.cntExt.apCntStickyStatsTable.apCntStickyStatsEntry.apCntStickyStatsNewCt
    (OID .1.3.6.1.4.1.9.9.368.1.16.25.1.2)
    Many thanks,
    Scott

    Hi Gilles,
    Thank you very much for your pointing and suggestion and I am sorry for my delay response.
    I understand there are two kind of CLI on CSM depend on using CSM mode or RP mode.
    - show command begins with "show ip slb" when using CSM mode (ip slb mode csm)
    - show command begins with "show mode csm x" when using RP mode (ip slb mode rp)
    And "show mod csm x sticky config" command can be done on RP mode only.
    So I tried to "show ip slb sticky config" command on CSM mode, but I could not find
    "config" argument as follows,
    ct65svf1#sh ip slb sticky ?
    client sticky associated with a specific client IP address
    groups list configured sticky groups
    | Output modifiers
    ct65svf1#sh ip slb sticky
    So I think, on CSM mode, I can not calculate the amount of sticky entry by executing one
    show command.
    Is my understanding correct ?
    Best regards,

  • Setting SNMP counter monitor trap polling interval and threshold

    Hello,
    I want to send a trap when the WLS heap reaches a high water mark.
    My questions are:
    1) with a threshold of 10MB, I receive the trap when heap is 256MB. 256MB is
    teh max heap setting when starting jvm. Why do I receive the trap @ 256MB and
    not at 11MB?
    2) With a polling interval of 30 seconds and offset/modulus of 0, I expect to
    receive a trap every 30 seconds for as long as the heap is over 10MB. I only
    receive the trap once @ 256MB. Why don't I receive multiple traps?
    I'm using the SNMP counter monitor where:
    mbean type = JVMRuntime
    mbean name = MainServer
    monitored attribute = HeapSizeCurrent
    polling interval = 30 seconds
    threshold = 10000000
    offset = 0
    modulus = 0
    I'm using WLS 7.0 SP1 with WebLogic Temporary Patch for CR090721 12/06/2002 15:08:40
    Thanks,
    BT

    Jing,
    Could you please post how your config.xml looks after you set this Trap?
    Also, once you configured a monitor trap, you need to re-start the admin
    server. For more information on how to setup a counter monitor refer to
    the BEA docs at,
    http://e-docs.bea.com/wls/docs61//snmpman/snmptraps.html#1071147
    Thanks,
    -satya
    xcjing wrote:
    >
    I set a SNMP Counter Monitors on weblogic6.1sp2, I want when the servlet xcj3 is
    reload more than 2 times
    then send a trap nitification, the attribute I set is:
    Monitored MBean type: ServletRuntime
    Monitored MBean name: examples:Name=xcj3,ServerRuntime=examplesServer,Type=ServletRuntime,Location=examplesServer
    Monitored Attribute Name: ReloadTotalCount
    Polling Interval: 1 second
    Threadhold: 2
    offset: 0
    modulus: 0
    the SNMP Counter Monitor I set cannot work, can anyone tell me what wrong it is??
    thank you very much!!!
    by the way, the SNMP Log Filter I set is work well on my weblogic6.1.

  • 6513 CATOS/IOS mixed mode switch what does vlan snmp counter indicate

    We have a CAT 6513 switch running mixed CATOS/IOS with IOS on router side. We use MRTG to track the vlan SNMP counters on the router side.
    What does the vlan snmp counter actually indicate say for the default vlan1 interface.
    Dave

    We have a CAT 6513 switch running mixed CATOS/IOS with IOS on router side. We use MRTG to track the vlan SNMP counters on the router side.
    What does the vlan snmp counter actually indicate say for the default vlan1 interface.
    Dave

  • Solution: Play count problem

    As many others I had the play count problem with my iPod Shuffle which suddenly stopped working.
    The solution sounds boring but seems to work: the iPod seems to be pretty inflexible, but you have to follow a precise routine to keep it working after you have reset it:
    1) click 'eject' before tacking the iPod of the charger
    2) switch on
    3) start
    4) listen
    5) stop
    6) switch off
    7) insert in charger in 'switched off' mode
    Since I don't shortcut any of these steps, I don't have the count problem anymore.

    Unfortunately, this did not work for me. I tried chatting with Apple support about the issue and they suggested I call support. They had me re-install iTunes, but that did not correct the problem. Since my wife's Shuffle was updating the Play Count and Last Played correctly on her computer, I thought I would try on her computer. However, she has a older version of iTunes and it would not sync with my Shuffle. I then connected my Shuffle to my Son's laptop since he has the latest version of iTunes. iTunes required me to Erase and Sync on his computer. I did this, loaded up a few short songs, played them, and then sync'd back to his computer. It worked! I then sync'd my Shuffle with my computer (Erase and Sync, etc.) and it worked there as well!
    I'm not sure what part of that process actually corrected the problem, but thought I would post this in case it helps someone else.

  • How do I solve this distinct count problem?

    Hello experts,
      So, I have an OBI report (table view).  I needed to get the percentage difference btn 2 columns, I did. Then I had to summarize difference in 4 buckets (0-15, 16-30, 31-50, >50%); I did (case statement). NOW,  I need to summarize(distinct count) the above buckets based on Store numbers for each day.
    Basically, if the difference is btn(0-5%) and I have 5 stores then I need to see 5 stores separately. The problem I am having when I do the distinct count instead of having separate counts for each bucket I am getting the total.  I see the buckets summarized, but the store column is showing the total number of all(we have about 700 stores) instead of breaking down the count for each bucket.  In the stores column I am using the distinct count function, I don't know if the problem is here or the case statement for buckets. I don't know either OBIEE is able to do what I trying to do, since I have yet to do this kind of function.  I have gotten few leads on my first post,  so far none of them have worked.
    As always, your insights are highly appreciated,

    Instead of using Distinct Count in Aggregation Rule,Try using in Column Formula.
    Let me know if u need any help on this.
    Thanks,

  • 6500 Slide Counter problem

    Is there a way to turn off the picture counter auto reset?
    Everytime I move the pictures to the computer the counter starts over from Pic000 is there anyway to turn this off? I want it to keep on counting so I dont get any "replace existing file" when I move the pictures to the computer.

     had this problem for ages too and it irritated the hell out of me. i only just found that you can use the 'default title' option
    type in what you  want your photos to be named as ie picture, image
    then it'll automatically number them correctly as the number of pics taken rather than trying to fill in the numbers.
    I put in "Nokia6500slide" so i could keep track of what phone the pics came from, and it puts the correct numbers at the automatically in proper order of how many pics the camera has taken since then (even when you change folders or delete photos it seems as far as i can tell
    hope you get this and hope it helps

  • Modify Flvplayback skin with counter problem

    Hi
    I am trying to customise a FLVPlayback Skin that has a counter in it, (MinimaFlatCustomColorPlayBackSeekCounterVolMute.fla)
    If i modify any of the skins without a counter there is no problem however when i try to publish one of the skins with a counter i get these compiler errors:
    Warning: unable to load SWC FLVPlaybackAS2.swc
    1046 type was not found or was not compile time constant: NetstreamPlayOptions
    Any ideas?
    cheers
    Grant

    Hi,
    Someone had found a workaround
    "Just remove all from your source paths in the publish settings when  you look to ActionScript 3.0 setting for your Skin FLA ! ( as default  you can see here some path to video folder where is SWC files)"
    but the counter prolem remains as the counter does not work in this case ...
    may be someone has a better solution can reply ...
    Cheers

  • Mail 2.1.3 has counting problems and crashes a lot

    This isn't the most crucial of problems, but an annoying one that I've found no answers to elsewhere on the forums.
    Every time I get mail in my junk mail folder, say there are 14 new junk mails, I select them all or delete them one by one, the mail counter still says there will be 7 new mails in the junk mail folder. Once you select to return to the junk mail folder it goes away after a second. Not all that bad right, except fairly often after this, Mail 2.1.3 will crash. It's done this for quite awhile and the Update Packages haven't corrected it. On the flip side my work computer (G5 iMac) and laptop (G4 iBook) don't have this problem.
    Recently I had to do a disk repair on my startup disk because it had miscounted the number of memory slots (I think that's the term) there were, and it caused the whole computer to shut down at random. The problems seem similar I guess, maybe somebody out there knows a thing or two about this.
    Thanks

    Hey David, again thanks for all your help. Sorry, for the delay I've been slammed at work, but such is the life of a public school teacher.
    As for checking the folders for strays, the answer would be no. I had 6 new Junk mails, I deleted them all at once, and 3 still remained, but in the Junk.mbox folders, there was nothing. Here is the info from the Crash Log, it seems like a lot but I think I did what you wanted.
    Date/Time: 2008-02-29 05:21:22.784 -0800
    OS Version: 10.4.11 (Build 8S165)
    Report Version: 4
    Command: Mail
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Parent: WindowServer [71]
    Version: 2.1.3 (753.1)
    Build Version: 1
    Project Name: MailViewer
    Source Version: 7530100
    PID: 4085
    Thread: 11
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x00000000
    Thread 0:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreGraphics 0x903e54dc _CGSSynchronizeWindowBackingStore + 124
    3 com.apple.CoreGraphics 0x903beed4 _CGSLockWindow + 1768
    4 com.apple.CoreGraphics 0x903be3c4 CGSDeviceLock + 228
    5 libRIP.A.dylib 0x94803104 ripd_Lock + 48
    6 libRIP.A.dylib 0x94802b68 ripl_BltShape + 316
    7 libRIP.A.dylib 0x94806cbc ripc_Render + 364
    8 libRIP.A.dylib 0x94806538 ripc_DrawRects + 508
    9 com.apple.CoreGraphics 0x903e30ac __CGContextDrawRects + 412
    10 com.apple.CoreGraphics 0x903e2ecc CGContextFillRects + 156
    11 com.apple.CoreGraphics 0x903e2e20 CGContextFillRect + 32
    12 com.apple.WebCore 0x95a90144 WebCore::GraphicsContext::fillRect(WebCore::IntRect const&, WebCore::Color const&) + 196
    13 com.apple.WebCore 0x95a8ff0c WebCore::RenderBox::paintBackgroundExtended(WebCore::GraphicsContext*, WebCore::Color const&, WebCore::BackgroundLayer const*, int, int, int, int, int, int, bool, bool) + 1644
    14 com.apple.WebCore 0x95a8f880 WebCore::RenderBox::paintBackground(WebCore::GraphicsContext*, WebCore::Color const&, WebCore::BackgroundLayer const*, int, int, int, int, int, int) + 64
    15 com.apple.WebCore 0x95a8f244 WebCore::RenderBox::paintRootBoxDecorations(WebCore::RenderObject::PaintInfo&, int, int) + 900
    16 com.apple.WebCore 0x95a8ea80 WebCore::RenderBox::paintBoxDecorations(WebCore::RenderObject::PaintInfo&, int, int) + 96
    17 com.apple.WebCore 0x95a8c778 WebCore::RenderBlock::paintObject(WebCore::RenderObject::PaintInfo&, int, int) + 152
    18 com.apple.WebCore 0x95a8e998 WebCore::RenderBlock::paint(WebCore::RenderObject::PaintInfo&, int, int) + 568
    19 com.apple.WebCore 0x95a8bae4 WebCore::RenderLayer::paintLayer(WebCore::RenderLayer*, WebCore::GraphicsContext*, WebCore::IntRect const&, bool, WebCore::PaintRestriction, WebCore::RenderObject*) + 692
    20 com.apple.WebCore 0x95a8bde4 WebCore::RenderLayer::paintLayer(WebCore::RenderLayer*, WebCore::GraphicsContext*, WebCore::IntRect const&, bool, WebCore::PaintRestriction, WebCore::RenderObject*) + 1460
    21 com.apple.WebCore 0x95a8b634 WebCore::Frame::paint(WebCore::GraphicsContext*, WebCore::IntRect const&) + 292
    22 com.apple.WebCore 0x95a8afa4 -[WebCoreFrameBridge drawRect:] + 148
    23 com.apple.WebKit 0x957c2b50 -[WebHTMLView drawSingleRect:] + 448
    24 com.apple.WebKit 0x957c28c8 -[WebHTMLView drawRect:] + 296
    25 com.apple.AppKit 0x937ca938 -[NSView _drawRect:clip:] + 2128
    26 com.apple.AppKit 0x937c9ef8 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 404
    27 com.apple.WebKit 0x957bc5c4 -[WebHTMLView(WebPrivate) _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 580
    28 com.apple.AppKit 0x937c94c0 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 196
    29 com.apple.WebKit 0x957c2fa4 -[WebHTMLView(WebPrivate) _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 308
    30 com.apple.AppKit 0x937c9a88 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676
    31 com.apple.AppKit 0x937c9a88 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676
    32 com.apple.AppKit 0x937c9a88 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676
    33 com.apple.AppKit 0x937c9a88 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676
    34 com.apple.AppKit 0x937c9a88 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676
    35 com.apple.AppKit 0x937c9a88 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676
    36 com.apple.AppKit 0x937c9a88 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676
    37 com.apple.AppKit 0x937c9a88 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676
    38 com.apple.AppKit 0x937c9a88 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676
    39 com.apple.AppKit 0x937c9a88 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676
    40 com.apple.AppKit 0x937c9a88 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676
    41 com.apple.AppKit 0x937c9a88 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676
    42 com.apple.AppKit 0x937c9a88 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 1676
    43 com.apple.AppKit 0x937ea124 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 192
    44 com.apple.AppKit 0x937c3134 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 384
    45 com.apple.AppKit 0x937b8428 -[NSView displayIfNeeded] + 248
    46 com.apple.AppKit 0x937b8298 -[NSWindow displayIfNeeded] + 180
    47 com.apple.mail 0x00025094 0x1000 + 147604
    48 com.apple.AppKit 0x937b8144 _handleWindowNeedsDisplay + 200
    49 com.apple.CoreFoundation 0x907de57c __CFRunLoopDoObservers + 352
    50 com.apple.CoreFoundation 0x907de81c __CFRunLoopRun + 420
    51 com.apple.CoreFoundation 0x907de2bc CFRunLoopRunSpecific + 268
    52 com.apple.HIToolbox 0x9329fb20 RunCurrentEventLoopInMode + 264
    53 com.apple.HIToolbox 0x9329f1b4 ReceiveNextEventCommon + 380
    54 com.apple.HIToolbox 0x9329f020 BlockUntilNextEventMatchingListInMode + 96
    55 com.apple.AppKit 0x93784bc4 _DPSNextEvent + 384
    56 com.apple.AppKit 0x93784888 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 116
    57 com.apple.AppKit 0x93780dcc -[NSApplication run] + 472
    58 com.apple.AppKit 0x93871974 NSApplicationMain + 452
    59 com.apple.mail 0x000870f8 0x1000 + 549112
    60 com.apple.mail 0x00086fa0 0x1000 + 548768
    Thread 1:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900541e4 pthreadcondtimedwait + 676
    2 com.apple.Foundation 0x92c66540 FCONDITION_WAITTIMEOUT + 144
    3 com.apple.Foundation 0x92c6645c -[NSConditionLock lockWhenCondition:beforeDate:] + 128
    4 com.apple.MessageFramework 0x9a9ffdd0 -[InvocationQueue _drainQueue] + 176
    5 com.apple.Foundation 0x92be70c0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 2:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900541e4 pthreadcondtimedwait + 676
    2 com.apple.Foundation 0x92c66540 FCONDITION_WAITTIMEOUT + 144
    3 com.apple.Foundation 0x92c6645c -[NSConditionLock lockWhenCondition:beforeDate:] + 128
    4 com.apple.MessageFramework 0x9a9ffdd0 -[InvocationQueue _drainQueue] + 176
    5 com.apple.Foundation 0x92be70c0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 3:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9b8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2bc CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92bf6090 -[NSRunLoop runMode:beforeDate:] + 172
    5 com.apple.Foundation 0x92bf5fc8 -[NSRunLoop run] + 76
    6 com.apple.MessageFramework 0x9aa041d8 +[_NSSocket _runIOThread] + 92
    7 com.apple.Foundation 0x92be70c0 forkThreadForFunction + 108
    8 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 4:
    0 libSystem.B.dylib 0x9001f88c select + 12
    1 com.apple.CoreFoundation 0x907f124c __CFSocketManager + 472
    2 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 5:
    0 libSystem.B.dylib 0x9002c3c8 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x90030eac pthreadcondwait + 480
    2 com.apple.Foundation 0x92bee22c -[NSConditionLock lockWhenCondition:] + 68
    3 com.apple.AppKit 0x938217e8 -[NSUIHeartBeat _heartBeatThread:] + 324
    4 com.apple.Foundation 0x92be70c0 forkThreadForFunction + 108
    5 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 6:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900541e4 pthreadcondtimedwait + 676
    2 com.apple.Foundation 0x92c66540 FCONDITION_WAITTIMEOUT + 144
    3 com.apple.Foundation 0x92c6645c -[NSConditionLock lockWhenCondition:beforeDate:] + 128
    4 com.apple.MessageFramework 0x9a9ffdd0 -[InvocationQueue _drainQueue] + 176
    5 com.apple.Foundation 0x92be70c0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 7:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x90070be8 pthreadcond_timedwait_relativenp + 556
    2 ...apple.AddressBook.framework 0x94e56c0c -[ABRemoteImageLoader workLoop] + 132
    3 com.apple.Foundation 0x92be70c0 forkThreadForFunction + 108
    4 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 8:
    0 libSystem.B.dylib 0x90019d6c fcntl + 12
    1 libsqlite3.0.dylib 0x94523ba4 sqlite3OsSeek + 76
    2 libsqlite3.0.dylib 0x94523be4 sqlite3OsSync + 28
    3 libsqlite3.0.dylib 0x945264a4 sqlite3pager_ref + 212
    4 libsqlite3.0.dylib 0x94527c1c sqlite3pager_sync + 240
    5 libsqlite3.0.dylib 0x94512ff8 sqlite3BtreeSync + 92
    6 libsqlite3.0.dylib 0x9453bf30 sqlite3VdbeSetColName + 464
    7 libsqlite3.0.dylib 0x9453c2f0 sqlite3VdbeHalt + 140
    8 libsqlite3.0.dylib 0x94537a80 sqlite3VdbeExec + 7196
    9 libsqlite3.0.dylib 0x9453a26c sqlite3_step + 300
    10 libsqlite3.0.dylib 0x94540a0c sqlite3_exec + 232
    11 com.apple.MessageFramework 0x9aa45678 commitTransaction + 80
    12 com.apple.MessageFramework 0x9aa5792c +[Library addMessages:withMailbox:fetchBodies:isInitialImport:oldMessagesByNewMessage:] + 7448
    13 com.apple.MessageFramework 0x9aa55aa0 -[LibraryStore appendMessages:unsuccessfulOnes:newMessageIDs:newMessages:] + 124
    14 com.apple.mail 0x0004719c 0x1000 + 287132
    15 libobjc.A.dylib 0x90a461f4 objc_msgSendv + 180
    16 com.apple.Foundation 0x92be2bb4 -[NSInvocation invoke] + 944
    17 com.apple.MessageFramework 0x9a9f6840 -[MonitoredInvocation invoke] + 144
    18 com.apple.MessageFramework 0x9a9ffec0 -[InvocationQueue _drainQueue] + 416
    19 com.apple.Foundation 0x92be70c0 forkThreadForFunction + 108
    20 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 9:
    0 libSystem.B.dylib 0x90054388 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x900541e4 pthreadcondtimedwait + 676
    2 com.apple.Foundation 0x92c66540 FCONDITION_WAITTIMEOUT + 144
    3 com.apple.Foundation 0x92c6645c -[NSConditionLock lockWhenCondition:beforeDate:] + 128
    4 com.apple.MessageFramework 0x9a9ffdd0 -[InvocationQueue _drainQueue] + 176
    5 com.apple.Foundation 0x92be70c0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 10:
    0 libSystem.B.dylib 0x9000b348 machmsgtrap + 8
    1 libSystem.B.dylib 0x9000b29c mach_msg + 60
    2 com.apple.CoreFoundation 0x907de9b8 __CFRunLoopRun + 832
    3 com.apple.CoreFoundation 0x907de2bc CFRunLoopRunSpecific + 268
    4 com.apple.Foundation 0x92c0f738 +[NSURLCache _diskCacheSyncLoop:] + 152
    5 com.apple.Foundation 0x92be70c0 forkThreadForFunction + 108
    6 libSystem.B.dylib 0x9002bd08 pthreadbody + 96
    Thread 11 Crashed:
    0 <<00000000>> 0xfffeff20 objcmsgSendrtp + 32
    1 com.apple.WebCore 0x95a35c34 -[WebCoreResourceHandleAsDelegate connection:willCacheResponse:] + 244
    2 com.apple.Foundation 0x92c3dcc0 -[NSURLConnection(NSURLConnectionInternal) _didFinishReturnCachedResponse:] + 524
    3 com.apple.Foundation 0x92c107e4 -[NSURLConnection(NSURLConnectionInternal) _performOriginLoad] + 328
    4 com.apple.Foundation 0x92c0e898 _resourceLoaderPerform + 224
    5 com.apple.CoreFoundation 0x907df30c __CFRunLoopDoSources0 + 384
    6 com.apple.CoreFoundation 0x907de83c __CFRunLoopRun + 452
    7 com.apple.CoreFoundation 0x907de2bc CFRunLoopRunSpecific + 268
    8 com.apple.Foundation 0x92c0e5f8 +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 264
    9 com.apple.Foundation 0x92be70c0 forkThreadForFunction + 108
    10 libSystem.B.dylib 0x9002bd08 pthreadbody + 96

  • IPhone play count problem

    Hi guys,
    This is my first post - my first real problem since switching to Mac a few years ago - but I seem to have a problem with the play counts on my iPhone 3GS. With my iPods the play counts updated as usual and stayed the same and increased correctly as I listened to music.
    When I got my first iPhone - the 3G a few years ago - I noticed the play counts on the phone wouldn't stay the same or update correctly from sync to sync.
    I'm using a MacBook Pro running the latest version of iTunes and I manually manage my music so I don't have to sync every single song - and maybe that's the problem because when I sync my iPhone the plays on my iPhone seem to increase drastically while the plays in my iTunes library stay the same. Like, my most listened to song has 1020 plays and I know that that's not right because I ain't been listening to that song 1000+ times.
    I was hoping someone could tell me how the play counts works on the iPhone. Is there a way for the play counts on the iPod component of the iPhone to work like a normal iPod? Should the play counts be the same on the iPhone and iTunes library? I know it may be trivial but I'd like to keep track of how many times I listen to songs.
    Thanks for any help provided,
    Matt.

    I don't know if this is how it'd work, but if one syncs with WMP, it makes it so the files in your WMP library are like those on your player. So if you have a certain rating for a song, that rating will show up in WMP, and perhaps if you played the song a few times on WMP, that play count might transfer over to the player. Just a theory, but who knows. Probably just a bug.

  • OBIEE 11G Count problem

    Hi Gurus,
    I want to convert to below condition to obiee.
    Database Condition like below:
    ZEROIFNULL(CAST((CAST(COUNT(CASE WHEN END_output<=.033 and END_output>='-.117' THEN END_output END) AS FLOAT)/
    CAST(NULLIFZERO (COUNT(In_PUT)) AS FLOAT)) AS DECIMAL(10,1)))*100 AS Real_Time
    In Database output is = 48
    I have converted to OBIEE like below.
    IFNULL( CAST ( COUNT(CASE WHEN "- Order Fact"."END_output" <= .033 and "- Order Fact"."END_output" >='-.117' THEN "- Order Fact"."END_output" END) AS FLOAT ), 0) / CAST(IFNULL (COUNT("- Sales Fact"."In_PUT"),0) AS FLOAT ) *100.0
    In OBIEE output is = 45
    Note: I am getting two or three count difference in OBIEE.
    I guess the problems is Decimal, how to apply decimal in obiee like (DECIMAL(10,1)))..
    Please help on this.
    Note: I have tired several methods like below but no luck still am facing problem.
    (COUNT(CASE WHEN (END_output*1.00)<=.033 and (END_output*1.00)>='-.117' THEN (END_output*1.00) END)/
    COUNT(In_PUT))*100.0
    Please help me on this ...
    Thanks

    Hi Actually,
    we have the same issue but not with case statement, the value changes bec of missing decimals, so try to put the data format to show decimals and run in a table view to see the missing decimals so u find the exact and with the associate dimension.
    Just have a work around on it.

  • How to Configure SNMP Counter Monitors

    Hi there,
    I want to receive a SNMP trap if attributes of the SNMP Agent (JMX
    MBeans) change in WLS 6.1. I'm playing around with the PetStore
    example that is part of the package. I enabled SNMP and configured
    localhost as a TrapHost, great ! Now I want to configure a couple of
    Counter and Attribute Monitors. What do I put for
    Monitored MBean Type
    Monitored MBean Name
    Monitored Attribute Name
    if I want to monitor e.g.
    ejbEntityHomeRuntimeTransactionsCommittedTotalCount Attribute in the
    EJBEntityHomeRuntime Table ??
    I have trouble getting it working,
    thanks for any help,
    Alex
    Bonus question: Do I need to do this always with the Admin Console or
    can I edit the config.xml file myself ?

    well, here is the way you can set up a SNMP String Monitor for monitoring
    the changes to the FileName attribute in the LogMBean:
    Monitored MBean Type - Log
    Monitored MBean Name - myserver
    Monitored Attribute Name - FileName
    The easiest way to figure these attributes is with the help of the
    JavaDocs for MBeans. Please verify the data type that the method returing
    attribute that you are trying to monitor with the type of the monitor you
    are trying to set.
    ie, you cannot setup a String monitor for a boolean attribute in the
    mbean.In the case above, the getFileName method returns a String object,
    so it makes sense to set a String monitor for it!
    You can setup your monitor for EJBEntityHomeRuntime in a similar fashion!
    Its not necessary to specify the complete ObjectName in the
    MonitoredMBeanName. as the WLS constructs it automatically from the the
    Name, Type and the target to which you target this trap monitor.
    Hope this helps,
    Mihir
    Alex wrote:
    Hi there,
    I want to receive a SNMP trap if attributes of the SNMP Agent (JMX
    MBeans) change in WLS 6.1. I'm playing around with the PetStore
    example that is part of the package. I enabled SNMP and configured
    localhost as a TrapHost, great ! Now I want to configure a couple of
    Counter and Attribute Monitors. What do I put for
    Monitored MBean Type
    Monitored MBean Name
    Monitored Attribute Name
    if I want to monitor e.g.
    ejbEntityHomeRuntimeTransactionsCommittedTotalCount Attribute in the
    EJBEntityHomeRuntime Table ??
    I have trouble getting it working,
    thanks for any help,
    Alex
    Bonus question: Do I need to do this always with the Admin Console or
    can I edit the config.xml file myself ?

  • Counter problem

    The counter on the main page of my iWeb site seems to have stopped working although its fine on the other pages. I've fiddled around with it but can't for the life of me think what the problem is - any ideas?
    Digitographer
    http://web.mac.com/digitographer

    I don't know what causes this either. Sometimes the .Mac counter just gets "stuck" or at least it gets disassociated with the page that it's supposed to be counting.
    What is usually recommended is the following step-by-step process...
    1. In iWeb, delete the counter from the affected page.
    2. Publish to .Mac
    3. Back in iWeb, replace the counter onto the affected page.
    4. Publish to .Mac (again).
    Usually this works to reconnect the page with the counter server at .Mac. Usually also, this resets the counter to ZERO, but since yours is stuck on zero I figure it's not so big a deal.
    If all else fails, then I guess the next step is to do a "Publish ALL to .Mac" for your entire site. This will definitely reset all of your counters on all of your pages back to zero....as well as any comments and stuff. Just keep that in mind. Let us know how this all works out for you in case someone else comes looking for the same information!

  • Director 11 line.count problem?

    Hi all. My name is Natassa and this is my first time here!
    I am not new with Director, but can't figure out the
    following!
    There seems to be something wrong when working with text
    members regarding the line.count property. In our project, i parse
    through XML files and store data in text members which are placed
    on stage and run a mouseOver script using pointToLine(the mouseLoc)
    in order to change the color of the "active" line of the text
    member.
    The XML files are all utf-8 encoded, since we have english,
    greek and french text.
    I use a repeat loop so as to fill a text member with some
    titles.
    I have tried everything i could think of and could not solve
    my problem. So, i thought i should try something very basic and
    figure out what is going on.
    Nothing seems to be working!
    I have run the following basic scripts with the following
    output:
    Example A
    script:
    --I use numToChar(940) which is a greek character, since in
    our project we have english, greek, french all utf-8 encoded
    member("myText").text=""
    repeat with i=1 to 300
    myString = " line " & numToChar(940) &
    numToChar(940) & numToChar(940) & numToChar(940) & i
    member("myText").line[ i ] =myString
    put i,member("myText").line[ i ],
    member("myText").line.count
    end repeat
    Message window output:
    -- 1 " line άάάά1" 1
    -- 2 " line άάάά2" 2
    . (everything ok so far)
    -- 232 " line άάάά232" 232
    -- 233 " line άάάά233" 233
    -- 234 " line άάάά234" 208
    -- 235 "" 235 HERE IS THE PROBLEM - NO STING STORED IN THE
    TEXT MEMBER AFTER THIS LINE
    -- 236 "" 236
    -- 237 "" 237
    -- 299 "" 299
    -- 300 "" 300
    put member("myText").line.count
    -- 300
    put member("myText").line[300]
    Example B
    script:
    --I use numToChar(940) which is a greek character, since in
    our project we have english, greek, french all utf-8 encoded
    member("myText").text=""
    repeat with i=1 to 300
    myString = " line " & numToChar(940) &
    numToChar(940) & numToChar(940) & numToChar(940) & i
    member("myText").setContentsAfter(RETURN & myString)
    put i,member("myText").line[ i ],
    member("myText").line.count
    end repeat
    Message window output:
    -- 1 " line άάάά1" 2
    -- 2 " line άάάά2" 3
    . (everything ok so far)
    -- 232 " line άάάά232" 233
    -- 233 " line άάάά233" 234
    -- 234 " line άάάά234" 209 HERE IS THE
    PROBLEM - line.count DOES NOT WORK CORRECTLY
    -- 235 " line άάάά235" 210
    -- 299 " line άάάά299" 274
    -- 300 " line άάάά300" 275
    put member("clippings").line.count
    -- 275
    -- But if i copy the text of the member and paste it into a
    text editor, there are 300 lines!!!
    put member("clippings").line[300]
    -- " line άάάά300"
    As a result, the pointToLine(the mouse Loc) is not working
    well! The mouse is over a line and a different line has the
    "active" color...
    As you can see, the problem occurs after line 234!! :-|
    Does anyone else have the same problem? I have a deadline and
    can't figure out what to do!!
    p.s. I updated a director MX file to a director 11 file. A
    text member (contains greek and latin characters) opened in MX has
    a line.count of 384 (correct) and the same member opened in 11 gave
    a line.count of 275!!!!! Again the same problem with
    pointToLine()...

    >
    Example A
    >
    > -- 233 " line ????233" 233
    > -- 234 " line ????234" 208
    > -- 235 "" 235 HERE IS THE PROBLEM - NO STING STORED IN
    THE TEXT MEMBER
    > AFTER THIS LINE
    FWIW: I can replicate this problem, and it doesn't occur in
    DMX2004, so
    it's a new bug. It seems that line 234 gets the line number
    wrong (208)
    and it all turns to custard after that
    >
    Example B
    >
    > -- 232 " line ????232" 233
    > -- 233 " line ????233" 234
    > -- 234 " line ????234" 209 HERE IS THE PROBLEM -
    line.count DOES NOT WORK
    > CORRECTLY
    > -- 235 " line ????235" 210
    And I can replicate this too.
    However, I can "fix" your second example by referencing
    member.text.line
    instead of member.line. See the following alteration to your
    original
    handler:
    on test2
    member("myText").text=""
    c = numToChar(940)
    s = "line " & c & c & c & c
    repeat with i=1 to 300
    member("myText").setContentsAfter(RETURN & s & i)
    put i, member("myText").text.line
    , member("myText").text.line.count
    end repeat
    end
    I can't find a fix for your first example in a similar
    fashion. It's not
    permitted to execute member("myText").text.line =
    "string"
    > As a result, the pointToLine(the mouse Loc) is not
    working well! The mouse is
    > over a line and a different line has the "active"
    color...
    > p.s. I updated a director MX file to a director 11 file.
    A text member
    > (contains greek and latin characters) opened in MX has a
    line.count of 384
    > (correct) and the same member opened in 11 gave a
    line.count of 275!!!!! Again
    > the same problem with pointToLine()...
    Try instead measuring member.text.line.count instead of
    member.line.count
    I will try to replicate the pointToLine() issue and see if I
    can find a
    workaround.

Maybe you are looking for

  • Can I open a PDF using Adobe Acrobat 9 in iFrame ?Please tell me if it is possible?

    Like-> I have a PDF and I want to open it for preview in the Browser and also want to edit it ,in the same browser by using Adobe Acrobat. and I am using PHP for the Development.

  • Issue with updating Security Info on my Microsoft ID

    I am stuck in a vicious circle trying to sort an issue with my Microsoft account. I need to remove an old, defunct, email address and add a load of new security info however, depending on whether the date format on the page I keep being directed to i

  • Steps to insert xml data into oracle

    Please give me next steps to insert xml data into oracle 9i: i've been doing this steps : 1. create folder in oracle port:8080 2. copy xsd into folder 3. register schema 4. Give me next step... 5. 6. Thanks

  • Printing smartform for multiple customers

    Hi Experts, can anybody send me the code for printing the smartform for multiple customers, i need print the customer data by pagewise means in selection screes if user enter multiple customers ,i need to print by each customer, if customer 1 is diff

  • Is it because i dropped it?

    ok so i dropped my 4th gen 64G iPod touch from a really high place. it didnt turn on for a while but when i tried again, it showed the USB cable with an arrow pointing to iTunes. so i connect my ipod to iTunes on my computer but it said itunes detect