Migrating  from Crystal Reports 9 to Crystal Reports XI

Hi,
I have a java web project that uses Crystal Reports 9 to generate reports. I need to make my project compatible with Crystal Reports XI.
I researched and found that Crystal reports XI does not use a report Application server however it can use tomcat, the server I am using for my project.
I tried changing in the code as I found in the Crystal Reports XI for J2EE startup Guide from the business object website.
However, I am getting the error: "Unable to connect to the server - Connection refused: connect-- Error code:-2147217387 Error code name:connectServer"
Also, I want to know how to configure my database to be used in Crystal Reports and the java application.
For Microsoft SQL 2000, I am using net.sourceforge.jtds.jdbc.Driver
For Oracle, I am using oracle.jdbc.OracleDriver
Thank you for your help.

Hi,
-I assume that you have already created an report based on JDBC connectivity and now you want to run that report from Tomcat.
Please follow following steps to run your report from Tomcat :
-Go to the webapps directory inside Tomcat and create a folder say 'Test'.This will your main folder from your application point of view.
-Go to the path : C:\Program Files\Common Files\Business Objects\3.0 and copy crystalreportviewers11 folder.
-Paste selected folder inside Test folder.Create another folder besides crystalreportviewers11 folder and name it as WEB-INF
-Inside WEB-INF , create two more folders and name them as classes and lib.
-Again go to the path :C:\Program Files\Common Files\Business Objects\3.0 \java and copy CRConfig.xml file and log4j.properties file.
-Paste this file inside classes folder.
-Copy all the JAR files from the location :C:\Program Files\Common Files\Business Objects\3.0 \java\lib and paste them inside lib folder of your application.
-Go inside the Test folder and paste your JSP and rpt files.
-Copy the JAR files required for JDBC (i.e ojdbc14.jar for oracle)and paste inside lib folder of your application.
-Give the path of this file in CRConfig.xml file of your application.
-Now you are ready to run your application.
-Run your application using : http://localhost:8080/Test/.jsp
Thanks,
Chinmay

Similar Messages

  • Migrating from crystal report 8.5 to 10.0 giving error

    migrating from crystal report 8.5 to 10.0 giving error
    I am working in migrating my cr application to 10th ver from the existing 8.5 where we have to explicitly make a query in query builder and then attach it. I was using dsn in ms odbc for oracle driver to connect the DB. Now in 10.0 i have removed the query file created using 8.5 query builder and trying to write directly to command editor. the report as stand alone is working fine. but when i try to generate the pdf using my vb application then on .export option it is giving error as "Logon failed.
    Details: 01S00:[Microsoft][ODBC driver for Oracle]Invalid connection string attribute". i think the problem might be with cddb_oracle.dll or crdb_oracle.dll file as i am using a evaluation version of crystal report 10. as input to dsn i am providing

    migrating from crystal report 8.5 to 10.0 giving error
    I am working in migrating my cr application to 10th ver from the existing 8.5 where we have to explicitly make a query in query builder and then attach it. I was using dsn in ms odbc for oracle driver to connect the DB. Now in 10.0 i have removed the query file created using 8.5 query builder and trying to write directly to command editor. the report as stand alone is working fine. but when i try to generate the pdf using my vb application then on .export option it is giving error as "Logon failed.
    Details: 01S00:[Microsoft][ODBC driver for Oracle]Invalid connection string attribute". i think the problem might be with cddb_oracle.dll or crdb_oracle.dll file as i am using a evaluation version of crystal report 10. as input to dsn i am providing

  • Migrating from crystal report 8.5 to 10.0 giving error 01S00:error

    migrating from crystal report 8.5 to 10.0 giving error
    I am working in migrating my cr application to 10th ver from the existing 8.5 where we have to explicitly make a query in query builder and then attach it. I was using dsn in ms odbc for oracle driver to connect the DB. Now in 10.0 i have removed the query file created using 8.5 query builder and trying to write directly to command editor. the report as stand alone is working fine. but when i try to generate the pdf using my vb application then on .export option it is giving error as "Logon failed.
    Details: 01S00:[Microsoft][ODBC driver for Oracle]Invalid connection string attribute". i think the problem might be with cddb_oracle.dll or crdb_oracle.dll file as i am using a evaluation version of crystal report 10. as input to dsn i am providing
    1.dsn
    2.usid
    3.database
    4.password
    what else is missing . plz help.....

    Well, you can migrate, you can not upgrade (semantics I suppose). E.g.; the RDC was deprecated in CR XI r1 and retired in CR 2008. Thus there is no way for you to upgrade to version 12 of the RDC as there is no such thing. So, from here, you have two options: migrate / port the app to .NET, or Java SDKs.
    Re. RDC, see my blog here:
    /people/ludek.uher/blog/2008/10/20/report-designer-component--past-present-future
    For porting the app to .NET, see this article:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0eb394f-931e-2b10-3b82-9413bfc3f457
    Ludek

  • Migrate from Crystal Report XI R2 to Business Objects XI R2

    Hello friends,
    As per end of licence life cycle for Crystal report, we need to migrate our 30 crystal reports to BO xi r2.
    First thing i need to ask is that ...is this possible to migrate from Crystal report XI R2 to BO xi R2 ?
    If yes than where i can find migration guide..i tried import wizard but its not showing crystal reports in list.
    please help..
    thanks.

    Ok. We used the same Administrator user.
    It seems first we need to move report to Report Samples than only it shows in list.
    If we keep *.rpt under user folders its not being imported.
    Import is possible this way only. Now we need to call the report from java.
    Which API should we use to print this crystal report migrated to BO?
    Regards.
    MNBdev

  • Migration from Crystal IX to BO-XI using java sdk-- very urgent

    Post Author: Pranav.Sharma
    CA Forum: Migration to XI R2
    Need help in migration from Crystal Report IX to BO-XI.
    Currently we are using CR IX and Java SDK to access reports from J2ee application. These reports reside on remote server where we have shared access to that directory.
    We are accessing these reports through our j2ee application.Can anyone please elaborate whether we can use same SDK here with slight change in code probably in authentication related to CMS etc and calling mechanism or we have to go for BO java SDK alltogether. Is anything we are missing here?
    Can anyone please  help as  we have to complete migration in 1-2 days.

    The first thing you will want to do is to publish all of your reports to Business Objects XI and make sure they all still work. Obviously they won't have the dynamic parameters anymore but you should just ensure they all work and are able to connect to their databases. You can use a tool like the publishing wizard to help you.
    All the reports should now be available inside of XI.
    Unfortunately you will need to manually modify all of the 400 reports to use the business objects Dynamic Cascading Parameters DCP.
    There should be some DCP info in the Business Views documentation.
    I hope this helps
    Rob Horne<br /><a href="/blog/10">Rob&#39;s blog - http://diamond.businessobjects.com/robhorne</a>

  • Migration from Crystal Enterprise 10 to SAP Crystal Server 2011

    Hi all,
    We are currently using Crystal Enterprise 10 to schedule and view our reports and the designer is Crystal Reports 10 .
    we are planning to migrate to SAP Crystal Server 2011 with Crystal Reports 2011 as the designer.Can we do this migration directly or do we need to do the migration to an intermediate version before going to SAP Crystal Server 2011.
    Regards,
    Sreekanth S S

    1. So in this case, I need to migrate from Crystal Enterprise 10 to Crystal Reports Server XI R2/Crystal Reports Server 2008 or more using import wizard Then I will need to migrate from Crystal Reports Server XI R2/Crystal Reports Server 2008 to SAP Crystal Server 2011 using Upgrade Manager tool. Is my inference correct?
    That is correct. For XI R2, it would be XI R2 SP2 minimum. And you need to have a live installation of XI R2 SP2 as SAP does not have it in archieve download area.
    2.What is the potential risk if we try to migrate from Crystal Enterprise 10 to SAP Crystal Server 2011 using upgrade manager tool?
    I am not sure if that will work with success, If the reports migrated from CE10 do not work in CRS2011, it would be unsupported. You can however try it anyways.
    3.Can we open the reports developed using Crystal Reports 10 designer in Crystal Reports 2011 designer? .This is for another requirement of us where we have to just migrate the reports alone .
    Yes you can do that. Try opening and running them in CR2011, they should work but some of them can also result in some errors here and their, this is more specific to report design and what kind of grouping\ filtering\formulas you use.

  • Migrating from Crystal Enterprise 10 to Business Objects XI / Crystal Server XI

    Post Author: Karthik003
    CA Forum: Deployment
    Hi,
    Anyone please explain me which one is right,
    At present we are running on Crystal Enterprise10,which is advantages
    Migrating from Crystal Enterprise 10 to Business Objects XI
    or
    Migrating from Crystal Enterprise 10 to Crystal Server XI
    Please explain me the things that needs to be had in mind while going for the migration.
    Thanks
    kartik

    Post Author: TAZ
    CA Forum: Deployment
    CRS is limited to single server installs, it has less functionality such as no auditing. Enterprise can be clustered across many servers, has auditing and webi/deski from E6. So which one is best would depend on the size of your planned implementation and the features that you want.
    Regards,
    Tim

  • Migration from crystal reports 8  to 11 - Formatting Issue(Criticial)

    Post Author: DJ Gaba
    CA Forum: General
    I have migrated my crystal report version from version 8 to version 11 (evaluation version) but I am seeing some formattiong issue
    My entire report data has moved little bit toward right so my rightmost line (table) wraps up in next page and hence leaving every second page blank.
    is it that I am using evaluation version that is casuing problme. Report is opening up properly but it's the  formatting issues
    Or it's something else
    Let me know
    DJ

    Post Author: DJ Gaba
    CA Forum: General
    Well I will definately try that. Currenlty I am in process of downloading licensed version to observe the behaviour
    But just looking at font sizes in both pdf's (version 8 and 11), it seems that font sizes are same in both pdfs. But I will confirm that once I open the crystal report 11 designer
    Probably you can send me your e-mail ID so that I can send you both pdf's
    I am also planning to compare property/obect values in crystal report 11 designer to see if anything else got changed that needs to be reverted as it was in crystal report 8.
    Thanks
    DJ

  • Migration from Crystal Reports 2008 to Crystal reports Enterprise(BOE 4.0)

    Dear all ,
    I m currently doing a project on Crystal reports 2008 where datasource is mostly SAP BW queries.  Our customer will have BOE 4.0 in coming months .  I have heard that in BOE 4.0 Crystal reports for Enterprise will be a better option for BW datasources.Is that true? So here comes my question , Is  it possible to migrate reports based on Crsytal reports 2008 to Crystal reports for Enterpise 4.0  afterwards. What will be best option for us , shall we build further reports on Crystal reports 2008 or Crystal reports 2011 or should wait until we have BOE 4.0 ?
    Thanks
    Best regards
    Atul

    Hi,
    We are going through the migration process from 2008 to Enterprise version. The only issue we are facing is the mapping of the Hierarchy nodeid and parentid. Other than that we were able to migrate most of the pieces from the report.
    Here is the overview of migration process:
    1. When you run the upgrade manager to migrate objects from BOE 3.1 to 4.0 it will automatically upgrade it to CR 2011 version.
    2. You then have option to migrate it manually by opening the report in Enterprise version.
    3. If you open the report in Enterprise version it will prompt you to connect to common semantic layer wizard.
    4. Before that you have to have your datasource ready for that report depends on how your CR 2008 is connected. (can be BEx query or Relational Universe)
    5. If its BEx query you have to maintain the connection in CMC under OLAP connection to your BW system.
    6. Next thing is to map the Source fields to Target fields (BEx query or Relation Universe via IDT) and your report will be converted to Enterprise version.
    7. You might have to resolve if there are any errors.
    Let me know if you have any particular questions if i can help.
    Thanks.
    Edited by: Rajan Patel on Oct 27, 2011 5:13 PM

  • Migrating from Crystal Reports Charts using TopN and "Other" to Reporting Services

    I am currently migrating several Crystal Reports that have charts.  The chart series is set to use the TopN values in a count, and combine the rest of the series into one series titled "Other".  I see how to filter the chart using TopN, however I need to still show the rest of the data grouped as "Other".  I think the solution I need is to create a group expression that uses some sort of IIF function to create the "Other" group, but I haven't found a function that I can use to get the results I need.  Any ideas?
    Scott

    We were looking at report deployment options and evaluating SSRS vs Crystal Report Server.  There were several reasons we decided to go with SSRS:
    Cascading Parameters
    Ability to use multiple data sets in one report
    SSRS seemed more user-friendly than CRS
    There were a few other considerations I can remember now, but the final reason was price.  My company already had the licenses for SQL Server.  However, even if that was not a consideration I still would have gone with SSRS.
    Hope this info helps.
    Scott

  • Migration - From SQR reports to BI Publihser

    Gurus,
    currently working in bi publisher reports works.
    we looking forwards, project coming up more report migration project.
    from crystal to bi publisher and SQR to bi publihser.
    Please quide us, step into the project.
    Its any migration workbench tool for the same.
    Thanks, Krishnaraj.

    Oracle Reports can be migrated (mostly, your mileage will vary) using the conversion script/JAR files in BIP. Crystal Reports - you're on your own.

  • BO migration from BEx reports

    One of my client is running on SAP IS Retail 6.0, and they have few BW reports. Now they are looking for migrating the BEx reports to BO XI.
    They do not want to change anything, but want to port the reports as is to BO from BEx.
    My previous experience of porting BEx reports to BO as is, without puting extra filters of something, to reduce the huge data size images was not good at all.
    Is there any way to have better performance in BO than the current BEx performance, if we want to port the reports as is without any structural change?
    Please share your experience with me.

    My company is running Webi reports using BOBJ XI 3.1 (up to current fixpack level) on SAP BI 7.01 EHP1-SP5. This config gives 50% reduction in Memory, 30% improvement in runtimes, on average compared to 7.0 BI, according to SAP. But is it good enough for full corporate deployment?
    My understanding of the Webi <-> SAP BI architecture is that we still have a large image sent to the XI Box from the query -> universe -> Webi report refresh. The big flaw here in my view is that Webi is disconnected from the OLAP database tables after the refresh, thus must 'image' everything the report requires, in our case into a 32 bit Windows NT box. 
    This is quite different from the SAP BI OLAP front-end model, in which user navigations are threaded in various ways (sometimes from cache, from aggregates, from indexes on the DSO characteristics etc), as we can see in our BI OLAP processing steps in BI statistics.
    After the Webi refresh, there are no 'threads', or calls, back to BI ABAP tables, as the Webi report has to represent all the potential navigation in the MDX model. For this reason it seems a fundamentally resource-intensive architecture, that can induce instability when very large sets of data are retrieved in concurrent user sessions. By "large"  think of the 'cubed' size (count of characteristics X count of key figures X number of transactions).
    If user activity results in concurrent refresh calls to generate large report 'images' from SAP BI, I have observed 100% CPU freeze in BOBJ XI, and user lockout until resources are again freed up, which can take a very long time for certain reports. Subsequently when the large images are subjected to user OLAP navigations, CPU processing again will spike.
    When running large image reports, the Webi performance has been an 'order of magnitude' slower than our reports running on ABAP web. Unfortunately, the risk is greater than just slow performance - there is the CPU and memory resources that are engaged during that extended processing interval as well.
    Much depends on the normal level of user activity. This is a matter of simple statistics. Say your overalll production BI system load averages ten users per hour running reports. If Webi report runtime averages 30 minutes per refresh, and BEx ABAP runs in 5 minutes, the probabillity of concurrent resource collisions is much higher - from 10% to 50%, thus the situation can snowball rapidly.
    I think SAP is working very hard on this problem, but has issued guidance as recently as May 2009,  that if you have current BEx reports that are working, don't migrate them all yet. Unfortunately our users are anxious to run everything in the Webi tool, because it is indeed a super user interface.
    However, customers have until 2016 until the Bex tools are phased out. Interviewed by Searchsap, Jonathan Becher, SAP Sr. VP, said, "There are lots of scenarios that BEx does just fine, if you're confident using BEx, don't rush."  The same article also quoted Cindy Coyle of Coors, who had tested the Webi BOBJ: ""Don't go near Business Objects [until you get a BWA]," Coyle said, "because it'll only add more performance problems on top of what's there today." Article: http://bit.ly/2HJUqf
    Edited by: Douglas Grant on Oct 18, 2009 7:26 PM
    Edited by: Douglas Grant on Oct 19, 2009 9:51 AM

  • Migration from forms & report

    Hello everybody.
    Im working with RedHat Linux. 5, Forms & Reports 10.
    Im seriously thinking to migrate my forms & reports aplication to java. I think that this tool do this.
    Then I need read documentation about this, how are licencing, how I must install, testing and all this before take decition
    and begin.
    Can anyone send me a link, or some links, where I can read this?
    Thanks in advanced & regards.

    Hi there,
    First of all excuse me for the long delay in the response from the JHeadstart team - due to holidays and some misunderstandings nobody was looking after the forum for the last 2 weeks. From now on we are back on track though!
    Now regarding your question - thanks for your interest! You can start by reading the following sites:
    http://www.oracle.com/technology/products/jheadstart/files/jheadstart_FAQ.html
    http://www.oracle.com/technology/products/jheadstart/index.html
    You can ask more questions here, or email to idevcoe (underscore) nl (at) oracle (dot) com. If you want to purchase JHeadstart, you can contact your local Oracle Sales representative.
    Regards,
    Evert-Jan de Bruin
    JHeadstart Team

  • Best approach to "migrate" from BEX reports to Webi reports ?

    Hello,
    i have read lots of documents regarding best practices on how to built webi reports and universes on top of BW.
    But i can't find any document about best approach, not in performance way of thinking but in best way of using reports.
    i mean: when end users are coming from bex reports (where they can drill down through hierarhies and use free filters ) to webi reports (where layout is quite beatiful and user can change it easely), this is not the same way of consuming reports.
    I come from BO world and are new on reporting on top of BW.
    for me webi is good for quite static layout reporting where data is clear and available.of course you can have prompts for interactivy and more accurate reporting.  Drill down is just a functionality but is not the real purpose of the report tool.
    So ,according to me there is a gap between both tools (BEX and WEBI) but end users are the same.
    So i 'm wondering if you have any feedback for the best approach to build webi reports where end users are coming from bex reporting.
    And how to choose between prompts, drill-down (with available filters on top of the window), fold/unfold and input controls or just having diffrent levels of hierarchies in the table/ section/ breaks but without drill down (because if you drill down, report begins weird with diffrent levels) ...?
    So , if you have any feedback , advise....
    thanks in advance,
    Rgds,

    Hi,
      WEBI don't replace BEX reports, is for different audience, in fact BEX is for OLAP reports and analysis.
      You can find some answer in this page
    [FAQ: The Future of SAP NetWeaver Business Intelligence in the Light of the NetWeaver BI & Business Objects Roadmap|FAQ - The Future of SAP NetWeaver Business Intelligence in the Light of the NetWeaver BI&Business Objects Roadmap [original link is broken]|FAQ]
    spercific for What is the future of the BEx Query Designer? you can read here
    [FAQ - The Future of SAP NetWeaver Business Intelligence in the Light of the NetWeaver BI&Business Objects Roadmap [original link is broken]#section11] and here [FAQ - The Future of SAP NetWeaver Business Intelligence in the Light of the NetWeaver BI&Business Objects Roadmap [original link is broken]#section3]
      The idea is to use the rigth tool for the rigth job.
      You can find more information here [http://www.sdn.sap.com/irj/sdn/edw], [http://www.sap.com/solutions/sapbusinessobjects/index.epx], [http://www.sap.com/solutions/sapbusinessobjects/newsevents/index.epx], [http://www.sap.com/community/flash/BusinessIntelligenceAGuideforMidsizeCompanies.pdf]
    I hope this help you.
    Best regards.

  • 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

  • Migration from crystal report 8.5 to 10.2

    Dear Sir/Madam,
    I have an application written by vb .net 2005 with crystal report 8.5.
    Do you know how I can upgrade the crystal report from 8.5 to 10.2?
    Are they totally different? Or there are some references about this migration.
    Thank you for your attention.
    Yours sincerely,
    Frodo

    Ludek -
    Thanks for this much information. I might end up using CR .Net with VS2005 or VS2008. But I want to carefully understand what my options are. Please see my further queries inline with your responses.
    1) Is it mentioned somewhere when we agree to MS Visual Studio 2005 terms that we cannot be using the RDC for report creation and viewing in our custom applications?
    License agreement
    DT-> Is this the Visual Studio 2005 licensinig agreement that we agree.? Do you have an extract of the same for me?
    2) It looks like the last known version which supports RDC is CR XI R2- are there different variants of CR XI R2 and which one should be the one that gels well with Visual Studio 2005/Visual Studio 6.0? Would the dll's CRDesigner.dll, CRViewer.dll and craxddrt.dll be available with it for our usage?
    +Yes, CR XI r2 is the last version to ship the RDC. Re.craxddrt.dll. Remember that you need extra licensing for this dll - as opposed to craxDrt.dll which is part of the free runtime. For more info re. licensing of craxDDrt.dll, talk to sales as they will be able to explain this in more detail (866-681-3435).
    DT-> Can I used the functionality presented by the CRDesignerctrl.dll at run time when I am using craxdrt.dll? What are the differences in CRaxddrt.dll and craxdrt.dll, in terms of the usage? Are CRDesignerctrl.dll and CRDesigner.dll different?
    For more info re. RDC see the following:
    RDC statement of Direction
    Using the Report Designer Component in Microsoft Visual Studio .NET article.
    Note 1217809
    Report Designer Component - Past, Present & Future blog.
    My question to you would be this; Since you have .NET and are willing to upgrade to CR XI release 2, why do you want to use an unsupported technology (unsupported in .NET). And a version of CR that will be out of support in June of 2010 and thus patch support will be terminated some moths before that. Why not use the CR SDK for .NET?
    DT-> We have an almost complete application written on CR8.5 with VS6.0 and wanted to ramp that up to the right level which is new. I might really end up using CR SDK for .NET, but want to understand the cons well, before I finalize tomorrow. I want to minimize developmental effort and yet would like to stay at the latest level.
    Ludek

Maybe you are looking for

  • CS5: "Unexpected end-of-file encountered" when opening a file [was:HELP!]

    I'm trying to open an art file I've been working on for the past week in Photoshop CS5 Extended, and I'm getting a message that my request cannot be complete because an unexpected end-of-file was encountered.  I have no idea what to do.  I've been a

  • Syntax  of move corresponding

    hi Can anyone give me the syntax of move corresponding. I even want to know wat does this exactly do. Can I have some sample sof move corresponding. Its urgent.U'll get points. Thanking you Chandrika.

  • Cannot connect to DB after install

    Hi all, total newb here thats been tasked with learning a bit about 10g. I installed the software in a WinXP sp2 pc and all seemed ok. When I hit the 'Go to Database Home Page' my browser opens the 'page not found' screen. There are no firewalls/prox

  • Wireless Card not working WIFI 5300

    Hi, I just bought state of art T400 yesterday, and did not even try to work on Visa Business and recovered XP Pro with the provided recovery CD. All drivers were installed on recovery, except, wireless LAN and Modem. I tried downloading and installin

  • Apple mail never gets new mail

    My apple mail will never get new mail automatically, it is set to check new messages every 5 minutes. If i open the application, it will then get my new mail but never without me opening the app. Am i doing something wrong?