ReportSDKServerException,  Error code:-2147483648

<p>Hi there,</p><p> I&#39;m currently facing a problem with this piece of code:</p><pre><font face="courier new,courier">        ReportClientDocument clientDoc = new ReportClientDocument();<br />        clientDoc.setReportAppServer(ras);<br />        // Open report<br />        clientDoc.open(path, 0);<br />        clientDoc.getDatabaseController().setDataSource(rs, tableName, tableName + "_ResultSet");</font></pre><p> In the last line I get following exception thrown:</p><pre><font face="courier new,courier">com.crystaldecisions.sdkocca.report.lib.ReportSDKServerException: Kein Fehler.---- Error code:-2147483648 Error code name:failed<br />    at com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwReportSDKServerException(Unknown Source)<br />    at com.crystaldecisions.proxy.remoteagent.s.a(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.if(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.do(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.verifyDatabase(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.bd.onDataSourceChanged(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(Unknown Source)<br />    at com.crystaldecisions.sdk.occa.report.application.DatabaseController.setDataSource(Unknown Source)<br />    at de.szb.bt.service.reporting.reporting.ReportingServiceBean.passResultSet(ReportingServiceBean.java)<br />    at de.szb.bt.service.reporting.reporting.ReportingServiceBean.execute(ReportingServiceBean.java:109)</font><br /> </pre><p>I don&#39;t know what is wrong in my call. the ResultSet I&#39;m using is of same shape as the original table when the report was designed. Has anybody a hint for this problem?</p><p> </p><p>Kind regards.</p><p>Kai </p>

Did you get any solution for this? Please let me know as I too face the same issue.
You can mail me at [email protected]

Similar Messages

  • Access denied in my code - Error code:-2147467259

    Hi there,
    I'm a newbie with CR server technology. I installed yesterday a CR XI trial on my system to do a PoC for a customer who already uses CR. He gave me a rpt file to use in my program.
    I'm developing a program where the report is prepared as PDF and then sent by email and fax to certain receivers. I'm in the middle of the work now. Here a first look at my code:
    URL url = Thread.currentThread().getContextClassLoader().getResource(
    "rpt/1442_11791_OrdersbyVault_OrderA4.crystal9_v4_alg.rpt");
    ReportClientDocument clientDoc = new ReportClientDocument();
    clientDoc.setReportAppServer("localhost");
    String file = new File(url.getFile()).toString();
    // Open report
    clientDoc.open(file, 0);
    This code is inside a EJB session bean which should provide the report later as byte[] to another bean which will send it.
    When I execute the bean it usually fails with this exception:
    SRVE0014E: Nicht erfasste Ausnahme für service() durch Root ausgeöst /test.jsp: com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: Zugriff verweigert. Überprüfen Sie die Verzeichniseinstellungen für Dateien, auf die Sie zugreifen können.---- Error code:-2147467259 Error code name:failed
    at com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwReportSDKServerException(Unknown Source)
    at com.crystaldecisions.proxy.remoteagent.r.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.do(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.if(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.a(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
    at de.szb.bt.service.reporting.reporting.ReportingServiceBean.execute(ReportingServiceBean.java)
    at de.szb.bt.service.reporting.reporting.EJSLocalStatelessReportingService_a07b2911.execute(EJSLocalStatelessReportingS
    ervice_a07b2911.java:29)
    at com.ibm._jsp._test._jspService(_test.java:138)
    at com.ibm.ws.jsp.runtime.HttpJspBase.service(HttpJspBase.java:91)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1572)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:762)
    at com.ibm.wsspi.webcontainer.servlet.GenericServletWrapper.handleRequest(GenericServletWrapper.java:121)
    at com.ibm.ws.jsp.webcontainerext.JSPExtensionServletWrapper.handleRequest(JSPExtensionServletWrapper.java:204)
    at com.ibm.ws.jsp.webcontainerext.JSPExtensionProcessor.handleRequest(JSPExtensionProcessor.java:254)
    at com.ibm.ws.webcontainer.webapp.WebApp.handleRequest(WebApp.java:3071)
    at com.ibm.ws.webcontainer.webapp.WebGroup.handleRequest(WebGroup.java:236)
    at com.ibm.ws.webcontainer.VirtualHost.handleRequest(VirtualHost.java:210)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1958)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:89)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:472)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:411)
    at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:101)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java:566)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java:619)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952)
    at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1471)
    It fails with an access denied. I know the file is there, I debugged the path and it looks good for me:
    "C:workspacesgfi_it-mediaCashmanagementEJBejbModule pt1442_11791_OrdersbyVault_OrderA4.crystal9_v4_alg.rpt"
    I'm running the RAS as LocalSystem user so it should have the needed rights to access the file. I haven't found a fitting solution to this yet. I tried to use the publishing assistant tool to add it to a repository but ths didn't help. Any suggestion?
    Thanks in advance!
    Kai

    <p>Hello Kai,</p><p>You appear to be trying to use the RAS server, which is one of the servers included with Crystal Reports Server, to do "unmanaged" reporting - i.e., run a Crystal Report report that has not been "published" and is managed by the Crystal Report Server.</p><p>Note that RAS is configured to restrict access to umanaged rpt file to a folder and its subfolder on the system.  This folder is specified in the Central Configuration Manager (CCM).  Is the location of the rpt file within this folder or subfolder?  I&#39;d check that first.</p><p>Sincerely,</p><p>TU </p>

  • The system cannot find the path specified.---- Error code:-2147467259 Error code name:failed

    Friends,
                I'm facing below issue while accessing a crystal report. I heard it might be an access issue. But i'm able to access a report within a same folder.
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException : The system cannot find the path specified.---- Error code:-2147467259 Error code name:failed
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputController.export(Unknown Source)
    Any suggestions would be very helpful.
    Thanks in Advance,
    Bharath

    Apply trace on RAS and look for errors in the RAS logs at the same timestamp.
    These errors come for various errors and tracing RAS would give us a better idea.
    It might hapen that you observe these errors for reports which takes more than the RAS timeout to export the reports.
    Post getting the RAS logs you can try below steps if we see timeout errors in RAS logs.
    Copy clientSDKOptions.xml file from <BO install path>\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\java\lib to the machine where your app is running Open clientSDKOptions.xml and change CORBARequestTimeOut from 600000 to a value large enough to allow the report to render, for instance 1200000. Default value is 600000 (10 minutes)
    Specify the location of the clientSDKOptions.xml file at run-time. In your JSP or Java files, use the Java method setProperty from the System class. Set the system property indicated by the ras.config key to the specified directory as: system.setProperty("ras.config","c:\temp"). This function call specifies that the clientSDKOptions.xml file in c:\temp is to be used for locating RAS servers.
    Thanks,
    Prithvi

  • Invalid subreport name Error code:-2147483086

    The setup used in this particular environment is to run reports via Crystal reports server 2008. We call the servers via the rassdk_java_dg_12_en and the setup works just fine BUT in one particular case.
    The report that fails have a main report with a datasource to SQL. The report does have about 20 - 25 subreports mostly based on the same datasource. There are however 6 subreports that uses ttx files as datasources.
    The report works fine when there is no data for the ttx subreports, but whenever a "change datasource" is tried to the ttx subreports the error "Invalid subreport name Error code:-2147483086" pops up.
    We have done noumerous tests on the pojo approach in other reports so the technic and code works just fine - it most be some special case in the report.
    Before we start to try to rebuild the report we will give you a chance to help us out. The report sucker is big and complex so a rebuild is not wanted...
    Here is the particular code involved
    private static void passPOJO(ReportClientDocument clientDoc,
                ReportPojoHolder pojoHolder, String reportName)
                    throws ReportSDKException,ClassNotFoundException {
            //Its a pojo data source, but it's nothing in it
            if (pojoHolder.getPojos().size() == 0) {
                return;
            String reportTable = pojoHolder.getTableName();
            Object pojo = pojoHolder.getPojos().iterator().next();
            POJOResultSetFactory factory = new POJOResultSetFactory(pojo.getClass());
            POJOResultSet resultSet = (POJOResultSet)factory.createResultSet(pojoHolder.getPojos());
            if(reportName == null || reportName.equals("")) {
                clientDoc.getDatabaseController().setDataSource(resultSet, reportTable, reportTable);
            else {
                System.err.println("Setting data in " + reportName );
    //Here comes the error
                clientDoc.getSubreportController().getSubreport(reportName).
                    getDatabaseController().setDataSource(resultSet, reportTable, reportTable);
    Here is the stacktrace:
    table: srptMainCustomerList;1, subrapport: AddressField
    table: srptusrinf;1, subrapport: AdvisorName
    table: srptusrinf;1, pojo: Beta
    table: srptusrinf;1, pojo: JensensAlpha
    table: srptusrinf;1, pojo: PerformanceChart
    Setting data in PerformanceChart
    2009-02-06 09:05:31,720 ERROR (CrystalReportServlet:doGet()) - [Username=Patrik Andrén, UserID=n249060, CustId=005563741684, Cstid=37385] - (Creation of report: customer_report.rpt failed on: [ReportAppServer: CCA1CS0569. Datasource: cca1cd0046qa1|omega] com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException:
    Fel i filen customer_report {CDCDCEC2-050C-4405-865C-6031D4BFF2DE}.rpt:
    Ogiltigt underrapportnamn.---- Error code:-2147483086 Error code name:failed, ) - [applicationId=omega, omegaUserId=omega.userid, credentials=IT, groupName=IT, sessionId=yLkhJLtYpLlDQ5Jf5S2GkzhPfSZJBg2zZkT4LfQ0L1bJg2v20pz2!-2033571304!1233906968432, requestId=06968853:167:000], exception-stack=
    com.nordea.omega.report.exceptions.ReportGenerationFailedException: Creation of report: customer_report.rpt failed on: [ReportAppServer: CCA1CS0569. Datasource: cca1cd0046qa1|omega] com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException:
    Fel i filen customer_report {CDCDCEC2-050C-4405-865C-6031D4BFF2DE}.rpt:
    Ogiltigt underrapportnamn.---- Error code:-2147483086 Error code name:failed,
         at com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwReportSDKServerException(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.s.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.if(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.bl.do(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.do(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.verifyDatabase(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.bl.byte(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ao.onDataSourceChanged(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.DatabaseController.setDataSource(Unknown Source)
         at com.nordea.crystalreports.ReportHelper.passPOJO(ReportHelper.java:814)
         at com.nordea.crystalreports.ReportHelper.changeDataSource(ReportHelper.java:124)
         at com.nordea.crystalreports.ReportGenerator.generate(ReportGenerator.java:115)
         at com.nordea.crystalreports.ReportGenerator.generate(ReportGenerator.java:62)
         at com.nordea.omega.report.servlet.CrystalReportServlet.doGet(CrystalReportServlet.java:116)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServi

    I have been able to wrestle this down after a lot of frustrating work. The error had nothing to do with pojos at all. The error was simple a store procedure that did not reply nothing.
    In the preparation of the subreport that did consist of the pojo data source. The report(server?) did send a "pre call" to the store procedure with NULL as parameters. The reply was unfortunately an "empty" reply. When we changed the reply to an empty result set it went pass the data sources.
    The error message given on this was "Invalid subreport name"! Not very helpful at all.
    I have used this new version for about 3 weeks now in a "proof of concept" work controlling if we would be able to upgrade from crystal 9/Harmoni to Crystal 2008/Crystal Report Server 2008. The answer will be yes. It will work. And with a minimum of report changes which is very nice.
    What have struck me the most during this work is a few proposals to improvements.
    1. Put the versions on jars and sdk's so it's obvious what's used. I spent a few days with an old version of a sdk believing that it was a newer than I already had. It should not be neccessary to go through a manifest file inside a jar in order to find out what the version is. Put it on the file names!
    2. Give proper error messages back when something goes wrong. If a parameter value is missing. Send back the parameter that's missed/misses a value for Gods sake. The programmer catching the error most know what's missed hence the message. Would save the user's of the API very much time.
    I spent about 5 - 10 days trying to find out what was wrong with my sub report name (This thread). It had nothing to do with the subreport name. It had to do with missing data from a called store procedure!
    3. The documentation can be a bit tricky to find. I saw that you have given away a eclipse plugin in order to gather the documentation inside the IDE. That's a good approach.
    If the error messages will be enhanced and more accurate it's a pretty handy api to work with. And the handling of unmanaged reports is a wet dream compared to usage of the Harmoni API. That's a real nightmare. The server seems to be very stable and just runs.
    I like this forum, fast replies when one is stuck is extremely helpful!
    /Patrik

  • Error code name:serverNotFound. Please help

    Hi,
    I was trying to run some code samples but I keep getting this error. I don't know what to do without JPEReportSourceFactory, nothing works. Any idea?
    Error:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: There is no server specified.---- Error code:-2147217390 Error code name:serverNotFound
    Code:
    ReportClientDocument reportClientDoc = new ReportClientDocument();
          reportClientDoc.open("list.rpt", 0);
          Object reportSource = reportClientDoc.getReportSource();
          CrystalReportViewer viewer=new CrystalReportViewer();
          viewer.setParameterFields(fields);
          viewer.setOwnPage(true);
          viewer.setReportSource(reportSource);
          viewer.setEnableParameterPrompt(false);
          viewer.setEnableLogonPrompt(false);
          viewer.setBestFitPage(true);
          viewer.setHasLogo(false);
          viewer.setDisplayGroupTree(false);
          viewer.setPrintMode(CrPrintMode.PDF);
          viewer.processHttpRequest(request, response, getServletConfig().getServletContext(), response.getWriter());

    It's likely you're using the incorrect ReportClientDocument for the Java Reporting Component.
    The full name for the Java Reporting Component is:
    com.crystaldecisions.reports.sdk.ReportClientDocument
    I'm assuming you're using the ReportClientDocument that comes with the Report Application Server (RAS) SDK:
    com.crystaldecisions.sdk.occa.report.application.ReportClientDocument
    The RAS SDK expects a RAS server to connect with.
    Sincerely,
    Ted Ueda

  • Error code:-2147217401 Error code name:agentTimeout

    Hi,
    We are getting the below error
    ReportSDKException Occurred com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: Server agent has timed out.---- Error code:-2147217401 Error code name:agentTimeout
    while adding SQL to crystal report for few cases (more time consuming reports) . i.e.
    reportClientDocument.getDatabaseController().addTable(boNewCommandTable, null);
    what could be the reason for the same? Is there any maximum time limit for the addTable() method execution, If so how can we change that?
    Thanks & Regards
    Amitav

    Hi Adam,
    Actually we are trying to add an SQL query to the report and we know that the particular SQL supposed to take more time for execution. Our application logs indicate that the agentTimeout error comes approximately after 6 hrs. We are wondering if there is some maximum time limit then will it possible to change the same.
    Thanks & Regards
    Amitav

  • Error code:-2147217387 Error code name:connectServer

    Hi all,
    <br></br>
    I have standalone java file, and i am trying to connect with the Crystal Report server. I have Crystal Report Server 2008.
    Error code:-2147217387 Error code name:connectServer
    <br></br>
    The server is newly installed and i dint make any change. All the services are up and running.
    <br></br>
    I am getting the following exception
    I tried the following cases
    <br></br>
    clientDoc.setReportAppServer("01hw150564");
    clientDoc.setReportAppServer("172.20.224.123");
    clientDoc.setReportAppServer("172.20.224.123:6400");
    but no use.  Please hep me
    <br></br>
    Exception
    <br></br>
    Connecting to report server...
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: Unable to connect to the server: . - Connection reset-- Error code:-2147217387 Error code name:connectServer
         at com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException.throwReportSDKServerException(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.TCPIPCommunicationAdapter.request(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.initialize(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.new(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.new(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
         at SampleExport.method2(SampleExport.java:114)
         at SampleExport.main(SampleExport.java:24)
    Caused by: java.net.SocketException: Connection reset
         at java.net.SocketInputStream.read(SocketInputStream.java:168)
         at java.net.SocketInputStream.read(SocketInputStream.java:182)
         at java.io.DataInputStream.readInt(DataInputStream.java:354)
         ... 10 more
    <br></br>
    Caused by
    java.net.SocketException: Connection reset
         at java.net.SocketInputStream.read(SocketInputStream.java:168)
         at java.net.SocketInputStream.read(SocketInputStream.java:182)
         at java.io.DataInputStream.readInt(DataInputStream.java:354)
         at com.crystaldecisions.proxy.remoteagent.TCPIPCommunicationAdapter.request(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.initialize(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.new(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.new(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
         at SampleExport.method2(SampleExport.java:114)
         at SampleExport.main(SampleExport.java:24)
    <br></br>
    Caused by:
    java.net.SocketException: Connection reset
         at java.net.SocketInputStream.read(SocketInputStream.java:168)
         at java.net.SocketInputStream.read(SocketInputStream.java:182)
         at java.io.DataInputStream.readInt(DataInputStream.java:354)
         at com.crystaldecisions.proxy.remoteagent.TCPIPCommunicationAdapter.request(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.y.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportAppSession.initialize(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.new(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.new(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ClientDocument.open(Unknown Source)
         at SampleExport.method2(SampleExport.java:114)
         at SampleExport.main(SampleExport.java:24)
    <br></br>
    Source
    <br></br>
    ReportClientDocument clientDoc = null;
                   System.out.println("Connecting to report server...");
                   clientDoc = new ReportClientDocument();
                   clientDoc.setReportAppServer("172.20.224.123"); // Getting error here
                   clientDoc.open(reportName, OpenReportOptions._openAsReadOnly);
                        clientDoc.getDataDefController().getParameterFieldController().modify(parameterField, newfld);
                   PrintOutputController poController = clientDoc.getPrintOutputController();
                   DatabaseController dbcontroller = clientDoc.getDatabaseController();
                   dbcontroller.logon("PDTCDEP","chennai1");
                   System.out.println("Creating file...");
                   ByteArrayInputStream byteIS = (ByteArrayInputStream) poController.export(ReportExportFormat.PDF);
                   FileOutputStream fos = new FileOutputStream(outputName);
    But, in Crystal Report Server XI Relese 2, the same code works and generated the pdf reports reports.
    Please help for this.
    If i need to do any change in administration or code ?
    Thanks,
    Anandraj
    Edited by: Aanduu on Sep 9, 2011 9:51 AM

    How to solve this problem. The problem is some time
    my web application can not connect to crystal report
    server. And App. log was receord as below.
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServ
    erException: Unable to connect to the server:
    crp.RAS.rptappserver.---- Error code:-2147217387Does this give a hint of what to check? Maybe you need to check if the server is running and the server configuration is correct.
    I haven't ever used Crystal Reports, so I can't be very specific. A Google search might help.

  • Failed to retrieve data from the database.---- Error code:-2147482925

    Hi,
    I am  getting random error while generating a PDF report in Crystal Report XI R2.
    The error details are
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: Impossibile r
    Error in File C:\WINDOWS\TEMP\{11834722-3B8E-4DFF-B7B6-B3D52DF904C1}.rpt:
    Failed to retrieve data from the database.---- Error code:-2147482925 Error code
    name:failed
    at com.crystaldecisions.sdk.occa.report.application.PrintOutputControlle
    r.export(Unknown Source)
    at ps_emxCrystalReportUtil_mxJPOZsBymAAAAAEAAAAD.getReport(ps_emxCrystal
    ReportUtil_mxJPOZsBymAAAAAEAAAAD.java:488)
    at ps_emxCrystalReportUtil_mxJPOZsBymAAAAAEAAAAD.ps_storeReportWithoutCh
    eckin(ps_emxCrystalReportUtil_mxJPOZsBymAAAAAEAAAAD.java:183)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    Please help me.
    Thanks in advance
    -Abhi

    Not enough info.
    The exception just states there were problems retrieving data from your data source.
    Sincerely,
    Ted Ueda

  • ORA-00600: internal error code, arguments: [kccpb_sanity_check_2], [3216], [3201], [0x0], [], [], [], []

    Hi everyone
    I am trying to startup the data base , but it gives me
    ORA-00600: internal error code, arguments: [kccpb_sanity_check_2], [3216],
    [3201], [0x0], [], [], [], []
    DB version is : Release 10.2.0.3.0
    alert log file gives me
    ORA-1507 signalled during: ALTER DATABASE CLOSE NORMAL...
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Sun Apr 12 21:39:27 2015
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =145
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.3.0.
    System parameters with non-default values:
      processes                = 1200
      sessions                 = 1325
      sga_max_size             = 943718400
      __shared_pool_size       = 528482304
      __large_pool_size        = 4194304
      __java_pool_size         = 4194304
      __streams_pool_size      = 0
      sga_target               = 943718400
      control_files            = D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL01.CTL, D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL02.CTL, D:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL03.CTL
      db_block_size            = 8192
      __db_cache_size          = 398458880
      compatible               = 10.2.0.3.0
      db_file_multiblock_read_count= 16
      db_recovery_file_dest    = D:\oracle\product\10.2.0\flash_recovery_area
      db_recovery_file_dest_size= 2147483648
      _allow_resetlogs_corruption= TRUE
      undo_management          = AUTO
      undo_tablespace          = UNDOTBS1
      remote_login_passwordfile= EXCLUSIVE
      db_domain                =
      dispatchers              = (PROTOCOL=TCP) (SERVICE=orclXDB)
      job_queue_processes      = 10
      audit_file_dest          = D:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\ADUMP
      background_dump_dest     = D:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\BDUMP
      user_dump_dest           = D:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\UDUMP
      core_dump_dest           = D:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\CDUMP
      db_name                  = orcl
      open_cursors             = 10000
      pga_aggregate_target     = 418381824
    PMON started with pid=2, OS id=1596
    PSP0 started with pid=3, OS id=2952
    MMAN started with pid=4, OS id=1424
    DBW0 started with pid=5, OS id=1760
    DBW1 started with pid=6, OS id=2608
    LGWR started with pid=7, OS id=3004
    CKPT started with pid=8, OS id=2932
    SMON started with pid=9, OS id=2848
    RECO started with pid=10, OS id=2360
    CJQ0 started with pid=11, OS id=2404
    MMON started with pid=12, OS id=1136
    Sun Apr 12 21:39:27 2015
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    MMNL started with pid=13, OS id=2364
    Sun Apr 12 21:39:27 2015
    starting up 1 shared server(s) ...
    Sun Apr 12 21:39:28 2015
    ALTER DATABASE   MOUNT
    Sun Apr 12 21:39:32 2015
    Errors in file d:\oracle\product\10.2.0\admin\orcl\udump\orcl_ora_1584.trc:
    ORA-00600: internal error code, arguments: [kccpb_sanity_check_2], [3216], [3201], [0x0], [], [], [], []
    Sun Apr 12 21:39:33 2015
    ORA-600 signalled during: ALTER DATABASE   MOUNT...
    IS there any way to  fix this issue ?
    thanks

    Hello
    you have to login to your oracle support and search for ora 600 lookup tool
    their if you enter kccpb_sanity_check_2 as 1st argument of ora 600 you will find a related document Doc ID 435436.1 explaining your issue for version Version 10.2.0.1 and later
    Doc says that you might need to restore a backup of controlfile and recover or recreate controlfile or restore db from last good backup and recover
    Thanks
    Himmy

  • ORA-00600: internal error code, arguments: [Carr_Oscan], [], [], [], [], []

    Hello,
    ORACLE 10GR2
    WINDOWS XP
    SIR,
    I on my test db I hav got this error :
    ORA-00600: internal error code, arguments: [Carr_Oscan], [], [], [], [], [], [], []
    Is there any solution to get my db back. I hav not backup or archivelog as it was just a test db with default oracle installation.
    folloing some starting and bottom lines from my alert log :
    Dump file e:\oracle\product\10.2.0/admin/orcl/bdump\alert_orcl.log
    Tue Sep 29 12:26:34 2009
    ORACLE V10.2.0.1.0 - Production vsnsta=0
    vsnsql=14 vsnxtr=3
    Windows XP Version V5.1 Service Pack 3
    CPU : 2 - type 586, 1 Physical Cores
    Process Affinity : 0x00000000
    Memory (Avail/Total): Ph:1182M/2038M, Ph+PgF:1523M/2252M, VA:1940M/2047M
    Tue Sep 29 12:26:34 2009
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Shared memory segment for instance monitoring created
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    sga_target = 612368384
    control_files = E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL01.CTL, E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL02.CTL, E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL03.CTL
    db_block_size = 8192
    compatible = 10.2.0.1.0
    db_file_multiblock_read_count= 16
    db_recovery_file_dest = E:\oracle\product\10.2.0/flash_recovery_area
    db_recovery_file_dest_size= 2147483648
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    dispatchers = (PROTOCOL=TCP) (SERVICE=orclXDB)
    job_queue_processes = 10
    audit_file_dest = E:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\ADUMP
    background_dump_dest = E:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\BDUMP
    user_dump_dest = E:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\UDUMP
    core_dump_dest = E:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\CDUMP
    db_name = orcl
    open_cursors = 300
    pga_aggregate_target = 202375168
    PMON started with pid=2, OS id=2468
    PSP0 started with pid=3, OS id=132
    MMAN started with pid=4, OS id=2972
    DBW0 started with pid=5, OS id=1832
    LGWR started with pid=6, OS id=3128
    CKPT started with pid=7, OS id=2240
    SMON started with pid=8, OS id=2052
    RECO started with pid=9, OS id=3304
    CJQ0 started with pid=10, OS id=1804
    MMON started with pid=11, OS id=3292
    Tue Sep 29 12:26:35 2009
    Beginning crash recovery of 1 threads
    parallel recovery started with 2 processes
    Sat Nov 21 17:49:04 2009
    Started redo scan
    Sat Nov 21 17:49:05 2009
    Errors in file e:\oracle\product\10.2.0\admin\orcl\udump\orcl_ora_3784.trc:
    ORA-00600: internal error code, arguments: [kcrfrgv_scn1], [], [], [], [], [], [], []
    Sat Nov 21 17:49:17 2009
    Aborting crash recovery due to error 600
    Sat Nov 21 17:49:17 2009
    Errors in file e:\oracle\product\10.2.0\admin\orcl\udump\orcl_ora_3784.trc:
    ORA-00600: internal error code, arguments: [kcrfrgv_scn1], [], [], [], [], [], [], []
    ORA-600 signalled during: alter database open...
    Mon Nov 23 10:51:41 2009
    db_recovery_file_dest_size of 2048 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Thu Nov 26 15:10:27 2009
    Starting ORACLE instance (normal)
    Thu Nov 26 15:14:26 2009
    Starting ORACLE instance (normal)
    Thu Nov 26 15:16:23 2009
    Starting ORACLE instance (normal)
    Thu Nov 26 15:19:18 2009
    Shutting down instance: further logons disabled
    Thu Nov 26 15:19:18 2009
    Stopping background process CJQ0
    Thu Nov 26 15:19:18 2009
    Stopping background process MMNL
    Thu Nov 26 15:19:19 2009
    Stopping background process MMON
    Thu Nov 26 15:19:20 2009
    Shutting down instance (immediate)
    License high water mark = 3
    Thu Nov 26 15:19:20 2009
    Stopping Job queue slave processes
    Thu Nov 26 15:19:20 2009
    Job queue slave processes stopped
    Waiting for dispatcher 'D000' to shutdown
    All dispatchers and shared servers shutdown
    Thu Nov 26 15:19:22 2009
    ALTER DATABASE CLOSE NORMAL
    ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
    Thu Nov 26 15:19:22 2009
    ALTER DATABASE DISMOUNT
    Completed: ALTER DATABASE DISMOUNT
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    ARCH: Archival disabled due to shutdown: 1089
    Shutting down archive processes
    Archiving is disabled
    Archive process shutdown avoided: 0 active
    Thu Nov 26 15:19:27 2009
    Starting ORACLE instance (normal)
    LICENSE_MAX_SESSION = 0
    LICENSE_SESSIONS_WARNING = 0
    Picked latch-free SCN scheme 2
    Using LOG_ARCHIVE_DEST_10 parameter default value as USE_DB_RECOVERY_FILE_DEST
    Autotune of undo retention is turned on.
    IMODE=BR
    ILAT =18
    LICENSE_MAX_USERS = 0
    SYS auditing is disabled
    ksdpec: called for event 13740 prior to event group initialization
    Starting up ORACLE RDBMS Version: 10.2.0.1.0.
    System parameters with non-default values:
    processes = 150
    __shared_pool_size = 192937984
    __large_pool_size = 4194304
    __java_pool_size = 4194304
    __streams_pool_size = 0
    spfile = E:\ORACLE\PRODUCT\10.2.0\DB_1\DBS\SPFILEORCL.ORA
    sga_target = 612368384
    control_files = E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL01.CTL, E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL02.CTL, E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\CONTROL03.CTL
    db_block_size = 8192
    __db_cache_size = 402653184
    compatible = 10.2.0.1.0
    db_file_multiblock_read_count= 16
    db_recovery_file_dest = E:\oracle\product\10.2.0/flash_recovery_area
    db_recovery_file_dest_size= 2147483648
    undo_management = AUTO
    undo_tablespace = UNDOTBS1
    remote_login_passwordfile= EXCLUSIVE
    db_domain =
    dispatchers = (PROTOCOL=TCP) (SERVICE=orclXDB)
    job_queue_processes = 10
    audit_file_dest = E:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\ADUMP
    background_dump_dest = E:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\BDUMP
    user_dump_dest = E:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\UDUMP
    core_dump_dest = E:\ORACLE\PRODUCT\10.2.0\ADMIN\ORCL\CDUMP
    db_name = orcl
    open_cursors = 300
    pga_aggregate_target = 202375168
    PMON started with pid=2, OS id=5416
    PSP0 started with pid=3, OS id=6132
    MMAN started with pid=4, OS id=3640
    DBW0 started with pid=5, OS id=3048
    LGWR started with pid=6, OS id=2220
    CKPT started with pid=7, OS id=756
    SMON started with pid=8, OS id=2328
    RECO started with pid=9, OS id=2460
    CJQ0 started with pid=10, OS id=2380
    MMON started with pid=11, OS id=2356
    Thu Nov 26 15:19:29 2009
    starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
    Thu Nov 26 15:19:29 2009
    starting up 1 shared server(s) ...
    Thu Nov 26 15:19:30 2009
    ALTER DATABASE MOUNT
    MMNL started with pid=12, OS id=3664
    Thu Nov 26 15:19:34 2009
    Setting recovery target incarnation to 2
    Thu Nov 26 15:19:34 2009
    Successful mount of redo thread 1, with mount id 1231755394
    Thu Nov 26 15:19:34 2009
    Database mounted in Exclusive Mode
    Completed: ALTER DATABASE MOUNT
    Thu Nov 26 15:19:34 2009
    ALTER DATABASE OPEN
    Thu Nov 26 15:19:35 2009
    Beginning crash recovery of 1 threads
    parallel recovery started with 2 processes
    Thu Nov 26 15:19:35 2009
    Started redo scan
    Thu Nov 26 15:19:35 2009
    Errors in file e:\oracle\product\10.2.0\admin\orcl\udump\orcl_ora_5304.trc:
    ORA-00600: internal error code, arguments: [kcrfrgv_scn1], [], [], [], [], [], [], []
    Thu Nov 26 15:19:39 2009
    Aborting crash recovery due to error 600
    Thu Nov 26 15:19:39 2009
    Errors in file e:\oracle\product\10.2.0\admin\orcl\udump\orcl_ora_5304.trc:
    ORA-00600: internal error code, arguments: [kcrfrgv_scn1], [], [], [], [], [], [], []
    ORA-600 signalled during: ALTER DATABASE OPEN...
    Thu Nov 26 15:34:32 2009
    db_recovery_file_dest_size of 2048 MB is 0.00% used. This is a
    user-specified limit on the amount of space that will be used by this
    database for recovery-related files, and does not reflect the amount of
    space available in the underlying filesystem or ASM diskgroup.
    Kindly tell me for knowldege whether is db can be recovered or not. I have no metalink support.
    Regards
    Edited by: ora-boy on Nov 26, 2009 11:37 PM

    An internal error happened.
    The parameters that come with this error give more information about the location where this exception occured.
    You should contact Oracle support or browse metalink for more information regarding your specific error condition.
    Also check the alert.log file and other trace files in the background_dump_dest or user_dump_dest for additional information.
    Should you want to find a solution yourself and have access to Oracle Metalink, Oracle support provides the ORA-600 Lookup Tool with which you can troubleshoot the ORA-600.
    Regards
    Asif Kabir

  • CR2008 V1 Error Code: 2147217387

    hi,
    i have encountered a problem when try to connect to Server CR2008 V1. There is an error shown:
    [12/8/11 17:25:44:920 MYT] 000001ff SystemErr R
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException:
    Unable to connect to the server: 10.25
    1.21.128. - Connection refused-- Error code:-2147217387 Error code
    name:connectServer
    And i check at Central Configuration Manager that is Report Application Server is disabled i can't do the changes.
    Please advice what should i do?
    Thanks.

    Hi,
    I've seen this error with unmanaged RAS (RAS embedded).
    If you can't enable Crystal Report Server, I will recommend you to add the -trace at the end of the command line and restart the service to collect some information.
    Regards,
    Julian

  • Cannot delete file from external hard drive (error code 36) in Finder, but Terminal is ok

    I have a relatively new Macbook Pro Retina 15" and have a Western Digital 1 TB Passport.  I've been using the passport for about a year now without any problems on older Macbooks in my house.  I used to be able to read and write to this drive no problem.  I am using the Paragon NTFS for Mac software in order to read and write to the NTFS drive.  When I navigate through the drive in Finder, if I try to create a new folder, I do not have a problem.  If I try to delete that folder I just created, I get this error:
    The Finder can’t complete the operation because some data in “untitled folder” can’t be read or written.
    (Error code -36)
    The folder has nothing in it whatsoever.  I just created it.  But if I go to Terminal and I run
    rm -rf "untitled folder"
    This works fine.  Why is Terminal acting different than Finder?  This does not happen on my other Macbooks.  Thanks in advance.

    Thanx for such qucik reply!!! The pages were great, it had an answer for my problem, but unfortunately it also involved me dealing with it only on the MacIntosh HD itself, not on mounted external drive I suppose... So it didn't work they say that there is an icon in the left corner indicating locked folder - I don't see any icon on it. It says you can untick the box to unlock the folder - there is no tick to be unticked. Finally, they say that if I don't have permition or rights I cannot delete it. But how do i change permittion which already says that i can read and write in it? So everything appears to be normal only I cannot delete it. there is not even any warnig telling me I don't have enough rights, it just requires the password and after me typing it in it makes the sound of scraping paper but does nothing more. I aslo had some problems with emptying Trash after being seemingly succesful with one file and had got so far to have them appear in the Trash (no clue how this one actully got there though..) I followd the advice and emptied the Trash with Terminal. The Folder is still there but it shows 0 Kb... So far so good BUT: It is still on the external drive, so I obviously only managed to copy it into the Trash!!! Phew, innit a bit too tight to poor owners, this macbook?? I want my rights back!

  • Report generation failed----​error code:-1720​5; Access Denied.

    Hi, All
        i have a trouble about report generation.it seems the error happened at the "write UUT report"--this step is teststand report generation'DLL.
        detail:
        An error occurred calling 'Save' in 'Report' of 'NI TestStand 2010 SP1 API'
    Access Denied.. Error writing to file 'D:\program\seq\xxx.xml'.
    The file might be open in another application. If file access is intermittently denied, you should try disabling the Microsoft FindFast utility. 
        error code:-17205; Access Denied.
        locationtep 'Write UUT Report' of sequence 'Single Pass' in 'SequentialModel.Seq'
        How to fix it?
        Thanks a lot.
    BR

    Hm, it looks like the file might be open in another application. If you see that file accesss is intermittently denied, you should try disabling the Microsoft FindFast utility.
    CTA, CLA, MTFBWY

  • There was a recent upadate on my PC, however it does not work. A error code comes up which says, min version is not compatible with max version. And I caanot open my browser. Please help.

    I do a system restore which allows me to open my browser. Without this I cannot open my browser - the error code comes up every time.

    Do a clean (re)install
    * Download a fresh Firefox copy from http://www.mozilla.com/firefox/all.html and save the file to the desktop.
    * Uninstall your current Firefox version and remove the Firefox program folder before installing that copy of the Firefox installer.
    * Don't remove personal data when uninstalling.
    * It is important to delete the Firefox program folder to remove all the files and make sure that there are no problems with files that were leftover after uninstalling.
    From https://support.mozilla.com/en-US/questions/764376

  • My ipod touch is not list as a device on itunes.  When I tried do update itunes, I get a ox8007054f error code and the update will not complete.

    My ipod touch is not listed as a device when connected to my computer.  As suggested I attempted to download the latest of itunes.  I got an
    ox8007054f error code and the down load will not complete.  I have also tried to restore my computer to an earlier setting, but it will
    not accept the change.

    Have you looked at this completed previos discussion. It discusses 0x8007054F.
    Re: Error message when trying to install iTunes

Maybe you are looking for

  • "The Document Could Not be Printed" "There were no pages selected to print"

    OSX 10.6.6 Acrobat Pro 9.4.1 I am getting this error when printed from certain PDF files. My best guess is it is a font conflict because if I change the font in the document and re-export the file the document prints fine. But changing the font (and

  • Which Linux Distro Works Out of the Box With the iMac late 2009 (11,1)?

    Hi. I use all 3 OSes because the other two OSes have tool and games that are not yet in OS X; best of both worlds. Win 8 on Bootcamp is nice for games and utilities but I'm installing Linux too on a separate external drive. I've tried a lot of Linux

  • Logo does not appear on the printed adobe form

    Per the solution provided by Tejaswini Inserting a Graphic in adobe form using SFP I am able to upload the logo avaialble at SE78. I did the binding etc as per the thread above. But the print preview or print of the Form does not show the Logo. Does

  • Centre Image Between 2 Other Images

    Hi, I am a beginner to Dreamweaver and am trying to find a solution to what should be a simple problem. I want to place 3 images across a page, with one image aligned left, one image aligned right and the other image centred between the two. I am usi

  • Image does not fit my TV screen

    Hi there I have a Panasonic PlasmaTV screen 1080P and when plugging it to my Macbook it seems that the image is bigger then my TV since I can't see the entirely the dock and worse of all is that I can't see the menu bar at the top. the only way to se