Invalid database handle RBD

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

  1. #1

    Default Invalid database handle RBD

    Hi All,

    The server I'm using is running MX 6 on Windows 2000 Server.

    When I'm trying to read a page I created on that server, I get this error

    Error Executing Database Query.
    [MERANT][SequeLink JDBC Driver][ODBC
    Socket][Oracle][ODBC][Rdb]%RDB-F-BAD_DB_HANDLE, invalid database handle

    The DSN I use seems to be o.k

    Did anyone ever encounter that kind of problem ?
    What should I do ?

    Thanks in advance!

    click007 Guest

  2. Similar Questions and Discussions

    1. #39397 [NEW]: invalid statement handle in Unknown on line 0
      From: sailormax at inbox dot lv Operating system: Win32 / Linux PHP version: 5.2.0 PHP Bug Type: InterBase related Bug...
    2. How to handle invalid web service namespace error
      Hi, If the client tries to access a web service with invalid namespace, it gets a SOAP exception as invalid SOAPAction. The invalid namespace...
    3. #26201 [Opn->Csd]: Crahes when starting a transaction given invalid link handle
      ID: 26201 Updated by: iliaa@php.net Reported By: al at forest dot akadem dot ru -Status: Open +Status: ...
    4. #26201 [Opn]: Crahes when starting a transaction given invalid link handle
      ID: 26201 User updated by: al at forest dot akadem dot ru Reported By: al at forest dot akadem dot ru Status: Open...
    5. #26201 [NEW]: Crahes when starting a transaction given invalid link handle
      From: al at forest dot akadem dot ru Operating system: Windows 2000 PHP version: 4.3.3 PHP Bug Type: Reproducible crash Bug...
  3. #2

    Default Re: Invalid database handle RBD

    In case it can help someone, I'm responding to myself.

    Now it works.....
    What got changed ?
    The connection string is "generic" instead of "attach table name" in the
    ODBC Socket Data Source from the Coldfusion administrator.

    The connection string is now read directly in the DSN on the server.

    Also my cache was maybe corrupted (clear cache)

    Hope It helps someone.



    click007 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