Results 1 to 3 of 3

Thread: Inter-Platform MySQL and CR 10 (Closed)

  1. #1

    Thread Starter
    Hyperactive Member divined's Avatar
    Join Date
    Aug 2004
    Location
    Thessaloniki, Greece
    Posts
    447

    Exclamation Inter-Platform MySQL and CR 10 (Closed)

    Hello everybody

    I`ve built my application using MySQL 4.1 running under Windows. The application uses CR 10. Now, I tried switching the MySQL RDBMS to Gentoo Linux. I altered the System DNS connector to point to the Gentoo Linux machine. Unfortunately, many reports that used to work now turn out blank with the error :

    Code:
    Table " cannot be found
    Why might that be so? Case sensitity of the Linux machine?
    Last edited by divined; Oct 21st, 2005 at 01:24 AM.
    SteadFast!

  2. #2

    Thread Starter
    Hyperactive Member divined's Avatar
    Join Date
    Aug 2004
    Location
    Thessaloniki, Greece
    Posts
    447

    Re: Inter-Platform MySQL and CR 10

    No ideas? I`ve managed to pinpoint the failure to those queries which use Inner Joins. But why do they work fine under a Windows MySQL RDBMS and fail under a Linux MySQL RDMS, which furthermore are the same version. Anyone experienced similar problems?
    SteadFast!

  3. #3

    Thread Starter
    Hyperactive Member divined's Avatar
    Join Date
    Aug 2004
    Location
    Thessaloniki, Greece
    Posts
    447

    Re: Inter-Platform MySQL and CR 10

    The problem was this :

    Every integrated report holds information about the names of the tables that are being used. It so happened that these reports where created under Windows XP, which is a case insentitive OS. For example CR 10 stored a table as

    Code:
    TEXNIKOS
    Under Linux, that same table was stored as

    Code:
    Texnikos
    so that table could not be found under Linux. Rather simple error after all, but the process of editing 50 reports to get it right was rather tedious.
    SteadFast!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width