Report showing Critical/Warning alerts in New resolution state 1 day old

Hi,  Has anyone come up with a SQL query that will pull this information correctly - there are a few other posts I've read that mentioned the perculiarity that resolution state isnt updated on original alert and instead 'pairs' of alerts ar created
with one having the new state (0) and the associated one with the closed state(255).  I'm aware the active alerts are stored in OpsDB and then groomed to DataWarehouse, and its a bit of a minefield to know where to pull the various properties from - I've
seem some examples with very complicated joins between the various tables.
I am also wondering where the console gets the 'Age' property of an alert (In Monitoring Pane), is it held in one of the tables Which I can directly reference or is it a calulates field which the console displays/formats as days/hours.
A version of the script I'm hacking away with is as below - it gives me some of the detail but not sure how to get it to display the specific criteria needed (Critical/Warning in state New > 1 day old).  If anyone can supply a working script (for
SCOM 2012R2 it would be greatly received!!)
SELECT     a.AlertGuid, a.AlertName, a.AlertDescription, a.Severity, a.Category, active.ResolutionState, active.TimeInStateSeconds, active.StateSetDateTime,
                      Current_ResolutionState.StateSetByUserId, Current_ResolutionState.ResolutionState AS Current_ResolutionState, Current_ResolutionState.TimeFromRaisedSeconds,
                      Current_ResolutionState.StateSetDateTime AS Current_StateSetDateTime, a.RaisedDateTime, vManagedEntity_1.DisplayName, ad.CustomField3,
ad.CustomField2,
                      ad.CustomField6
FROM         Alert.vAlert AS a INNER JOIN
                      Alert.vAlertDetail AS ad ON ad.AlertGuid = a.AlertGuid INNER JOIN
                      Alert.vAlertResolutionState AS active ON active.AlertGuid = a.AlertGuid AND active.ResolutionState = 0 INNER JOIN
                      vManagedEntity ON a.ManagedEntityRowId = vManagedEntity.ManagedEntityRowId INNER JOIN
                      vManagedEntity AS vManagedEntity_1 ON a.ManagedEntityRowId = vManagedEntity_1.ManagedEntityRowId AND
                      vManagedEntity.ManagedEntityRowId = vManagedEntity_1.ManagedEntityRowId LEFT OUTER JOIN
                      Alert.vAlertResolutionState AS Current_ResolutionState ON Current_ResolutionState.AlertGuid = a.AlertGuid AND Current_ResolutionState.ResolutionState
<> 0
WHERE     (a.RaisedDateTime BETWEEN @StartDate AND @EndDate) AND (Current_ResolutionState.ResolutionState < 11) AND (a.Severity <> 0)
ORDER BY Current_ResolutionState

try the following
SELECT     a.AlertGuid, a.AlertName, a.AlertDescription, a.Severity, a.Category, active.ResolutionState, active.TimeInStateSeconds, active.StateSetDateTime,  Current_ResolutionState1.ResolutionState1 AS Current_ResolutionState,
Current_ResolutionState1.TimeinstateSeconds1, 
 Current_ResolutionState1.StateSetDateTime1 AS Current_StateSetDateTime, a.RaisedDateTime, vManagedEntity_1.DisplayName, ad.CustomField3, ad.CustomField2, ad.CustomField6
FROM         Alert.vAlert AS a INNER JOIN
                      Alert.vAlertDetail AS ad ON ad.AlertGuid = a.AlertGuid INNER JOIN
                      Alert.vAlertResolutionState AS active ON active.AlertGuid = a.AlertGuid AND active.ResolutionState = 0 INNER JOIN
                      vManagedEntity ON a.ManagedEntityRowId = vManagedEntity.ManagedEntityRowId INNER JOIN
                      vManagedEntity AS vManagedEntity_1 ON a.ManagedEntityRowId = vManagedEntity_1.ManagedEntityRowId AND
                      vManagedEntity.ManagedEntityRowId = vManagedEntity_1.ManagedEntityRowId LEFT OUTER JOIN
                      (select alertguid, max(resolutionstate) as resolutionstate1 , max(statesetdatetime) as statesetdatetime1,
                        max(timeinstateseconds) as timeinstateseconds1 from Alert.vAlertResolutionState group by alertguid)
                       AS Current_ResolutionState1 ON Current_ResolutionState1.AlertGuid = a.AlertGuid AND
                         Current_ResolutionState1.ResolutionState1 <> 0
WHERE     (a.RaisedDateTime BETWEEN @StartDate AND @EndDate) AND (Current_ResolutionState1.ResolutionState1 < 11) AND (a.Severity <> 0)
AND Current_ResolutionState1.timeinstateseconds1 >= 86400 ORDER BY Current_ResolutionState
Roger

Similar Messages

  • Subscrition on New Resolution State fires also when closed

    Hey there,
    we do have a Installation of Scom 2012 R2 over here:
    i created two subscriptions:
    One for new Alerts and another one for closed Alerts.
    Now i am facing the issue, my New Subscription (Criteria; Severity=Critical Resolution State=New) fires also, when the state is changed to Closed.
    So i have for a new and closed Alert three Mails in my box (two with new and one with closed)
    Any ideas?
    best regards
    Chris

    Hi,
    I assume there is something missed when you configure subscritions, would please re-check how did you configure new alert subscription and close alert subscription.
    In addition, the two links below should be helpful to troubleshooting notification issues:
    Alert notification troubleshooting in System Center Operations Manager
    http://blogs.technet.com/b/operationsmgr/archive/2010/08/11/alert-notification-troubleshooting-in-system-center-operations-manager-2007.aspx
    How To: Test Notification Settings & How To Solve Issues
    http://thoughtsonopsmgr.blogspot.com/2011/03/how-to-test-notification-settings-how.html
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help.

  • Fbl5n report showing pritn output for a new customer on a new page

    Hello  All,
    In fbl5n when i execute for all the customers and give print command its printing every new customer on a new page but i want to print the data continously.
    Pls let me knw how to avoid this?
    Sunny

    Hi Sunny,
    you're case is quite common, because SAP displays the customer data in a standard layout, putting a page break after every customer and company code.
    In order to avoid this, you may change the grouping criteria. For that,
    1. be sure that you have not clicked on the header of any column in the list
    2. click on button "sort ascending"
    3. here you'll see that fields "company code" and "account" have an asterisk on column NG (new group). This means that, for every change in these fields, SAP will insert a page break
    4. remove these asterisks
    5. (optional) save this layout for further launchings of the report
    I hope this helps. Best regards,
    Alvaro

  • Sometime Report show completed / Warning

    Total projects to print in this report are 20. There are 2 criteria to print this report, which are Project Number and Output Format. As follow;
    Project number from *1 to 20* and output in PDF format --- > Complete/Normal
    Project number from *1 to 2*0 and output in EXCEL format --- > Complete/Warning
    Project number from *1 to 18* and output in PDF format --- > Complete/Normal
    Project number from *1 to 18* and output in EXCEL format --- > Complete/Normal
    Project number from *18 to 20* and output in PDF format --- > Complete/Normal
    Project number from *18 to 20* and output in EXCEL format --- > Complete/Normal

    Hi,
    I am having a similar problem, were you able to find a solution to the problem you reported. Could you please share that info.
    Thanks
    Bindu

  • New mac 5 days old daughter accessed a movie website and now keep being redirected to this site. Have erased her as user and tried to restore factory settings. Now computer running Internet recovery and I am lost. Please help

    New Mac only 5 days old. Daughter accessed a movie website and now popups keep appearing and unable to access any other Internet sites without being redirected. Have deleted her as a user and then tried to restore to factory settings. I did something wrong and it is now doing an Internet recovery. Help I am completly lost and don't know what I am doing.

    You may have installed one or more of the common types of ad-injection malware. Follow the instructions on this Apple Support page to remove it. It's been reported that some variants of the "VSearch" malware block access to the page. If that happens, start in safe mode by holding down the shift key at the startup chime, then try again.
    Back up all data before making any changes.
    One of the steps in the article is to remove malicious Safari extensions. Do the equivalent in the Chrome and Firefox browsers, if you use either of those. If Safari crashes on launch, skip that step and come back to it after you've done everything else.
    If you don't find any of the files or extensions listed, or if removing them doesn't stop the ad injection, ask for further instructions.
    Make sure you don't repeat the mistake that led you to install the malware. It may have come from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad would probably have included a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If you ever download a file that isn't obviously what you expected, delete it immediately.
    Malware is also found on websites that traffic in pirated content such as video. If you, or anyone else who uses the computer, visit such sites and follow prompts to install software, you can expect more of the same, and worse, to follow. Never install any software that you downloaded from a bittorrent, or that was downloaded by someone else from an unknown source.
    In the Security & Privacy pane of System Preferences, select the General tab. The radio button marked Anywhere  should not be selected. If it is, click the lock icon to unlock the settings, then select one of the other buttons. After that, don't ignore a warning that you are about to run or install an application from an unknown developer.
    Still in System Preferences, open the App Store or Software Update pane and check the box marked
              Install system data files and security updates (OS X 10.10 or later)
    or
              Download updates automatically (OS X 10.9 or earlier)
    if it's not already checked.

  • R12 XML Publisher reports shows output but with warning

    R12 XML Publisher reports shows correct output in both PDF and EXCEL but with warning, this is making the business uneasy, can any one help me with this.
    Please advise?

    Hi santark
    Please check [this search|http://forums.oracle.com/forums/search.jspa?threadID=&q=%22OPP+Response+Timeout+to%22&objID=c84&dateRange=all&userID=&numResults=15] this topic discussed before
    Regard
    Helios

  • Show prompts before opening a new report using action links

    Hi,
    I have a report that's grouped on a particular GROUP_ID and the current month. On clicking the GROUP_ID on the report, I need to open a new report that displays data for that month but on date level. Since we have a lot of data at date level (>100,000), I wanted a drop down on the top of the report that has all dates in that month and clicking on a particular date, the data in the pivot table is fetched.
    I tried using the pivot table prompt but that seems to fetch all the data first and then creates a drop down prompt. Is there a way where we could fire the query only on choosing a particular date.
    Is there any other way we could do this?
    Regards.

    You're saying to add a dashboard prompt for Month and Date? When opening reports using Action links, I am not able to see the prompts.
    I am using Go URLs in Action links and that data for a month is >100,000. So, I want to show the data for the month and the first date of that month.
    I really don't know whether such thing is possible or not. I just want to restrict the data to the first day of the month. Rest of the data is queried when user selects a different date from the drop down.

  • Critical warning with AXI Clock Converter IP

    Upon synthesis of my attached block diagram, I get the following critical warning :
    [Common 17-55] 'get_property' expects at least one object. ["i:/Repositories/Zynq/AsyncAXI4Lite/AsyncAXI4Lite.srcs/sources_1/bd/design_1/ip/design_1_axi_clock_converter_0_1/design_1_axi_clock_converter_0_1_clocks.xdc":20]
    the 'problem' line 20 in the automatically generated (read-only) xdc contains :
    set_max_delay -from [filter [all_fanout -from [get_ports m_axi_aclk] -flat -endpoints_only] {IS_LEAF}] -to [filter [all_fanout -from [get_ports s_axi_aclk] -flat -only_cells] {IS_SEQUENTIAL && (NAME !~ *dout_i_reg[*])}] -datapath_only [get_property -min PERIOD $m_clk]
    -> Q1 : no clue what's going on here - is it because I renamed my external port to ext_clk?
    I added the following constraint to my xdc file, but that didn't help. Looks like I need to tell that $m_clk matches the ext_clk?
    create_clock -period 62.000 -name ext_clk -waveform {0.000 31.000}
    -> Q2 : is my block diagram the correct way to use AXI4-lite on my custom IP with 2 async clock domains?
    fyi : the full contents of the (read-only) xdc file is :
    # Core-Level Timing Constraints for axi_clock_converter Component "design_1_axi_clock_converter_0_1"
    # This component is configured to perform asynchronous clock-domain-crossing.
    # In order for these core-level constraints to work properly,
    # the following rules apply to your system-level timing constraints:
    # 1. Each of the nets connected to the s_axi_aclk and m_axi_aclk ports of this component
    # must have exactly one clock defined on it, using either
    # a) a create_clock command on a top-level clock pin specified in your system XDC file, or
    # b) a create_generated_clock command, typically generated automatically by a core
    # producing a derived clock signal.
    # 2. The s_axi_aclk and m_axi_aclk ports of this component should not be connected to the
    # same clock source.
    set s_clk [get_clocks -of_objects [get_ports s_axi_aclk]]
    set m_clk [get_clocks -of_objects [get_ports m_axi_aclk]]
    set_false_path -through [get_ports -filter {NAME =~ *_axi_aresetn}] -to [filter [get_cells -hierarchical -filter {NAME =~ */rstblk/*}] {IS_SEQUENTIAL}]
    set_max_delay -from [filter [all_fanout -from [get_ports s_axi_aclk] -flat -endpoints_only] {IS_LEAF}] -to [filter [all_fanout -from [get_ports m_axi_aclk] -flat -only_cells] {IS_SEQUENTIAL && (NAME !~ *dout_i_reg[*])}] -datapath_only [get_property -min PERIOD $s_clk]
    set_max_delay -from [filter [all_fanout -from [get_ports m_axi_aclk] -flat -endpoints_only] {IS_LEAF}] -to [filter [all_fanout -from [get_ports s_axi_aclk] -flat -only_cells] {IS_SEQUENTIAL && (NAME !~ *dout_i_reg[*])}] -datapath_only [get_property -min PERIOD $m_clk]
    set_disable_timing -from CLK -to O [filter [all_fanout -from [get_ports s_axi_aclk] -flat -endpoints_only -only_cells] {PRIMITIVE_SUBGROUP==dram || PRIMITIVE_SUBGROUP==LUTRAM}]
    set_disable_timing -from CLK -to O [filter [all_fanout -from [get_ports m_axi_aclk] -flat -endpoints_only -only_cells] {PRIMITIVE_SUBGROUP==dram || PRIMITIVE_SUBGROUP==LUTRAM}]

     thank you for the very quick reply - in the mean time also tried with using 'ext_clk_1' as that seems to be the net name, but no success. 
    here is the log of the synthesis parsing the xdc files - I understand it's not finding the right clock constaint for the m_axi_aclk input of the axi clock converter. I connected my external clock (16MHz) to this input (ext_clk), but I don't know how to write the constraint correctly. I tried with this :
    create_clock -period 62.000 -name ext_clk -waveform {0.000 31.000}
    Parsing XDC File [I:/Repositories/Zynq/AsyncAXI4Lite/AsyncAXI4Lite.srcs/constrs_1/new/NeoScan.xdc]
    INFO: [Constraints 18-483] create_clock: no pin(s)/port(s)/net(s) specified as objects, only virtual clock 'ext_clk_1' will be created. If you don't want this, please specify pin(s)/ports(s)/net(s) as objects to the command. [I:/Repositories/Zynq/AsyncAXI4Lite/AsyncAXI4Lite.srcs/constrs_1/new/NeoScan.xdc:1]
    Finished Parsing XDC File [I:/Repositories/Zynq/AsyncAXI4Lite/AsyncAXI4Lite.srcs/constrs_1/new/NeoScan.xdc]
    Parsing XDC File [i:/Repositories/Zynq/AsyncAXI4Lite/AsyncAXI4Lite.srcs/sources_1/bd/design_1/ip/design_1_axi_clock_converter_0_1/design_1_axi_clock_converter_0_1_clocks.xdc] for cell 'design_1_i/axi_clock_converter_0/inst'
    INFO: [Timing 38-35] Done setting XDC timing constraints. [i:/Repositories/Zynq/AsyncAXI4Lite/AsyncAXI4Lite.srcs/sources_1/bd/design_1/ip/design_1_axi_clock_converter_0_1/design_1_axi_clock_converter_0_1_clocks.xdc:16]
    get_clocks: Time (s): cpu = 00:00:18 ; elapsed = 00:00:18 . Memory (MB): peak = 1924.273 ; gain = 9.031
    WARNING: [Vivado 12-1008] No clocks found for command 'get_clocks -of_objects [get_pins design_1_i/axi_clock_converter_0/inst/m_axi_aclk]'. [i:/Repositories/Zynq/AsyncAXI4Lite/AsyncAXI4Lite.srcs/sources_1/bd/design_1/ip/design_1_axi_clock_converter_0_1/design_1_axi_clock_converter_0_1_clocks.xdc:17]
    Resolution: Verify the create_clock command was called to create the clock object before it is referenced.
    INFO: [Vivado 12-626] No clocks found. Please use 'create_clock' or 'create_generated_clock' command to create clocks. [i:/Repositories/Zynq/AsyncAXI4Lite/AsyncAXI4Lite.srcs/sources_1/bd/design_1/ip/design_1_axi_clock_converter_0_1/design_1_axi_clock_converter_0_1_clocks.xdc:17]
    CRITICAL WARNING: [Common 17-55] 'get_property' expects at least one object. [i:/Repositories/Zynq/AsyncAXI4Lite/AsyncAXI4Lite.srcs/sources_1/bd/design_1/ip/design_1_axi_clock_converter_0_1/design_1_axi_clock_converter_0_1_clocks.xdc:20]
    Resolution: If [get_<value>] was used to populate the object, check to make sure this comm and returns at least one valid object.
    Finished Parsing XDC File [i:/Repositories/Zynq/AsyncAXI4Lite/AsyncAXI4Lite.srcs/sources_1/bd/design_1/ip/design_1_axi_clock_converter_0_1/design_1_axi_clock_converter_0_1_clocks.xdc] for cell 'design_1_i/axi_clock_converter_0/inst'

  • Oracle Discoverer report shows drilldown icon in Web version

    Hi ,
    I am trying to create a new CROSS TAB Discoverer report. I made all my development done using the Discoverer desktop edition and is fine. When I saved in the database and showed the same report the User, in the Web Version, the report shows ' >' icon in all the cross tab headings and when the cursor is moved there, it gives an option to Drill down.
    We have 3 fields which are selected but not shown in the report. It shows the drill down to those 3 fields.
    My questions is:
    1. I should not allow users to drill down. It should not show that option.
    How to disable that option in the Web Version.
    Any help in this regard is highly appreciated.
    Thanks & Regards,
    Kiran Kesari

    Yogini is correct, but the solution provided will remove drill capability for all users under all circumstances. This is a "shortcoming" of Disco. If you set up a hierarchy for the users to use for drilling, the users must have the drill out privilege. This has the additional effect of adding the "Drill to related..." feature to most (and I believe all) columns.

  • Crystal Reports XI - How  to create a new field using a formula field

    I'm quite new to CR, but have been learning quickly!
    I would like to know how to automatically create a new record/field based on another field in that row...
    I have a report showing the following data:
    Run Code     Start KM    Stop KM    Status 
    H2                 100            150           Partial
    H2                 150             155          Partial
    H2                 155             160          Partial
    S3                 120             150       Completed
    The status is generated by comparing the 'Start KM' and 'Stop KM' against fields in another table called 'Start Odo' and 'Stop Odo'
    In this example...
    H2 has 'Start Odo' and 'Stop Odo' values of 90 to 160, therefore there is still 90-100 to check.  The 'Start KM' and 'Stop KM'  is equal to the 'start Odo' and 'stop Odo' for S3, therefore it shows completed.
    My question is how do you create a formula field, which will add an entire row...displaying the values 90-100.
    I've been trying to use a conditional check in the 'Start KM' column, that sees if status is equal to partial than if start km is greater than start odo (Which is the reference km) then display the value of start odo in the new row. I'm stuck at how to create a new row.
    I want the final result to look like this...
    Run Code     Start KM    Stop KM    Status 
    H2                  90              100         Partial
    H2                 100             150          Partial
    H2                 150             155          Partial
    H2                 155             160          Partial
    S3                 120             150       Completed
    Any suggestions would be more than appreciated

    Hi Adi
    Looking at your examples it seems that you want to add a row to the existing recordset (rows fetched from the database).
    If it is the case (even if based on a formula) then you can not do it within crystal. Crystal is designed to display data and ideally it should not generate the new data.
    However, as per your requirement you can try to add this logic at database end. May be a command object within Crystal Reports can help you.
    Let me know if you do not understand anything.
    Regards
    Nikhil

  • What does this actually mean and how do I fix it: Alert: Error Count Monitor Resolution state Object Hyper-V Virtual Storage Device Has a value

    We are getting this alert on a fair few of our VMs with VHDXs and Dynamic VHDs. Everything seems OK but I am not sure what this actually means and what I need to do to resolve the issue. How do I reset the error count if that is what is required? Thanks
    in advance.
    Alert: Error Count Monitor Resolution state: New
     Error Count Monitor Source: MyVm01 Path: MyHost.MyDomain.local;MyHost.MyDomain.local;FE71577B-A2E2-45C0-B757-2FBCEC9311DE Last modified by: System Last modified time: 2/9/2013 2:08:48 PM Alert description: Instance c:-clusterstorage-volume1-MyVm01-virtual
    Sat 09/02
    To:Administrator
     09 February 2013 14:09
    Alert: Error Count Monitor
    Source: MyVm01
    Path: MyHost.MyDomain.local;MyHost.MyDomain.local;FE71577B-A2E2-45C0-B757-2FBCEC9311DE
    Last modified by: System
    Last modified time: 2/9/2013 2:08:48 PM
    Alert description: Instance c:-clusterstorage-volume1-MyVm01-virtual hard disks-MyVm01-DATA02.vhdx
                Object Hyper-V Virtual Storage Device
                Counter Error Count
                Has a value 9
                At time 2013-02-09T14:08:48.0000000+00:00
    Darren

    But I am getting this alert from SCOM and SCOM has no information about the alert for me to find out what to do - thought that was the point of SCOM to let you know of problems and how to resolve them. :)
    The alert is coming from the Error Count Monitor that is part of the Hyper-V Management Pack Extensions (v 4.0.0.0)
    I have tried looking in the Event Logs on the Host and there doesn't seem to be any storage related errors there. I am trying to establish if this is a false positive, why it is happening and if it is safe to override and ignore.
    There is nothing on the Product Knowledge tab and nothing on the Alert Context other than what I have already mentioned (see below).
    Thanks for responding.
    Time Sampled:
    09/02/2013 14:08:48
    Object Name:
    Hyper-V Virtual Storage Device
    Counter Name:
    Error Count
    Instance Name:
    c:-clusterstorage-volume1-myvm-virtual
    hard disks-MyVM-DATA02.vhdx
    Value:
    9
    Darren

  • Is there a way to still get audible alerts of new messages without having any banners or text appear in the lock screen?

    I'm trying to make sure I am doing this correctly.  How do you set up alerts for both text messages and iMessages so that even when the phone is locked you will still get an audible or vibration alert as soon as the message is received?  And is there a way to do this without having any text appear on the lock screen that shows who the message is from.  My phone stays in locked mode most of the time but I still want to recieve alerts for new messages as soon as they arrive.  I'm also concerned about privacy so I don't want any text or preview or even any information about the sender to appear on the lock screen.  I just want a vibration or audible alert.

    Open the Settings app > Notifications > Messages. Scroll down adn turn OFF "View In Lock Screen". You may want to consider setting Alert style to none, but this will not impact what happens when the screen is locked.

  • Online Archive Warning Alerts not being sent to Users

    We have exchange 2010 SP3 Rollup 7 and we utilized Online Archive of Mailbox. Each user has 2 GB of Archive Quota and 1.5 GB of Archive Warning Quota. Users don't receive any warning alert if they exceeds Archive Warning Quota. I suspect this is default
    behavior in Exchange 2010.
    Is there any change in this behavior in Exchange 2013 ?
    Regards, Sourabh Kumar Jha | Please mark it as an answer if it solves your problem or vote as helpful if you like it. |

    Does user receive warning message via OWA?
    Ans. - No
    How do you set the Archive Quota and Warning Quota?
    Ans. - It's
    the same way you have mentioned, We have archivequota of 2 GB and ArchiveWarningQuota of 1.8 GB.
    Generally, Warning Quota Alert works well, I find a blog on mailbox quota trouleshooting for your reference, hope it is helpful.
    Ans. - Have you seen any archive warning quota email, I don't find any sample email
    or reference for the same. Could you try to reproduce if you have any testing environment.
    Mailbox Quota in Outlook 2010 - general information and troubleshooting
    tips
    Ans. - Information
    in outlook shows correct, I'm concerned because user's do not receive alert when they exceed their archive warning quota.
    Regards, Sourabh Kumar Jha | Please mark it as an answer if it solves your problem or vote as helpful if you like it. |

  • Multiple alerts of new updates

    Running win XP home SP2, Acrobat pro 7.1.0
    About once a week I get an alert that new Adobe update is ready for downloading. Its the same one over and over: AcroProUpd710 all cum.exe.
    I've downloaded and installed several times but they keep coming.
    Any suggestions? joeZy

    Turn off the auto update in the preferences. Don't expect new updates for AA7 unless they are critical security updates. You can always go the Adobe.com and check the download>updates site for any new updates. Then download them. That is better for the future anyway.

  • System Report shows two monitors on the same graphics card

    I have just purchased a new Mac Pro (late 2013) with dual AMD FirePro D500s. I have two Dell 4K displays attached. No matter which ports I connect the monitors to, System Report shows that both displays are connected to the same D500. Does this mean that I am only using one of the graphics cards, or is one master and one slave?

    By default, one GPU is setup for display duties while the other is used exclusively for GPU compute workloads. GPUs are notoriously bad at context switching, which can severely limit compute performance if the GPU also has to deal with the rendering workloads associated with display in a modern OS. NVIDIA sought to address a similar problem with their Maximus technology, combining Quadro and Tesla cards into a single system for display and compute.
    from:
    http://anandtech.com/show/7603/mac-pro-review-late-2013/9

Maybe you are looking for

  • BW 7.4 Transformation error

    Hi Experts, There is a change in the structure of  _ty_s_TG_1 in the end routine of BW 7.4. The DATAPAKID is missing . Subroutine pool : RS_ROUTINE in BW 7.4 it is like this CLASS lcl_transform DEFINITION. PRIVATE SECTION.     TYPE-POOLS: rsd, rstr.

  • How do I avoid the recipient of my PDF receiving a security warning when clicking on hyperlinks?

    I create PDF's out of Indesign to send to new clients. They contain links to external websites. They do not contain any javascript or videos or hidden links. If the PDF is opened in Adobe Reader, when the recipient clicks on a hyperlink in my PDF the

  • Why won't a graphic novel download?

    I Bought a copy of arkham reborn #2 but it won't download to my iPad, issues #1 & #3 had no problems whatsoever. All three come up in my purchased history but #2 has the download symbol next to it.

  • Remove Top or Bottom Tick from XY Graph

    Hello, I have a simple XY Graph where I plot some data. The Y axis starts at 0 and ends at some value. Is there anyway to have LabView not display the 0 or ending tick mark and number? Please see the attached image for a better visual description. Th

  • Send companies thru IDOC

    Hi experts, I'd like to send companies created by OX02 transaction thru IDOC technology. Does someone know how to do that? I looked for a message type, however I didn't find anything regarding companies, closer thing was G/L Accounts. Regards, André