Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 380347
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T14:58:49+00:00 2026-05-12T14:58:49+00:00

I have an error that keeps popping up in my application log file every

  • 0

I have an error that keeps popping up in my application log file every now and then.

"Error","jrpp-2297","09/30/09","07:40:07","appname","Invalid data  for CFSQLTYPE CF_SQL_BIGINT. The specific sequence of files included or processed is: E:\inetpub\wwwroot\a\viewReport.cfm, line: 56 "

Is there any way that I can trap all parameters passed to this page via the form so I can see why that specific value is failing? When I try it from the website it processes fine.

Thanks!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T14:58:49+00:00Added an answer on May 12, 2026 at 2:58 pm

    If you want to do some longer term watching of the data for this form, then you can use cfdump with some optional parameters to keep an eye on things:

    <cfdump output="fullpathtoyourdumpfile" format="html" var="#FORM#">
    

    If you want a plain text dump instead of the normal fancy HTML one:

    <cfdump output="fullpathtoyourdumpfile" format="text" var="#FORM#">
    

    The fullpathtyourdumpfile should be the fully qualified path (including drive letter if using Windows as your CF platform) to a file, including file name. Examples:

    C:\tmp\myapplog.html
    c:\tmp\myapplog.txt
    /tmp/myapplog.html
    /tmp/myapplog.txt
    

    Use .txt for plain text dumps and .html for the HTML version. If you use the HTML version, you should be able to use remote file retrieval or have the directory mounted to see the contents.

    In addition, you need to make sure that every directory listed exists and is read and writable by the user running ColdFusion.

    UPDATE

    For CFMX7, try this workaround:

    <cfloop list="#FORM.FIELDNAMES#" index="key">
    
    <cfoutput>#key# ----> #evaluate(key)#<br/></cfoutput>
    
    </cfloop>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have an error that we can't seem to find and don't have the
I have discovered through trial and error that the MATLAB engine function is not
I have encountered a rather odd error that I do not understand. I created
I have a program that spits out both standard error and standard out, and
I have a python script that analyzes a set of error messages and checks
I have inherited a poorly written web application that seems to have errors when
I have a line of code that keeps crashing NSArray* address = [NSArray arrayWithArray:[[[access.filteredResults
I have a JavaScript MessageBox that keeps displaying when I click events in a
I have a file containing my clients articles that weekly needs to be uploaded
I have a macro that looks like this: #define coutError if (VERBOSITY_SETTING >= VERBOSITY_ERROR)

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.