CSA Report Viewing ActiveX problem IE7

When I am trying to run the reports in CSA they work fine, in HTML format. However when I am trying to view them in activeX, it comes back on IE7, telling me it cannot access the resource and that I need to install IE4 and DCOM for windows 95. I am sure that I am simply over looking something. Suggestions?

You sir.. are fantastic!!! RESOLVED - Solution :
To Resolve:
1. Open up Internet Explorer 7
2. From the Tools menu, select Internet Options
3. From the new popup window, select the Security tab
4. Ensure that you highlight Internet
5. Click on the button named Custom level
*The Security Settings menu will now come into view*
6. Scroll down the settings until you reach "ActiveX controls and plug-ins"
7. Ensure the settings are as below -
Allow previously unused ActiveX controls to run without prompt
Enable
Allow Scriptlets
Disable
Automatic prompting for ActiveX controls
Enable
Binary and script behaviours
Enable
Display video and animation on a web page that does not use external media player
Disable
Download signed ActiveX controls
Prompt
Download unsigned ActiveX controls
Disable
Initialize and script ActiveX controls not marked as safe for scripting
Disable
Run ActiveX controls and plug-ins
Enable
Script ActiveX controls marked as safe from scripting*
Enable
Please ensure that you click OK, once finished ? to save

Similar Messages

  • How to hide the preview section in the crystal report viewer activex cntrl.

    Dear All,
    I am using the Crystal report viewer ActiveX to display the Crystal report. When the report opens in the Crystal report viewer ActiveX control, a preview section comes at the left hand side of the panel. How can I hide the preview section from the Report viewer control.Is it possible to customize the the report viewer control.  Awaiting for your suggestions.
    Thank you.
    Regards,
    Rahaneef

    Just to get the terminology correct. I believe you are meaning the Group Tree(?).
    Vb Code:
    CrystalActiveXReportViewer1.DisplayGroupTree = False.
    Also, do consult the developer help file;
    C:\Program Files\Business Objects\Crystal Reports 11.5\Help\en\rdcsdk_com_dg_doc\doc\rdcsdk_com_dg.chm
    Ludek

  • Crystral reports viewer activex control 11.5 - export to pdf - misaligned

    good morning
    i have been advised to post here for a better response
    i have a slight issue im trying to get an answer for with crystral reports viewer activex control 11.5
    when exporting data from the report on screen to pdf, everything is mostly ok except for some lines which are not correctly aligned with everything else
    when i do a print instead to software such as primopdf, the alignment is fine, its exactly as it looks on the onscreen report, howeverm primopdf is unable to print the whole report due to a control error & it also takes far too long exporting the data out of crystal reports
    obviously, getting the activex control export to pdf working is the preferred option, else why bother using it
    has anyone else had similar issues & what did you do to resolve?
    i wouldnt be suprised if the answer is simply to update to the latest version
    Thank You & Regards,
    Matteo Vinci II GradOIEAust
    SD Innovative Solutions

    Well, perhaps not the latest version, but certainly the latest Service Pack would be the place to start. For CR XI r2 (11.5), the latest SP can be downloaded from here:
    https://smpdl.sap-ag.de/~sapidp/012002523100006255422008E/crxir2_sp4_inc.exe
    If that does not help, have a look at [this|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d3639373635463644364636343635334433393339333832363639373635463733363137303645364637343635373335] kbase.
    Now, the above was created for CR 10.2, so the registry for CR XI r2 is:
    HKLMsoftware usiness objectssuite 11.5crystal reports.
    You may have to create the "Export" folder and PDF folder so that this looks as:
    HKLMsoftware usiness objectssuite 11.5crystal reportsexportpdf
    Now, Right-click the pdf sub key and click New > DWORD Value. Name the DWORD value "ForceLargerFonts" and set it to the value of 1.
    Restart IIS, and try the application again.
    If this does not help, let me know if this is a web or a win app.
    Ludek

  • Crystal reports viewer activex and caching?

    We are embedding the activex report viewer component in one of our pages. It then runs and renders a report. It would appear that it is hitting the database once to pull the full dataset, but is actually caching the dataset, and fetching a page at a time. Is this correct behavior? Can it be changed?

    Hello, Henry;
    In a web application all of the Crystal Reports files and data handling are on the server.
    The ActiveX viewer will handle post back for the pages but all of the data is retrieved and stored on the server so preparing each new page will be handled by the server.
    The behaviour is correct and cannot be changed.
    A workaround would be to export to pdf on the server and redirect to the browser as one document.
    Elaine

  • Setting report viewer source problem...

    In vs2010 I go to bind the report viewer to the report source but the report source method is showing invalid.  I have included: using CrystalDecisions.CrystalReports.Engine;
    using CrystalDecisions.Shared;
    My click handler to generate the report is:
    DataTable table = new DataTable();
    dbOperations operations = new dbOperations();
    ReportDocument pluReport = new ReportDocument();
    pluData pluData = new pluData();  //use database to populate a datatable
    table = operations.dispDB();  //populate the table from the database
    pluData.Tables[0].Merge(table);  //merge table from database with dataset
    pluReport.Load(@"C:\Users\Chris\Documents\Visual Studio 2010\Projects\CRS_Inventory\CRS_Inventory\pluReport.rpt");
    pluReport.SetDataSource(pluData);
    crystalReportsViewer1.(pluData);
    I am converting a previous project from forms to wpf and everything works perfectly fine except this one line.  Thanks for the assistance.

    I htink the best palce to start is with out sample apps:
    https://smpdl.sap-ag.de/~sapidp/012002523100006252822008E/net_win_smpl.exe
    http://www.businessobjects.com/jump/xi/default.asp
    and these resources will also help:
    http://www.businessobjects.com/global/pdf/dev_zone/VS2005_Walkthroughs.pdf
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm
    https://boc.sdn.sap.com/developer/library
    C:\Program Files\Business Objects\Crystal Reports 11.5\Help\en\crsdk_samples_aspx\data\crsdk_net_tutorials_115_en.zip
    C:\Program Files\Business Objects\Crystal Reports 11.5\Help\en\crsdk_net_doc\doc\crsdk_net_doc.chm
    http://vbcity.com/forums/faq.asp?fid=54&cat=Crystal%20Reports
    Ludek

  • Crystal report viewer toolbar problem

    when i run the report it works fine but after a minute when i click on any of the buttons(export,print,drill,navigate) on the cyrstal report viewer toolbar it gives me
    database logon failed
    I have more than 50 viewers.
    I tried by setting logon information but that did not work.
    i am trying to reload the report and assign the dataset again on each drilldown and in navigating the pages for each viewer and it works out fine even after 15 minutes.
    i am using the following event for drilldown and navigating
    crystalreportviewer1.drill
    crystalreportviewer1.navigate
    As i am reloading the report in the above two events i want to reload the report and dataset the same way for  export and print. But there is no event for export and print.
    if any body wants to see the code please let me know.
    Please any kind of help is appreciated.
    Thanks in advance.

    I htink the best palce to start is with out sample apps:
    https://smpdl.sap-ag.de/~sapidp/012002523100006252822008E/net_win_smpl.exe
    http://www.businessobjects.com/jump/xi/default.asp
    and these resources will also help:
    http://www.businessobjects.com/global/pdf/dev_zone/VS2005_Walkthroughs.pdf
    http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/devsuite.htm
    https://boc.sdn.sap.com/developer/library
    C:\Program Files\Business Objects\Crystal Reports 11.5\Help\en\crsdk_samples_aspx\data\crsdk_net_tutorials_115_en.zip
    C:\Program Files\Business Objects\Crystal Reports 11.5\Help\en\crsdk_net_doc\doc\crsdk_net_doc.chm
    http://vbcity.com/forums/faq.asp?fid=54&cat=Crystal%20Reports
    Ludek

  • Issue With Report Viewer Version 11 On VS2012 & VS2013

    I create a sample project on VS 2012 @ VS2013 and created a report with some static data . I am trying to print the Report generated through report viewer 2012, but it is throwing the following
    "error An error occurred during printing. (0x80070006)".
    I am trying to test this on Windows 8.0 and Windows 7. It is working perfectly fine on Windows 8 . The issue is only on windows 7.
    Checked “Downloaded Program Files” folder.  All the required files were existed.
    Enabled Active X.
    Please suggest me how i can resolve this issue in Windows7 ?.

    Hi Arc Sam,
    Please find the details information below:
    You can install the control using the RSClientPrint.cab file... You can find this file in your VS installation at "\Microsoft Visual Studio 9.0\ReportViewer\". Below is a link to a related thread
    which may help you:
    http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=332145&SiteID=1
    Similar thread below:
    https://social.msdn.microsoft.com/Forums/sqlserver/en-US/0501da39-0a27-4f61-81e0-7c6bb2c5a189/reporting-services-report-viewer-activex-control?forum=sqlreportingservices
    Regards,
    Swallow

  • IE8 on XP shuts down on first print of Crystal Report using ActiveX Viewer

    Environment:
    u2022 Business Objects Enterprise XI 3.1 SP3 FP 3.5
    u2022 Tomcat 5.5
    u2022 Windows Server 2003
    u2022 JDK Version: 1.6
    u2022 Internet Explorer 8 - compatibility mode
    u2022 client machines Windows XP Professional SP3
    Issue:
    The browser shuts down after last page is queued for printing upon installing ActiveX print control for the first time in all XP SP3 environments.  Issue does not occur when using Vista or Windows 7.  Subsequent printing works fine after ActiveX print control has been installed once.
    Steps Taken:
    -"Enabled memory protection to help mitigate online attacks" option in IE and turned on DEP on OS - this is mandatory for company security policies.  Issue does not occur if this option is turned off.
    -Not reproducible on my end under same environment
    -PDF printing works, however this is not a feasible solution
    -issue does not occur for IE6 and IE7 in XP, and IE8 on Windows 7
    -disabling DEP via boot.ini also removes issue
    -upgrading client workstation to Windows 7 also not a viable solution
    -validated version of  \Business Objects\common\4.0\crystalreportviewers12 \ActiveXControls\PrintControl.dll on the BOE server as 12.3.1.684
    -on client machines, added to Trusted Sites  the web site of report origin. Open internet explorer >Tools>Internet Options>Security Tab>Trusted Sites Security Zone >Click Sites> Add Site by typing the web site address---> Click Add -->OK then close the internet Options dialog box.
    -not applicable solution, BO XI R2 - "Blank "Crystal Reports Viewer" window - attempt to print report
    relevant links:
    http://support.microsoft.com/kb/875352
    http://blogs.msdn.com/b/ie/archive/2008/04/08/ie8-security-part-i_3a00_- dep-nx-memory-protection.aspx

    Hi Seb,
    It's already been validated that turning off DEP works. however, DEP is mandatory for this customer.
    I did come across the release notes for IE8 at http://msdn.microsoft.com/en-us/ie/dd441788, indicating the following,
    Turn off Data Execution Prevention group policy
    The Group Policy setting, Turn off Data Execution Prevention (Windows Components | Internet Explorer | Security Features), does not currently function as expected. While the Internet Control Panel option will appear to be disabled, Data Execution Prevention is still turned on. This is a known problem and will be corrected it in a future update.
    Thanks,
    Calvin

  • Problem on using Crystal Report Viewer on windows application ("specified type is not valid ")

    Hi
    I am having problem on using Crystal Report Viewer on one of my windows application.
    I am not sure how to put the Crystal Report Viewer 11 Control onto the tool box.
    I could found a Crystal Report Viewer control on my computer, but it is version 8.5.
    I have also found another one which is Called Crytal ActiveX Report Viewer, i don't think it is the one I can use. As when I try to load a dummy report on to the Crytal ActiveX Report Viewer, It return an error. "specified type is not valid"
    Please see the Code sample below.
    private sub loadReport()
         Dim r as New ReportDocument
         'v is the name of the Crystal ActiveX Report Viewer Control
         r.Load("C:\Report1.rtp")
         v.ReportSource(r) <---It throw error on this line.
    End Sub
    Could you give me some advice about what have I done wrong, How to check if I have set up the Crystal Report Component correctly in my Visual Studio 2005 Standard edition.
    Thanks in advances.
    Many thanks
    Chi

    VS 2005 Standard and Express editions do not come with Crystal Reports; only the Professional and higher editions will have CR bundled. However, I believe you can purchase CR XI R2 Developer and it will give you the components you need to create a VS .NET 2005 application using the Standard edition.
    -MJ

  • Crystal Report Viewer Print does not work for IE7

    Post Author: ssdudeveloper
    CA Forum: .NET
    When I view a report in IE7, and click the Print button in the Crystal Reports Viewer toolbar, an empty dialog window opens and no print dialog appears. The print functionality works correctly when viewing the same report using an IE6 browser.
    I have tried changing the browser security settings (as per http://technicalsupport.businessobjects.com/cs/forums/thread/3171.aspx) - with Automatic prompting for file downloads set to Enable, but this does not resolve my problem.
    Is this a known compatability issue with IE7? Are there any workarounds/solutions to this?

    Hello,
    Please search before posting.
    Visual Studio 2010 is not meant to work with Crystal Reports 10.2.
    Download CR4VS2010 here:
    [/people/blair.wheadon/blog/2010/07/29/crystal-reports-for-visual-studio-2010-beta-2-and-runtimes-now-available|/people/blair.wheadon/blog/2010/07/29/crystal-reports-for-visual-studio-2010-beta-2-and-runtimes-now-available]
    Thanks,
    Bhushan.

  • How Can I create a SAP form that contains activeX report viewer?

    I'm trying to create a SAP form that contains a ActiveX control to view a Crystal Report. Can anyone Help?
    Thanks,
    Ezequiel.

    Thanks Ludek, I use this a sub to create a report document and report viewer in sap bussines one form.
    Running this code shows the sap business one form with the report viewer but then closes SAP Business One Application.
    which may be the problem?.
    Private Sub CreateFormWithActiveX()
        Dim CP As SAPbouiCOM.FormCreationParams
        Dim fTree As SAPbouiCOM.Form
        Dim AcXTree As SAPbouiCOM.ActiveX
        Dim oItem As SAPbouiCOM.Item
        Dim CRapp As CRAXDDRT.Application
        Dim CRRep As CRAXDDRT.Report
        'Dim CRepDoc as
        ' Set the form creation parameters
        CP = SBO_Application.CreateObject(SAPbouiCOM.BoCreatableObjectType.cot_FormCreationParams)
        CP.BorderStyle = SAPbouiCOM.BoFormBorderStyle.fbs_Sizable
        CP.FormType = "ACXTree"
        CP.UniqueID = "ACTree1"
        fTree = SBO_Application.Forms.AddEx(CP)
        fTree.Left = 10
        fTree.Top = 10
        fTree.Width = 800
        fTree.Height = 600
        fTree.Title = "Crystal Report Viewer - Argentis"
        fTree.AutoManaged = True
        ' Add the TreeView Control to the form
        oItem = fTree.Items.Add("Tree", SAPbouiCOM.BoFormItemTypes.it_ACTIVE_X)
        oItem.Left = 1
        oItem.Top = 1
        oItem.Width = 800
        oItem.Height = 600
        ' Create the new activeX control
        AcXTree = oItem.Specific
        CRapp = New CRAXDDRT.Application
        CRRep = CRapp.OpenReport("C:\Projects\Crystal Report ActiveX Viewer\Crystal\Indumetaria\Reportes\ARInvoiceMatrix_portrait.rpt", 1)
        'CRRep.RecordSelectionFormula = "{OINV.DocEntry} = {?doc_num}"
        For i As Integer = 1 To CRRep.Database.Tables.Count
          Dim ConnectionInfo As CRAXDDRT.ConnectionProperties
          ConnectionInfo = CRRep.Database.Tables(i).ConnectionProperties
          ConnectionInfo.Delete("Integrated Security")
          ConnectionInfo.Delete("Provider")
          ConnectionInfo.Delete("Data Source")
          ConnectionInfo.Delete("Initial Catalog")
          ConnectionInfo.Delete("User ID")
          ConnectionInfo.Delete("Password")
          ConnectionInfo.Add("Provider", "SQLOLEDB")
          ConnectionInfo.Add("Data Source", "Ezequiel")
          ConnectionInfo.Add("Initial Catalog", "SITKA")
          ConnectionInfo.Add("Integrated Security", 0)
          ConnectionInfo.Add("User ID", "sa")
          ConnectionInfo.Add("Password", "sa2005")
        Next
        AcXTree.ClassID = "CrystalReports102.ActiveXReportViewer.1"
        'oTreeView = AcXTree.Object
        oViewer = AcXTree.Object
        oViewer.EnableToolbar = True
        oViewer.EnableStopButton = True
        oViewer.EnableSelectExpertButton = True
        oViewer.EnableSearchControl = True
        oViewer.EnableRefreshButton = True
        oViewer.EnableProgressControl = True
        oViewer.EnablePrintButton = True
        oViewer.EnablePopupMenu = True
        oViewer.EnableGroupTree = False
        oViewer.DisplayGroupTree = True
        oViewer.ReportSource = CRRep
        oViewer.ViewReport()
        fTree.Freeze(True)
        ' Make the form visible
        fTree.Visible = True
      End Sub
    Regards.

  • Report viewer page showing in ActiveX Mode

    In CMC or Infoview, we are able to set viewing option to DHTML, ActiveX, Advanced DHTML & so on.
    I need to code a viewer page which able display reports in ActiveX mode.
    What I did:
    1) I have set the viewing preferences to ActiveX from CMC
    2) using the sample codes which uses com.crystaldecisions.report.web.viewer.CrystalReportViewer
    3) I have searched and checked the API for any method to set the view mode to ActiveX (but can't find any).
    4) I have set the print mode to ActiveX
    Result:
    1) My viewer page still showing reports in HTML mode.
    2) But my reports are showing in ActiveX mode in CMC report preview and InfoView.\
    Any one has the code sample or solution?! I need some guides here...

    The CrystalReportViewer class is the DHTML viewer, and there's no way to invoke the ActiveX viewer through it.
    The ActiveX viewer is a client-side component, that needs to launch and communicate back to a web-app-server-side component, that mediates communication with Enterprise.
    Enterprise web apps has such a server-side component, but no public API does. 
    The RAS report viewer sample you're referring to does contain such a component - it essentially mediates the communication between the RAS server and the ActiveX viewer - however, it's only been written against Version 10, and it's only available as a classic ASP page using COM libraries, and not Java.
    The only public way to get the ActiveX viewer is using URL Reporting.
    Sincerely,
    Ted Ueda

  • Crystal report viewer problem

    Hi,
    We have CR 2008 SP2 license version and We are using visual studio 2010 and downloaded CR for visual studio 2010. After upgrading when we run the application, report displays successfully with new report viewer  but when i try to open another report it displays in new window rather than in current window. This issue occurs in Internet Explorer only. When i run this apllication in firefox it works....!!!! In firefox, it does not open new window for each report.
    So, can you tell me this issue is related to browser or report viewer and what should we do to solve this issue?
    Thanx in advance for any help.

    Hi,
    I got the exact problem which was occurred. We do have 3 frames in an aspx page. From the link given in one frame (left frame), we are loading new form in another frame(main frame) by giving the "target=main" in link. Suppose in left frame i have given options to load different reports. Report is loaded in main frame after clicking on one of the link given in left frame. Report is displayed successfully in main frame but after that if i click on any of the links given in left frame, page will be loaded in new window. That is the exact issue occurred over here.
    By searching the solution for this problem, I got to know the reason.  It is specified in community forum that in frames concept,  frame name is taken "filter" by default. So i have to chahge my main frame id and name to "filter". I did that and the isuue is resolved...!!!! But for this reason, i have to change frame name in the application. May i know why this was happened..??? In earlier version i did not face this problem then why in upgraded version ...???
    Thanks,

  • Problem in Crystal Report Viewer 2008

    Dear all,
    I found that the crystal report viewer 2008  (Windows XP) could not display report properly when the file extension is in upper case. (report.RPT). In order to view this report, I must launch the viewer and click file --> open --> select file name.
    After rename the file name to report.rpt, I can the report by double click report file.
    This problem does not exist in Crystal Report Viewer XI. Any people encounter this problem?
    Michael LO

    Windows 2000 is not supported in current versions of CR. Check the platforms PDF file.

  • Paging problem with Crystal Report Viewer in VS 2013

    I am attempting to upgrade a VS 2008 project that uses a dozen plus Crystal Reports to display data for our owners.
    The problem that i am having is with navigating to other pages of any multiple page report using the paging buttons of the Report Viewer control. The report will load fine and display the first page. If I try and go to page two an overlay covers the screen and a progress graphic displays and will never go away.  I have to stop debugging the project and restart it.  I have been able to get the paging buttons to work if I click on one of the asp.net buttons that I have added to the page that run the .ShowFirstPage(), .ShowNextPage();.ShowPreviousPage(); or .ShowLastPage(); methods of the ReportViewer control.  When in click on one of these buttons an error displays within the ReportViewer control that reads simply "ERROR". From there I can click on one of the asp.net button described above and the report displays and at this time the navigation buttons work as expected.
    The parameters are being set via a series of asp controls and then stored in ViewState then passed to the ParameterFieldInfo of the ReportViewer control.
    This all works just fine in VS 2008 project but I have not been able to resolve the paging issue since upgrading.
    Does anyone have any ideas as two what may be causing this behavior?

    Thanks for your reply.
    I am on SP 9.
    I moved the block assigning the report source of the ReportViewer to the Page_Init method, but that did not change anything.
    The reports are loaded when the user clicks on a link button specifying the report that they wish to view.  In the click event of the button a method is called to set the LogOnInfo for each table of the reportsource;
    Tables  tables = reportSource.ReportDocument.Database.Tables;
    foreach ( CrystalDecisions.CrystalReports.Engine.Table table in tables ) {
    var logonInfo = table.LogOnInfo;
    logonInfo.ConnectionInfo = connectionInfo;
    table.ApplyLogOnInfo( logonInfo );
    Then all the parameters are set;
    crvReportViewer.Visible = true;
    crvReportViewer.ParameterFieldInfo.Clear();
    SetDateValuesForParameterFields();
    SetEquipClassValuesForParameterFields();
    crvReportViewer.ParameterFieldInfo = paramFields;
    crvReportViewer.ParameterFieldInfo.AddRange( equipClassParamFields );
    Session[ "CurrentReportSource" ] = crvReportViewer.ReportSource;
    Then in the Page_Init I assign the ReportSource of the ReportViewer control;
        if (Session["CurrentReportSourceId"] != null)
    crvReportViewer.ReportSource = Session["CurrentReportSource"];
    And in Page_Load;
    if ( Page.IsPostBack ) {
                    ApplicationSettings appSettings = AppConfigSettings.LoadSettings();
    connectionInfo.ServerName = appSettings.PrimarySettings.Server;
    connectionInfo.DatabaseName = appSettings.PrimarySettings.DataSource;
    connectionInfo.UserID = appSettings.PrimarySettings.UserId;
    connectionInfo.Password = appSettings.PrimarySettings.Password;
    startDate.Name = "StartDate";
    endDate.Name = "EndDate";
    trailerNumber.Name = "TrailerNumber";
    location.Name = "LocationId";
    equipClass.Name = "EquipClass";
    txtStartDate.Focus();
    When in run this the reports will populate and display the first page but if I try to navigate to another page I get a error;
    Unhandled exception at line 12, column 82761 in http://localhost:63034/aspnet_client/system_web/4_0_30319/crystalreportviewers13/allInOne.js
    0x800a138f - Java Script runtime error: Unable to get property 'length' of undefined or null reference
    And on the screen there is a wait spinner.
    This all works fine in the VS2008 project.
    Thanks,
    Shannon

Maybe you are looking for

  • Photoshop elements 12 and classroom in a book files

    When trying to imprt files from classroom in a book lessons the application tells me they are unsupported file types

  • Drag&Relate in SAP Portal 7.0

    Hello experts, I have a problem in SAP EP 7.0. I need to use Drag&Relate technology but in this version is not possible because this functionality is discontinued. The reason is that there is a technical reengineering of the Distributed Query Engine

  • Updated OLAP DML Reference 10.2 posted to OTN

    The Oracle OLAP DML Reference has been updated with corrections for Oracle Database 10.2. As you may not be aware, this document corresponds to the OHJ Help for Analytic Workspace Manager. You can find the revised doc at : http://www.oracle.com/techn

  • Packaging required for event-driven message processing

    Hi, Could you pls. let me know whether message packaging is required for using event-driven message processing in Integration Server (PI). Also can we use event-driven message processing in Integration Server (PI) for outbound HTTP adapter interface.

  • Audex crashes on startup

    When I start Audex it goes straight to the KDE crash handler: Application: Audex (audex), signal: Segmentation fault Using host libthread_db library "/usr/lib/libthread_db.so.1". To enable execution of this file add add-auto-load-safe-path /usr/lib/l