Client Variables Error

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Client Variables Error

    Can someone advise action to take for: "Operation failed on the data source
    named "CliVars". Reason of failure "[MERANT][SequeLink JDBC Driver][ODBC
    Socket][Microsoft][ODBC Microsoft Access Driver]Invalid precision value "

    We are MX 6, using client varaiable in first .cfm for system (a login screen).
    Have tried setting default client variables in CF 'admin' to an Oracle DB DSN,
    an MS Access MDB, Registry, and cookies. Same message appears each time. Also,
    if wish to use an Oracle DB table for client variables, is table name CLIVARS
    and what are columns and format (text, memo, etc.) of each column. We are
    migrating from CF 5.

    Thanks, Garry


    GarryL Guest

  2. Similar Questions and Discussions

    1. Losing client variables
      Hi All I'm running CFMX7 on a win 2003 server, fully patched. Every so often CF seems t lose track of client variables, the client variables...
    2. Error setting client variables in Database
      Can someone advise action to take for: "Operation failed on the data source named "CliVars". Reason of failure "Invalid precision value " We are...
    3. Client Variables
      Help Needed, Can any one please explain why do we loose client variables when we delete cookie variables from the browser ?
    4. Client Variables in different case
      We are using ColdFusion 5 and ColdFusion MX 6.1 in production use where 5 are the main server and version 6.1 are used for very specific events. ...
    5. CFCs and CLIENT Variables
      Okay, so our website uses CFCs for the customer's shopping cart. We instantiate a copy of a Cart CFC object and store it in SESSION.Cart. We use...
  3. #2

    Default Re: Client Variables Error

    I forgot to mention, even though the error message appears, the client
    varaiable appear to be working (can see them using the debugger) and
    application works just fine. Also, if I switch in 'Admin' to a different
    source for client variables e.g. registry, cookies and MS Accesss MDB, etc.,,
    the message still appears and the client variables still seem to work, even
    when I set client variables to 'None'. Almost as if the message is a 'bug' in
    'code' but the function still works !!!!

    GarryL 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