Which ports to open?

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

  1. #1

    Default Which ports to open?

    I have made ports 19998 and 19997 available to the ODBC Server but I still
    can't create a database in the Administrator. If I turn off TCP/IP port
    filtering on the NIC card then creating datasources works fine.

    Any ideas what other port(s) may need to be open for creating datasources to
    work?

    server 2003
    CFMX7

    thanks

    megalith Guest

  2. Similar Questions and Discussions

    1. No ports without ftp ?
      Hello guys ! I'm on a LAN which has the ftp port blocked. Is there any chance for me to install aplications from ports ? Thank you ! ...
    2. sockstat -4 not showing all open ports for apache2
      I just installed apache 2 and was trying to see if port 80 was open by doing a sockstat -4 but I couldn't see the port so I thought it didn't...
    3. Builtin Firewall Blocks Localhost Access (Even Open Ports)
      Hi, I am configuring a Windows 2003 Standard Edition Server and for reasons not worth going into we have to use some sort of software firewall....
    4. Open Ports on Windows 2003
      What are ports 1025,1026,1027,2381,2518,2519,and 2520 used for in Windows 2003? When I do a port scan, these ports are open, but I don't know why...
    5. Personal Firewall; What ports should stay open?
      I have a McAfree personal firewall and I think that in order to get Windows Updates and stuff of that nature I need to open up a port to allow the...
  3. #2

    Default Re: Which ports to open?

    megalith wrote:
    > I have made ports 19998 and 19997 available to the ODBC Server but I still
    > can't create a database in the Administrator. If I turn off TCP/IP port
    > filtering on the NIC card then creating datasources works fine.
    >
    > Any ideas what other port(s) may need to be open for creating datasources to
    > work?
    >
    > server 2003
    > CFMX7
    >
    > thanks
    >
    The first and most obvious question is what type of database are you
    trying to connect to? Unless you're using an ODBC socket for some
    reason (which isn't recommended) you won't be configuring datasources in
    the "ODBC Server" (which I assume means the ODBC datasources section of
    the Windows admin tools?).

    Matt

    --
    Matt Woodward
    [email]mpwoodward@gmail.com[/email]
    Team Macromedia - ColdFusion
    mpwoodward *TMM* Guest

  4. #3

    Default Re: Which ports to open?

    Matt,

    sorry, that was lame not to mention the DB. we run Access and MySQL on the
    server. All I know is that I can create DB's in the CF admin with tcp/ip port
    filtering off, but with it on DB creation in the CF admin fails (times out).

    thanks for you response

    megalith Guest

  5. #4

    Default Re: Which ports to open?

    megalith wrote:
    > Matt,
    >
    > sorry, that was lame not to mention the DB. we run Access and MySQL on the
    > server. All I know is that I can create DB's in the CF admin with tcp/ip port
    > filtering off, but with it on DB creation in the CF admin fails (times out).
    >
    > thanks for you response
    >
    Just a couple more points of clarification. Access is a file-based
    database application so you don't really "run" Access anywhere except
    where you're running the application that creates the Access databases.
    In other words, there isn't an Access server that you connect to, you
    just hit an mdb file. Connecting to a REMOTE Access database (in other
    words, the mdb file is not on the same physical machine as CF) can be a
    bit tricky, so if you're trying to do that all I can say is good luck.
    :-) If you have the drive mapped and the permissions set up correctly
    (meaning you might have to change the user account under which CF runs)
    then you should be able to do it but it does involve a bit of work. If
    the mdb file is on the same machine as CF then you should have no
    problems using the built-in Access drivers that come with CF.

    As for MySQL, by default this runs on port 3306. You'll want to do a
    quick search on macromedia.com for "coldfusion and mysql" or something
    similar to come up with some gotchas for running MySQL 4 or above, since
    the drivers that ship with CF don't work out of the box with anything
    above 3.x.

    Hope that gets you a bit closer to a solution!
    Matt

    --
    Matt Woodward
    [email]mpwoodward@gmail.com[/email]
    Team Macromedia - ColdFusion
    mpwoodward *TMM* 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