Switching from Microsoft JVM to sun JVM plugin.  Problem w crystal reports

Hi,
I am currently in the process of switching off of the microsoft jvm to the sun plugin. I am using the reportviewerbean to view the reports. This works fine in the microsoft JVM, but I am getting a server not found error in the java JVM plugin. Here is the codes that is currently used:
bean = new ReportViewerBean();
if ( reportname.startsWith("/") )
java.net.URL url = this.getDocumentBase();
reportname = url.getProtocol() + "://" + url.getHost() + ":" + url.getPort() + reportname;
add((Component) bean);
((Component) bean).setBounds(0, 0, (int)this.getSize().width, (int)this.getSize().height);
bean.start();
bean.setBackground(Color.gray);
bean.setPromptOnRefresh(false);
bean.setHasGroupTree(false);
bean.setHasPrintButton(true);
//setZoomFactor(100);
bean.setZoomFactor(-2);
Log.debug("In report viewer: setting report parameters: "+reportparameters);
bean.setReportParameter(reportparameters);
* It's important to set the report name last. This tells the Crystal viewer to
* start the report. Otherwise you can get multiple URL requests for the same report.
Log.debug("In report viewer: setting reportname: "+reportname);
bean.setReportName(reportname);
Can anyone tell me what I am doing wrong or what I need to do differently for the SUN environment
Thanks

Hi
I have started playing with this again my full msg is:
Crystal Report Viewer 1.3.7
java.vendor = Sun Microsystems Inc.
java.version = 1.6.0_05
os.arch = x86
os.version = 5.1
File name = java_plugin1.epf
"java_plugin1.epf" does not exist.
No response from server.
URL = http://localhost:7001/cis/servlets/reports/mgnt/WorkflowDetailReport1.rpt?viewer=java&vfmt=encp&vgen=652&language=en
Parameters = viewer=java_plugin&cmd=get_pg&ttl_info=&page=1&incomplete_page=1&incomplete_page_count=1&pversion=3&promptOnRefresh=0
network: Connecting http://localhost:7001/cis/servlets/reports/mgnt/WorkflowDetailReport1.rpt?viewer=java&vfmt=encp&vgen=652&language=en with proxy=DIRECT
Failed to connect to server.
I have noticed that the viewer is set to equal java and not java_plugin. I am wondering if this is the problem. does anyone know how to change the viewer= ?
thanks,
Marc

Similar Messages

  • Error in switching from one database location  to another database location in Crystal Reports using JSP

    Hi,
    Please help me in resolving the issue while changing the database dynamically in crystal reports using JSP. I followed the below link to change DB connection dynamically.
    CRJava Modify DB Location
    Please help me on this.
    While switching from one database to another i found the issue.
    dbController.replaceConnection(oldConnectionInfo, newConnectionInfo,pFields,replaceParams);
    The Error is:
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Subreport does not exist.---- Error code:-2147467259 Error code name:failed
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:2284)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:732)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:166)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:528)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.call(SourceFile:526)
        at com.crystaldecisions.reports.common.ThreadGuard.syncExecute(SourceFile:102)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.for(SourceFile:524)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.int(SourceFile:423)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:480)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.int(SourceFile:421)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(SourceFile:351)
        at com.businessobjects.sdk.erom.jrc.a.a(SourceFile:54)
        at com.businessobjects.sdk.erom.jrc.a.execute(SourceFile:67)
        at com.crystaldecisions.proxy.remoteagent.RemoteAgent$a.execute(SourceFile:716)
        at com.crystaldecisions.proxy.remoteagent.CommunicationChannel.a(SourceFile:125)
        at com.crystaldecisions.proxy.remoteagent.RemoteAgent.a(SourceFile:537)
        at com.crystaldecisions.proxy.remoteagent.RemoteAgent.char(SourceFile:220)
        at com.crystaldecisions.proxy.remoteagent.RemoteAgent.new(SourceFile:240)
        at com.crystaldecisions.proxy.remoteagent.RemoteAgent.do(SourceFile:452)
        at com.crystaldecisions.proxy.remoteagent.RemoteAgent.if(SourceFile:429)
        at com.crystaldecisions.proxy.remoteagent.UndoUnitBase.performDo(SourceFile:156)
        at com.crystaldecisions.proxy.remoteagent.UndoUnitBase.a(SourceFile:106)
        at com.crystaldecisions.sdk.occa.report.application.an.a(SourceFile:65)
        at com.crystaldecisions.sdk.occa.report.application.ParameterFieldController.a(SourceFile:1921)
        at com.crystaldecisions.sdk.occa.report.application.ParameterFieldController.setCurrentValues(SourceFile:2237)
        at com.crystaldecisions.sdk.occa.report.application.ParameterFieldController.setCurrentValue(SourceFile:2328)
        at org.apache.jsp.DynamicDB_jsp._jspService(DynamicDB_jsp.java:255)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
        at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:432)
        at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:390)
        at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:334)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:728)
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:305)
        at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:210)
        at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:222)
        at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:123)
        at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502)
        at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171)
        at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:99)
        at org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:953)
        at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:118)
        at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408)
        at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1023)
        at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:589)
        at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:310)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
    Caused by: com.crystaldecisions.reports.reportdefinition.ReportModificationException: Subreport does not exist.
        at com.businessobjects.reports.sdk.requesthandler.ParameterRequestHandler.a(SourceFile:229)
        at com.businessobjects.reports.sdk.requesthandler.ParameterRequestHandler.for(SourceFile:214)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.do(SourceFile:1492)
        at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:660)
        ... 47 more
    Any help Appreciated.
    Thanks
    Penchal

    Do you have subreports in your reports?
    If yes, set the connection info for the subreports as well.
    Additionaly refer to the below discussion
    http://scn.sap.com/thread/3153289
    As you are using Crystal reports for ecllipse runtime libraries to build your jsp, you would need to post your dicussions in the below forum to get better response.
    http://scn.sap.com/community/crystal-reports-for-eclipse
    The above space is dedicated for the issues with crystal reports for ecllipse.
    Thanks,
    Prithvi

  • Java Plugin Viewer with Crystal Reports 2008

    Hello,
    I am trying to use the Java Plugin Viewer with Crystal Reports, but I have some problems. The ActiveX Viewer works well, but as I want to use the reports in other browsers, I need the Java viewer.
    I have a Visual Basic 6 application, and, instead of including SmartViewerActiveX.asp, I have included JavaPluginViewer.asp. I have taken this file from an older version of Crystal, and I am changing the values on it (I have done the same with the ActiveX Viewer, without problems). This is the main code of the file:
    <OBJECT
        classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
        width="100%"
        height="100%"
        codebase="/crystalreportviewers11/JavaPlugin/Win32/j2re-1_4_2_04-windows-i586-p.exe#Version=1,4,0,0">
        <param name=type value="application/x-java-applet;version=1.4">
        <param name=code value="com.crystaldecisions.ReportViewer.ReportViewer">
        <param name=codebase value="/crystalreportviewers11/JavaViewer/">
        <param name=archive value="ReportViewer.jar">
        <param name=Language value="en_US">
        <param name=ReportName value="RDCrptserver11.asp">
        <param name=CanDrillDown value="true">
        <param name=HasExportButton value="true">
        <param name=HasGroupTree value="true">
        <param name=ShowGroupTree value="true">
        <param name=HasPrintButton value="true">
        <param name=HasRefreshButton value="true">
        <param name=HasTextSearchControls value="true">
        <param name=HasZoomControl value="true">
        <param name=HasSearchExpert value="false">
        <param name=HasSelectExpert value="false">
        <param name=ShowLogo value="false">
    </OBJECT>
    I know how to change all the values of this object so it works with Crystal2008 except one: the codebase.
    I have gone to IIS, and under the virtual folder "crystalreportviewers12" I don't see any JavaPlugin folder, there's only the JavaViewer folder, and there isn't any .exe inside...
    So, where can I find the .exe for the codebase?
    I have tried searching the web for a tutorial or something, but I haven't seen anything for Crystal 2008.
    Can anyone help me?
    Thank you very much!

    This is so wrong, I don't even know which forum this would belong to ( I think I'll move it to the SAP Crystal Reports, version for Eclipse topic Space...
    Let's start with this:
    I have taken this file from an older version of Crystal,
    Don't mix versions. It will not work. Period
    Next re:
    I don't see any JavaPlugin folder,
    If you want a Java solution, I'd recommend using CR for Eclipse which you can download from here:
    SAP BusinessObjects - SAP Crystal Reports, Version For Eclipse Download
    I would then recommend having a peek here:
    CRJ SDK
    Developer Help File is here:
    https://help.sap.com/javadocs/cr/xi/jrc/en/overview-summary.html
    Finally, I'm not sure what references you are making in your VB 6 app, but there is no SDK in CR 2008 that supports VB 6.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter
    https://twitter.com/SAPCRNetSup

  • Microsoft JVM vs Sun JVM

    We have an application that requires only Microsoft Java VM be running in our IE browsers, so we cannot run Sun Java VM at the same time. Is there a workaround that will allow users to view Discoverer output? I am still investigating utilizing Discoverer as we have an enterprise license, so my choice of client viewers is still undecided.

    Because of Microsoft's strong commitment to the Java platform, we have had to discontinue support and certification for the Microsoft VM. The only two JVMs supported and tested for Discoverer Plus are JInitiator and the Sun JVM.
    Thanks
    Abhinav
    Oracle Business Intelligence Product Management
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN : http://www.oracle.com/technology/products/bi/
    Discoverer : http://www.oracle.com/technology/products/discoverer/
    BI Software : http://www.oracle.com/technology/software/products/ias/devuse.html
    Documentation: http://www.oracle.com/technology/documentation/appserver1012.html
    BI Samples : http://www.oracle.com/technology/products/bi/samples/
    Blog : http://oraclebi.blogspot.com/

  • Time machine problem. Switching from one external drive to another. Problem started when upgrading to Mavrics, and changing to a WD drive

    I am a long time Mac user, running my business on an apple  platform since 1984. I currently use a 17" MacBook Pro as my primary computer for work. when it is at work it is plugged in via thunderbolt to my monitor and a one tb back up drive. I use time machine to back up the laptop to the one tb drive. When I go home, I take the laptop with me and use another drive at home as a back up. This way I have redundant back ups, in two separate locations. I have been doing this for years, and Time machine has worked flawlessly, automaticity switching from one drive to another.
    I recently switched to Maverics, and got a new drive for home. Now whether I am at home or at work, time machine fails to automatically back up. It will alert me every hour that backups cannot be completed, and I  must go to the time machine control panel and manually select a drive and click, "back up now". I also see an alert that says "waiting to complete first back up" even though each backup has been completed.
    This is quite annoying, and sometimes embarrassing. When giving lectures in large venues, the backup failure alert appears and shuts down my keynote presentation (again, something new since switching to Maverics and the new WD drive.
    I have reformatted the WD drive, and also spent time trying to change parameters in the time machine control panel, but so far no luck.
    Any advice out there?

    Time machine requires a GUID partion scheme, as well as a Mac OS X extended, journaled Volume.
    It needs these to correctly:
    1) copy the files
    2) run a modified spotlight index pass on the files
    Both are required to complete a abckup, and most new drives do not conme this way from the factory.

  • Problem opening Crystal Report from SAP GUI through VPN

    Hi Everyone,
      I am facing an issue with opening the crystal report from SAP BW Role menu(SAP GUI). The issue is only with the BW Users who are connecting to the Client systems through VPN. All the settings are done perfectly in the Transaction /CRYSTAL/RPTADMIN and SICF for the CE_URL.
    For those who are in the client network it works fine. Please see the URLs generated in both the cases,below.
    From Client N/W
    [http://sapbobj:8080/SAP/jsp/Action_Dispatch/dispatch.jsp?sap_client=100&cmsname=sapbobj:6400&language=EN&sap_sysid=D40&bw_id=4HUFYJ3XBZ7QLP5HIDYPR7PR6&sap-client=100&actionName=SAP_CrystalReport_View&appKind=InfoView&service=%2FInfoViewApp%2Fcommon%2FappService.do&loc=&initialFolderId=null]
    Through VPN
    [http://sapbwd.abc.com:8100/sap/bw/ce_url?(ce_protcl):(DS)(ce_server)/(ce_path_pr)/viewreport.csp(Q)bw_id=4HUPI3I78CG4S4EDH7XSDP736&sap_sysid=(sysid)&sap_client=100&language=EN&sap-client=100]
    where "sapbobj" is the BOBJ system and "sapbwd" is the SAP BW Dev box.
    For me it seems to be something related to the N/W. Please provide me your valuable inputs to solve this issue.
    Thanks in Advance,
    Koka M
    Edited by: Madan Koka on May 19, 2010 5:18 PM

    Hi,
    I'm also facing the same issue. when try to open my report the URL doesn;t taking "bw_id".
    It is blank for all transported reports.
    Any advice..
    Thanks,
    Jothi

  • How to pass parameter from 1 stored procedure to another stored procedure inside crystal report

    Hi
    I have several stored procedure in my Crystal Report. I am wondering if it is possible for me to pass a parameter to one of the stored procedure and to use the result of that stored procedure E.g. CustomerCode. To another 2 stored procedure to generate the report dynamically?
    I have 3 stored procedure
    The 1st one is used to gather information and process the calculation
    another 2 stored procedure is used for generate the graph and both of them required to take 2 parameters. The 1st stored procedure will require 1 parameter (E.G. Reference Code) and will return a set of information including the data that could be use on the other 2 stored procedures.
    After I added these 2 stored procedure, it requires me to pass 3 parameters to the report. I would like to know if I could only pass the Reference Code for stored procedure 1 and use it to retrieve the information for the other 2 parameter?
    Thanks in advance
    Chi

    Hi Chi
    To pass parameter from 1 stored procedure to another stored procedure, you will have to create sub report. In your case you will have to create 2 sub reports for 2nd and 3rd stored procedure and link those sub reports with the main report using Reference Code field in order to pass the values.
    After creating the report when you will refresh the report, it will ask 4 parameters, one parameter for main report, one for the first subreport and two for second subreport to fetch the data correctly.
    Regards
    Poonam Thorat.

  • Printing Problem in Crystal Report From JSP

    Hi,
    I m calling crystal report from JSP.Report is parameterized.I m passing parameters from JSP.Report is displaying on the page,but when I try to print or export the report by pressing Print or export Button ,it displays an error message "Some parameters are missing values".
    Please guide my,what should I do? Following is the code.
    Good Bye
    AQ
    Vector fieldVector = new Vector();
    SPParameters spParams = new SPParameters();
    ReportFactory     reportFactory = new ReportFactory();
    // Setteing the report Name (Path Appended)
    reportFactory.setReportName(ReportsCoreDataConstants.REPORT_PATH.concat("Test_Rep2.rpt"));
    //Setting the parameters for the report
    ParameterField paramFeilds = null;
    System.out.println("fiscalYearCode:"+fiscalYearCode);     
    paramFeilds = spParams.createParams("IPFISCALCODE",fiscalYearCode);
    paramFeilds.setReportName("");
    fieldVector.add(paramFeilds);
    //Creating the ReportSourceInstance
    reportFactory.setFields(fieldVector);
    String exp = "";
    try {
         ReportFactory l_reportFactory=null;
         l_reportFactory = reportFactory;
         if (l_reportFactory != null) {
         CrystalReportViewer viewer = new CrystalReportViewer();
         viewer.setParameterFields(l_reportFactory.getFields());
         viewer.setOwnPage(true);
         viewer.setDisplayGroupTree(false);
         viewer.setHasZoomFactorList(false);
         viewer.setHasLogo(false);
         viewer.setHasPrintButton(true);
         viewer.setHasRefreshButton(true);
         viewer.setHasToggleGroupTreeButton(false);
         viewer.setHasViewList(false);
         viewer.setPrintMode(CrPrintMode.ACTIVEX);
         viewer.setSeparatePages(true);
         viewer.setEnableParameterPrompt(false);
         viewer.setReuseParameterValuesOnRefresh(true);
         viewer.setReportSource(l_reportFactory.createReport( request.getLocale() ));
         viewer.refresh();
         viewer.processHttpRequest(request, response, getServletConfig().getServletContext(),out);
         viewer.dispose();
    } catch(Exception e) {
         exp = e.toString();
         System.out.println("Exception in JSP : " + e.toString());
         e.printStackTrace();
    }

    I think ScreenRaghu is right. If you look at the generated source, your jsp becomes an action and processHttpRequest() method is invoked everytime some action happens. So when you click the export button, request object no longer has the values your report needs. Either put the values in session or via link or db or whatelse.

  • Problem with crystal reports get from All in One Best Practice package

    Hi,
    I tried to use Financial Statements crystal report download from All in One Best Practice package but encounter the below errors. I followed the guide in Manual Steps for Additional Datasource Creation to set up the additional data source. When i try to preview the report, I tried to set all the value to Null but the error message still appear. I believe this has something to do with the infoset but i not sure how to resolve this. Those report which connect to infoset doesnt seem to work for me.
    Errors:
    Failed to retrive data from database. (then i press OK)
    database connector error: 'no item structure data' (then i press OK)
    database connector error: 'RFC_Closed'
    Please advice
    Thank you

    Hi Afzal,
    I think you misunderstood. The crystal report i am talking about is the 23 crystal report template i get from All in One Best Practice package. All i need to do is follow the "Quick Guide to impletement SAP Best Practices for Business Intelligence V4.31" to make those template works. For those template that connect to Database type: SAP Table, Cluster or Function, i can make those work. The problem i facing now are those template (example: Financial Statements) that connect to Database type: SAP Info sets. The error i receive are stated in my first post.
    Please advice

  • Switching from Microsoft Web technolgy to XI

    Hi All,
    I was working in developing web appilicatons using Microsft technologies (C# and ASP.Net) for the last 2.5 years. recently i was trained in SAP ABAP and SAP XI.
    I had a short stint with an Abap project and XI project to follow. How would you comment on my switcning form my earlier platform to XI. Is it worth switching or should i continue in my previous platform itself.
    Also if you suggest XI what are the other courses i can pursue like BW or EP.
    Thanks
    Rakesh

    Hi Rakesh Ramanath ,
    1)First of all I would appreciate u'r decision for switching into XI b'coz for career growth & better oppurtinities (i.e In SAP(ABAP,XI,EP,..best salary packages r offered in market)
    2) Since u may have gained ful knowledge on OO Concepts it wil help u in learning EP, WebDynpro etc.
    3) U can pursue either BW or EP . There r equal oppurtinities . For EP u should know Advanced J2EE Concepts.
    The following r excellent websites on XI which gain u confidence on learning XI:
    SAP Exchange Infrastructure 3.0 Integrating Heterogeneous Systems with Ease
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/1ebea490-0201-0010-faad-a32dd753d009
    SAP NetWeaver Technology Overview
    http://www.gi-ev.de/regionalgruppen/aachen/vortraege/abstract/04/21-04.pdf
    SAP NetWeaver Visual Composer
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/events/sdn-meets-labs-walldorf-05/sap%20netweaver%20visual%20composer%20in%202005.pdf
    SAP Exchange Infrastructure for Developers ( This is an excellent website for free pdf book for XI)
    http://www.sap-press.de/download/dateien/1191/sappress_exchange_infrastructure.pdf
    Exchange Infrastructure  :  XI Transaction Codes 
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/xiTransactionCodes&
    A Beginner's Guide to SAP XI Settings part I
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/73527b2c-0501-0010-5398-c4ac372c9692
    A Beginner's Guide to SAP XI Settings part II
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6bd6f69a-0701-0010-a88b-adbb6ee89b34
    SAP XI AND SLD
    http://www.sappro.com/downloads/nov06/XIandSLD.pdf
    Exchange Infrastructure Learning Map 
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/learning+map&
    SAP Exchange Infrastructure eLearning Catalog(U wil get all downloads regarding XI starting from basics to end)
    https://www.sdn.sap.com/irj/sdn/xi-elearning
    All Articles on SAP NetWeaver Exchange Infrastructure(This website gives al articles on XI)
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/f04b44aa-fe06-2a10-859e-82ad4965781d?startindex=101 [original link is broken]
    Mastering SAP Netweaver XI - Programming( PDF Book for XI)
    http://www.sap-hefte.de/download/dateien/1241/140_leseprobe.pdf
    SAP XI Learning Guide
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci1008087,00.html
    SAP Exchange Infrastructure 2.0
    http://www.sun.com/third-party/global/sap/collateral/SunSAPWP_final.pdf
    http://help.sap.com/bp_bpmv130/Documentation/Planning/TechnicalInfrasture.pdf
    Process Integration with SAP Netweaver new features and functions
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4042611d-04e5-2910-bd9d-f97627b1c164
    SAP NetWeaver Process Integration 7.1 –Overview
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/706005a3-3bd6-2910-91ae-a2016239bdcf
    End To End Process Integration Features in SP15 and higher incl. SAP NetWeaver 2004s
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/6a90d6aa-0b01-0010-8a83-cf0e6c70dcce
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/54f20a2e-0801-0010-f787-87653d356508
    cheers!
    gyanaraj
    ****Pls reward points if u find this helpful

  • Switching from MS VM to Sun VM on an IIS web server.

    Good day,
    I can easily switch back and forth from Sun's JRE to MS VM on my browser, no problem there.
    However, what is the procedure to indicate to IIS to use the Sun's VM instead of the MS one ?
    I've search different forums, but couldn't find precise information.
    Could not find anything informative on MS site either.
    Regards.

    Steve,
    To summarize, here are the main lines.
    Let say I have a class, which has few methods in it and I want to use these methods to process some information via an ASP page for instance.
    1) Given the following code as an example :
    // ============================================
    import java.io.*;
      public class javacomp {
      public String Diagnose() {
        return "Diagnose() - javacomp : Class accessed successfully !";
    }2) I compile it, then put the resulting class in the TrustLib sub-directory of the server, normally "%system%\java\trustblib".
    (The compile was done using jsdk v1.4.2_01 with "-target 1.1")
    3) Once the class is in place, and IIS re-cycled if the class was re-compiled between accesses, I then invoke the method(s) via an ASP page using VBScript.
    <%
      Set javaObject = GetObject("java:javacomp")
      strResult = javaObject.Diagnose()
      set javaObject=nothing
      Response.Write strResult & "<br><br>"
    %>On my Win98SE/PWS based computer, this is working just fine. When I tried it on a Win2K Server box, it worked fine as well. I asked my web hosting service technician to put it on their system, they aggreed, however it doesn't work, but the reason is still unknown to me.
    With the actual setup, IIS or PWS are using the default MS VM to run the "servlet", which is the VM installed my MS JAVA SDK v4.0. MS VM supports only Java 1.1 classes, explaining why the methods are working as planned.
    The actual class I want to put in place, is a class with methods allowing to zip/unzip gzip/ungzip files. Version 1.4 introduced the "setModifiedDate()" which I want to use when extracting or decompressing the files from the archive files. The thing is that a server Java VM v1.4 is necessary to run the code, since the "setModifiedDate()" is not available in earlier versions.
    As far as adding packages like JRun or Tomcat, this could induce unnecessary overhead. Also, the Win2K box I'm using for test purposes, is not a computer assigned to host sites, so doing tests with only one site is irrevelant for performance evaluations.
    On the other hand, the box where the "final" site resides on has roughly 460 sites on it, so the addition of any additional element needs to be weighted carefully, not to stay very difficult to justify for 1 user out of 460. Re-cycling the whole box and disabling JRun or Tomcat because of the overhead during the middle of the day would not be an appreciated action either.
    The approach I would suggest to the web hosting service is to install the latest Java VM machine from Sun, and use it as the one by default for the server. Before doing so, I want to do tests on the server for which I have access to as an administrator, preventing chaos at the web hosting place in case something does not go as expected.
    Having a procedure that can somehow automate/minimize the delays when switching between the VM machines would a need be necessary, would be much more appreciated than a "...you can try this, or that..." approach.
    Also, having the web hosting service to install JRun or Tomcat to accomodate my needs is less likely to happen, however updating the server's VM could be something possible, knowing that MS will no longer update their's, which haven't been updated/optimized for a while anyhow.
    Hoping this is clarifying my idea.
    Regards.

  • Switch from Microsoft to Mac

    I just recently switched laptops from Windows to Mac.  I downloaded the desktop software for Mac and tried to sync my Bold.  It worked for the most part except I lost everything in my memos, tasks, password keeper, and a couple other small things.  It did work in syncing my contacts and calendar.  I looked into the backup options but I couldn't find what to backup to.  I'm not very good with these things so I don't know if the answer is right in front of me or if there is some problem.

    With regards to keeping your Mac happy... You may also find these Links of interest...
    http://support.apple.com/kb/HT1147
    http://www.thexlab.com/faqs/maintainingmacosx.html

  • Switching from Windows XP to Tiger (Outlook Express problems)

    http://www.apple.com/getamac/files.html
    That page claims that moving emails would be easy: "Email? You can transfer all your years’ worth of Microsoft Outlook email messages over to your Mac with just a few steps.".
    However, I doesn't tell you how actually do to it. I found that the only method to move emails from Outlook Express (which is what most people use) to a Mac to by dragging and dropping them into a folder and then copy the folder to the Mac. Don't know how to import the messages into Apple Mail.
    Outlook Express cannot export otherwise except to Outlook and Exchange (but it won't mention where it put the exported mails for some reason).
    Outlook Exporess' address book can be exported into a comma-delimited text file but Apple Address Book claims the file is not a comma-delimited text file after all (I looked at it, it is).
    What's the easy method to move Outlook Express mails and address book to Mac OS X?

    Since you have access to a .Mac trial account (good for 60 days) with your new Mac, a .Mac type account is really an IMAP account and behaves in the same way.
    A .Mac type account is the default selection when creating an account with Mail but you can create/access a .Mac account as an IMAP or POP account with Mail and as an IMAP or POP account with another email client on your Mac or with another email client such as OE on your Windows PC.
    What the link briefly refers to is creating/accessing your .Mac account as an IMAP account with Outlook or you can do the same with OE.
    You can transfer messages from your existing account's Inbox and Sent mailboxes to your .Mac account's Inbox and Sent mailboxes which are stored on the server by default.
    When launching Mail on your Mac, your .Mac account's Inbox and Sent mailbox will be synchronized with the server and these transferred messages will be available.
    Create a new mailbox or mailboxes - one for the account's Inbox mailbox and one for the account's Sent mailbox. At the menu bar go to Mailbox and select New Mailbox. Select "On My Mac" for the mailbox location (which is stored locally on the hard drive), enter a name for the mailbox and select OK.
    Transfer the messages from the account's Inbox and Sent mailboxes to the appropriate user created "On My Mac" location mailboxes. This process stores the transferred messages locally on the hard drive and removes the messages from the server at the same time.
    Does OE support exporting address book contacts in vCard format and if not, how about forwarding selected contacts or all contacts as a separate vCard file for each attached to a message as does Outlook?
    If no to both and the Address Book does not recognize the exported file as being comma-delimited, try using Address Book Importer.
    http://homepage.mac.com/sroy/addressbookimporter/

  • Can switching from CRT to LCD monitors cause system problems?

    My 9.1 locks up periodically (but the cursor still moves) since I replaced two 20" CRT monitors with two Samsung 19" LCD monitors. Could this affect the performance of my machine? I've tried everything else to address the freeze problem but recall the issue started when I installed the LCD monitors. Anything I can do?

    Studedot,
    You may have issues with the amount of video memory depending on the resolutions of the new LCD screens.
    I find LCD screens go up to insane resolutions, way more than the corresponding size CRT monitor, ie. a 17in Dell LCD monitor with higher resolution than a 21in CRT.
    It shouldn't cause crashes or freezes, but may cause -redraw problems when closing / moving windows in 2D and playing 3D games.

  • Problem With Crystal Reports Reading Date Fields From CSV File

    I have a date field in a CSV file in the format 06/28/09 17:23:55.523. When I use ODBC the configuartion picks it up a character field. I overright the recommendation type by specifing it is a date field but whne I bring the data into crystal reports the dates are blanks. Any suggestions on how to get around this problem. I need to use the date for selection records.
    Phasor

    The question was answered under another thread. I had to use the split commmand to get rid of the fractions of a second

Maybe you are looking for

  • Wrapping text - accordion header

    I'm new at this and I need to be able to wrap text in something like (okay... just like) an accordion. That is to say I have a fixed width to deal with and will be dynamically generating the 'label'. I have read that the label merely sets the text of

  • OWB: Import Error

    Hi, I'm getting an error when I try to import views or tables. In the last couple of weeks I've imported 2 views and about 30 tables and am using those in mappings, so it's a new error. It says check the error log table but the error log table is emp

  • CS5 - Animation

    I am trying to make a cinemagraph using stills.  I have a picture of the Statue of Liberty and would like to get the clouds in the background to move.  I have created a mask and have fiver or six different movements of the sky. My question is:  how d

  • Adjust the image size Invalid

    i created a new sparseimage. Now I want to use the disk tools to change the image size, but when I entered the new size number and submit, it was nothing happened and the size hasn't changed at all. I promise that I have enough space in my laptop. NE

  • Do I have to open all the tabs every time I open my computer?

    My opened windows were saved before so I didn't have to open all of them every time I use the computer, but they are always gone now when I start every day, so I have to go to the History and start looking for whatever I was working on the previous d