Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. CherryBlossom

    CE-How to Change Page Server and Job Server to Domain Account?

    Yeahhh...It's working now!!! Thank you Lyanch and Rhinok. Cherry
  2. CherryBlossom

    CE-How to Change Page Server and Job Server to Domain Account?

    Greetings All, I'm new to Crystal Enterprise. I've read posting that fixed Database Logon Required problem for Crystal Enterprise version 8.0 and 8.5. It said to change the Page Server and Job Server to a Domain Account and it should work. Would anyone be kind enough to give me detail...
  3. CherryBlossom

    LEFT OUTER JOIN PROBLEM--OLEDB-CRYSTAL REPORT

    Craig, These are DBF Files (Quote It Database). The query would look like this simple PL/SQL statement. select a.Part_no, a.qty_no from CustomerOrder a, ShippedOrder b Where a.part_no=b.part_no(+) Cherry
  4. CherryBlossom

    LEFT OUTER JOIN PROBLEM--OLEDB-CRYSTAL REPORT

    Rick, In Crystal Report, it doesn't required to write code to link tables. All we have to do is drag the primary field of main table to foreign key of another table. With coding, it would look something like this: CustomerOrder.Part_No--> ShipOrder.Part_No Cherry
  5. CherryBlossom

    LEFT OUTER JOIN PROBLEM--OLEDB-CRYSTAL REPORT

    Hello All, I have several tables. I'd to link main table and subtables with left outer join, but I've been getting errors. I used OLE DB as my data link. I didn't get any error when I use inner join. For example, Customer Order table has part no and quantity order. I'd to link with Shipped...
  6. CherryBlossom

    VISUAL FOXPRO ODBC DRIVER PROBLEM

    Craigber, Thank you very, very, very much. You're a lifesaver! I'm able to see the tables now. Thank you again. Cherry
  7. CherryBlossom

    VISUAL FOXPRO ODBC DRIVER PROBLEM

    Thank you for your feeback Craigber! I installed the OLE DB Provider for Visual FoxPro, but it's still not working. Is it required to do some configuration? Cherry
  8. CherryBlossom

    VISUAL FOXPRO ODBC DRIVER PROBLEM

    In the past, I used Microsoft Visual FoxPro Driver v6.00.8167.00 to link to DBF files (Quote It version 2.62). I recently upgraded Quote It Version 2.62 to Version 7.0. Since the upgrade, Microsoft Visual FoxPro Driver v6.00.8167.00 is no longer supported. I can't see these files or tables...
  9. CherryBlossom

    Unable to Open Microsoft Access Database

    No, I didn't relocate the database. It was working early in the morning. The file probably got corrupt. I was not able to open it back up since. Cherry
  10. CherryBlossom

    Unable to Open Microsoft Access Database

    John, Thank you for your respond. I tried that but still getting the same error. Do you have any other ideas?
  11. CherryBlossom

    Unable to Open Microsoft Access Database

    Hello, I am having problem with opening an Access database file. Below is the error I received when tried to open the database. The Microsoft Jet database engine could not find the objects 'Databases'. Make sure the object exists and that you spell its name and the path name correctly. Have...
  12. CherryBlossom

    CE-Scheduling

    Hello I use CE 8.5 to schedule report to run daily. It is working fine. I'm concern whether it is possile to save the generated data locally on my client. Please advice. Thank you very much. Cherry
  13. CherryBlossom

    Cannot open SQL server Error. Please Advice

    Hi all, I scheduled my report in CE 8.0 to run daily, but I got "failing" status. When I click in failing instant, it shows an error message "Cannot Open SQL server." Note: I'm able to launch report in a Report Viewer. Thank you for all your help. Cherry
  14. CherryBlossom

    Database Logon

    I used tables from IFS to create my Crystal Report. For most of the time, when I created alias tables then viewers will not require to type in user id and password. In Eportfolio, every time I want to view my reports, I have to enter user id and password. Is there a way that I can bypass this...
  15. CherryBlossom

    How to publish CE reports to Intranet instead of ePortfolio?

    Hello, I'm having difficulty publishing Crystal Report to a website when using Crystal Enterprise. However, I'm able to view my reports in ePortfolio. All suggestions are well appreciated.
  16. CherryBlossom

    Crystal Report Viewer Error

    Hello all! I'm having difficulty publishing a report to the web using CE. When I clicked on report I want to view, a error pops up with message "File abc.. not found on Page Server." Please help if you know what I'm doing wrong. Thank you.
  17. CherryBlossom

    Does Crystal Enterprise require to be tided with a Server?

    Hello, I have worked with Crystal Report 8.5, but never work with Crystal Enterprise. I'm trying to publish report to the intranet, but first of all I need to learn how to install Crystal Enterprise. Does it require to be tided to a server in order to successfully install the software? Please...

Part and Inventory Search

Back
Top