I suggest you ...

adding port number to the setup

If you have your database server running on a different port the setup doesn't work. Changing the setup.cfm to extract the port number from the string "server:port" and adding dsn.port to the addCFdatasource.cfm template will fix this.

<cfif listLen(form.server_new,":") eq 2>
<cfset dsn.port = listLast(form.server_new,":") />
<cfelse>
<cfset dsn.port = listLast(form.server_new,":") />
</cfif>

2 votes
Vote 0 votes Vote Vote
Vote
Sign in
Check!
(thinking…)
Reset
or sign in with
  • facebook
  • google
    Password icon
    I agree to the terms of service

    You'll receive a confirmation email with a link to create a password (optional).

    Signed in as (Sign out)
    You have left! (?) (thinking…)
    anonymousanonymous shared this idea  ·   ·  Flag idea as inappropriate…  ·  Admin →

    0 comments

    Sign in
    Check!
    (thinking…)
    Reset
    or sign in with
    • facebook
    • google
      Password icon
      I agree to the terms of service

      You'll receive a confirmation email with a link to create a password (optional).

      Signed in as (Sign out)
      Submitting...

      Knowledge Base and Helpdesk