Application.cfm problem on new server

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

  1. #1

    Default Application.cfm problem on new server

    We have a disgruntled situation with an ex-programmer who has left us holding
    the bag. We are trying to move a web site from 2globalmart.com to another
    server running IIS6.0 and CF 5 SQL2k. 2global appears to be running iis5.0
    right now.

    We have other CF applications on the newer server which run fine and use an
    application.cfm file for the SQL database connections.

    The server logs indicate a failed data connection as follows:
    "Error","1892","06/07/05","19:28:24",,"ODBC Error Code = S0002 (Base table not
    found)<P> [Microsoft][ODBC SQL Server Driver][SQL Server]Invalid object name
    'players'.<P><P> SQL = ""SELECT * FROM players WHERE type = 'player'
    ORDER BY playerNum ASC"" ""

    The HTTP browser displays the following error message:

    Processing Error
    This web site has experienced an error while processing your request.

    Please try your request again at a later time.


    If I remove the application.cfm file from other working web sites, I get that
    same error message above, so I assume for some reason on this site it is not
    able to find the application.cfm file. So that is where I am stumped.

    I have connected to the SQL database using Enterprise Manager so the
    username/password in the application.cfm file is correct.

    Any help is appreciated! Thanks in advance.


    GoBigOrange Guest

  2. Similar Questions and Discussions

    1. Can you detail How create an application use StreamingMedia Server (Flash Media Server) for me?
      Can you detail the way to create an application use Streaming Media Server (Flash Media Server) for me? I installed Flash Media Server 2,...
    2. Flash Remoting Application.cfc & Application.cfm problem
      Hi there, When using Flex 1.5 client application, when using Application.cfm to deal with remoting SetCredentials(user,pwd), I just set it once...
    3. Date Format Problem - SQL Server Insert From Web Application
      Hi, I've written a short aspx file so that end users can insert lines into our SQL server database. The following string is sent by Internet...
    4. Server Application Unavailable Problem(cross)
      i wanna to transffer 2000 data from my mdb file to a web service... i used DataReader object ... and also in proxy class i used some arrays... ...
    5. Oracle application server and AIX apache server
      Dears, One of my customer has just installed Oracle application server which automatically install apache server for oracle on aix. It is working...
  3. #2

    Default Re: Application.cfm problem on new server

    The SQL login, for this application, probably has a default database of
    "Master" or some such.

    In Enterprise Manager, set the login's default database to the correct name
    for this app.

    Was the old database also SQL Server 2000?

    MikerRoo 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