Transliteration error

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Transliteration error

    I saw a reference to an issue applying to CFMX for J2EE under release notes for
    ColdFusion Updater release 3. However it said SPECIFICALLY that it did not
    apply to CF MX Server. Nevertheless, CF MX7 Server throws the following message
    when the homepage starts to load:

    Error Executing Database Query.
    [Microsoft][SQLServer 2000 Driver for JDBC]Character set 437 not found in
    com.microsoft.util.transliteration.properties.

    I've tried using the old version of macromedia_drivers.jar, but since we are
    not using J2EE, there is no jar program to execute. Anyone have any ideas on
    how to fix this?

    Dave Newton
    NASA MSFC


    DaNewt Guest

  2. Similar Questions and Discussions

    1. Error 403 Failed to read heders Error for long-runningCFMAIL and CFINDEX command
      I have two different pages with long-running scripts on which I am recieving the following error: Error - 403 Failed to read headers to server:...
    2. Error Creating Control: Parser Error DocHeader does not have a property named 'cc3:MyItems'
      I am having problems getting this webcontrol working properly. Everything else works fine except having items. So here is the low-down on the...
    3. Implementing a transliteration feature on a php-based discussionboard
      How would you approach this task? I have a phpBB forum on my site. The majority of participants are Russians living in the US, who don't know...
    4. Question on transliteration
      Can someone translate into English: ($filename) = $file =~ m!(*)$!; Why is $filename in parens?
    5. An error occurred while try to load the string resources (GetModuleHandle failed with error -2147023888)
      Hello, on one of our customers servers we get following error on first ASPX-page: An error occurred while try to load the string resources...
  3. #2

    Default Re: Transliteration error

    have you tried the latest drivers (and other hotfixes) for cf7? you don't
    appear to be using the cf supplied datadirect drivers so perhaps that j2ee note
    actually applies in your case. maybe swap to the newer cf supplied driver or
    perhaps give the jTDS driver a shot [url]http://jtds.sourceforge.net/[/url] we've found it
    to be faster than the ms & datadirect (haven't tested the latest version yet)
    drivers.

    btw jar is part of any good java install, so if everything's in it's place,
    you should be able to start it from a command line.

    PaulH Guest

  4. #3

    Default Re: Transliteration error

    I did apply all of the hotfixes that were listed. JAR does not execute. I
    have a feeling it's something that I'm unfamiliar with that's causing me not to
    be able to update.

    Also, the system is behind a firewall and IE has security enabled, so maybe
    something did not transfer/execute?

    Thanks!

    Dave Newton
    NASA/MSFC

    DaNewt Guest

  5. #4

    Default Re: Transliteration error

    and did you try the mm supplied JDBC driver yet?

    PaulH Guest

  6. #5

    Default Re: Transliteration error

    The fix:
    Copied the macromedia_drivers.jar file from the server and ran JAR locally (CF
    did NOT install JAR on the server) to extract the transliteration.properties
    file and add the two lines:

    translit.type.437=VM
    translit.name.437=Cp437

    The exact procedure for this was given in the March 19, 2003 release notes for
    CFMX updater release 3.

    Once this was done and the properties were inserted back into the jar file, I
    stopped the CF services, copied it back to the server, restarted the CF
    services. The alternate JDBC data source that was set up did not work, so I
    deleted it and created a new datasource connection using the DEFAULT SQL
    driver. And it worked.

    So now Macromedia doesn't have to document this annoying little bit of tech
    support. Annoying because it should have worked out of the box - and no one
    should be faced with the choice of either spending many hours researching then
    digging into a jar file just to make software work, or paying for tech support
    that should be free to the point of troubleshooting normal data connections.
    Are you listening, Adobe?

    Dave-

    DaNewt Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139