Errors on Windows2003 with Web Application Framework 4.0 + CR_VS2010

Hi,
I have a new scenario about this problem e I would like get some opinions to solve this.
We have a web Application (Asp.net + vb.net) wrote in VS 2010 using CR_VS 2010 running with Framework target 4.0.
In Windows 2008 32bits or 64bits (IIS 7.0) the application works fine with Crystal Reports.
In Windows 2003 32 bits or 64 bits (IIS6.0) some resources of Crystal Reports VS2010 doesn't work like in Win2k8, we have a page that export a report to disk using data set and always receive the message:
".. Could not load file or assembly 'file:///C:Program Files\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll' or one of its dependencies. The system cannot find the file specified: C:\Program Files\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\win32_x86\dotnet1\crdb_adoplus.dll"
The same application is useful on Windows 2008, we follow the instructions identified by KB 1540637, 1525432 and 1217986 but the problem was not solve.
Another thing that was very strange in this environment ((Windows 2003) is:
We have a console application that use CR_VS2010 and here the Crystal Reports works perfectly with this lines in application.config:
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0"/>
</startup>
Is important remember that Web.config of our application already has the configuration above and don't have any reference to another cystal reports (only the version 13 (cr vs2010)).
Can you help us ?
Thank you and sorry for the bad english.

Hi All,
Thanks for waiting. I have the info now...
It is fixed in CR 2008 as well.
This should work also for CR for VS 2010 now, SP is not required, add this key to your PC's:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Crystal Reports\DesignerOptions]
"DealWithMinimalMarginsWhenPrinting"="0"
             Key=0  =>  minimal margins
             Key=1 or delete key  =>  large margins
As well here the sample code and note the PrintToPrinter does NOT read this key, you must use RAS:
For Winform Viewer, it will not impacted this fix... in CR.Net SDK, if user used reportdocument print function like:
reportDocument.PrintOptions.DissociatePageSizeAndPrinterPaperSize = true;
reportDocument.PrintToPrinter(1, true, 1, 1);
or they tried to print via CrystalReport Winform Viewer
            reportDocument.PrintOptions.DissociatePageSizeAndPrinterPaperSize = true;
            this.crystalReportViewer1.ReportSource = reportDocument;
            this.crystalReportViewer1.PrintReport();
Even by setting the following registry key to u201C0u201D, the print out page will be large margin.
[HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 12.0\Crystal Reports\DesignerOptions]
"DealWithMinimalMarginsWhenPrinting"="0"
However if you using RAS.Net SDK to print like following code, it will be affected by the fix:
            ReportDocument reportDocument = new ReportDocument();
            reportDocument.Load(@"C:\Users\Administrator\Documents\Visual Studio 2008\Projects\CrystalReportsApplication1\CrystalReportsApplication1\CrystalReport1.rpt");
            reportDocument.PrintOptions.DissociatePageSizeAndPrinterPaperSize = true; // Please note that, this code is does nothing. The only impacting to print result is the registry key.
            CrystalDecisions.ReportAppServer.Controllers.PrintReportOptions printReportOptions = new CrystalDecisions.ReportAppServer.Controllers.PrintReportOptions();
            printReportOptions.AddPrinterPageRange(1, 1);
            printReportOptions.PaperSize = CrystalDecisions.ReportAppServer.ReportDefModel.CrPaperSizeEnum.crPaperSizePaperA4;
            printReportOptions.PrinterName = @"\\CNPVGL002\CN64_BW";
            CrystalDecisions.ReportAppServer.ClientDoc.ISCDReportClientDocument rptClientDoc = reportDocument.ReportClientDocument;
            rptClientDoc.PrintOutputController.PrintReport(printReportOptions);
Thank you
Don

Similar Messages

  • Error while installing Oracle Utilities Application Framework..

    Hi all,
    I am getting this error while installing Oracle Utilities Application Framework.
    101124:094356 <info> Execute: C:\Program Files (x86)\Java\jdk1.5.0_11\bin\java -cp C:\TEMP\Release-FW-V2.2.0_rmb\spl\versions\Releases\FW\Release-FW-V2.2.0_rmb\FW.V2.2.0\data\bin JarVersionValidator C:\Hibernate_3.2.7_Win_O\hibernate-3.2.7.ga\hibernate-3.2\hibernate3.jar Hibernate-Version 3.2.5.ga
    101124:094357 <info> Hibernate jar file C:\Hibernate_3.2.7_Win_O\hibernate-3.2.7.ga\hibernate-3.2\hibernate3.jar does not exists or version not correct.
    101124:094357 <info> See Supported Platform Document for more details
    the Jar file available in the directory specified and version is also correct.
    I am new to this, will anyone help me out.
    Need your help.
    Regards,
    Siva

    It would help if you provided osme basic information like what version you are installing, what operating system, 32 bit or 64 bit. We may like to help but we are not mind readers.
    If you happen to be installing one of the latest versions of the framework (CC&B FW 2.2 SP 8) there is an issue.
    You may have to start off with hibernate 3.2.5 then run the framework installation.
    This may not do a full install but you may find that only 1 or patches have not been installed and the issue is that these require hibernate 3.2.7
    So go back and install the hibernate 3.2.7 and change the environment variables to point to the new version.
    Re-run the framework installer.
    You may get errors in that the patches that did not previously install properly cannot be installed.
    This is because they have entries in the etc/installed_fixes.txt file.
    edit the etc/installed_fixes.txt file and delete the patches that will not install.
    re-run the installer now and the rest of the patches should now install
    The 2 offending patches may be 9384543 and 9080333.

  • J2EE BluePrints Web Application Framework ("WAF")

    hi, i need to develop a web application using j2ee patters. but i have no idea where to start. can i use the WAF which comes with petstore application or is there a place where i can download J2EE BluePrints Web Application Framework ("WAF) APIs. i know for using struts, i have to download struts package from apache.org, but don't know how to use J2EE BluePrints Web Application Framework ("WAF"). can someone plz suggest me a way to start developing a application using j2ee patterns.
    Thanks for ur help
    babu

    At the end of application designing, identify for potential problems from the list of design patterns, if you find a problem then you apply that pattern.
    Don't start with design patterns because it says design or the design patterns is the buzz word.
    --Jay
    http://www.architectslobby.org
    An exclusive community for Enterprise Architects
    Get news, discuss articles, related technologies, architectural topics, design topics, books and more.

  • PHP/Oracle Web Application Framework

    Hi,
    for people hopping on the Oracle/PHP bandwagon, there's a PHP object oriented Web Application framework that supports Oracle 8.0.5, Oracle 8i, 9i and 10G.
    It's called 'Achievo ATK' and can be found on http://www.achievo.org/atk
    It makes developing a webinterface to an existing Oracle database pretty easy. It boils down to creating PHP classes around the tables, defining the relationships, and an application to manipulate the data (crud) is generated dynamically by the framework.
    To give an example, a complete employee administration application for the 'emp/dept' tables from the scott schema is as much code as:
    <?php
      userelation("atkmanytoonerelation");
      class employee extends atkNode
        function employee()
          $this->atkNode("employee");
          $this->add(new atkAttribute("empno", AF_AUTOKEY));
          $this->add(new atkAttribute("ename",
                                        AF_SEARCHABLE));
          $this->add(new atkManyToOneRelation("deptno",
                             "scott.department",
                             AF_SEARCHABLE));
          $this->setTable("emp");
    ?>
    <?php
      class department extends atkNode
        function department()
          $this->atkNode("department");
          $this->add(new atkAttribute("deptno", AF_AUTOKEY));
          $this->add(new atkAttribute("dname",
                                    AF_SEARCHABLE));
        function descriptor_def()
          return "[dname]";
    ?>The demo application that can be downloaded contains basic emp/dept examples, including the ability to edit a departments employees etc. A slightly different version (including manager link etc.) of the dept/emp example can be found on http://www.achievo.org/atk/demo, lesson 2 in the demo's menu.

    Thanks for letting us know.
    -- CJ

  • Hey, I am getting an error in updating with 'Adobe Application Manager' "There was an error downloading this update. Please quit and try again later."

    Hey, I am getting an error in updating with 'Adobe Application Manager' "There was an error downloading this update. Please quit and try again later." Anyone able to help? Tried restarting etc. No avail.
    I am running Adobe CS5 on my new laptop. Any help would be great.

    @them,
    I'm just a user like you who volunteers my time here. Your technical question requires the response from a support engineer.
    I do sincerely think you'll get a better response by asking in the Downloading, Installing, Setup forum which I referenced in post #3. They have support engineers who monitor that forum for these kind of issues. This forum can only deal with general issues. Sorry.

  • What happened to the JATO forum (id=103) AKA Web Application Framework

    What happened to the Jato forum? (id=103) AKA Web Application Framework
    I was available a few weeks ago? Now I'm redirected to this forum=122.

    Hi
    Starting March 1, 2005, Sun Java Studio Standard and Web Application Framework forums are merged into Sun Java Studio Enterprise forum. All forums' content will be saved and moved to its new location.
    You can post your WAF questions here.
    Thanks
    Srinivas

  • Error occured activating decorator Web application decoratio

    Hello,
    I recently upgraded to eclipse 3.1 (fresh install) and installed build 425 as a plugin.
    I imported my projects into this new release and I am getting this weird error on startup : 'an error occured activating decorator Web application decoration'
    Has anyone experienced the same issue ?
    Could you please provide some hints on how to solve this issue ?
    Thanks in advance =)
    Anthony

    Hi,
    What OS are you working on?
    When you say "upgraded to eclipse.." do you mean extracted eclipse-SDK-3.1-win32.zip/eclipse-SDK-3.1-linux-gtk.tar to a new location?
    If possible can you please try the following steps:
    * Quit NitroX/Eclipse
    * Extract Eclipse 3.1 to a new location
    * Install NitroX in a different folder pointing to your new eclipse
    * Launch NitroX
    - On Windows start > Programs > M7 NitroX >
    - On Linux <NitroX_install_folder>/NitroX.sh
    * Switch to web perspective (Window > Open Perspective > other > Web)
    * Create any of the sample app from New Web App Wizard
    * Open JSP/XML files
    If you still face the problem, send the following files to [email protected]
    * workspace - ..eclipse\workspace\.metadata - .log file
    * <NitroX Install Folder>\NitroX\eclipse\plugins\com.m7.nitrox_2.1.0 - m7.log.0 file
    * <NitroX Install Folder>\NitroX_InstallLog.log
    Thanks,
    M7 Support

  • Print a Web Template with Web Application Designer 3.X

    Hello
    I would know how I can print a web template made with Web Application Designer 3.X and that it is in the Intranet.
    Actually I'm printing that page with the option of the browser (Internet Explorer) but it print only I see, no print all the chart and the rest of the columns.
    How can I print all the data that compose  the web template?
    Thank you.

    Hello Sharath,
                         First check whether you have change authorizations for WAD, check you user name is added in the role for web templates and also check the authorizations.
    then in the web template in the menu bar go to view option ,select web items and properties , so that you can find them in the left hand side, then replace the chart item with the table and assign the query to the table.
    hope it is clear,
    assign points if useful.

  • Not able to find - Web Application Framework tab in IDE

    Hi
    I just downloaded the sun studio enterprise yesterday, I was trying to follow the tutorial for (http://developers.sun.com/prodtech/javatools/jsenterprise/learning/tutorials/jse7/webapp.html
    Developing a Web Application)
    The tutorial says
    1. Select the Web Application Framework tab on the window at the left hand side of the IDE.
    I am not able to find this tab on my IDE. Can anyone tell me how where to find/activate this tab.
    I searched in all the Sub Menus I could not find it. Any help is appreciated.
    Thanks,
    Sai

    Hi
    Thanks for figuring that out, I searched for that tab for 2 hrs.
    Where can I find the tutorial for creating a simple application in JSE8? I looked at
    http://developers.sun.com/prodtech/javatools/jsenterprise/learning/tutorials/index.html#jse8
    but everything looks like UML related.
    Thanks
    Jag

  • Integration office365 with web applications

    Hi, I'm develop web application where I have my own storage for files. I wan't add functionality that provide editing files via web browser.
    1. Is there possibility to call office365 app from my app by some API, send my file stream, edit and on save get back file stream to save in my storage?
    2. If you provide functionallity from 1.how looks architecture solustion? Do I conect some global office server or should I have office365 app instantion on my server?
    Thanks,
    Chris

    Hi,
    According to your post, my understanding is that you want to integration office365 with web applications.
    For your task the
    file API
    should be the right one. With it you can access and manipulate Office and OneDrive for Business documents.
    Here is a similar thread for your reference:
    http://stackoverflow.com/questions/27396671/office-365-integration-with-asp-net-web-application-mvc-application
    More information:
    http://channel9.msdn.com/Series/Deep-Dive-Integrate-Office-365-APIs-in-Your-Web-Apps
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Help me, please. generate error when i run web application

    i want you help me. I run web application on local window very well. I deploy web application success on Linux. But it generate error when run it. My web application use : struts framework, hibernate framework, tomcat 4.1, PostgreSQL 7.3 Database.
    why error generate when i run web application ?
    Thank you very much
    WARN 13-09-2006 15:51:41,674 org.apache.commons.beanutils.MethodUtils (MethodUtils.java:583) - Cannot use JVM pre-1.4 access bug workaround die to restrictive security manager.
    WARN 13-09-2006 15:53:14,880 net.sf.hibernate.cfg.Environment (Environment.java:529) - could not copy system properties. System properties will be ignored.
    WARN 13-09-2006 15:53:16,201 net.sf.hibernate.cfg.SettingsFactory (SettingsFactory.java:107) - Could not obtain connection metadata
    org.postgresql.util.PSQLException: Something unusual has occured to cause the driver to fail. Please report this exception.
         at org.postgresql.Driver.connect(Driver.java:209)
         at java.sql.DriverManager.getConnection(DriverManager.java:512)
         at java.sql.DriverManager.getConnection(DriverManager.java:140)
         at net.sf.hibernate.connection.DriverManagerConnectionProvider.getConnection(DriverManagerConnectionProvider.java:101)
         at net.sf.hibernate.cfg.SettingsFactory.buildSettings(SettingsFactory.java:84)
         at net.sf.hibernate.cfg.Configuration.buildSettings(Configuration.java:1160)
         at net.sf.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:794)
         at com.canhph.vietnamjob.db.HibernateSessionFactory.currentSession(HibernateSessionFactory.java:48)
         at com.canhph.vietnamjob.dao.company.DAOJob.getHotJob(DAOJob.java:122)
         at com.canhph.vietnamjob.bussiness.company.BussinessJob.getHotJob(BussinessJob.java:74)
         at com.canhph.vietnamjob.actions.home.PortalAction.execute(PortalAction.java:230)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.access$0(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
         at com.canhph.vietnamjob.common.FilterCharacterEncoding.doFilter(FilterCharacterEncoding.java:53)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain.access$0(Unknown Source)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(Unknown Source)
         at org.apache.catalina.core.StandardWrapperValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
         at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
         at org.apache.catalina.core.StandardContextValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
         at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
         at org.apache.catalina.core.StandardContext.invoke(Unknown Source)
         at org.apache.catalina.core.StandardHostValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.valves.ErrorDispatcherValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.valves.ErrorReportValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
         at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
         at org.apache.catalina.core.StandardEngineValve.invoke(Unknown Source)
         at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(Unknown Source)
         at org.apache.catalina.core.StandardPipeline.invoke(Unknown Source)
         at org.apache.catalina.core.ContainerBase.invoke(Unknown Source)
         at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
         at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)
         at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: java.security.AccessControlException: access denied (java.net.SocketPermission localhost resolve)
         at java.security.AccessControlContext.checkPermission(AccessControlContext.java:269)
         at java.security.AccessController.checkPermission(AccessController.java:401)
         at java.lang.SecurityManager.checkPermission(SecurityManager.java:524)
         at java.lang.SecurityManager.checkConnect(SecurityManager.java:1023)
         at java.net.InetAddress.getAllByName0(InetAddress.java:1000)
         at java.net.InetAddress.getAllByName0(InetAddress.java:981)
         at java.net.InetAddress.getAllByName(InetAddress.java:975)
         at java.net.InetAddress.getByName(InetAddress.java:889)
         at java.net.InetSocketAddress.<init>(InetSocketAddress.java:114)
         at java.net.Socket.<init>(Socket.java:124)
         at org.postgresql.core.PGStream.<init>(PGStream.java:58)
         at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:77)
         at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:65)
         at org.postgresql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:117)
         at org.postgresql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
         at org.postgresql.jdbc3.Jdbc3Connection.<init>(Jdbc3Connection.java:24)
         at org.postgresql.Driver.connect(Driver.java:195)
         ... 54 more
    Message was edited by:
    balzacvietnam

    Sounds like the java version on your Linux machine is not working with the PostgreSQL JDBC driver.
    Try updating your JVM on the Linux server.

  • WEB.XML gives me an error while deploying a Web Application in Weblogic 5.1

    I have a Web.xml which I copied the one from their documentation and edited for my servlet specific data. When I try to deploy it I am getting the following error.
              Wed Nov 15 17:10:37 EST 2000:<E> <HTTP> Error reading Web application 'C:/tomcat
              /webapps/La/'
              java.net.UnknownHostException: java.sun.com
              Can you throw some light on this? I have included the first three lines from the WEB,XML file where weblogic is choking.
              <?xml version="1.0" encoding="UTF-8"?>
              <!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN'
              'http://java.sun.com/j2ee/dtds/webapp_2_2.dtd'>
              Thank You
              Trisula P. Siripurapu
              

              Hi Jacek,
              Thank you for your suggestion. I changed the Web App version to 1.2 instead of 2.2. It worked. Thanks once again for the timely response. I really do appreciate it.
              Trisula Pani Siripurapu.
              Jacek Laskowski <[email protected]> wrote:
              >"Trisula P. Siripurapu" wrote:
              >>
              >> I have a Web.xml which I copied the one from their documentation and edited for my servlet specific data. When I try to deploy it I am getting the following error.
              >> Wed Nov 15 17:10:37 EST 2000:<E> <HTTP> Error reading Web application 'C:/tomcat
              >> /webapps/La/'
              >> java.net.UnknownHostException: java.sun.com
              >
              >I remember having the same problem before I added the latest service
              >pack (SP 6). If you don't want to download it, just change DOCTYPE to
              >
              ><!DOCTYPE web-app PUBLIC '-//Sun Microsystems, Inc.//DTD Web Application
              >1.2//EN' 'http://java.sun.com/j2ee/dtds/webapp_2_2.dtd'>
              >
              >and it should work. Notice the change of Web Application version - 1.2
              >rather then 2.2. I'm (almost) sure, I saw one example - examples/webapp
              >(?) - with this header. Take a look at the accompanying examples.
              >
              >When you apply SP6, things should work as they suppose to.
              >
              >> Trisula P. Siripurapu
              >
              >Jacek Laskowski
              

  • 500 Internal Server Error while using BEx Web Application

    Hello All,
    Kindly help me in resolving below issue which is getting popped up for only few people, when they are clicking some of the MSS links.
    500 Internal Server Error
    Failed to process request;contact your system administrator
    Error Summary
    Exception occured while processing the current request;this exception cannot be handled by the application or framework
    If the information on this page does not help you locate and correct the cause of the problem, contact your system administrator
    To facilitate analysis of the problem, keep a copy of this error page Hint: Most Web browsers allow you to select all content, and copy and paste it into an empty document (such as in an email or simple text file)
    Root Cause
    The initial exception that caused the request to fail was:
    Cannot get connection for 60 seconds. Possible reasons: 1) Connection are cached within System Thread (can be any server service or code invoked within SystemThread in the SAP J2EE Engine), 2) The pool size of adapter "SAPFactory" is not enough according to the current load of the system
    Regards,
    Ananda Swaroop

    Hello Blanca,
    As this is happening in our production system, Since sap note in your reply is very helpful, we are looking to implement in DEV,INT and then in production.
    After testing, I will update result in this thread.
    Thanks for your reply.
    Regards,
    Ananda Swaroop

  • Please need Help with web application deployment in Jdeveloper 12c

    Hi,
    I am desperate for help guys. am trying to deploy a web application in weblogic server, but nothing works!!
    I created a project in jdeveloper and created a jsp page inside the project, all what i want is to run that page!
    I followed the instruction here: Deploying Fusion Web Applications , I don't really know if i did it right or wrong, the document is too detailed and not understood clearly.
    I am a newbie oracle user, and trying to build jsp web application connected to oracle database. application deployment fails it says: cannot run application error deploying IntegratedWeblogic..
    please could you tell me the steps of application deployment in Jdeveloper 12c?
    what deployment profiles I need to create (ear, war , mar)?
    what deployment descriptor I need for my app to work?
    please guys I am newbie to oracle, if you could give me simplified answers and straight instructions it will be appreciated .
    thank you

    hi Timo,
    I am building a local web application, meaning the server is internal and will not connect to the web, only to local pcs via network. the application will insert/select data from the database server. My company wants to embed oracle technology on the datatabse and that what am trying to. I am not that expert in java and oracle in general, my main knowledge are in php, html and mysql programming. through my long internet research a lot has recommended jsp with html to be a good choice.
    At beginning I played around with ADF faces, I found it annoying because I prefer coding than using drag and drop interfaces, which always create unwanted results.
    Also am not that professional java programmer, i started learning jsp and found it easier.
    What I am thinking of is to make a web based application that works in browsers (like php), this application has forms to insert data, and also has forms to output data for printing. that's all. I tried to make it in php, but through my little knowledge and internet researches it seems php does not work with oracle and java is the recommended choice (or it works with php but too complicated to make it)
    any recommendation will be much appreciated
    thank you

  • ERRORS WHILE ACCESSING A WEB APPLICATION BASED ON BIBEANS BIB-14657

    My goal was to build a web application based on BIBeans. I developed it in JDeveloper 10g. It was tested on my own computer in the JDeveloper environment
    (Windows XP, PIII 866MHz, RAM 512MB) as well as on my local server (Windows 2000, PIII 1GHz, RAM 1GB) in the JDeveloper and OAS10g environment. Everything worked fine. When I deployed the application on my (let's call it) production server (Windows 2003 Server Enterprise Edition Service Pack 1, 2 x Dual Xenon 3.2GHz, 64-bit, RAM 4GB, L2 1MB) on OAS10g, while accesing the application via
    internet explorer (MS IE, Mozilla Firefox) I got errors (launching the application in JDeveloper failed even sooner as OC4J (embedded) was no able to
    start).
    I would like to mark that on every machine I uset the same version of JDeveloper and the same version of OAS10g.
    Other applications deployed on the OAS10g on the production server operate.
    Unfortunately in application and OAS10g logs there is nothing interesting.
    While deploying I followed instructions from:
    http://www.oracle.com/technology/products/bib/htdocs/904/tech_notes/oc4j/new_oc4j_unix.html
    I get it in my internet explorer:
    javax.servlet.jsp.JspException: BIB-14122: Nie udało się utworzyć podanego obiektu StorageManager.
    BIB-14657 Wykryto niezgodną wersję schematu Katalogu BI Beans. PLSQL jest w wersji null, a Java - w wersji 3.2.1.0.13.
    at oracle.dss.addins.jspTags.BIBaseHandlerTag.doStartTag(BIBaseHandlerTag.java:72)
    at oracle.dss.addins.jspTags.ExplorerDetailTag.doStartTag(ExplorerDetailTag.java:25)
    at Open1.jspService(_Open1.java:79)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:347)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:810)
    at
    com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequest Dispatcher.java:322)
    at
    com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
    at
    com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
    at java.lang.Thread.run(Thread.java:534)
    An english equivalent of the beginning of this trace should be like:
    javax.servlet.jsp.JspException: BIB-14122: The specified StorageManager could not be created: BIB-14657 An incompatible version of the BI Beans Catalog schema detected. PLSQL Version is null and Java Version is 3.2.1.0.13.
    I would like to place here a piece of trace that I got after I had run a regular java application based on BIBeans on my production computer. It may be helpful.
    Microsoft Windows [Wersja 5.2.3790]
    (C) Copyright 1985-2003 Microsoft Corp.
    c:\TEMP\20050613>set JAVA_HOME
    JAVA_HOME=C:\JDeveloper\jdk
    c:\TEMP\20050613>set JDEV_ORACLE_HOME
    JDEV_ORACLE_HOME=C:\JDeveloper
    c:\TEMP\20050613>test.bat
    c:\TEMP\20050613>C:\JDeveloper\jdk\bin\java.exe -verbose -ojvm -classpath
    C:\work\JDeveloperApps\BIBeans04\BIClient\classes;C:\JDeveloper\bibeans\lib\biaddinsrt
    .jar;C:\JDeveloper\bibeans\lib\biamlocal.jar;C:\JDeveloper\bibeans\lib\bicmn.jar
    ;C:\JDeveloper\bibeans\lib\bidataclt.jar;C:\JDeveloper\bibeans\lib\bidatacmn.jar
    ;C:\JDeveloper\bibeans\lib\bidatasvr.jar;C:\JDeveloper\bibeans\lib\biext.jar;C:\
    JDeveloper\bibeans\lib\cycki.jar;C:\JDeveloper\bibeans\lib\bipres.jar;C:\JDevelo
    per\bibeans\lib\bidata-nls.zip;C:\JDeveloper\bibeans\lib\bipres-nls.zip;C:\JDeve
    loper\bibeans\lib\bicmn-nls.zip;C:\JDeveloper\bibeans\lib\biaddins-nls.zip;C:\JD
    eveloper\jlib\share.jar;C:\JDeveloper\jlib\jewt4.jar;C:\JDeveloper\jlib\jewt4-nl
    s.jar;C:\JDeveloper\BC4J\lib\bc4jmt.jar;C:\JDeveloper\BC4J\lib\collections.jar;C
    :\JDeveloper\BC4J\lib\bc4jct.jar;C:\JDeveloper\lib\xmlparserv2.jar;C:\JDeveloper\
    jlib\jdev-cm.jar;C:\JDeveloper\jlib\ojmisc.jar;C:\JDeveloper\jdbc\lib\classes12
    .jar;C:\JDeveloper\jdbc\lib\nls_charset12.jar;C:\JDeveloper\bibeans\lib\olap_api
    .jar biclient.BIApplication1
    269484032 (263168 Kb) bytes reserved for Main GC page pool at address 61910000
    64 (64)/ 16448 Page of 8192 bytes (8 Kb)
    Red limit = 1503239760 (1468007 Kb), Orange limit = 1352915730 (1321206 Kb)
    [Loaded native library C:\JDeveloper\jdk\jre\bin\verify.dll]
    [Loaded native library C:\JDeveloper\jdk\jre\bin\java.dll]
    [Loaded native library C:\JDeveloper\jdk\jre\bin\zip.dll]
    [Loaded java.lang.Object from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Class from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.io.Serializable from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Cloneable from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.String from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Comparable from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.CharSequence from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Void from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Boolean from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.Byte from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded sun.reflect.MethodAccessorImpl from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded sun.reflect.MethodAccessor from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded sun.reflect.ConstructorAccessorImpl from
    C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded sun.reflect.ConstructorAccessor from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.Reference from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.SoftReference from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.WeakReference from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.FinalReference from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.PhantomReference from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.ref.Finalizer from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.NullPointerException from C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    [Loaded java.lang.RuntimeException from
    C:\JDEVELOPER\JDK\JRE\LIB\RT.JAR]
    c:\TEMP\20050613>
    The ORACLE_HOME for the database Oracle 10g is: C:\Oracle\Oracle10g
    The ORACLE_HOME for the OAS10g is: C:\Oracle\OAS10g
    PATH=C:\Oracle\Oracle10g\bin;C:\Oracle\OAS10g\bin;C:\Oracle\OAS10g\jlib;\1.4.2\b
    in\client;C:\Oracle\Oracle10g\jre\1.4.2\bin;C:\Oracle\Oracle10g\bin;C:\WINDOWS\s
    ystem32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL
    Server\80\Tools\Binn\
    I used the same version of BIBeans (bibeans1012.zip - 25 833 300 Bytes) to create BIBeans Catalog in the database as well as to upgrade my JDeveloper where I build my WAR applications. In adition to this, as I mentioned before, my application (the same WAR file, the same database) works fine when deployed on diffrent computer. Besides there is such a difference that my database where is my BIBeans catalog installed resides on the same computer (production machine) where the OAS10g (this one which generates the error BIB-14657). The database and the OAS10g has different ORACLE_HOME.

    Can you please log a TAR with Oracle Support using Metalink to resolve this issue. They can help you collect all the log and trace files to determine the why this problem is occuring.
    Business Intelligence Beans Product Management Team
    Oracle Corporation

Maybe you are looking for

  • Photo Booth crashes after starting: Kern protection failure

    Photo Booth does not start - it crashes before it has fully opened. Selecting Restart or *Resetting preferences and restart* does not work. The iSight camera works fine in Skype. I reinstalled Photo Booth using Pacifist (going back to version 2.0 fro

  • Project-Stock Handling units using HUPAST

    Hi folks, we want to use handling units with project stock (SOBKZ = Q). While it's easy to create handling units on project stock with HU02 it does not seem to be possible with HUPAST. System does not allow the edit the field SOBKZ in HUPAST. Does an

  • Thread safety bug in XPS Serializer or FixedDocument sequence? "calling thread cannot access this object..."

    Every once in a while (500 iterations or more) I'm getting an exception in the static method below stating "calling thread cannot access this object because a different thread owns it".  Thing is, this method references no external objects and perfor

  • $$$ for a replacement 5s in canada?

    Hi guys i'm new here so dont judge me too much on the knowledge of iphone yet >< So i have this iphone 5s and the 1 year limited warranty are due next July, i'm just wondering if they dont cover the scratch and a slight dent at the bottom right corne

  • Ovi Suite 3.0.0.284 crashes all the time during co...

    Ovi Suite 3.0.0.284 crashes all the time during contact sync Workaround for this issue: Please  go to Tools>Options>Contacts and uncheck box under Sync with your Nokia account in Ovi.com   - Sync now Hopefully this will solve your contact sync proble