RefreshFormulaTextRequest:  cannot be handled by the JRC

<p>We&#39;re running CRXI on top of Java, outputting our reports to PDF.</p><p>We have a main report and five subreports.  If I suppress the first subreport, the main report (and subreports) works fine.  If I include the first subreport, I get an error as below.  Crystal appears to verify that the database is working then the process just falls over.  What really gets me is that the subreport that is causing the problem is the simplest subreport there is; essentially, one data column.  </p><p> </p><p><code>2007-04-10 22:37:40,265 DEBUG [http-8080-Processor25][reportdefinition:?] -   fieldsInUse list includes Field Definition: WCS._emp_street<br />2007-04-10 22:37:40,265 DEBUG [http-8080-Processor25][reportdefinition:?] -   fieldsInUse list includes Field Definition: WCS._pm_middle_name<br />2007-04-10 22:37:40,265 DEBUG [http-8080-Processor25][reportdefinition:?] -   fieldsInUse list includes Field Definition: WCS._add_zip<br />2007-04-10 22:37:40,281 DEBUG [http-8080-Processor25][reportdefinition:?] -   fieldsInUse list includes Field Definition: WCS._pd_dl_year<br />2007-04-10 22:37:40,281 DEBUG [http-8080-Processor25][reportdefinition:?] -   fieldsInUse list includes Field Definition: WCS._eyecolor<br />2007-04-10 22:37:40,281 DEBUG [http-8080-Processor25][reportdefinition:?] -   fieldsInUse list includes Field Definition: @PmId<br />2007-04-10 22:37:40,281 INFO [http-8080-Processor25][dataengine:?] - End verifying database<br />2007-04-10 22:37:40,281 INFO [http-8080-Processor25][JRCCommunicationAdapter:?] - JRCAgent2 received request: refreshFormulaTextRequest<br />2007-04-10 22:37:40,281 ERROR [http-8080-Processor25][JRCCommunicationAdapter:?] - JRCAgent2 received a request that cannot be handled by the JRC<br />2007-04-10 22:37:40,281 ERROR [http-8080-Processor25][JRCCommunicationAdapter:?] - JRCAgent2 detected an exception: Currently not implemented in the Java Reporting Component<br />2007-04-10 22:37:40,281 INFO [http-8080-Processor25][JRCCommunicationAdapter:?] - JRCAgent2 received request: fetchSubreportContents<br />2007-04-10 22:37:40,281 ERROR [http-8080-Processor25][JRCCommunicationAdapter:?] - JRCAgent2 detected an exception: java.lang.NullPointerException<br />2007-04-10 22:37:40,281 ERROR [http-8080-Processor25][RptControllerImpl:460] - com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: java.lang.NullPointerException---- Error code:-2147467259 Error code name:failed    at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)<br />    at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)<br />    ... <br /></code> </p><p> </p><p>Probably unrelated, but worth mentioning:  I&#39;m seeing in my logs references to the mystical formula {@}.  I&#39;ve searched and searched but I can&#39;t find any abandoned formulas that don&#39;t have a name. </p><p><code> <br />2007-04-10 22:37:38,281 DEBUG [http-8080-Processor25][Compiler:?] - Compiling formula {@Record Selection}...<br />2007-04-10 22:37:38,281 INFO [http-8080-Processor25][Compiler:?] - Formula {@Record Selection} compiled.<br />2007-04-10 22:37:38,281 DEBUG [http-8080-Processor25][Compiler:?] - Compiling formula {@Group Selection}...<br />2007-04-10 22:37:38,281 INFO [http-8080-Processor25][Compiler:?] - Formula {@Group Selection} compiled.<br />2007-04-10 22:37:38,281 DEBUG [http-8080-Processor25][Compiler:?] - Compiling formula {@}...<br />2007-04-10 22:37:38,281 INFO [http-8080-Processor25][Compiler:?] - Formula {@} compiled.<br />2007-04-10 22:37:38,281 DEBUG [http-8080-Processor25][Compiler:?] - Compiling formula {@Header}...<br /></code></p><p>Any ideas?  Any help would be appreciated.  Thanks! </p>

<p> </p><p>The "refreshFormulaTextRequest: cannot be handled by the JRC" log message is unrelated to the problem you&#39;re facing - it&#39;s an erroneous log message that was not removed when the functionality was placed elsewhere. </p><p>Please refer to KBase <span style="margin-left: 5px">2337832</span> on the support site.</p><p>From the stack trace, the issue appears to be when the JRC is retrieving the subreport - it&#39;s encountering an NPE.</p><p>What happens when you re-create the subreport?  Does the problem still happen?</p><p>Ted Ueda </p>

Similar Messages

  • ERROR - JRCAgent1 received a request that cannot be handled by the JRC

    <p>Dear all, </p><p>trying to use JRC to export to pdf from a resultset, it ran but return with this error.</p><p>ERROR - JRCAgent1 received a request that cannot be handled by the JRC<br />ERROR - JRCAgent1 detected an exception: Currently not implemented in the Java Reporting Component</p><p>ReportClientDocument reportClientDoc = new ReportClientDocument();</p><p>reportClientDoc.open(REPORT_NAME, 0);</p><p>reportClientDoc.getDatabaseController().setDataSource(rs, "rpt01", "abc");</p><p>// Did some debugging and the error is returned here</p><p>ByteArrayInputStream byteArrayInputStream = (ByteArrayInputStream)reportClientDoc.getPrintOutputController().export(ReportExportFormat.PDF);</p><p>reportClientDoc.close();</p><p>Any help is very much appreicated, thanks.</p>

    <p> </p><p>The "Currently not implemented in the JRC" is likely not the cause of your issue.  That log error message is wrong - some functionality was moved in the JRC, but they didn&#39;t remove the logging.  It&#39;s invoked when you do a setDataSource or setTableLocation method call.  </p><p>Do you get a different error?</p><p>What do you do with the ByteArrayInputStream after you get it?  Do you save the contents to a file?</p><p>TUeda </p>

  • Error: A document processed by the JRC engine cannot be opened in the C++

    Hi,
    I developed a Web Application, wich have some Crystal Reports. I am using VS2010, C#, Framework 4 and I installed the last version of CR.
    The thing is that if I run the application with Visual Studio it works fine, it show the reportes without errors, but when I deploy it (in the same machine, just to try), I am getting the error:
    Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack
    [COMException (0x80041811): Unsupported Operation. A document processed by the JRC engine cannot be opened in the C+ stack+
       +CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) 0
       +CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) 147
       +CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() 422
    [CrystalReportsException: Could not load the report.]
       +CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() 549
       +CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) 1613
       +CrystalDecisions.CrystalReports.Engine.ReportClass.Load(String reportName, OpenReportMethod openMethod, Int16 parentJob) 161
       +CrystalDecisions.CrystalReports.Engine.ReportDocument.EnsureLoadReport() 168
       +CrystalDecisions.CrystalReports.Engine.ReportDocument.get_ReportDefinition() 73
       +AplicacionWeb.Shared.PrintReports.ImprimirReservaEvento(Int32 idEvento, Int32 idTipoEvento, String rutaNombreReporte) 143
       +System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) 154
       +System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) 3707
    This is the portion of code that calls the report.
            protected void btnImprimirReserva_Click(object sender, EventArgs e)
            {            PrintReports printReports = new PrintReports();
                string ruta = string.Empty;
                int idEvento = int.Parse(hdnIdEvento.Value);
                int idTipoEvento= int.Parse(ddlTipoDeEvento.SelectedValue);
                    ruta = Server.MapPath("/Reportes
    rptEvento.rpt");
                    printReports.ImprimirReservaEvento(idEvento, idTipoEvento, ruta);
    public void ImprimirReservaEvento(int idEvento, int idTipoEvento, string rutaNombreReporte)
            {            int cantCopias = (idTipoEvento == TiposEvento.Egreso.GetHashCode() ? 3 : 2);
                TextObject originalDuplicado;
                rptEvento oReporte = new rptEvento();
                oReporte.FileName = rutaNombreReporte;
                originalDuplicado = (TextObject)oReporte.ReportDefinition.ReportObjects["txtOriginalDuplicado"];
                for (int i = 0; i < cantCopias; i++)
                    oReporte.SetParameterValue("@id_evento", idEvento);
                    if (i == 0)
                        originalDuplicado.Text = "Original";
                    if (i == 1)
                        originalDuplicado.Text = "Duplicado";
                    if (i==2)
                        originalDuplicado.Text = "Triplicado";   
                    oReporte.PrintToPrinter(1, false, 0, 0);
    I tried several things but I can not solve the problem. Could you please help me with that issue?
    Edited by: frangambino on Feb 15, 2012 4:20 AM

    Hi,
    Take a look at below threads where this issue is discussed,
    [http://forums.sdn.sap.com/thread.jspa?threadID=2011850|http://forums.sdn.sap.com/thread.jspa?threadID=2011850]
    [http://forums.sdn.sap.com/thread.jspa?threadID=1975259|http://forums.sdn.sap.com/thread.jspa?threadID=1975259]
    [http://forums.sdn.sap.com/thread.jspa?threadID=2031409|http://forums.sdn.sap.com/thread.jspa?threadID=2031409]\
    Also, is it a 64 bit machine? check the target platform of the application and set it accordingly.
    Few things to try
    - Check if the reports exist and are accessible by the application (permissions, filepath,)
    - Do not publish the report using the publish option, just as a test copy them manually.
    See if this helps,
    - Bhushan.

  • HT3350 what can you do when you get this warning? "Scouting Book  Collection Index" could not be handled because Numbers cannot open files in the "Numbers Document" format.

    “Scouting Book  Collection Index” could not be handled because Numbers cannot open files in the “Numbers Document” format.

    This file was created in 2002 in MSword but this had been forgotten.
    When I went to open it.... (MSword) was not a program option on my laptop. For some reason, I assumed that either Pages or Numbers wouild open the file. How the file was created was forgotten and had no file Info, but I new that it was a table of valuable information.
    The warning threw me off, because it led me to believe that it was a Numbers file. which Numbers would not open. A paradox.
    I took the file to a laptop in OSXpanther with MSoffice and it opened in MSword. Problem Solved.
    Thank you for your help.

  • A document processed by the JRC engine cannot be opened in the C++ stack.

    I keep getting this error message after I deploy a Visual Studio 2010 .net web application to my server.  The application works perfectly in the development environment but it will not work on my Win 2003 32bit IIS6.0 web server.  Below is also the error logged into the windows application log file.
    Event Type:     Warning
    Event Source:     ASP.NET 4.0.30319.0
    Event Category:     Web Event
    Event ID:     1309
    Date:          8/5/2011
    Time:          9:38:39 AM
    User:          N/A
    Computer:     IM-WEB1
    Description:
    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 8/5/2011 9:38:39 AM
    Event time (UTC): 8/5/2011 2:38:39 PM
    Event ID: f247f1c1b10745cabfad5864403ef15f
    Event sequence: 11
    Event occurrence: 1
    Event detail code: 0
    Application information:
        Application domain: /LM/W3SVC/1922464104/Root-2-129570287010549171
        Trust level: Full
        Application Virtual Path: /
        Application Path: E:\websites\enmarkscanning\
        Machine name: IM-WEB1
    Process information:
        Process ID: 8048
        Process name: w3wp.exe
        Account name: NT AUTHORITY\NETWORK SERVICE
    Exception information:
        Exception type: CrystalReportsException
        Exception message: Load report failed.
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.get_ProductLocaleID()
       at CrystalDecisions.ReportSource.CachedObjectReportSource.GetReport(RequestContext context, Boolean bAddToCacheWhenCreated)
       at CrystalDecisions.Web.CrystalReportSource.get_ReportDocument()
       at Reports_POD.Page_Load(Object sender, EventArgs e)
       at System.Web.UI.Control.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack.
       at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
    Request information:
        Request URL: http://scanning/Rpt_POD.aspx?ID=169663
        Request path: /Rpt_POD.aspx
        User host address: 10.69.11.3
        User: wills
        Is authenticated: True
        Authentication Type: Forms
        Thread account name: NT AUTHORITY\NETWORK SERVICE
    Thread information:
        Thread ID: 6
        Thread account name: NT AUTHORITY\NETWORK SERVICE
        Is impersonating: False
        Stack trace:    at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.get_ProductLocaleID()
       at CrystalDecisions.ReportSource.CachedObjectReportSource.GetReport(RequestContext context, Boolean bAddToCacheWhenCreated)
       at CrystalDecisions.Web.CrystalReportSource.get_ReportDocument()
       at Reports_POD.Page_Load(Object sender, EventArgs e)
       at System.Web.UI.Control.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    Edited by: Don Williams on Aug 5, 2011 12:35 PM

    Here is the error details in the web browser
    Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.Runtime.InteropServices.COMException: Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace:
    [COMException (0x80041811): Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack.]
       CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +95
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +270
    [CrystalReportsException: Load report failed.]
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +333
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.get_ProductLocaleID() +31
       CrystalDecisions.ReportSource.CachedObjectReportSource.GetReport(RequestContext context, Boolean bAddToCacheWhenCreated) +438
       CrystalDecisions.Web.CrystalReportSource.get_ReportDocument() +201
       Reports_POD.Page_Load(Object sender, EventArgs e) +54
       System.Web.UI.Control.OnLoad(EventArgs e) +91
       System.Web.UI.Control.LoadRecursive() +74
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
    Any help is greatly appreciated.
    Thanks!

  • "could not be handled because Pages cannot open files in the "data" format."

    I cannot open some files from at least two different friends.   the message that I get is "could not be handled because Pages cannot open files in the “data” format.”. 
    I have OSX 10.9.2
    I have the latest version of Pages 5.2
    Any help is appreciated. I'd like to be able to open files. Thank you.

    Could your friend possibly be using a Mac running OS 9?
    Or one of the early versions of OSX?
    They are the only Systems I know of that don't have file extensions on the files, because they used data forks in the file, something Apple eventually abandoned, in the interests of compatiblity with Windows and UNIX generally.
    I had a look AmigaOS also had a form of file and resource separation, in which the main file does not have an extension.
    Peter

  • Load report failed - document cannot be opened in the c++ stack

    I am now receiving an error when trying to load a report into the report viewer. The error I am recieving is "Load report failed ... Unsupported operation. A document processed by the JRC engine cannot be opened in the C++ stack"
    <br />
    Here is the error stack:
    <br /><br/ />
    See the end of this message for details on invoking
    just-in-time (JIT) debugging instead of this dialog box.
    <br />
    Exception Text **************
    CrystalDecisions.Shared.CrystalReportsException: Load report failed. ---> System.Runtime.InteropServices.COMException (0x80041811): Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack.
       at CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options)
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       --- End of inner exception stack trace ---
       at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)
       at IPAM_Reporting.frmCrystalReport.frmCrystalReport_Load(Object sender, EventArgs e)
       at System.EventHandler.Invoke(Object sender, EventArgs e)
       at System.Windows.Forms.Form.OnLoad(EventArgs e)
       at System.Windows.Forms.Form.OnCreateControl()
       at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
       at System.Windows.Forms.Control.CreateControl()
       at System.Windows.Forms.Control.WmShowWindow(Message& m)
       at System.Windows.Forms.Control.WndProc(Message& m)
       at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
       at System.Windows.Forms.ContainerControl.WndProc(Message& m)
       at System.Windows.Forms.Form.WmShowWindow(Message& m)
       at System.Windows.Forms.Form.WndProc(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
       at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
    Loaded Assemblies **************
    mscorlib
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5444 (Win7SP1GDR.050727-5400)
        CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
    IPAM_Reporting
        Assembly Version: 1.1.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft/IPAM%20Reporting%20System/IPAM_Reporting.exe
    System.Windows.Forms
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    System
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
    System.Drawing
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    Infragistics2.Win.v10.3
        Assembly Version: 10.3.20103.1000
        Win32 Version: 10.3.20103.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft/IPAM%20Reporting%20System/Infragistics2.Win.v10.3.DLL
    System.Xml
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
    Infragistics2.Shared.v10.3
        Assembly Version: 10.3.20103.1000
        Win32 Version: 10.3.20103.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft/IPAM%20Reporting%20System/Infragistics2.Shared.v10.3.DLL
    Infragistics2.Win.UltraWinExplorerBar.v10.3
        Assembly Version: 10.3.20103.1000
        Win32 Version: 10.3.20103.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft/IPAM%20Reporting%20System/Infragistics2.Win.UltraWinExplorerBar.v10.3.DLL
    Infragistics2.Win.UltraWinToolbars.v10.3
        Assembly Version: 10.3.20103.1000
        Win32 Version: 10.3.20103.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft/IPAM%20Reporting%20System/Infragistics2.Win.UltraWinToolbars.v10.3.DLL
    Infragistics2.Win.UltraWinDock.v10.3
        Assembly Version: 10.3.20103.1000
        Win32 Version: 10.3.20103.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft/IPAM%20Reporting%20System/Infragistics2.Win.UltraWinDock.v10.3.DLL
    System.Configuration
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
    Infragistics2.Win.Misc.v10.3
        Assembly Version: 10.3.20103.1000
        Win32 Version: 10.3.20103.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft/IPAM%20Reporting%20System/Infragistics2.Win.Misc.v10.3.DLL
    Accessibility
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    Infragistics2.Win.UltraWinEditors.v10.3
        Assembly Version: 10.3.20103.1000
        Win32 Version: 10.3.20103.1000
        CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft/IPAM%20Reporting%20System/Infragistics2.Win.UltraWinEditors.v10.3.DLL
    SQLDatabaseConnectivity
        Assembly Version: 1.0.0.0
        Win32 Version: 1.0.0.0
        CodeBase: file:///C:/Program%20Files%20(x86)/Microsoft/IPAM%20Reporting%20System/SQLDatabaseConnectivity.DLL
    System.Data
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
    System.Transactions
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
        CodeBase: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll
    System.EnterpriseServices
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
    System.Core
        Assembly Version: 3.5.0.0
        Win32 Version: 3.5.30729.5420 built by: Win7SP1
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
    CrystalDecisions.Windows.Forms
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.Windows.Forms/13.0.2000.0__692fbea5521e1304/CrystalDecisions.Windows.Forms.dll
    CrystalDecisions.Shared
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.Shared/13.0.2000.0__692fbea5521e1304/CrystalDecisions.Shared.dll
    CrystalDecisions.ReportSource
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.ReportSource/13.0.2000.0__692fbea5521e1304/CrystalDecisions.ReportSource.dll
    log4net
        Assembly Version: 1.2.10.0
        Win32 Version: 1.2.10.0
        CodeBase: file:///C:/Windows/assembly/GAC_32/log4net/1.2.10.0__692fbea5521e1304/log4net.dll
    System.Web
        Assembly Version: 2.0.0.0
        Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
        CodeBase: file:///C:/Windows/assembly/GAC_32/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
    CrystalDecisions.CrystalReports.Engine
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.CrystalReports.Engine/13.0.2000.0__692fbea5521e1304/CrystalDecisions.CrystalReports.Engine.dll
    CrystalDecisions.ReportAppServer.CommLayer
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.ReportAppServer.CommLayer/13.0.2000.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.CommLayer.dll
    CrystalDecisions.ReportAppServer.ClientDoc
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.ReportAppServer.ClientDoc/13.0.2000.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.ClientDoc.dll
    CrystalDecisions.ReportAppServer.Controllers
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.ReportAppServer.Controllers/13.0.2000.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.Controllers.dll
    CrystalDecisions.ReportAppServer.DataDefModel
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.ReportAppServer.DataDefModel/13.0.2000.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.DataDefModel.dll
    CrystalDecisions.ReportAppServer.DataSetConversion
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.ReportAppServer.DataSetConversion/13.0.2000.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.DataSetConversion.dll
    CrystalDecisions.ReportAppServer.CubeDefModel
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.ReportAppServer.CubeDefModel/13.0.2000.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.CubeDefModel.dll
    CrystalDecisions.ReportAppServer.ReportDefModel
        Assembly Version: 13.0.2000.0
        Win32 Version: 13.0.0.99
        CodeBase: file:///C:/Windows/assembly/GAC_MSIL/CrystalDecisions.ReportAppServer.ReportDefModel/13.0.2000.0__692fbea5521e1304/CrystalDecisions.ReportAppServer.ReportDefModel.dll
    JIT Debugging **************
    To enable just-in-time (JIT) debugging, the .config file for this
    application or computer (machine.config) must have the
    jitDebugging value set in the system.windows.forms section.
    The application must also be compiled with debugging
    enabled.
    For example:
    <configuration>
        <system.windows.forms jitDebugging="true" />
    </configuration>
    When JIT debugging is enabled, any unhandled exception
    will be sent to the JIT debugger registered on the computer
    rather than be handled by this dialog box.
    <br /><br /><br /><br />
    What could be the problem now.
    Edited by: mcontri on Apr 15, 2011 6:49 PM
    Edited by: mcontri on Apr 15, 2011 6:49 PM
    Edited by: mcontri on Apr 15, 2011 6:51 PM

    Hi Rama,
    Please search, this issue has been discussed many times before.
    For starter, see below doc.
    Troubleshooting error: "Unsupported Operation. A document processed by the JRC engine cannot be opened in the C++ stack…
    Thanks,
    Bhushan

  • Out of Office error: 'Your automatic reply settings cannot be displayed because the server is currently unavailable. Try again later.'

    Hi,
    This is my first post in the forums. Please forgive me if it's in the wrong category or if it's not posted correctly in any way.
    I'll try and give you below as much information about the problem we have here as I can.
    What we have:
    - an on-premises Windows 2012 Standard server that is the PDC, DNS and DHCP server;
    - a second Windows 2012 Standard server with the sole purpose of hosting our Exchange 2013 CU7 server;
    - Windows 7 PCs with Office Home and Business 2010 v.14.0.7143.5000 (32-bit);
    - Outlook 2010 connects through Outlook Anywhere (mail.ourdomain.com).
    The problem:
    If trying to set up Out of Office through Outlook on the client PCs, we'd get an error message: 'Your automatic reply settings cannot be displayed because the server is currently unavailable. Try again later.' Interestingly, it does work normally for some users.
    It works fine for all users if done through OWA.
    Tests performed:
    User 1 on PC1 has the problem. User 2 on PC2 doesn't have the problem. Both users are members of the same security groups.
    - setting up User 2 on PC 1: the problem exists;
    - setting up User 1 on PC 2: the problem exists;
    - setting up a second Outlook profile on PC2 within User 2's domain account (the one that works), for the same User 2: the problem still exists!
    I haven't been able to set up an Outlook account that works since this issue was discovered, although there are existing Outlook accounts that do not have the issue.
    Let me also point out we have another issue we are working on and which may or may not be related: the Autodiscover function in Outlook doesn't work. Test E-mail AutoConfiguration results in 'Autoconfiguration was unable to determine your settings!'.
    I can see postings in the Internet of other people having the same problem with OoO, but couldn't see a solution that fits my case: some existing accounts in Outlook are fine, other are not and newly created profiles of aforementioned working accounts do not
    work. The majority of the articles/threads I read suggest recreating the Virtual Directories in Exchange, but we did that just a month ago (when troubleshooting the Autodiscover problem) and besides if the problem is in the Virtual Directories, I would expect
    it to affect all accounts.
    Any help in resolving this problem would be greatly appreciated. Please let me know if you need other details.
    Apologies if the posting is not in the right place or not done properly - I'm still learning.

    The IIS log files on the CAS might tell you something. Depending on how your proxy server handles NAT the IP address of your connection might be from the proxy server instead of your client.
    In any case, a tool like Fiddler (http://www.telerik.com/fiddler) can be extremely helpful in working on problems like this because it can decode the SSL traffic on the client and you can see what's being sent
    and what's being received.
    Another thing to check (although it's unlikely to be your case) is whether or not your browser (when you try connecting to the autodiscover URL) thinks it's in the "Internet" zone. the "Local intranet", or at a "Trusted" site.
    The domain names you use on machines on your LAN should be excluded from being proxyed. Anything with "." in the name will be set, unless excluded, to the proxy server.
    Is the time correct on the client machine? Is it more than 5 minutes different to the Exchange machines and domain controllers? That'd be something that would cause Kerberos to fail.
    A certificate can be a problem if its expired or if it doesn't have the correct names. But I wouldn't worry about the uglog.com domain just yet. Until you get the Autodiscover working with the SCP you have bigger problems.
    If you've never used a WPAD file then don't worry about it. It's very useful if you have a complex network and you want to manage how browsers connect to servers. For example, if you have multiple proxy servers the each manage a different set of names, an/or
    if some names should bypass proxy servers entirely and just connect directly. If run a strictly Microsoft network with only Microsoft product that you can manage with GPOs (and you can enforce those GPOs on every machine -- even the BYOD ones) you probably
    don't need a WPAD.
    --- Rich Matheisen MCSE&I, Exchange MVP

  • Search cannot be executed because the table has pending changes

    I'm getting the following error ..... The search cannot be executed because the table has pending changes that would be lost .... in the following scenario ....
    My 1st page is a search page with resulting rows from which the user can select specific rows to process ..... next button will populate the VO for the 2nd page by manually looping thru the selected rows in the VO of the 1st page. Loop logic is in the AM and it calls a method in the VORowImpl that uses setAttributeInternal .... the 2nd page displays the selected rows .....
    Pressing the back button of the 2nd page will display the 1st page and if the user tries to do a new search .... the error shows up.
    Any suggestions on how to handle this?
    Thank you.

    It seems to me that you are using the same VO on both the pages. If that is the case try to use separate VO for each page.
    And as suggested by Sumit, Never use/ rely on browser back button. Instead put a Back button on the second page through you can handle the event yourself rather than leaving on the mercy of browser.
    --Saroj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • "Error:The search cannot be executed because the table has pending changes that would be lost", after DELETE

    Good day,
    On Search Page, I have searched for the record(s) then deleted a record and got confirmation message i.e. Record has deleted. Next when I search for any record I'm getting below error.
    Error
    The search cannot be executed because the table has pending changes that would be lost.
    Could you please help me to fix this issue. Your response is highly appreciated.
    Item properties:
    Item Style : Image
    Action Type: Fire Action
    Event : delete
    Below is the code using in CO and AM
    Controller (processFormRequest):
    if ("delete".equals(pageContext.getParameter(EVENT_PARAM)))
              // The user has clicked a "Delete" icon so we want to display a "Warning"
              // dialog asking if she really wants to delete the employee. Note that we
              // configure the dialog so that pressing the "Yes" button submits to
              // this page so we can handle the action in this processFormRequest( ) method.
              String visit_id = pageContext.getParameter("visit_id");
              String employeeName = pageContext.getParameter("last_name") + ", " + pageContext.getParameter("first_name");
              MessageToken[] tokens = { new MessageToken("EMP_NAME", employeeName)};
              OAException mainMessage = new OAException("FND", "XXXX_EMP_DELETE_WARN", tokens);
              // Note that even though we're going to make our Yes/No buttons submit a
              // form, we still need some non-null value in the constructor's Yes/No
              // URL parameters for the buttons to render, so we just pass empty
              // Strings for this.
              OADialogPage dialogPage = new OADialogPage(OAException.WARNING,
                mainMessage, null, "", "");
              // Always use Message Dictionary for any Strings you want to display.
              String yes = pageContext.getMessage("AK", "FWK_TBX_T_YES", null);
              String no = pageContext.getMessage("AK", "FWK_TBX_T_NO", null);
              // We set this value so the code that handles this button press is
              // descriptive.
    dialogPage.setOkButtonItemName("DeleteYesButton");
              // The following configures the Yes/No buttons to be submit buttons,
              // and makes sure that we handle the form submit in the originating
              // page (the "Employee" summary) so we can handle the "Yes"
              // button selection in this controller.
    dialogPage.setOkButtonToPost(true);
    dialogPage.setNoButtonToPost(true);
    dialogPage.setPostToCallingPage(true);
              // Now set our Yes/No labels instead of the default OK/Cancel.
    dialogPage.setOkButtonLabel(yes);
    dialogPage.setNoButtonLabel(no);
              // We need to keep hold of the employeeNumber and employeeName.
              // The OADialogPage gives us a convenient means
              // of doing this. Note that the use of the Hashtable is 
              // most appropriate for passing multiple parameters. See the OADialogPage
              // javadoc for an alternative when dealing with a single parameter.
              java.util.Hashtable formParams = new java.util.Hashtable(1);
    formParams.put("visit_id", visit_id);
    formParams.put("empName", employeeName);
    dialogPage.setFormParameters(formParams);
              pageContext.redirectToDialogPage(dialogPage);
        else if (pageContext.getParameter("DeleteYesButton") != null)
              // User has confirmed that she wants to delete this employee.
              // Invoke a method on the AM to set the current row in the VO and
              // call remove() on this row.
              String employeeNumber = pageContext.getParameter("visit_id");
              String employeeName = pageContext.getParameter("empName");
              Serializable[] parameters = { employeeNumber };
             // OAApplicationModule am = pageContext.getApplicationModule(webBean);
    am.invokeMethod("deleteEmployee", parameters);
              // Now, redisplay the page with a confirmation message at the top. Note
              // that the deleteEmployee() method in the AM commits, and our code
              // won't get this far if any exceptions are thrown.
              MessageToken[] tokens = { new MessageToken("EMP_NAME", employeeName) };
              OAException message = new OAException("FND",
                "XXXX_EMP_DELETE_CONFIRM", tokens, OAException.CONFIRMATION, null);
    pageContext.putDialogMessage(message);
    Application Module:
      public void deleteEmployee(String visit_id)
            // First, we need to find the selected employee in our VO.
            // When we find it, we call remove( ) on the row which in turn
            // calls remove on the associated EmployeeEOImpl object.
            int empToDelete = Integer.parseInt(visit_id);
              OAViewObject vo = (OAViewObject)getNonEmployeesSummaryVO1();
        NonEmployeesSummaryVORowImpl row = null;
            // This tells us the number of rows that have been fetched in the
            // row set, and will not pull additional rows in like some of the
            // other "get count" methods.
           int fetchedRowCount = vo.getFetchedRowCount();
            // We use a separate iterator -- even though we could step through the
            // rows without it -- because we don't want to affect row currency.
            RowSetIterator deleteIter = vo.createRowSetIterator("deleteIter");
    if (fetchedRowCount > 0)
              deleteIter.setRangeStart(0);
              deleteIter.setRangeSize(fetchedRowCount);
              for (int i = 0; i < fetchedRowCount; i++)
                row = (NonEmployeesSummaryVORowImpl)deleteIter.getRowAtRangeIndex(i);
                // For performance reasons, we generate ViewRowImpls for all
                // View Objects. When we need to obtain an attribute value,
                // we use the named accessors instead of a generic String lookup.
                // Number primaryKey = (Number)row.getAttribute("EmployeeId");
                Number primaryKey = row.getVisitId();
                if (primaryKey.compareTo(empToDelete) == 0)
                  // This performs the actual delete.
                  row.remove();
                    getTransaction().commit();
                  break; // only one possible selected row in this case
            // Always close the iterator when you're done.
            deleteIter.closeRowSetIterator();
          } // end deleteEmployee
    Thanks,
    Ravi

    Hi
    Check this link Getting error in search page search cannot be executed
    Regards,
    Dilip

  • How can I get the Airport Express to handle all the PPPoE stuff?

    Hi, I’m visiting my family in China, and now trying to help my dad, with his Airport Express and how to set up a PPPoE connection.
    We have currently set up the Airport Express in bridge mode (not distributing IP adresses and selecting DHCP under the Internet tab in admin utility). The Airport settings on our two computers is set up to connect using PPPoE using the given login name and password. (ps! we can not see the Base station in Airport Admin Utility when using these settings, we would have to select a new location from the Apple menu to see it and make condigurations.)
    What we want is to do, is to have the Airport Express connect to the ISP using a PPPoE connection and not through the computer.
    I know there is a 'Connect using PPPoE' option in Airport admin util, letting me input account name and password. If I select this setting instead of DHCP, enable distribution of IP addresses and configure my Airport card to NOT connect using PPPoE, I will see my base station in the Airport admin util with the IP address of 10.0.1.1 (or similar) and my computer will have x.x.x.2. Next to the Airport icon in the menubar, a scrolling message will say 'Looking for PPPoE host' without anything happen. I am sure my account name and password is correct as they've both worked when using this computer to connect to PPPoE (like now)
    How can I get the Airport Express to handle all the PPPoE stuff without using bridge mode?
    Ps! Both me and my dad have iPhones whom we can’t seem to get to connect unless its been distributed an IP address cause there's as fars as I know, no options of inputing a PPPoE user name and password.

    Any solutions to this? I'm in China also, in Beijing, trying to get my Airport Express to work with an ADSL modem.
    Direct ethernet cable connection to my Macbook works fine.
    When I configure the Airport Express with the ID and password that seems to be fine also – Airport Express shows a green light.
    But I cannot figure out the settings to connect wirelessly from my Macbook to the Airport Express. I get a constantly scolling message: "Looking for PPPoEhost..."
    thanks
    Paul

  • I currently have Trend Micro...Does Firefox handle all the security issues like pfishing and viruses etc...I would like to cancel the other

    I cannot seem to get anyone to help me because I have asked this same question more than 6 or 7 times. Does Firefox handle all the security issues like pfishing and viruses, worms from attaching to my computer??????

    This question is a duplicate of https://support.mozilla.com/en-US/questions/884618

  • The action cannot be completed because the file is open on another program

    I experience a weird issue.
    I have Windows 2008 server. Created 2 shares on the server. Every day starting between 2 and 7 PM i cannot save or rename files and folders at the root of the share. I have no problem to rename files in sub folders. This issue happens if i trying to rename
    file on vie server console, or accessing the share from Windows 7. no issues from Windows XP. the error i get: "the action cannot be completed because the file is open on another program"
    I don't have any software running on that server except Backup Exec that runs backup at night. I uninstalled Antivirus, still same issue.
    Please help.

    Hi, 
    The folder rename operation fails because thumbcache.dll still has an open handle to the local thumbs.db file and does not currently implement a mechanism to release the handle to the file in a more dynamic and timely fashion.
    For more detailed information, please refer to the kb article below:
    Renaming a network folder in Windows 7 Explorer fails with "the action can't be completed..."
    http://support.microsoft.com/kb/2025703
    Regards, 
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • 'MAPI Session Handle' of the NGW 'Object Request Broker' could not be accessed (0x80004005) on attempt to get an address book

    Hi!
    When I try to access GW address book by calling
    DIGWAccount6::GetSystemAddressBook, or DIGWAccount6::AddressBooks, or even
    DIGWMessage::Send, I'm getting messagebox with title "Address Book Error"
    and message: "The 'MAPI Session Handle' of the Novell GroupWise 'Object
    Request Broker' could not be accesses. The address book cannot run (error:
    status: 0x80004005)."
    I'm using .NET and I only get this error when I create a console
    application. With windows application everything goes fine.
    I've tried reinstalling GW client, running fixmapi utility, installing
    different versions of MAPI CDO, but still got this problem.
    Any ideas?

    In the Application object.
    >>> On Monday, July 26, 2010 at 4:16 PM,
    shutchinson<[email protected]> wrote:
    > Where would we set this?
    >
    > Thanks!
    >
    > Scott
    >
    > Preston Stephenson;1755943 Wrote:
    >> Do you need to use the MAPI address book providers?
    >> Can you use MultiLogin and set MultiLoginAddressBookSupport = TRUE?
    >>
    >> Preston
    >>
    >> >>> On Tuesday, November 11, 2008 at 4:22 AM, Vladimir
    >> Iofik<[email protected]>
    >> wrote:
    >> > Hi!
    >> > When I try to access GW address book by calling
    >> > DIGWAccount6::GetSystemAddressBook, or DIGWAccount6::AddressBooks, or
    >> even
    >>
    >> > DIGWMessage::Send, I'm getting messagebox with title "Address Book
    >> Error"
    >>
    >> > and message: "The 'MAPI Session Handle' of the Novell GroupWise
    >> 'Object
    >> > Request Broker' could not be accesses. The address book cannot run
    >> (error:
    >>
    >> > status: 0x80004005)."
    >> > I'm using .NET and I only get this error when I create a console
    >> > application. With windows application everything goes fine.
    >> > I've tried reinstalling GW client, running fixmapi utility,
    >> installing
    >> > different versions of MAPI CDO, but still got this problem.
    >> >
    >> > Any ideas?

  • ... IllegalStateException: Cannot map handler [] to URL path

    Hello,
    I have a Java web application built using Spring + Freemarker + Hibernate +
    XFire
    Everything worked fine until today when....after creating a new page
    Controller, I built the project -> BUILD SUCCESFULL, but when I start Tomcat
    i get ... IllegalStateException: Cannot map handler [<handlerName>] to URL
    path.
    It seems that my controller is instantiated twice, but I don't know why. It
    should instantiate ONCE as I create a bean for it in .xml file exactly as
    for the other(30-40) controllers.
    any ideea?
    Thanks.

    I think you are facing 2 issues here
    1) how do you index a file present in a windows server
    2) how do you handle the dynamic directory structure part.
    For #1 - if the user who is creating the index , have enough permission to access the location/machine,then you can use ftp to access those files too
    For #2 - As far as FILE_DATASTORE Is concerned, it is not possible (as you rightly said).
    But, there is another way I can think of with some flip sides to it.
    Use some thrid party application to copy the files from these location to a standard location. I haven't tried with links (to the exact file from a standard fixed location) will work or not for file_datastore, you can give it a try.

Maybe you are looking for

  • PASSING INTERNAL TABLR FROM ONE SUBROUTINE TO OTHER SUBROUTINE

    hi i want to pass one internal table to other subroutine like this form abc data: begin of itab occurs 0.           end of itab perform xyz tables itab. endform. form xyz tables itab like itab[]. end form it is giving and error that itab is not defie

  • How to have custom js functions?

    I have a javascript function defined in Javascript field and is called from a button onClick. It is working fine. This javascript function is used in few forms. So I created a new file customjs.js in the includes folder and removed the Javascript fie

  • IPad volume

    Why do I suddenly have no audio on my iPad?  Did downloading iOS 7 have anything to do with it?  I've gone into every setting every tutorial has suggested and have set the slide switch on the side to "mute" then switched it on and off.  So far, nothi

  • Some problems with NumericStepper, IME, Japanese Numeric Characters

    Hello World! I've some problems to input Japanese Numeric Characters in NumericStepper. I work on Mac OSX 10.6.8 with Debug Flash Player 10.3.183.x and I built my project with SDK 4.5.1. I've made a sample project to debug it. This project has a Text

  • Entering user id at website returns error on Firefox but not on IE

    When I type in my user id for a particular website, I get an error message that says, "Forbidden, You don't have permission to access /login.do on this server." When I login with IE I get no error message, and I am allowed to enter my password and ge