Monitor working (apparently), not reporting

Please excuse the pitiful treatment of the English language in my last
post. In my defence, I was interrupted several times during its composition
and it was more than an hour between starting it and finishing it. Here it
is again in a little more refined form.
Installation of Monitor went without incident and both the Monitor
Agent Server Console (on Windows) and the Monitor Agent Web console )on
NetWare) show "normal"status on all monitored agents (POA, MTA, GWIA and
Webacc). Moreover, from the Monitor Agent Server Console I can get an
Environment report (nearly instantaneously).
However, when I try to generate any other report from the Monitor Agent
Server Console as per docs (p. 1016 in the GroupWise 7 Administration Guide
dated June 15, 2006), nothing happens. Nothing at all.
To run a User Traffic report I use appropriate values in the date and time
fields, click "Run" and then . . . nothing. I have tried both the
three-character ID ('it8') and the email name ('richarw') in the User ID
field and the result was the same. Ditto if I leave the User ID field blank
to get all users. Novell's KB shows nothing on this problem.
Can someone tell me where to start looking for a mis-configuration?
Richard White
Mason County, Washington

> [email protected] wrote:
>
> > Can someone tell me where to start looking for a mis-configuration?
>
> Are you certain that you have message logging turned on for your MTAs?
> Almost all of the traffic reports, etc. rely entirely on message logging to
> generate their reports.
Good question. Upon reading the docs more thoroughly, I discovered that
this was required, but not enabled by default, so I enabled it. I was able
to get a test Message Traffic report but not a User Traffic report. This
morning the Monitor Agent Console running on Windows still wouldn't give me
a UT report, but the Monitor Agent Web Console did.
I discovered that the User ID is the user's email name ('richarw' in my
case) rather than the three-character ID.
For the time being I think this will work.
Thanks again.
Richard

Similar Messages

  • VBA  After_Expand is not working in EVDRE Report

    Hello Everyone,
    I am working on a report that started redisplaying rows that are grouped and hidden after clicking on expand. I created a sub routine in VBA code that will hide the rows. I then created the After_Expand function to call the subroutine where it should automatically hide the rows once the expand button is selected. The After_Expand code is not working for some reason. When I click on the expand button the rows still re-display. However, If I click on the code in the VBA editor the rows are hidden after the expand. What can I do to make this happen automatically. The code is below.
    Option Explicit
    Sub HideRows()
    ' Called by AFTER_EXPAND
    ' Hides Rows 35,97,98,104,105 after an expansion re-displays it
       Application.EnableEvents = True       
       Application.ScreenUpdating = True
    'Sheets("Napco").Select
      'Rows("35").Select
    ' Rows("97:98").Select
      'Rows("104:105").Select
      Selection.EntireRow.Hidden = True
       Worksheets("Napco").Rows("35").EntireRow.Hidden = True
       Worksheets("Napco").Rows("97:98").EntireRow.Hidden = True
       Worksheets("Napco").Rows("104:105").EntireRow.Hidden = True
    End Sub
    Function After_Expand(Argument As String)
    ' This function is automatically called after OutlookSoft expands hidden rows
            Application.EnableEvents = True      
            Application.ScreenUpdating = True
            Call HideRows
            Application.ScreenUpdating = True
             After_Expand = True
    End Function 
    Any help would be greatly appreciated!!
    Thanks,
    Eleasha

    Dear Eleasha Counts, 
    As I know and usually use the VBA in Input schedule. I have 2 opinion like as :
    1. You  can change "Sub HideRows()....End Sub" to be "Function HideRows()..End Function"
    2. You should put your VBA function (HideRows and After_Expand) in Modules.
        The step to add the modules in Ms.Excel:
         a. Open the VBAProject through Ms.Excel
         b. Right-click "Microsoft Excel Objects" and choose "Insert-Module".
    Thanks,
    Wandi

  • Tabular form validation(Checkbox) is not working for Interactive report

    Hi,
    I am using the oracle apex 4.0 and oracle 11g.
    I have written a below select query on interactive report as
    select
    apex_item.checkbox(1,RESIDD)||apex_item.hidden(2,RESIDD) row_selector,
    apex_item.text(3,RESNUM) as resnum
    from "PDRRES"
    and written the validation to display the error message( Function returning error text ) as
    DECLARE
    vRow BINARY_INTEGER;
    BEGIN
    -- apex_application.g_print_success_message := NULL;
    FOR i IN 1 .. apex_application.g_f01.COUNT
    LOOP
    vRow := apex_application.g_f01(i);
    apex_application.g_print_success_message := apex_application.g_f01(i)||'-'|| apex_application.g_f03(vRow) ;
    END LOOP;
    END;
    Output : No data found error message
    As far as it work for sql report with above logic because apex built in row selector
    but it fails in case of interactive report for some reason.
    Please suggest.

    Saroj Nayak wrote:
    Hi,
    I am using the oracle apex 4.0 and oracle 11g.
    I have written a below select query on interactive report as
    select
    apex_item.checkbox(1,RESIDD)||apex_item.hidden(2,RESIDD) row_selector,
    apex_item.text(3,RESNUM) as resnum
    from "PDRRES"
    and written the validation to display the error message( Function returning error text ) as
    DECLARE
    vRow BINARY_INTEGER;
    BEGIN
    -- apex_application.g_print_success_message := NULL;
    FOR i IN 1 .. apex_application.g_f01.COUNT
    LOOP
    vRow := apex_application.g_f01(i);
    apex_application.g_print_success_message := apex_application.g_f01(i)||'-'|| apex_application.g_f03(vRow) ;
    END LOOP;
    END;
    Output : No data found error message
    As far as it work for sql report with above logic because apex built in row selector
    but it fails in case of interactive report for some reason.
    Please suggest.NO DATA FOUND usually occurs when an i mplicit select does not find anything. It can also occur when referencing a collection element that has not been defined.
    You have 2 collectinons in the code you posted, apex_application.g_f01() and apex_applciation.g_f03. Since you are looping therough the COUNT attribute of g_f01 its reference ("I") is probably okay and the value store in vRow is probably not right. You can check this by using RAISE_APPLICTION_ERROR to see the value something like
    raise_application_error(-20000,'vRow="'||vRo2||'"');Remember that working with checkboxes is tricky. If the box is not checked nothing will be sent. You may need to define a default value when no value is submitted.

  • Share  calculation  Not working in the report

    Iam surprised not to ge the simple share calculation not working at my report.
    I have a dimension and corresponding values ( measures) .I made a Total at the end of the report. and I want to calcualte share of Total to each corresponding value.
    how to do this, any thougts,...
    I have used calculated memebers for this, But I wan to make the percentage of the total ( which is calculated inside Tool itself)
    Please help....

    Prassad,
    Not totally sure what you are trying to achieve but there a couple of possible solutions:
    1) Total = total of all dimension members. Assuming you only have three dimension members then you should have a fourth member called ALL_DIMS or something similar. In the Share calculation template you need to specify the Total level as the basis for your share calc. This will generate the following result:
                             Revenue  % Share
    - All Members     600         100%
         A                  100           17%
         B                  200           33%
         C                  300           50%2) The total you are referring to is in fact a sub total and is the result of adding together only the results for A + B + C, i.e. you have hundreds of dimension members but you specifically want to see a total for just these three members. To do this create a new custom aggregate call "My Total" and add together the dimension members A + B + C - Custom Aggs are a new feature to Discoverer OLAP (Checkout Mark Rittman's excellent blog article for more information on this feature: http://www.rittmanmead.com/2006/11/13/checking-out-the-new-discoverer-101220-features/)
    Then in the Share calculation wizard set the basis for your index using the last option in the list "Specific Dimension Member" and select your new custom aggregate member.
    Hope this helps
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • LOVs not working in Webi Report for SAP BO 4.1 SP 2 Patch 3

    Hello ,
    I have developed reports and universes in SAP BO 4.0 SP 5 and i have migrated those reports to higher version of BO which is 4.1 SP2 Patch 3.
    My universe is working fine with LOVs but when i run the webi report , the LOVs arent working.
    have anyone facing the same issue. any idea why the LOVs arent working on higher version.?

    Hi Victor,
    The List of values we will assign in universe in order to get filtered data works on universe query panel
    but the same objects when i am using in report(webi report) , the List of values are not working .i.e
    they are not getting displayed in webi report.
    for ex: i have country object having country names as LOVs and state objects having state names as LOVs . Now when i select Country value , the LOVs of state objects should get filtered and shows only states which belongs to country .
    the above logic is not working in webi report , i am only able to select country and when i go for state, the state names do not get filtered.
    please let me know why this is happening in the SP2 patch 3 version and its working fine for SP2  , but the chrome issue gets solved after applying patch 3 and not if we only upgrade to SP2.
    the webi reports are not working in chrome browser if we using SAP B04.1 SP2 and lower version
    but the LOVs are not working in SAP BO 4.1 SP 2 patch 1, 2,3.
    kindly help me with the issue

  • Highligh current row not working for classic report in 4.1

    Hello experts,
    One of our customers is migrating applications from APEX 3.0 to 4.1.
    All their applications use classic reports because interactive reports didn't exist in 3.0.
    The end users of the applications like the row color changing when they hover there mouse over the rows (highlight current row) and they insist on keeping this "functionality" in the applications.
    For some reason, this "functionality" doesn't work anymore after the migration to APEX 4.1.
    I thought it was something theme related so I created a new application with a classic report, tried some APEX built-in themes, and with none of them, I manage to get the highlight current row working.
    For interactive reports it is not an issue.
    Is this an undocumented no-longer-available feature of APEX 4.x or has there changed something which caused this functionality to stop working??
    Regards,
    Bart

    Hi,
    I created a service request for this issue, and the support analyst that helped me confirmed that this is a bug:
    "I have created the bug :
    Bug 13584762 - ROW HIGHLIGHTING NO MORE WORKS IN CLASSIC REPORT IN APEX 4.1
    While working on the problem , I have found the following solution in order to make the Row HighLightng work in APEX 4.1
    In the apex_4_1.min.js (file located in images\javascript ) , Search for :
    function setRowHighlight(a){apex.jQuery("#report_"+a+" .highlight-row").live("hover",function(b)
    and replace "hover" by "mouseover mouseout" :
    After the modification :
    function setRowHighlight(a){apex.jQuery("#report_"+a+" .highlight-row").live("mouseover mouseout",function(b)
    A refresh in the browser may be necessary in order to "reload" the file apex_4_1.min.js"
    I implemented the suggested workaround and this solved the problem!
    HTH,
    Matthias Hoys

  • Second monitor on iMac not working with Lion

    I have a mid-2011 Thunderbolt 21.5" iMac. A secondary monitor is connected to the iMac with a Mini DisplayPort-to-HDMI cable (a single cable, not an adaptor and cable).
    When I was running Snow Leopard, the monitor worked just fine. After upgrading to Lion, the second monitor just has a black screen, and quickly goes into power save mode.
    I have already tried resetting the NVRAM (as described here: http://support.apple.com/kb/HT1379) and resetting the SMC (as described here: http://support.apple.com/kb/HT3964).
    Has anyone seen this problem? Any other suggestions for solutions?

    same here, just performed the upgrade to Lion and my secondary Samsung screen (direct HDMI cable) do not work anymore (I have a mid 2011 iMac 21.5'').
    I have tried the tricks mentioned on the following discussion:
    No Signal on HDMI TV After Lion Upgrade
    ie open terminal
    cd /System/Library/Displays/Overrides/DisplayVendorID-410c/
    sudo mv DisplayProductID-0  DisplayProductID-0.old
    Reboot after entering the commands
    But it is not working, the developper clearly messed up the video output in Lion OS!!!
    Let me know if you have a solution, I am reduced  to single screen use in the meantime... and regret the upgrade...
    Thanks

  • Database link works for form but not report

    I have created a database link to the scott.emp table in a remote database then created a local synonym in my Portal.
    I then created a Form and a Report referencing the local synonym. The for works and allows me to insert record but the form does not. The report compiles fine but I get a message that Portal can't find the underlying table. It seems that if the form works then the report should too. Does anyone have a recommended solution?
    Thank you.
    Sam Masias

    There is a bug filed for this issue. And it should be taken up for fixing most probably in next release.

  • Pavilion 23tm Monitor touch screen not working

    Hi, We bought a Pavilion 23tm Monitor today and touchscreen is not working.
    Chat to one of your tech support and he remotely access my computer and tried to get it working but failed. So he told me to go to australia website. I tried to get contact through technical support but when I get to the page to find the product it can't find the product. I've put the Product name and even the Product number but no luck.
    Can someone please help me enable the touch screen on the monitor pls. 
    I am using a laptop and connected the laptop through HDMI.  
    I have installed the cd that came with it also.

    Hello Belle07,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand that you are having issues getting your new HP 23tm Monitor working and are looking for Technical Support in your area. I am providing you a link to thTechnical Support Contact Page for Australia.
    I hope I have answered your question to your satisfaction. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • Trying to get a refund on an app that do not work, but the report a problem button is grey out

    Hi
    I'm trying to get a refund on an app that do not work, but the report a problem button is gray out & Apple wants £20.00 for support
    where do I go from here
    Thanks

    To report a problem less than 90 days:
    http://reportaproblem.apple.com
    Sign in with the AppleID and Password used for the purchase.
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBooks Store purchase
    http://support.apple.com/kb/HT1933
    To report a problem greater than 90 days:
    http://www.apple.com/support/itunes/store

  • Activity Monitor not working correctly / not listing processes

    When I open Activity Monitor, it does not display a list of processes. The CPU usage works in the bottom of the window as does the disk usage. None of the other graphs display any graphing/data.
    I have rebooted, relaunched AM and I selected "all processes" but it still doesn't show processes.
    I used the terminal command "top" and can see processes in the terminal window.
    thanks for any assistance,
    Harold
    imac 2.8 dual core/24"/2gb/os10.5.5

    Thanks for the quick reply. I couldn't find the activity monitor preferences file you specified, in the Preferences directory. Here's what I've done: I rebooted from an older backup image on my external drive that I made using superduper. The activity monitor app worked from this disk image. I copied the AM app into my current drive, where it showed as a copy.
    I rebooted, and attempted to use this copy. It wouldn't let me due to file permissions problems of some sort. I opened the current version of AM and now it works.
    I'm not sure what fixed the problem, but Activity Monitory now seems to be working OK.
    thanks,
    Harold

  • When I upgraded my Mac Pro HDs I lost the capcity for 2 monitors.  One monitor works fine but the second one is not "seen" by the Mac Pro.  Help?

    My MacPro is a dual quad core 2.8 intell processor system with 6 gig of RAM and 4 HDs.  I recently upgraded the HDs from 500 gig each to 2 TB each.  I did that by copying each existing hard drive to a new hard drive and then inserting the new hard drive where the copied drive had been.  I followed all of the instructions for the OX system that came after copying and replacing the drive with the OX on it.  Unfortunately now I can no longer use the 2 monitors that I used to use on the system.  One monitor works fine, the second on is not found by the OX system and simply won't respond or receive a signal from the computer.  Any ideas?

    Have you tried a NVRAM / PRAM reset?
    Shut down your Mac.
    Locate the following keys on the keyboard: Command (⌘), Option, P, and R. You will need to hold these keys down simultaneously in step 4.
    Turn on the computer.
    Press and hold the Command-Option-P-R keys before the gray screen appears.
    Hold the keys down until the computer restarts and you hear the startup sound for the second time.
    Release the keys.

  • Security option is not working for PDF Report

    security option is not working for PDF Report , e.g password , bug??

    what version of SQL Developer are you using?

  • Intel I350 SR-IOV Suddenly Stopped Working While Hyper-V Still Not Reporting as Network as Degraded

    After working for almost a year without issues, SR-IOV functionality suddenly quit working. The NIC is an Intel I350-T4 and the OS is Windows Server 2012 R2.
    Looking at the event logs in the parent, here's an example of the message indicating failure:
    Log Name:      Microsoft-Windows-Hyper-V-SynthNic-Admin
    Source:        Microsoft-Windows-Hyper-V-SynthNic
    Date:          3/21/2014 2:12:18 PM
    Event ID:      12585
    Task Category: None
    Level:         Warning
    Keywords:      
    User:          NT VIRTUAL MACHINE\5AEE01AC-A4BC-4C66-B83A-54F9A0FF87C7
    Computer:      [removed from public post]
    Description:
    'ADDS01' Network Adapter (5aee01ac-a4bc-4c66-b83a-54f9a0ff87c7--ac9784d3-e52c-4334-ac68-465a9a853454) failed to allocate a virtual function: The request is not supported. (0x80070032): IOV networking might be incompatible with other configured networking features.
    (Virtual Machine ID 5AEE01AC-A4BC-4C66-B83A-54F9A0FF87C7)
    Looking in one of the affected Windows VMs, the following log entry is reported:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="v1q" />
        <EventID Qualifiers="40964">27</EventID>
        <Level>3</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-03-21T18:12:23.582053900Z" />
        <EventRecordID>203556</EventRecordID>
        <Channel>System</Channel>
        <Computer>[removed from public post]</Computer>
        <Security />
      </System>
      <EventData>
        <Data>
        </Data>
        <Data>Intel(R) I350 Virtual Function</Data>
        <Binary>0000040002003000000000001B0004A00000000000000000000000000000000000000000000000001B0004A0</Binary>
      </EventData>
    </Event>
    I've looked at John Howard's detailed, "Everything you wanted to know about SR-IOV in Hyper-V" series and followed the steps in part 8 (http://blogs.technet.com/b/jhoward/archive/2012/03/21/everything-you-wanted-to-know-about-sr-iov-in-hyper-v-part-8.aspx)
    to see if that would lead me to the resolution. Unfortunately, most of the error conditions that he mentions are paired with a 'Degraded' status and status messages with suggested reasons.
    Unfortunately, the network connections in my case are listed as 'OK', and so I'm not sure where to go next to find out what changed and why SR-IOV is enabled on the NIC, virtual switch, and virtual NIC... and yet still not functional and not reporting as
    degraded.
    Any help would be greatly appreciated.
    Thanks!
    Paul

    Thought I would add this information to this thread since it came up while I was trying to figure out my issue. It turns out that the Network adapters on my motherboard the I350-AM4 support SR-IOV based on Intels website
    http://ark.intel.com/products/52966/Intel-Ethernet-Controller-I350-AM4
    But my motherboard manufacture for some reason has disabled this functionality.
    http://www.asus.com/support/FAQ/1007259/
    So the lesson learned here is to check both the Adapter support and the motherboard support for SR-IOV. I still don't understand why the same exact NPU would have SR-IOV disabled but yet use the same drivers with the option to turn on SR-IOV... VMDq does
    work though fyi.
    http://WrinkleFreeIT.com/

  • I wear my watch on the INSIDE of my wrist, not the OUTSIDE - Will the heart rate monitor work

    I wear my watch on the INSIDE of my wrist, not the OUTSIDE - Will the heart rate monitor work/

    hello,
    my 4s was in os6 and when os7 first released, i have updated it. during update from os6 to os7 after 98% my wifi got disconnected and then phone automatically restarted. since then my back camera is not working. front on is working perfectly. after that i reinstall os7 properly following step by step procedure but no positive result came out.
    then i tried to change the camera with a new one but still with new camera the problem is same. then they used my camera in some other 4s and it is working fine. now i dont know what to do.
    right now using os7.1.2
    please advise.
    Salman 

Maybe you are looking for

  • [SOLVED!] KDE 4.11 - Window Manager seems not to be running?

    Greetings, I still seem unable to fix the fact that systemsettings will run. However it will run if you do kdesu systemsettings. Doing so I started checking around in it and thought I'd look at the desktop effects, when I was greeted with this: So, I

  • Add bottons on the application tool bar of the standard selection screen

    Hi All, I am having the standard selection screen in module pool programing. I wnat to add the bottons on the application tool bar of the standard selection screen.and hide the existing bottons (like std. execute and i bottons.)instead of these i wan

  • Mouse stopped working from one day to another

    hi, I got following problem: The mouse cursor isn't moving anymore, although I move the mouse. Also, Some key-combinations doesn't work anymore (including [ctrl]-[alt]-[backspace] and the sysrq-calls). Yesterday it worked perfectly, and I didn't chan

  • Allocation table notification (WA11)

    Hello Experts, Need your valuable inputs on below issue. When we are creating allocation table without any reference having Notification category as 'B', then we are able to trigger Allocation notification by WA11. System provides details of the numb

  • Error : FRM-40738

    I am getting following error while first time running the form. FRM-40738 : Argument 1 to built-in find_form can not be null. But interesting thing is if I close this form without saving and again open it and run it then it does not give this error.