Alert Report in scom - based on alert properties?

Hi,
Does anybody know of a community report or have a report that can report on alert Count for alerts matching a certain criteria? For example CustomField3 = "Test".
I know of the veeam reports, but those can only sort by MP and Object. I need those two but would like the criteria option as well.
Any ideas?
Thanks in advance, Best Regards

Hi,
Please try below SQL query
SELECT
[AlertName]
,bm.[DisplayName]
,[ResolutionState]
,[CustomField3]
,[RepeatCount]
FROM [OperationsManager].[dbo].[Alert] as al
join [OperationsManager].[dbo].[BaseManagedEntity] as bm on al.BaseManagedEntityId=bm.BaseManagedEntityId
where [CustomField3]='test'
Or by using powershell way:
Get-SCOMAlert | where {$_.CustomField3
-eq "Test"}
Regards,
Yan Li
Please remember to mark the replies as answers if they help and unmark them if they provide no help.

Similar Messages

  • Owner field in SCOM Alert Properties

    When you open up the Alert Properties of an Active Alert there is an Owner Field that you can populate with a users email address.  How do you assign owners to a system instead of to an alert so that any system that alerts for anything goes to the
    owner of that device? Does the owner get an email message or do you need to set up something besides assigning the owner email for that to happen?  What is the purpose of this and where is it reference and used within SCOM? 

    Microsoft would probably tell you that "scom monitors services and applications, not servers."  a "windows server" monitored entity contains pretty much every other monitored entity from every other management pack, and in a large
    environment one person is probably not responsible for all of them. see my previous example. I may "own" the physical sharepoint server, but I do not care at all about problems with sharepoint. if I assigned myself as 'owner' of the windows
    server entity, and got notified of every alert on that box, I could get notified on alerts for sharepoint, group policy, sql, the scom agent, IIS, DNS, AD, exchange, any perspectives or synthetic transactions from that machine, etc. when maybe all
    I really care about is the performance/availability of the operating system, memory, CPU, disks, and physical hardware. as a note-mom 2005 monitored "servers" and it was very difficult not to get notified on everything. and it was a beatdown. the
    new way is better.
    also:  in my opinion, notifications have never really been a priority for the scom team, starting with SCOM 2007. we're expected to have someone watching the Alerts view 24/7 with enough knowledge to route alerts to the correct support people, and/or
    have some other process (orchestrator?) routing alerts into some other external ticketing system (service manager?).
    creating groups, subscriptions, and scoped views is the equivalent of assigning an owner.

  • The problem with forecast reports in SCOM 2012 after integration with VMM 2012

    Hello.
    I have problem with forecast reports in SCOM 2012 after integration with VMM 2012. All other reports (not forecasting) works fine. For example, report “Host Group Forecasting” don’t work. The report is generated, but I have error: “Subreport
    could not be shown”. I find only errors in SQL Server Reporting logs like this:
    library!ReportServer_0-13!1758!06/26/2012-18:26:23:: i INFO: RenderForNewSession('/Microsoft.SystemCenter.VirtualMachineManager.2012.Reports/Microsoft.SystemCenter.VirtualMachineManager.2012.Report.ForecastHostGroup')
    processing!ReportServer_0-13!1758!06/26/2012-18:26:28:: e ERROR: Throwing Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: , Microsoft.ReportingServices.ReportProcessing.ReportProcessingException: Не удалось выполнить
    запрос для набора данных "DiskSpaceUsageForecasting". ---> Microsoft.AnalysisServices.AdomdClient.AdomdErrorResponseException: Execution of the managed stored procedure GetTimeSeriesForecast failed with the following error: Exception has been thrown by
    the target of an invocation..
    Query (5, 58) Parser: The syntax for '6' is incorrect.
       at Microsoft.AnalysisServices.AdomdClient.AdomdConnection.XmlaClientProvider.Microsoft.AnalysisServices.AdomdClient.IExecuteProvider.ExecuteTabular(CommandBehavior behavior, ICommandContentProvider contentProvider,
    AdomdPropertyCollection commandProperties, IDataParameterCollection parameters)
       at Microsoft.AnalysisServices.AdomdClient.AdomdCommand.ExecuteReader(CommandBehavior behavior)
       at Microsoft.AnalysisServices.AdomdClient.AdomdCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
       at Microsoft.ReportingServices.DataExtensions.AdoMdCommand.ExecuteReader(CommandBehavior behavior)
       at Microsoft.ReportingServices.OnDemandProcessing.RuntimeDataSet.RunEmbeddedQuery(Boolean& readerExtensionsSupported, Boolean& readerFieldProperties, List`1 queryParams, Object[] paramValues)
       --- End of inner exception stack trace ---;
    The Russian string “Не удалось
    выполнить запрос для набора данных "DiskSpaceUsageForecasting"” is translated to “Could not execute query for data set "DiskSpaceUsageForecasting"”.
    I have clean installation SCOM 2012 RU1, VMM 2012 RU1. Integration SCOM with VMM work fine.
    SQL collation for all SQL DB instances (SCOM and VMM and SCOM reporting) – “SQL_Latin1_General_CP1_CI_AS”
    SQL Analysis service: SQL collation – “Latin1_General” ; language for the server – English (United States)
    I think the problem in regional settings. By my opinion there are two possible mistakes:
    SQL collation  for all SQL DB instances. May be need use “Latin1_General_CI_AS”
    as provided by
    http://blogs.technet.com/b/momteam/archive/2012/05/25/clarification-on-sql-server-collation-requirements-for-system-center-2012.aspx
    Need change regional setting. Question is for what (OS regional setting, SQL Analysis service settings,…) ?

    Error: Subreport could not be shown
    Opening a report for Client Security might result in the following error being displayed in one or more areas of the report: "Error: Subreport could not be shown."
    Background
    There are two possible reasons for this error:
    1. Wrong location   The reporting server is pointing to the wrong computer running SQL Server or a SQL Server instance.
    2. Insufficient permissions   The account configured (in SQL Server Reporting Services) to connect to the reporting database does not have appropriate permissions for the database.
    Solution
    To determine which reason is causing the error, attempt to directly open the subreport reporting the error, by clicking the name of the subreport.
    If the reporting server is pointing to a wrong location, the report displays an error similar to the following: 
    Error message
    An error has occurred during report processing.
    Cannot create a connection to data source 'SystemCenterReporting'. Cannot open database "SystemCenterReporting" requested by the login. The login failed. Login failed for user username.
    To verify the correct SQL Server computer and instance path
    In Report Manager, navigate to the report generating the error and click the Properties tab.
    Click Data Sources and under a Shared data source, note the path.
    Open the reporting Web site. If you chose the default virtual directory for reports, the URL is: http://hostname/Reports/
    If you chose to secure the viewing of reports with HTTPS, the URL is: https://hostname/Reports/
    Click SCDW.
    In the Connection type list, ensure that Microsoft SQL Server is selected.
    In the Connection string box, ensure that the correct SQL Server computer and instance name are entered.
    Note:
    A period (.) denotes the local computer.
    If the account has insufficient permissions, the report displays an error similar to the following: 
    Error message
    An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'DSDashboardComputersTrend'. (rsErrorExecutingCommand) EXECUTE permission denied on object 'prSAS_UX_DashboardComputersTrend', database 'SystemCenterReporting',
    schema 'dbo'.
    To determine if you are experiencing the SQL Server permissions issue
    Open the reporting Web site. If you chose the default virtual directory for reports, the URL is:http://hostname/Reportserver/
    If you chose to secure the viewing of reports with HTTPS, the URL is:https://hostname/Reportserver/
    Click Microsoft Operations Manager Reporting, click Microsoft Forefront Client Security, and scroll to DashboardComputersTrend.
    Click DashboardComputersTrend.
    If you are experiencing a SQL Server permissions issue, an error similar to the preceding error appears.
    To grant permissions to the SQL Server computer
    1. In Report Manager, click SCDW and note the account in the Connect using section. This is the account under which the database is contacted.
    2. On the server with the System Center Reporting database, start SQL Server Management Studio.
    3. In the tree, expand Security, and then expand Logins. Do one of the following:
    If the user account is listed, right-click the account, click Properties, and then go to step 5.
    If the user account is not listed, right-click Logins and choose New Login.
    4. In the Login name box, enter the user account (domain\username).
    5. In the Login Properties dialog box, click User Mapping, and then under Users mapped to this login, select the System Center Reporting check box.
    6. Under Database role membership for: System Center Reporting, select the db_owner check box, and then click OK.
    Thanks,
    Yog Li
    TechNet Community Support

  • Sorting dimension member based on two properties

    Hello,
    I am using SP BPC NW 10.0 SP04 (801).
    I have a query regarding sorting dimension member based on two properties. In Report Editor under Sorting and Grouping tab there is option for grouping based on single propery only.
    I have taken Profitcenter in Row axis. There are two properties TYPE and SEGMENT I have taken along with it as local member. A SEGMENT can have multiple TYPE(defined in TYPE property). I have sorted SEGMENT using Report Editor Sorting and Grouping. Now I want to sort TYPE of a segment also.
    Same thing is possible in MS version with SortCol1, SortCol2 etc.. How this can be possible in NW version. Can anyone help in this.
    Thanks & Regards,
    Deepak Palsaniya

    Hi Raju,
    Thanks for reply.
    I am using EPM add-in SP-18 Patch01, Although this is not possible in this patch also.
    Any help in this?
    Best Regards,
    Deepak

  • Bex report to report interface dynamically based on Value in the query

    Hi,
    Is it possible to change the destination of the report to report interface dynamically based on the data of the bex query?
    For example my query has the below data
    Plant | KPI | Quantity
    P1 | A | 20.00
    P2 | B | 25.00
    When the user selects KPI A I want to navigate to Query 1, and when KPI B is selected to Query 2. Query 1 and Query 2 have completely different layouts, Instead of create to two destinations is it possible to pick one based on the KPI selected.
    Is this possible in Bex report to report interface or any other way.
    Please suggest
    Thanks in advance.

    Hi
    we have RRI in sap bw. ( TCODE RSBBS.)
    Below article will enlighten you about this topic .
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/607e63d5-b56f-2c10-718f-8e33a08baa89?quicklink=index&overridelayout=true
    hope this helps

  • Call BI Publisher Report in APEX, based on R.T.F Template Layout.

    Hi to all respected members of this forum.
    Since 18th May (Saturday), I am trying to connect BI Publisher Reports with Oracle Application Express 4.2.2.
    My APEX Version = APEX 4.2.2
    Oracle BI Publisher Enterprise Edition (Trial) = 11.1.1.6.0
    Oracle BI Publisher Desktop 32 Bit = 11.117.0.79
    For this purpose what I did?
    Firstly I downloaded Oracle BI Publisher Enterprise Edition 11.7 and when I started Installation I came to know that "R.C.U (Repository Creation Utility)" is required during installation and I don't have that so, left this idea.
    Than I downloaded Oracle BI Publisher Enterprise Edition (Trial) from www.oracle.com and BI Publisher Desktop Edition for Templates because there is no facility in BI Publisher Trial Edition to design Report Templates. I have installed both successfully and created a report as per my requirement.
    Now, I want to call that report in Oracle APEX but I am unable to do that.
    I followed http://dgielis.blogspot.de/2007/12/call-bi-publisher-report-from-apex.html but the link which is shown in picture no: 03, is not available, so this didn't help me.
    Then, I followed Oracle BI Publisher Blog https://blogs.oracle.com/xmlpublisher/entry/apex_users_why_not_integrate_w which discuss to call BI Publisher Report in APEX based on "Generic Report Layout". This done successfully but still I am unable to call BI Publisher Report .
    Then I found this type of script
    http://localhost/xmlpserver/Guest/Reporting_Channel.xdo&id=FGFC&password=****&xt=Reporting_Channel&xf=pdf
    to call BI Publisher Report in APEX but this also failed.
    Please help me to understand that how to call "BI Publisher Report in APEX, based on R.T.F Template Layout.
    Thanks in Advance.
    *Regards:*
    *Muhammad Uzair Awan*
    *ORACLE APEX Developer*
    PAKISTAN.
    Edited by: uzairmalik on May 20, 2013 1:32 PM

    Are you trying to have multiple sql queries and have multiple sections displaying different data sets ? Or with one single query but display it in different ways in a single report ?
    You can create one single query as Report Query in APEX and associate it with a BIP report layout. So you can achieve a Dashboard layout with the report query/layout.

  • Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise o

    Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise on this problem we are facing. Thank you.
    == This happened ==
    Every time Firefox opened
    == Crystal Report Viewer (flash based) is displaying partial of the flash interface. It is working well on Firefox 3.6.7 and below but not in Firefox 3.6.8. It is also working well on Internet Explorer and Chrome and Safari. Please check if you can advise on this problem we are facing. Thank you. ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/532.5 (KHTML, like Gecko) Chrome/4.0.249.78 Safari/532.5

    Reset the page zoom on pages that cause problems: '''View > Zoom > Reset''' (Ctrl+0 (zero); Cmd+0 on Mac)
    See [[Text Zoom]] and [[Page Zoom]] and http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can try if it works if you disable OOPP (Out-Of-Process-Plugins) for Flash
    You can set the prefs dom.ipc.plugins.enabled.* to false on the about:config page to disable the plugin-container process.
    dom.ipc.plugins.enabled (currently false by default)
    dom.ipc.plugins.enabled.npswf32.dll (Flash)
    To open the ''about:config'' page, type '''about:config''' in the location (address) bar and press the Enter key, just like you type the url of a website to open a website.
    If you see a warning then you can confirm that you want to access that page.

  • I am facing a problem in a crystal report which is based on Infoset query

    Hi All,
    I am facing a problem in a crystal report which is based on Infoset query.in the Cost Analysis - Planned vs. Actual Order Costs
    There are two querys like Query: CO_OM_CA_20_Q1 and InfoSet: ZBPBI131_INFO_ODVR. I build infoset query based on sap best practice user guide but problem is not able to find CO_OM_CA_20_Q1
    Best Regards,
    Srinivas

    Hi,
    I would first of all suggest you don't open the same question twice. this looks like a duplicate to this entry:
    Best Practices v3.31 - SAP InfoSet Query connection
    Did you assign the queries and the infosets to an InfoSet user group and you assign the SAP account to it as well ?
    Ingo

  • I am facing a problem in a crystal report which is based on Infoset query.i

    Hi All,
    I am facing a problem in a crystal report which is based on Infoset query.in the Cost Analysis - Planned vs. Actual Order Costs
    There are two querys like Query: CO_OM_CA_20_Q1 and InfoSet: ZBPBI131_INFO_ODVR. I build infoset query based on sap best practice user guide but problem is not able to find CO_OM_CA_20_Q1

    Please re-post if this is still an issue to the Business Objects Integration Kits - SAP Forum or purchase a case and have a dedicated support engineer work with you directly

  • I am unable to get a proper report if i schedule a performance report in SCOM 2007R2

    Hi,
    A very Good day to All.
    I have created a Performance report in SCOM 200R2 to trace performance reports for specific counters. I also receive the report VIA email, But the problem is i get the same report all the time. I need the report on hourly basis but with the value of that
    particular specific times.
    Example:
    =========
    When i schedule a report for data needed for CPU utilisation from a group of servers from  1/1/2014 9AM - 10AM i get the report for that and in every 1 hr (As per the time what is set in SCOM). I get the same report every hour for 1/1/2014 9AM
    - 10AM only i want an email to triger for every one Hour with its current value.
    Eg: 1/1/2014 10AM - 11AM,  11AM - 12PM's CPU Report etc. 
    Can any one plz help me on this.

    there is  no option to doing this.
    Roger

  • SLA reporting in SCOM

    Hi everyone,
    We are pleased to invite you, your friends and colleagues  on the 7th of May at 11 am (UTC) Dublin, Edinburgh, Lisbon, London to our new Axibase webinar SLA reporting in SCOM.
    Join the meeting: https://join.me/axibase.com
    On a computer, use any browser with Flash. Nothing to download.
    On a phone or tablet, launch the join.me app and enter meeting code: axibase.com
    By phone
    Access Code   346-934-063#
    Austria   +43.720.881.959
    Belgium   +32.2.300.9635
    Bulgaria   +359.2.437.2476
    Switzerland   +41.43.508.1539
    Czech Republic   +420.255.719.145
    Germany   +49.69.1200.7242
    Denmark   +45.69.918.003
    Spain   +34.81.061.0479
    Finland   +358.9.4259.9698
    France   +33.1.8288.3590
    Greece   +30.21.1198.2986
    Croatia   +385.1.775.7101
    Hungary   +36.1.700.8899
    Ireland   +353.1.531.4868
    Israel   +972.3.763.0434
    Italy   +39.06.8339.9900
    Luxembourg   +352.20.880.005
    Latvia   +371.6.6163.227
    Netherlands   +31.20.262.0571
    Norway   +47.21.99.9401
    Poland   +48.22.397.0104
    Portugal   +351.308.800.816
    Romania   +40.317.10.6163
    Russian Federation   +7.495.777.35.54
    Sweden   +46.8.4030.9107
    Slovenia   +386.1.828.0252
    Slovakia   +421.2.3345.6680
    Ukraine   +380.443.92.0739
    United Kingdom   +44.20.3582.4515
    By computer via internet: Join the meeting, click the phone icon and select 'Call via internet'. A small download might be required. 
    Best regards,
    Alex Ganyukov
    VP of Sales
    [email protected]
    Direct no. +1.408.915.5551
    www.axibase.com
    Axibase Corporation

    Hi everyone,
    Thanks for joining us today for our SLA reporting in SCOM webinar.
    As mentioned on the webinar today we will be doing more in upcoming weeks.
    For those who missed todays webinar we recorded it and uploaded at our youtube chanel - http://www.youtube.com/watch?v=WE4g_lh9a1c&list=UUsSdG4WmkyakF_MVDyzN-Cw.
    For questions, distributive, installation guide and more please contact us:
    [email protected]
    [email protected]
    or you can get in touch with me directly.
    Thanks!
    Best regards,
    Alex Ganyukov
    VP of Sales
    [email protected]
    Direct no. +1.408.915.5551
    www.axibase.com
    Axibase Corporation

  • Can you report a fault based on errors ?

    I seem to have a lot of errors on my broadband line and I was expecting a speed increase when I 'upgraded' to the up nto 20Mbps service but the sync speed has actually dropped slightly.  I have used the test socket etc and checked out all internal wiring. The line seems to be noise free having done a quiet line test. It seems very intermittent - the errors come in bursts so I guess I could have missed 'noise'.
    The question is can I report a fault based on the errors shown on the router and perhaps more importantly will BT do anything about it?
    Any advice /comments welcome
    Thanks
    Banz
    my stats :-
    Line state
    Connection time
    2 days, 18:30:31
    Downstream
    6,223 Kbps
    Upstream
    1,091 Kbps
    ADSL Settings
    VPI/VCI
    0/38
    Type
    PPPoA
    Modulation
    G.992.5 Annex A
    Latency type
    Interleaved
    Noise margin (Down/Up)
    12.8 dB / 6.1 dB
    Line attenuation (Down/Up)
    40.3 dB / 21.6 dB
    Output power (Down/Up)
    9.8 dBm / 1.6 dBm
    Loss of Framing (Local/Remote)
    0 / 0
    Loss of Signal (Local/Remote)
    0 / 0
    Loss of Power (Local/Remote)
    0 / 0
    FEC Errors (Down/Up)
    0 / 0
    CRC Errors (Down/Up)
    1032 / 0
    HEC Errors (Down/Up)
    3071 / 0
    Error Seconds (Local/Remote)
    642 / 0
    Solved!
    Go to Solution.

    banz wrote:
    Thanks Imjolly - The results did not change when I connected to the test socket but that was only for a few minutes. How long should I be connected to the test socket? Does it really matter now as I now have a ADSL faceplate connected so i am effectively connected directly am I not.? If you think its worth connecting direct to the test socket for a longer period then I will try that.
    With the adsl faceplate there is no real point in connecting to the test socket
    From what you say it would appear that I could not report a fault as such with the error rate I am getting.
    No 
    Here's another question then - Should I expect an increase in download speed when upgrading from up to 8mbps to up to 20 mbps?? it seems odd to me that I have actually dropped my sync speed .
    Your noise margin may still drop to round about 6 which I would hope will increase your down sync.  There are quite a few posts on the forum of people upgrading to 21CN and not getting any increase or in some cases a decrease in down speed
    Thanks again
    Banz
    bt speedtester results
    Download speedachieved during the test was - 5497 Kbps
     For your connection, the acceptable range of speedsis 1000-7150 Kbps.
     Additional Information:
     Your DSL Connection Rate :6223 Kbps(DOWN-STREAM), 1091 Kbps(UP-STREAM)
     IP Profile for your line is - 5000 Kbps
    The throughput of Best Efforts (BE) classes achieved during the test is - 14.11:26.41:59.48 (SBE:NBEBE)
    These figures represent the ratio while sententiously passing Sub BE, Normal BE and Priority BE marked traffic.
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post.
    If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

  • Rolling month for webi report using Univ based on BEX Query

    Dear Experts,
    I'm new to OLAP universes.
    We have a requirements of having last 12 months rolling  for given measure(Key figure) in webi report using Univ based on Bex Query.
    We require a calmonth (time dimension) object  (restricted for last 12 months) where user can drag and drop on column section of cross-tab table.  User should drag more than one Key figure ( for ex. sales rev and & qty sold) for each month
    Could you please provide me the solution to do this?
    Thanks
    Akshara

    Hi Henry,
    Thank  you for your response.
    BEx query has not been created yet. we need to create accordingly and require your help in creating the same.
    Regarding reporting requirements,  User wants to have adhoc reporting  with rolling months ( 12 months or 6 months) functionality. Users want to link any KF to this rolling months dimension.
    If we can't have this, what is the alternative that we can propose to user.
    Thanks
    Akshara.

  • Schedule a custom report in scom 2007 R2

    Hi Guys,
    I have created a custom report using visual studio for scom 2007 r2. I can create adhoc reports using that but when I want to schedule it I dont know how to do that. Since default reports from scom has other optional dates like yesterday, Today, last week,
    last 7 days. How to do achieve this. Could some one help me on step by steps how to use date picker for scheduling the reports. I have gone through some microsoft link but I could not understand where exactly I need to add the code on my custom xml report.
    Please help me.
    Thanks,
    Naresh

    Hi!
    You have to add the correct controls in the parameter block, add the code-block, add report parameters as in the parameter block and replace query parameters.
    Have you read this:
    http://technet.microsoft.com/en-us/library/gg697751.aspx
    Markus Bölske, Lumagate. www.lumagate.se Blog:
    www.opsmanager.se|www.scdpm.se

  • Export PDF Error, Java , ...decisions.reports.a.a.(Ljava/util/Properties;)V

    Hi,
    I'm trying to export my reports to pdf using Java Servlets and Crystals is throwing the following error message:
    com.crystaldecisions.report.web.viewer.ReportExportControl
    com.crystaldecisions.reports.a.a.(Ljava/util/Properties;)V
    I really have no idea how to fix this, can't find info anywhere and the error does not help at all. Have you guys even seen this issue before?
    Thank you
    here is my code (used to work with version X):
    IReportSourceFactory2 rptSrcFactory = null;
    IReportSource reportSource = null;
    ReportExportControl exportControl = null;
    try
       rptSrcFactory = new JPEReportSourceFactory();
       reportSource = (IReportSource);
       rptSrcFactory.createReportSource("myreport.rpt",request.getLocale());
       exportControl = new ReportExportControl();
       ExportOptions exportOptions = new ExportOptions();
       exportOptions.setExportFormatType(ReportExportFormat.PDF);
       PDFExportFormatOptions PDFExpOpts = new PDFExportFormatOptions();
       PDFExpOpts.setStartPageNumber(1);
       PDFExpOpts.setEndPageNumber(999999999);
       exportOptions.setFormatOptions(PDFExpOpts);
       exportControl.setReportSource(reportSource);
       exportControl.setEnableLogonPrompt(false);
       exportControl.setEnableParameterPrompt(true);
       exportControl.setExportOptions(exportOptions);
       exportControl.setExportAsAttachment(false);
       exportControl.processHttpRequest(request, response, getServletConfig().getServletContext(), out);
    + Netbeans 6
    + JDK 1.6
    + Tomcat 6

    Hi Paul,
    The question you have asked can be best answered in the Business Objects SDK Application Development Forum.
    The Crystal Reports Forum is dedicated to issues arising in Crystal Reports Full Client Software.
    Cheers!

Maybe you are looking for

  • Slow and Skipping

    My Macbook pro is about 3 or 4 years old. It has never given me trouble. All of the sudden the last 2 weeks it has been getting slow. Its progressivley getting worse I can barely type without it pausing  and giving me the wheel. I can't multitask and

  • 2nd tween not working

    Can anyone explain why the following tween in Frame2 of the main timeline doesn't work? The 1st works fine. Frame1 var twMoveClip:Object = new Tween(this.mcMenu.mcB, "_y", Strong.easeInOut, 196, 0, 20, false); twMoveClip.onMotionFinished = function()

  • Install Oracle 8

    I try to install Oracle 8, after 6 hours of download, and after decompress the Oracle817ntee.zip in the c:\disk1, try to run the setup.exe and... nothing happens, neither messages, nor errors... nothing. My PC is a Dell Dimension 8200 with a PIV 1.7

  • In IOS7.1.2 how can I change the size of type for Photo Album?

    I want to change the size of the type of a name of a Photo Album to match the size of earlier albums.  How can I do this?

  • How do you clear the  Last Import file?

    Every time I import new photos, previous imports are duplicated. And for every photo I import, a new import file is created. If I import 10 photos - one at a time - I end up with 10 folders, the last of which contains all 10 photos. I then have to ma