Periodically returning no records

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

  1. #1

    Default Periodically returning no records

    Using Coldfusion MX 6.1, SQL Server 2000:

    Periodically, a query will return no records, even though it's supposed to
    return something (verified using SQL Query Analyzer). There are a series of
    queries on the page, and sometimes, part way through, the records returned for
    the remaining queries return no records.

    I tried switching all queries to stored procedures, and it periodically gave
    an error that stated it could not find the stored procedure.

    This problem is only appearing on one particular website. It's a
    particularilty high traffic site.



    melancthon Guest

  2. Similar Questions and Discussions

    1. Returning Records from <cfquery>
      I would like to return a large list of records 300+ to a web page without using frames. The problem occurs when users scroll up or down to view the...
    2. Returning a Specific number of records...
      I have a query that returns all records in a table... However, I would like to bring back 'n' number of records at a time. For example, the query...
    3. Periodically restarting the CF server?
      Hi everybody, I read somewhere (but I cannot find where anymore) that it is a good practice to restart CF developement servers once a day (at...
    4. Periodically saves as a .pdf file
      I create numerous Illustrator files daily. A few months ago, Illustrator sporadically began saving the files as .pdf, making me go back in and "save...
    5. what's teh simplest way to run a command periodically?
      Dear all, How can I setup my unix host to run "kill_spam.pl" 8 times a day? I am remotely login onto a workstation "workstation.mydomain.edu",...
  3. #2

    Default Re: Periodically returning no records

    Is it possible the search criteria is periodically being padded with spaces?
    try trimming.

    As far as not finding the stored procedure, could there be a conflict with the
    datasource name?

    Do you have a more than one development datasource with different data sets
    named in cold fusion administrator that could be getting used?

    kyle969 Guest

  4. #3

    Default Re: Periodically returning no records

    Aha.
    It wasn't the datasource that was in conflict, but the application name. We
    have a french and an english site, and both of them had the same cfapplication
    name. Hopefully renaming one of them solves the problem. So far so good...
    Thanks for the insight.


    melancthon Guest

  5. #4

    Default Re: Periodically returning no records

    YVW :-)
    kyle969 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