RAS Java API Exception on Crystal Reports Server XI R2

Hi
We download run the evaluation version of Crystal Reports Server XI R2 SP2.
Our web application uses RAS Java API to talk to Crystal Reports Server to open unmanaged reports.
        ReportClientDocument lo_ReportClientDoc = new ReportClientDocument(); //*** Cause exception
        ReportAppSession reportAppSession = new ReportAppSession();
        reportAppSession.createService(
          "com.crystaldecisions.sdk.occa.report.application.ReportClientDocument"); //*** Cause exception
        reportAppSession.setReportAppServer(servername);
        reportAppSession.initialize();   //*** Cause exception
        lo_ReportClientDoc.setReportAppServer(reportAppSession.getReportAppServer());
        lo_ReportClientDoc.open(asReportName,OpenReportOptions._openAsReadOnly);
        ReportServerControl control = new ReportServerControl();
        control.setReportSource(lo_ReportClientDoc.getReportSource());
The lines marked with "//*** Cause exception" above cause the following exceptions, although at the end the reports came up correctly. When we were running Crystal Reports Server XI (Release 1), we did not see this exception. Can you tell what is going wrong? Thanks.
SystemOut     O org.xml.sax.SAXParseException: File "null" not found.
+     at org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1202)+
+     at org.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument(DefaultEntityHandler.java:499)+
+     at org.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:312)+
+     at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:1079)+
+     at com.crystaldecisions.xml.serialization.XMLObjectSerializer.load(Unknown Source)+
+     at com.crystaldecisions.proxy.remoteagent.ClientSDKOptions.readClientSDKOptions(Unknown Source)+
+              at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.b(Unknown Source)+
+     at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.h(Unknown Source)+
+     at com.crystaldecisions.sdk.occa.report.application.ReportClientDocument.<init>(Unknown Source)+

Hey did anyone ever answer your question, I have exactly the same problem 4 years later, sigh

Similar Messages

  • Crystal Reports Server 2008 - RAS API ReportAppSession.initialize() fail

    Hi,
    We have a servlet (running on Websphere 6.1 container) trying to connect to Crystal Reports Server 2008 using RAS Java API to open unmanaged reports.
    It fails at the very beginning of ReportAppSession.initialize() with error message:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKServerException: Unable to connect to the server: HQ-ROSIE03. - Connection refused: connect-- Error code:-2147217387 Error code name:connectServer
    HQ-ROSIE03 is the server name hosting CRS 2008. I try to pass in either HQ-ROSIE03 or HQ-ROSIE03:1566 to setReportAppServer(), but no help.
    On CRS2008, I checked from Central Management Console that all servers are up and running. I also add "-ipport 1566" to the commandline of ReportApplicationServer from CMC. It does not help either.
    Would you please tell me what might cause the problem based on the error code and message? Thank you.
    Here is the code.
            try
              ReportAppSession reportAppSession = new ReportAppSession();
              reportAppSession.createService(
              "com.crystaldecisions.sdk.occa.report.application.ReportClientDocument");
              //HQ-ROSIE03 is the server name that hosts Crystal Reports Server 2008.
              //I tried to pass in the port number, i.e "HQ-ROSIE03:1566". But it got the same exception.
              reportAppSession.setReportAppServer("HQ-ROSIE03");
              // This is where the exception is thrown.
              reportAppSession.initialize();
              ReportClientDocument lo_ReportClientDoc = new ReportClientDocument();
              lo_ReportClientDoc.setReportAppServer(reportAppSession.getReportAppServer());
              lo_ReportClientDoc.open(asReportName,OpenReportOptions._openAsReadOnly);
              ReportServerControl control = new ReportServerControl();
              control.setReportSource(lo_ReportClientDoc.getReportSource());
            catch(Exception exc)
                System.out.println( exc);
    Edited by: Lijing Lin on Mar 27, 2009 12:39 AM

    There is a typo when adding -ipport 1566 to the RAS server command from CMC.
    It is now resolved.

  • Crystal Report Server issues

    Hi,
    1) Where to find for documentation for Crystal report server XI installation on server machine.
    2) which approach to follow for reports to support 20 concurrent users creating/updating reports
    and also to support over 100 users viewing/generating reports from VB.Net front end?
    such as crystal report viewer model, report document model, info view model, crystal RAS. We will have Crystal Report Server XI, SQLserver 2005. These reports are yet to be developed.
    3) And also allow users to approve reports before general distribution and ability to automate report generation and deliver reports via email from VB.Net front end?
    I have worked on Crystal designer as well as on integrating report Visual Basic. I am new to above requirements.Any ideas greatly appreciated.

    1) Where to find for documentation for Crystal report server XI installation on server machine.
    See "setting up the development environment" here:
    https://boc.sdn.sap.com/node/10619
    You have to follow same instructions when setting up a production environment as far as the runtime is concerned.
    2) which approach to follow for reports to support 20 concurrent users creating/updating reports
    and also to support over 100 users viewing/generating reports from VB.Net front end?
    such as crystal report viewer model, report document model, info view model, crystal RAS. We will have Crystal Report Server XI, SQLserver 2005. These reports are yet to be developed.
    See the following resources:
    https://boc.sdn.sap.com/node/972
    https://websmp106.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000713358&_SCENARIO=01100035870000000202
    3) And also allow users to approve reports before general distribution and ability to automate report generation and deliver reports via email from VB.Net front end?
    https://boc.sdn.sap.com/samples/84/1194
    https://boc.sdn.sap.com/developer/library
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes/sdn_oss_boj_erq/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10b840c0-623f-2b10-03b5-9d1913866b32
    Ludek

  • How to set DbConnections when scheduling a crystal report using Crystal Reports Server Java SDK?

    Post Author: Manjula
    CA Forum: JAVA
    Hi,
    Trying to schedule a report using Crystal Reports Server Java SDK. Want to pass DBConnections from API, though passing DBConnections, the report is not being scheduled and says "Failed to retrieve data from the database.Details:&#91;Database Vendor Code:6550&#93;.
    Would be thankful if someone could answer my point as applicable.
    Here is the code attached.
    ISDKList dbLogons = oReport.getReportLogons();int dbLogonSize = dbLogons.size();
    for(int i=0; i<dbLogonSize; ++i) {
    IReportLogon dbLogon = (IReportLogon)dbLogons.get(i);
    dbLogon.setDatabaseName("DBname");
    dbLogon.setUserName("usrname");
    dbLogon.setPassword("pwd");
    Thanks in advance.

    Post Author: Manjula
    CA Forum: JAVA
    Ted,
    Thank you for your valuable information.
    First, tried scheduling on Central Management Console and then with the java code.It worked fine, but here is another question for you.
    On the Console, a report exists with ServerName and UserName harcoded and when trying to set ServerName and UserName from the java code, its throwing exception. Where as Password is not set on Console, am able to set password from java.
    And DatabaseName is not set on Console (non editable), unable to set the same from java too. Why is it so?
    So, my question is - though ServerName,DatabaseName,UserName,Password exists on the Console report, can't I override those parameters from java?
    Would be greatful if you answer my question and provide me some guidance.
    Thanks in advance.

  • Migrate from Crystal Report Server XI R2 to new Eclipse RAS SDK Question

    Hi,
    I am migrating Crystal Report Server XI R2 RAS SDK to Eclipse RAS SDK which seems to be quite easy.
    I have the following old code which basicly programmaticly creates a Report from scratch adds a Table and then
    populates the Report with a Pojo Collection.
    <br> <br>
    Now before I would have : <br>
    <br>
    Table oTable = new Table(); <br>
    oTable.setName("reportTable"); <br>
    pbConnAttributes.putStringValue("QE_DatabaseType", "Java Beans Connectivity"); <br>
    pbConnAttributes.putStringValue(PropertyBagHelper.CONNINFO_DATABASE_DLL, "crdb_javabeans.dll"); <br>
    PropertyBag pbLogonProperties = new PropertyBag(); <br>
    pbLogonProperties.putStringValue("Java Bean Classes", className); <br>
    pbLogonProperties.putStringValue("SSOKEY", ""); <br>
    pbConnAttributes.put("QE_LogonProperties", pbLogonProperties); <br>
      pbConnAttributes.putBooleanValue(PropertyBagHelper.CONNINFO_SSO_ENABLED, false); <br>
    oTable.getConnectionInfo().setKind(ConnectionInfoKind.CRQE); <br>
    oTable.getConnectionInfo().setUserName(""); <br>
      oTable.getConnectionInfo().setPassword(null); <br>
      oTable.getConnectionInfo().setAttributes(pbConnAttributes); <br>
    //following statement throws Exception <br>
    doc.getDatabaseController().addTable(oTable, null); <br>
    <br>
    getDatabaseController().setDataSource(pojoCollection, pojoClass.class,"reportTable", "reportTable");
    <br>
    <br>
    Now wenn using the c <br>lient eclipse RAS SDK which pbConnAttributes should I use? <br>
    No matter which ones I choose I get a Bad Driver Exception or Named Exception. <br>
    Can anybody help?
    Edited by: snake-john99 on Aug 11, 2010 10:35 AM
    Edited by: snake-john99 on Aug 11, 2010 10:39 AM

    Hi Mikael,
    Since you're already on CR Server XI R2, you can use the Upgrade Management Tool to migrate all the content to CR Server 2013.
    Anwers to your questions:
    1) Yes, the Upgrade Management Tool does support this kind of migration
    2) It does seem that the UMT allows you to move all report instances as well as the scheduled jobs over to the new server
    3) I've always had issues with Business Views when using Import Wizard however I'm not sure whether they work well with the new UMT. In any case, I always prefer to export the LOVs and BVs from within the Business View Manager to a .xml file and then import them in the higher version of the Server, again, from within the Business View Manager.
    -Abhilash

  • Crystal Reports server XI release 2 java Integration - Urgent

    Post Author: premnathk.chn
    CA Forum: JAVA
    Hi,
      I am trying to evaluvate Crystal Reports server XI release 2 and i face problems in integrating it with java. can sombody help me out?
    Also when i try to open a report using INFOVIEW i get a cannot open connection error.
    thank & regards,
    Prem

    What problems exactly are you running into?  Are you getting errors?  Also - the infoview error is most likely that the report can't connect to the database - or that the account that the Page or RAS server is running under can't see the database server.  Try running the page server and RAS server under a user account that has domain privileges
    a programmer learning programming from perl is like a chemisty student learning the definition of "exothermic" with dynamite

  • Crystal Reports Server XI R2 - RAS service will not start

    We had a copy of Crystal Reports Server XI R2 running on a Windows 2003 SBS Server and the database running on SQL Server 2000 on the same box. We were forced to upgrade this server Windows 2003 SBS Server 2003 R2 with SQL Server 2005. The upgrade worked fine however after the upgrade we could no longer open reports in infoview.
    We soon realised that the RAS(Report Application Server) service was stopped however we could not start it.
    We tried doing a full uninstall(deleting the directory and registry info) and reinstall several times on the same server pointing to the existing database and trying to create a new database in both MYSql and SQL Server but again the same problem. While our licensing agreement means we can only install it on one server we tried on another and again we had the same issue.
    We see several errors in the event viewer of the server, these are:
    -Unable to create the Corba OSCA factory and register it on the eBus (Source:BusinessObjects_crystalras)
    -Failed to register with the CMS 'Server Name'. Please make sure the CMS is up and running. Attempting an automatic retry. (Source: We see this error show on a fair few of the service after stopping and firing up services, but they seem to disappear)
    -An error occurred while creating a Page Server subprocess.(Source: BusinessObjects_pageserver)
    If I try firing the crystalras executable just for interest sakes I get a "No valid license found for this product" error.
    We thought it may have been a license issue caused by the upgrade but have been told that the license key still appears to be valid.
    Any help is appreciated.

    Hey did anyone ever answer your question, I have exactly the same problem 4 years later, sigh

  • Crystal Report Server 2008 Embedded RAS Error

    We have installed crystal server 2008 embedded on a Microsoft 2008 server 64 bit box, with no error being reported during the install. No updates or patches have been applied and we selected the default
    installation. We then have been attemping to run a sample report that we downloaded off of SAP's support site to confirm that the installation was a success. We have not be able to accomplish this.
    Going through the Sizing and Configuration Guide for OEM Partners on page three it talks about a registry key that points to the default location that all the reports need to be housed at in order for the
    report to be run. When we preformed a search on this key no results were displayed. We need to know what steps we need to take in order to get a report to display correcvtly on the RAS.

    I dont know why that registry key doest not exist.  That paper also says that you can put a switch on the command line start for the RAS server:
    -reportdirectory <filepath>
    [ Optional ] The report directory root this RAS instance will use for opening reports. Users will only be able to open reports are contained in <filepath>, or a subdirectory of <filepath>. If unspecified, RAS will default to the value stored in the registry. For Crystal Reports Server Embedded 2008, the registry key is HKLM\SOFTWARE\Business Objects\Suite 12.0\Report Application Server\Instances\<Instance Name>\Server\LocalConnectionMgr\ReportDirectoryPath
    Try setting the -reportdirectory on your ras start line.
    u201C
    theserveritison\C$\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\crystalras.exeu201D -reportdirectory C:\reportfolder\
    Jason

  • Passing SQL to Crystal Reports Server using JAVA

    Hi all,
      We are in the process of redoing our Java app and we would like to create SQL query and pass this to Crystal Reports Server to have it generate a report.
      I've looked all over but still could not find any info on it.  Does anyone know how this is done or know where I can find some information on this?
      I've looked at some of the examples from BO but did not find anything relating to what I need to have.
    Thanks in advance.
    -S.C.-

    Hey,
    Have a look at https://boc.sdn.sap.com/node/452
    There some other great webinars on the left side also.
    Hope that helps.
    Else if you wanting to run some SQL before loading the report search for something along the lines of:
    (But I warn you this is not the correct coding, I have just quickly cut and paste a
    few bits from one of my reports but you should get the idea, hopefully,
    might have to use your imagination.)
    Connection connection = null;
    CallableStatement cs;
    Class.forName(dbDriverName);
    // Create a connection to the database
    connection = DriverManager.getConnection(dbConnectionURL, dbUsername, dbPassword);
    // Call a procedure with one IN parameter
    cs = connection.prepareCall("{ CALL " + str_ProcStatement + "}");
    cs.setString(1, str_Param1);

  • Crystal Report Server 2008 integration with java application

    Hi All,
    Any of you having complete document about Crystal Report Server 2008 integration with java application....like source code and what are all the jar files needed? Or tell me that the implementation is same as Crystal Report Server XI R2?
    Thanks

    Have you looked at the BusinessObjects Enterprise XI 3.x Java Developer Guide?
    [http://www.sdn.sap.com/irj/boc/sdklibrary]
    Sincerely,
    Ted Ueda

  • Crystal Reports Server 2008 dispose not closing document

    Hey everyone,
    I;m running some reports through Crystal reports 2008 server (no service packs) using the RAS sdk and Java.
    This was working swimmingly for a while until yesterday when the server hosting the RAS and app server fell over. I tracked it down to a problem with the RAS server. The error i got in my logs was General Exception, Report SDK Exception Not enough memory for operation.  I reran the process and when i watched task manager the memory being allocated to crystalras.exe went through the roof! it went from 50k to 1.8g of ram in under 10 minutes.
    I tried lots of the other suggestions in here for the errors about memory that are similar to mine (increasing the heap memory etc.) and none of them worked.
    One thing i noticed though is that when I run the process and watch the metrics page of the RAS server on the management console the number of Open documents does not decrease even though i am 100% totally and utterly calling .close and .dsipose after every report i open. Definitely. Ive debugged it a million times and it is calling these methods. It is successfully releasing the connections fine but does not seem to releasing the open documents. After the Open documents metric went down to 0 (im presuming after a timeout) the memory that crystalras.exe was reduced. I then  changed the timeout tag in CRConfig.xml to 1 minute to see would this help out any but the open documents did not timeout any faster.
    Would i be right in thinking that these open documents would be causing my problem of the aggregated memory? Im at my wits end here so any piece of help is greatly appreciated!

    Hi Ted,
    Thank you for getting back to me, i was on vacation there for a while so that is why i didnt get back to you.
    When I call reportClientDocument.isOpen() just before i dispose of the report it is true and after i dispose of it it correclty returns false.
    I am really stressing out over this as we are reduced to running 500 reports through the server (one after another) and then stopping the process and restarting the RAS server and then running another 500 reports.
    crystalras.exe gets up to about 2g of ram consumed for only 500 reports.
    I even changed some of the timeout settings on the settings page of the management console to see would they timeout and release the memory but alas it didnt release as much as a byte. I left it for 3 days and it didnt deallocate one piece of memory.
    Im currently investigating is there some way from my code that I can restart the RAS server, either through the SDK or through a windows process or scheduled task.
    Ted, as far as i can see there are no service packs for Crystal Reports Server 2008, is that right? when i go to the downloads page there only ones listed for release X1.
    Thank you for your help.
    J.

  • Creating Crystal Reports with Crystal Report Server XI

    Hello,
    I am new to Crystal Reports, i installed Crystal Reports Server XI R2 on Windows 2003 server with SP2 and was able to launch Inforview application and also Central Management Console Log On.
    I can also see some sample reports which are installed during installation.
    Now my next task is to create Crystal Reports using Crystal Report Server XI R2. How can we create a crystal report now by only using Crystal Report Server XI R2?
    Do we have to install some other application to create Crystal Reports? I donot see any link on my server which i can use to create crystal reports. The only links which i can see are :
    Business Objects-->
         Crystal Report Server-->
                            .Net Administration LaunchPad
                            .Net Infoview
                            Business View Manager
                            Central Configuration Manager
                            Data Source Migration Wizard
                            Data Source Migration Wizard Help
                            Import Wizard
                           Online Developer Library
                            Publishing Wizard
                            Registration Wizard
                           Release Notes
                           Repository Migration Wizard
    Please help
    Thanks
    Vipin

    Two ways to create reports:
    1) You install the Crystal reports Designer (CRW32.exe).
    With your Crystal Report Server, you should also have received a second CD that would have the CR designer.
    2) You use the RAS SDK and create reports on the fly using the RAS report creation APIs - .NET or Java. Since you are in the .NET developer forum, I assume you might be interested in the .NET RAS SDK. Here is a list of resources i would recommend:
    Links to samples are [here|https://www.sdn.sap.com/irj/scn/wiki?path=/display/bobj/netBusinessObjectsEnterpriseSDKSamples]
    [How to use the RAS SDK .NET with In-process RAS Server|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/10b840c0-623f-2b10-03b5-9d1913866b32]
    [Programing RAS|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/b050afe0-2fa5-2b10-658d-98f214ba6a4a]
    [Choose the Right SDK for the Right Task|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f006a5e6-7e64-2b10-8a84-8b15ca5cacfc]
    For more help, search these forums (there are some great posts in here), the [notes database|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_ossnotes&query=&adv=true]
    [articles|https://www.sdn.sap.com/irj/sdn/businessobjects-articles] and [downloads|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/bobj_download/main.htm]
    Ludek

  • How to print a report on crystal report server using webservice call

    Hi,
    I'm looking for web service api calls that help print a report on the crystal report server. Can someone post a snippet of how this is done.
    Thanks,

    Below is a snippet that uses the BusinessObjects Enterprise XI Release 2 version of the BIPlatform Web Services Java Consumer API:
    Sincerely,
    Ted Ueda
    /* Printer name */
    String printerName = "\\\\van-s-prt01\\VAN-P-BEAVERCREEK";
    /* URL to Enterprise Web Services */
    String servicesURL = "http://localhost:8080/dswsbobje/services";
    Session ceSession = null;
    Connection ceConnection = new Connection(new URL(servicesURL + "/session"));
    EnterpriseCredential ceCredential = new EnterpriseCredential();
    ceCredential.setDomain(cmsname);
    ceCredential.setAuthType(authType);
    ceCredential.setLogin(username);
    ceCredential.setPassword(password);
    try {
         ceSession = new Session(ceConnection);
         ceSession.login(ceCredential);
         ceConnection.setURL(new URL(servicesURL + "/biplatform"));
         BIPlatform bip = new BIPlatform(ceConnection, ceSession.getConnectionState());
         GetOptions getOpts =new GetOptions();
         getOpts.setIncludeSecurity(Boolean.FALSE);
         ResponseHolder rh = bip.get(reportPath, getOpts);
         InfoObjects infoObjects = rh.getInfoObjects();
         CrystalReport report = (CrystalReport) infoObjects.getInfoObject(0);
         ReportProcessingInfo processing = report.getPluginProcessingInterface();
        CrystalReportPrinterOptions printerOptions = processing.getReportPrinterOptions();
        printerOptions.setEnabled(Boolean.TRUE);
        printerOptions.setPrinterName(printerName);
         report.setSchedulingInfo(new SchedulingInfo());
         report.getSchedulingInfo().setRightNow(Boolean.TRUE);
         bip.schedule(infoObjects);
    } finally {
         if(ceSession != null)
              ceSession.logout();

  • Crystal Reports server XI release 2  -Urgent

    Hi,
      I am trying to evaluvate Crystal Reports server XI release 2 and i face problems in integrating it with java. can sombody help me out?
    Also when i try to open a report using INFOVIEW i get a cannot open connection error.
    thank & regards,
    Prem

    What problems exactly are you running into?  Are you getting errors?  Also - the infoview error is most likely that the report can't connect to the database - or that the account that the Page or RAS server is running under can't see the database server.  Try running the page server and RAS server under a user account that has domain privileges
    a programmer learning programming from perl is like a chemisty student learning the definition of "exothermic" with dynamite

  • Exception 50125 when report server startup

    I start a in-process server with rwserver.sh comand on linux platform.
    But when I run a web report on browser, the browser shows:
    REP-56048: Engine null crashed, job Id: 1
    I checked the report server trace file, find when I startup the report server, there is a exception listed below.
    Anyone who can thow a light on this issue will be appreciated.
    [2003/5/19 5:42:35:83] Exception 50125 (exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=55103,
    java.lang.String errorString="API URLEngine:getEngineEnvs not applicable to URL engine",
    java.lang.String moduleName="REP"
    at oracle.reports.RWExceptionHelper.read(Unknown Source)
    at oracle.reports.engine._EngineClassStub.getEnvs(Unknown Source)
    at oracle.reports.server.EngineManager$TimedPingerThread.run(EngineManager.java:1581)
    ): Internal error exception oracle.reports.RWException {
    oracle.reports.RWError[] errorChain={struct oracle.reports.RWError {
    int errorCode=55103,
    java.lang.String errorString="API URLEngine:getEngineEnvs not applicable to URL engine",
    java.lang.String moduleName="REP"
    [2003/5/19 5:42:35:83] Warning 50103 (EngineManager:registerEngine): REP-55103: API URLEngine:getEngineEnvs no
    t applicable to URL engine
    [2003/5/19 5:42:35:83] Info 56026
    .....

    Thanks for your feedback.Acturally, I try it ,but still get this error. It seems the engine is changed from URLEngine to rwEng-0, please have a look:
    [2003/5/20 2:45:41:321] Info 56021 (EngineManager:spawnEngine): Engine rwEng-0 has been launched
    [2003/5/20 2:45:41:322] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Initial
    [2003/5/20 2:45:41:323] Debug 50103 (JobStore:writePersistFile): Purge persistent file
    [2003/5/20 2:45:41:325] Debug 50103 (JobStore:writePersistFile): Purge persistent file done
    [2003/5/20 2:45:52:813] Exception 50125 (java.lang.Exception: getEnvs call from Server to Enging failed - call did not return
    at oracle.reports.server.EngineManager.registerEngine(EngineManager.java :981)
    at oracle.reports.server.EngineCommImpl.registerEngine(Unknown Source)
    at oracle.reports.server.EngineCommPOATie.registerEngine(Unknown Source)
    at oracle.reports.server.EngineCommPOA._invoke(Unknown Source)
    at oracle.reports.server.EngineCommPOA._invoke(Unknown Source)
    at com.inprise.vbroker.poa.POAImpl.invoke(POAImpl.java:2355)
    at com.inprise.vbroker.poa.ActivationRecord.invoke(ActivationRecord.java:104)
    at com.inprise.vbroker.GIOP.GiopProtocolAdapter.doRequest(GiopProtocolAdapter.java:492)
    at com.inprise.vbroker.IIOP.ServerProtocolAdapter.doRequest(ServerProtocolAdapter.java:64)
    at com.inprise.vbroker.GIOP.GiopProtocolAdapter.dispatchMessage(GiopProt
    ocolAdapter.java:653)
    at com.inprise.vbroker.orb.TPDispatcherImpl$TPDispatcher.run(TPDispatcherImpl.java:99)
    at com.inprise.vbroker.orb.ThreadPool$PoolWorker.run(ThreadPool.java:76)
    ): Internal error java.lang.Exception: getEnvs call from Server to Enging failed - call did not return
    [2003/5/20 2:45:52:814] Info 56026 (EngineManager:registerEngine): Reports Server started up engine rwEng-0
    [2003/5/20 2:45:52:815] State 56012 (IdleThread:run): Reports Server is ready
    [2003/5/20 2:45:53:881] Exception 50125 (org.omg.CORBA.TRANSIENT: minor code:0 completed: No
    at com.inprise.vbroker.orb.DelegateImpl.verifyConnection(DelegateImpl.java:336)
    at com.inprise.vbroker.orb.DelegateImpl.is_local(DelegateImpl.java:493)
    at org.omg.CORBA.portable.ObjectImpl._is_local(ObjectImpl.java:356)
    at oracle.reports.engine._EngineClassStub.getEnvs(Unknown Source)
    at oracle.reports.server.EngineManager$TimedPingerThread.run(EngineManager.java:1581)
    ): Internal error org.omg.CORBA.TRANSIENT: minor code: 0 completed: No
    BTW, I have applied the core patch 2, and NT patch 1, form&report patch 2 before this error occurs.

Maybe you are looking for

  • My iphone is stuck in recovery mode when trying to update to ios 5.

    hello, im asking for help because my iphone 3g/3gs (not sure) went into recovery mode after attempting to update to ios 5. now the thing is that.... i need to restore it because its my only phone and im still paying for service. but the point is that

  • Washed out logo

    I am trying to print a logo in a pages doc. I have converted the logo to a png, tiff and jpg but all seam to print as a washed out image. Actual colour is a sky blue but it comes out looking muddy. Whats going wrong? - This also happens in Word 2008.

  • Using WLST with ant. Need help

    I try to create ant task which connects to WLST engine and creates datasource. This is build.xml : +<?xml version="1.0" ?>+ +<project name="deploy" default="connect" basedir=".">+ +<echo> ${wl.home} </echo>+ +<path id="wl.appc.classpath">+ +<pathelem

  • Approve guest account in Cisco ISE 1.3

    Hello everybody,       I can't approve guest account in the cisco ISE after I create them. when I want to approve an account I should write a sponsor email, but always I had the same problem: the values entered are incorrect. (Les valeurs saisies son

  • Why wont my songs,contacts or apps show up on my itunes when i plug it in, why wont my songs,contacts or apps show up on my itunes when i plug it in

    i have a new phone that i need to be transfered from my old phone.  Problem my old phone data like songs pictures contacts that should be in itunes are not.  I tried the whole back up then back up from last restored and it didnt work.  HELP