The ColdFusion MX 7 ODBC Server service is not runningor has not been installed.

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

  1. #1

    Default The ColdFusion MX 7 ODBC Server service is not runningor has not been installed.

    I get the subject message when I create a ODBC Socket.

    FYI, The following services in my XP is started:

    1. COLDFUSION MX 7 ODBC AGENT
    2. COLDFUSION MX 7 ODBC SERVER

    Also, I did check these options when I installed the developer edition of MX
    7.

    The ODBC checks out ok in XP ODBC setup (used the system file). ODBC setup is
    not new to me - I am not sure why this is giving me so much problems (:- Are
    there any gotcha's in MX7????

    Thanks

    cfmlguy Guest

  2. Similar Questions and Discussions

    1. The ColdFusion MX ODBC Server service terminatedunexpectedly.
      Every one or two week running suddenly the service stop. Hope someone will help me to resolve this issue. Currently I'm using Coldfusion MX 6.1....
    2. Why:The ColdFusion MX 7 ODBC Server service is notrunning or has not been installed
      My server always shows the error information after 3-4 days: TCP/IP error, connection refused. I open the Administrator of the ODBC,show the...
    3. ColdFusion MX ODBC Server cannot be found
      Has anyone solved this yet?
    4. ColdFusion MX ODBC Server service terminatedunexpectedly
      I am have the same problems; on CFMX 7 Event Type: Error Event Source: ColdFusion MX 7 ODBC Server Event Category: None Event ID: 0...
    5. The ColdFusion MX 7 ODBC Server service is not runningor has not been installed
      When trying to create an ODBC socket DSN, I immediately get the following error: The ColdFusion MX 7 ODBC Server service is not running or has not...
  3. #2

    Default Re: The ColdFusion MX 7 ODBC Server service is notrunning or has not been installed.

    Macormedia Help me (:-
    cfmlguy Guest

  4. #3

    Default Re: The ColdFusion MX 7 ODBC Server service is notrunning or has not been installed.

    The message "The ColdFusion MX 7 ODBC Server service is not running or has not
    been installed" seems to be from datasources_en.xml.

    datasources_en.xml
    ================
    ...
    <cfswitch expression="#ATTRIBUTES.id#">
    ...
    <cfcase value="sequelLinkDisabledODBC">
    The ColdFusion MX 7 ODBC Server service is not running or has not been
    installed.
    </cfcase>
    ...
    </cfswitch>

    cfmlguy 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